This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Error #1 when starting the eggdrop

Old posts that have not been replied to for several years.
Locked
m
magistat

Error #1 when starting the eggdrop

Post by magistat »

I tried to start up eggdrop via psexec to one of my network computers and i get this error.. Eggdrop v1.6.13 (C) 1997 Robey Pointer (C) 2002 Eggheads

[12:50] LANG: No lang files found for section core.
[12:50] --- Loading eggdrop v1.6.13 (Mon Feb 3 2003)
[12:50] * MSG534
c:\winnt\winsys\eggdrop.exe exited on x.x.x.x with error code 1.

Help me out.. thanks
k
koan

Post by koan »

do you have a line in your .conf that looks like:

addlang "yourlanguage"

you should also have a subdirecotry under your eggdrop dir that is called "language" It should include:

console.yourlanguage.lang
core.yourlanguage.lang
notes.yourlanguage.lang
transfer.yourlanguage.lang

It looks like your "core.yourlanguage.lang" is not found in eggdropdir/languages
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

By default, the english core languages are loaded, regardless of the addlang lines.

It sounds like either the core languages files are missing, no access is allowed to them (security) or the directories it's looking in are incorrect.
Locked