Thanks for reply Gnafu, but we for sure did recompiling all script after updating.
About tiles.cfg, i am pretty sure we have them generated correctly, we generate them after each map update, so i dont think its problem there.
Here is that item from tiles.cfg:
tile 0x204e
{
Desc death shroud ...
Search found 11 matches
- Wed Mar 11, 2009 2:40 am
- Forum: Bug Reports (097)
- Topic: Crash - Death robe
- Replies: 2
- Views: 20925
- Tue Mar 10, 2009 12:33 pm
- Forum: Bug Reports (097)
- Topic: Crash - Death robe
- Replies: 2
- Views: 20925
Crash - Death robe
Hello,
time to time( less than once a week ) we have crash with this text in pol.log:
[03/10 20:15:34] Assertion Failed: equippable( item ) (It is impossible to equip Item with ObjType 0x204e), .\charactr.cpp, line 1047
Shutting down due to assertion failure.
Abnormal end after checkpoint: File ...
time to time( less than once a week ) we have crash with this text in pol.log:
[03/10 20:15:34] Assertion Failed: equippable( item ) (It is impossible to equip Item with ObjType 0x204e), .\charactr.cpp, line 1047
Shutting down due to assertion failure.
Abnormal end after checkpoint: File ...
- Wed Feb 27, 2008 2:17 pm
- Forum: Solved Bugs (097)
- Topic: [probably fixed] Tool tips memory leak&lag
- Replies: 27
- Views: 75795
- Thu Nov 01, 2007 4:41 pm
- Forum: Solved Bugs (097)
- Topic: [probably fixed] Tool tips memory leak&lag
- Replies: 27
- Views: 75795
- Thu Nov 01, 2007 4:32 pm
- Forum: General Help (097)
- Topic: POL097 2007-08-23 "Expected packet hook function"
- Replies: 3
- Views: 5862
Afaik this is becouse Razor(normal client does not send it) is sending 0xd6 packet to server ( it has something to do with last target, i think ), runuo seems to be handling this packet from razor, but pol is not, so to stop flooding console just add packet hook for 0xd6 and define receivefunction ...
- Wed Oct 24, 2007 11:10 am
- Forum: Solved Bugs (097)
- Topic: [probably fixed] Tool tips memory leak&lag
- Replies: 27
- Views: 75795
- Thu Aug 30, 2007 3:18 am
- Forum: Bug Reports (097)
- Topic: Error in create_thread
- Replies: 12
- Views: 13823
- Wed Aug 29, 2007 1:17 pm
- Forum: Bug Reports (097)
- Topic: Error in create_thread
- Replies: 12
- Views: 13823
Error in create_thread
Hello,
I am using the last core RC5-Coregina and there is my problem:
[08/29 22:52:12] error in create_thread: 12 8 "Not enough space" "Not enough space" 483 5612240 SocketClientThread 5599904 0 848885352
[08/29 22:52:20] error in create_thread: 12 8 "Not enough space" "Not enough space" 484 ...
I am using the last core RC5-Coregina and there is my problem:
[08/29 22:52:12] error in create_thread: 12 8 "Not enough space" "Not enough space" 483 5612240 SocketClientThread 5599904 0 848885352
[08/29 22:52:20] error in create_thread: 12 8 "Not enough space" "Not enough space" 484 ...
- Fri Aug 24, 2007 1:42 pm
- Forum: Bug Reports (097)
- Topic: Packet reference
- Replies: 4
- Views: 5712
Packet reference
Hello,
I have problem with editing packets in packet hook, i am trying to change some packets for clients > 6.0.1.6, so i created few packet hooks, this is one of it:
exported function DropRequest( who, byref packet )
if(!GetObjProperty( who, NEW_CLIENT ) )
return 0;
endif
var oldstyle ...
I have problem with editing packets in packet hook, i am trying to change some packets for clients > 6.0.1.6, so i created few packet hooks, this is one of it:
exported function DropRequest( who, byref packet )
if(!GetObjProperty( who, NEW_CLIENT ) )
return 0;
endif
var oldstyle ...
- Thu Aug 16, 2007 3:35 pm
- Forum: Bug Reports (097)
- Topic: Bad allocation
- Replies: 5
- Views: 5388
- Fri Aug 10, 2007 3:55 pm
- Forum: Bug Reports (097)
- Topic: Bad allocation
- Replies: 5
- Views: 5388
Bad allocation
Hello,
We are trying to convert our shard(095 core) to current 097, so we updated scripts, convert polhook to packethooks, and so on.
Now when we copied data from 095 to 097, logged in and after few minutes this happened:
Exception in: scripts/control/iconbookcontrol.ecl!done: bad allocation
PC ...
We are trying to convert our shard(095 core) to current 097, so we updated scripts, convert polhook to packethooks, and so on.
Now when we copied data from 095 to 097, logged in and after few minutes this happened:
Exception in: scripts/control/iconbookcontrol.ecl!done: bad allocation
PC ...