View Single Post
  #8  
Old 02-19-2009, 09:08 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

Ok as of rev 349 here is the world log file when I log in a character right when some errors start:

Code:
[Error] Starting Log: logs/eqemu_error_world.log
[Error] Inventory::_PutItem: Invalid slot_id specified (2181)
[Error] Warning: Invalid slot_id for item in inventory: name=Character, acctid=1, item_id=6323, slot_id=2181
[Error] Inventory::_PutItem: Invalid slot_id specified (2182)
[Error] Warning: Invalid slot_id for item in inventory: name=Character, acctid=1, item_id=1263, slot_id=2182
[Error] Inventory::_PutItem: Invalid slot_id specified (2189)
[Error] Warning: Invalid slot_id for item in inventory: name=Character, acctid=1, item_id=12738, slot_id=2189
[Error] Inventory::_PutItem: Invalid slot_id specified (2190)
[Error] Warning: Invalid slot_id for item in inventory: name=Character, acctid=1, item_id=28074, slot_id=2190
[Debug] Unable to convert EQ opcode 0x6a5f to an Application opcode.
[Debug] [WORLD__CLIENT_ERR] Account: Received unknown EQApplicationPacket
[Debug] [WORLD__CLIENT_ERR] [OpCode OP_Unknown (0x6a5f) Size=8]
[Debug] [WORLD__CLIENT_ERR] 0000: 49 35 22 2f f0 35 22 2f -                          | I5"/.5"/
[Debug] Unable to convert EQ opcode 0x6a5f to an Application opcode.
That is when I log in my normal character that I have been testing with this whole time. I created a new test character to test this until it is fixed, as I hate restoring my play character from backup each time:

Here is the output of a new created character:

Code:
[Debug] [WORLD__CLIENT_ERR] ACCOUNT: Received unknown EQApplicationPacket
[Debug] [WORLD__CLIENT_ERR] [OpCode OP_FloatListThing (0x6a1b) Size=18]
[Debug] [WORLD__CLIENT_ERR] 0000: e1 1d d1 c3 ea 94 2b 43 - d5 97 0d 42 02 3b 1b 70  | ......+C...B.;.p
[Debug] [WORLD__CLIENT_ERR] 0016: 0e e1                   -                          | ..
[Debug] [WORLD__CLIENT] ACCOUNT: Name approval request.  Name=Gonnadiealot, race=Iksar, class=Monk
[Debug] [WORLD__CLIENT] ACCOUNT: Character creation request from  LS#0 (192.168.42.6:55346) : 
[Debug] [WORLD__CLIENT] ACCOUNT: Name: Gonnadiealot
[Debug] [WORLD__CLIENT] ACCOUNT: Race: 128  Class: 7  Gender: 0  Deity: 203  Start zone: 12
[Debug] [WORLD__CLIENT] ACCOUNT: STR  STA  AGI  DEX  WIS  INT  CHA    Total
[Debug] [WORLD__CLIENT] ACCOUNT:  85   85  100   95   80   75   55     575
[Debug] [WORLD__CLIENT] ACCOUNT: Face: 1  Eye colors: 8 8
[Debug] [WORLD__CLIENT] ACCOUNT: Hairstyle: 255  Haircolor: 255
[Debug] [WORLD__CLIENT] ACCOUNT: Beard: 255  Beardcolor: 255
[Debug] [WORLD__CLIENT] Validating char creation info...
[Debug] [WORLD__CLIENT] Found 0 errors in character creation request
[Status] Start zone query: SELECT x,y,z,zone_id,bind_id FROM start_zones WHERE player_choice=12 AND player_class=7 AND player_deity=203 AND player_race=128

[Status] Found starting location in start_zones
[Debug] [WORLD__CLIENT] ACCOUNT: Current location: cabeast  -50.00, 421.00, 6.75
[Debug] [WORLD__CLIENT] ACCOUNT: Bind location: cabeast  -50.00, 421.00, 6.75
[Debug] [WORLD__CLIENT] ACCOUNT: Character creation successful: Gonnadiealot
[Error] Inventory::_PutItem: Invalid slot_id specified (2181)
[Error] Warning: Invalid slot_id for item in inventory: name=ORIGINAL CHARACTER NOT LOGGED IN, acctid=1, item_id=6323, slot_id=2181
[Error] Inventory::_PutItem: Invalid slot_id specified (2182)
[Error] Warning: Invalid slot_id for item in inventory: name=ORIGINAL CHARACTER NOT LOGGED IN, acctid=1, item_id=1263, slot_id=2182
[Error] Inventory::_PutItem: Invalid slot_id specified (2189)
[Error] Warning: Invalid slot_id for item in inventory: name=ORIGINAL CHARACTER NOT LOGGED IN, acctid=1, item_id=12738, slot_id=2189
[Error] Inventory::_PutItem: Invalid slot_id specified (2190)
[Error] Warning: Invalid slot_id for item in inventory: name=ORIGINAL CHARACTER NOT LOGGED IN, acctid=1, item_id=28074, slot_id=2190
The same thing happend after I made the new guy and got him dead. I recieved a message telling me who killed me in the center of the screen, all my UI windows closed except my chat windows, then after a few I was booted out. When I returned my guy was back where I died with no corpse.

A screenshot for you:



When I get to that screen its either wait for it to boot me out or alt + tab to my terminal wndow and ctrl+C to kill it then restart it.
Reply With Quote