097 Distro - startup error on clean install

Open discussion forum. For topics that do not fit anywhere else.
Locked
Haos
New User
Posts: 25
Joined: Thu Mar 01, 2007 4:50 pm

097 Distro - startup error on clean install

Post by Haos »

I`m using pol-core-097-2007-01-04-RC2-Coregina with official 097 distro scripts (v.1004), clean install.

Compilation is done without any errors, but at startup, i get a following error in console:

Code: Select all

Exception caught while loading script pkg/items/maps/:maps:map/method.ecl: Unable to open pkg/items/maps/:maps:map/method.ecl for reading.
Unable to read script 'pkg/items/maps/:maps:map/method.ecl'
Error reading script pkg/items/maps/:maps:map/method.ecl
appearing 36 times.
I guess it refers to /pkg/items/maps/config/itemdesc.cfg containing 36 map entries, each entry with:

Code: Select all

	MethodScript	:maps:map/method
I checked the pathname and filename, but failed to find any misspelling. What is even stranger, method script is in the same directory as encodeMap script... some map entries do contain reference to it as well:

Code: Select all

CreateScript	:maps:map/encodeMap
as you can see, while the path is the same, encodeMap seems to be loaded without any problems.
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

Are you sure it compiled and under the right version of ecompile and *.em files which came with the core?
Haos
New User
Posts: 25
Joined: Thu Mar 01, 2007 4:50 pm

Post by Haos »

Positive... i started a clean install: new folder, extracted pol97 rc2 there, downloaded Distro 097 scripts by Tortoise, runned uoconvert, then compiled everythin with supplied ecompile.exe ver 1.08 (used batch starthere.bat, d option with saving log file). Finally, i searched ecompile.log for error messages, but found none, only several warnings of unused variables.
User avatar
tekproxy
Forum Regular
Posts: 352
Joined: Thu Apr 06, 2006 5:11 pm

Post by tekproxy »

This is indeed a real bug and I'm not sure what the problem is. Script compiles fine. Maybe it has something to do with a bug in the core.
Locked