Page 1 of 1

Bad allocation....

Posted: Thu Aug 24, 2006 4:16 am
by shaka drl

sysload=41 (47) cputime=1140625
Account XXXXXXXX logged in from XXX.XX.XX.XXX
[08/24 14:02:35] Account XXXXXX selecting character Karrig-Sturn
[pkg/systems/poisonwatcher/logon.ecl]: poisonwatcher script PID: 0
[pkg/items/eating/hunger.ecl]: Starting hunger.
[pkg/skills/cooking/hunger.ecl]: Starting hunger.
[08/24 14:02:42] Client#1533 connected from XX.XX.XX.XX (66 connections) on interface XX.XXX.XX.XX
[08/24 14:03:34] sysload=23 (78) cputime=1187500
[08/24 14:03:56] Unable to read script 'pkg/systems/housing/sign.ecl'
[08/24 14:04:34] sysload=30 (32) cputime=640625
[08/24 14:05:05] Client#1534 connected from XX.XXX.XX.XX (67 connections) on interface XX.XXX.XX.XX
[08/24 14:05:29] Client#1535 connected from XX.XXX.XX.XX (68 connections) on interface XX.XXX.XX.XX
[08/24 14:05:34] sysload=30 (293) cputime=640625
[08/24 14:05:52] Client#1536 connected from XX.XXX.XX.XX (69 connections) on interface XX.XXX.XX.XX
[08/24 14:05:57] Client#1537 connected from XX.XXX.XX.XX (70 connections) on interface XX.XXX.XX.XX
[08/24 14:06:34] sysload=33 (29) cputime=468750
[08/24 14:06:40] Client#1538 connected from XX.XXX.XX.XX (71 connections) on interface XX.XXX.XX.XX
[08/24 14:06:56] Client#1539 connected from XX.XXX.XX.XX (72 connections) on interface XX.XXX.XX.XX
[08/24 14:07:11] Unable to read script 'pkg/systems/housing/sign.ecl'
[08/24 14:07:14] Unable to read script 'pkg/systems/housing/sign.ecl'
[08/24 14:07:34] sysload=30 (65) cputime=640625
In corrispondency of Unable to read etc etc in console appear Bad allocation.... what it means? Sign.ecl is prensent and full compiled with right core (the latest) and normally it works well.... but i don't know why very often it explose....

And in console gave me more client connected than the real online... why?

Thanks a lot for the help

Posted: Thu Aug 24, 2006 4:26 am
by shaka drl
I forget one thing..... after bad allocation message appearing... some scripts (usually dbclickself.ecl) has run for 1001 instructions..... some suggestions?

Thanks

Posted: Thu Aug 24, 2006 6:34 am
by shaka drl
Now a lot of scripts say that is impossible to read (in console).....

If i make .unloadall everything run good but after some minutes everything retunr bad.... how to solve?

thanks

Posted: Thu Aug 24, 2006 12:31 pm
by GEEK
mmm also I had this problem. I had all available problems.

Posted: Fri Aug 25, 2006 12:44 pm
by MuadDib
[08/24 14:07:11] Unable to read script 'pkg/systems/housing/sign.ecl'
That means the script does not exist. Not the .src file, but the Compiled one that ends in ECL. For some reason either it did not compile, or, the itemdesc.cfg entry points to the wrong location for this file. Might want to make sure it did compile, and also that the itemdesc.cfg entries that use that script point to the correct package and filename.