[02/17 23:43:10] Client#3: Exception in i/o thread: Assertion Failed: equippable( item ) (It is impossible to equip Item with ObjType 0xe75), mobile\charactr.cpp, line 1617! (checkpoint=4)
[02/17 23:43:10] Client#3 (192.168.69.1): disconnected (account admin)
0xE75 is the backpack, specifically;
Code: Select all
Container 0xE75
{
//MainStuff
Name BackPackCore
Name BackPack2
Desc back pack
//ContainerInfo
Gump 0x3C
MinX 44
MaxX 143
MinY 65
MaxY 140
MaxItems 100
MaxWeight 0
//Booleans
Lockable 0
Movable 1
RequiresAttention 0
//Scripts
Script container/use
CanInsertScript container/canInsert
CanRemoveScript container/canRemove
OnInsertScript container/onInsert
OnRemoveScript container/onRemove
DestroyScript container/canDestroy
CreateScript container/onCreate
}I'm also seeing lots of these types of errors in the logs as well;
[02/17 23:47:11] Assertion Failed: param < fparams.size(), executor.cpp, line 269
[02/17 23:47:11] Forcing stack backtrace.
[02/17 23:47:11]
##########################################################
Current StackBackTrace
[02/17 23:47:11] failed to load needed functions for backtrace!
[02/17 23:47:11] Exception in: pkg/systems/accounts/hook/onLogin.ecl PC=979: Assertion Failed: param < fparams.size(), executor.cpp, line 269
PC < nLines: (980 < 1018)
Not just the onLogin hook;
[02/17 23:42:29] Exception in: pkg/systems/spawnSystem/initializer/firstRun.ecl PC=146: Assertion Failed: param < fparams.size(), executor.cpp, line 269
[02/17 23:30:20] Exception in: pkg/items/spawnpoints/spawnpointManager.ecl PC=717: Assertion Failed: param < fparams.size(), executor.cpp, line 269
PC < nLines: (718 < 943)
[02/17 23:30:19] Exception in: pkg/items/moongates/systemMoonGate/moongateInit.ecl PC=383: Assertion Failed: param < fparams.size(), executor.cpp, line 269
PC < nLines: (384 < 1505)
[02/17 23:30:19] Exception in: pkg/items/teleporters/initializer/firstRun.ecl PC=307: Assertion Failed: param < fparams.size(), executor.cpp, line 269
PC < nLines: (308 < 697)
Can't find executor.cpp so I can't find why line 269 cause's all these packages to throw errors. Lead's me to believe it's internal to the UO client.
Any assistance greatly appreciated... I'm looking forward to the launch of our new project!