Note: You have to join a dev group before you can post to the bugtracker.
Code
Report here bugs and requests related to code development (Server, Client2D, or Client3D)
Tasklist
FS#68 - srvfile/facepack-related crash
| Task Type |
Bug Report |
| Category |
Client2D |
| Status |
Assigned |
| Assigned To |
smacky (smacky)
|
| Operating System |
Windows |
| Severity |
High |
| Priority |
High |
| Reported Version |
Development (client) |
| Due in Version |
Undecided |
| Due Date |
Undecided |
| Percent Complete |
|
| Votes |
0
|
| Private |
No
|
|
Details
From _people_:
Another issue that I'm having is that a completely fresh install will always fail when trying to log into any server. The issue there is:
Checking server file 'srv_files/client_spells'... OK (len:3279, crc:0)!
Endian:: we got short16:201 int32:4030201
Got SetupCmd:: ac 1 fc 1 dv 0.10.5 pv 991031 mz 17x17 geo OK amf OK bpf 284111|7b750037 stf OK skf OK sn OK spf OK
TEXTWIN: >Mismatched z version (server: 5, cli ent: 6)!<
TEXTWIN: >You can still connect and play but you might encounter minor problems or new features may not work properly.<
Could not find 'srv_files/client_bmap'. This means that the server will not send faces so all faces must be sourced locally!
Loading local face info from 'daimonin.p0'...
And then I get a crash. This does not occur on a fresh install (removing the appdata should reproduce it).
|
Loading...
Please post the full log (or at least the bit matching these). First a with no ~/.daimonin:
Opening to 188.40.40.149 13327
TEXTWIN: >Connect to server 188.40.40.149:13327... ~OK~!<
Checking server file 'srv_files/client_anims'... OK (But file does not exist)!
Checking server file 'srv_files/client_bmap'... OK (But file does not exist)!
Checking server file 'srv_files/client_settings'... OK (But file does not exist)!
Checking server file 'srv_files/client_skills'... OK (But file does not exist)!
Checking server file 'srv_files/client_sounds'... OK (But file does not exist)!
Checking server file 'srv_files/client_spells'... OK (But file does not exist)!
Endian:: we got short16:201 int32:4030201
Got SetupCmd:: ac 1 fc 1 dv 0.10.5 pv 991031 mz 17x17 geo OK amf 317640|218fa14e bpf 284111|7b750037 stf 2319|72e38e52 skf 3386|dd2527ea sn 3173|fa3b2e8c spf 3279|62673a7e
TEXTWIN: >Mismatched z version (server: 5, client: 6)!<
TEXTWIN: >You can still connect and play but you might encounter minor problems or new features may not work properly.<
Saving server file 'srv_files/client_sounds'... OK (len:3173, crc:fa3b2e8c)!
Saving server file 'srv_files/client_skills'... OK (len:3386, crc:dd2527ea)!
Saving server file 'srv_files/client_spells'... OK (len:3279, crc:62673a7e)!
Saving server file 'srv_files/client_settings'... OK (len:2319, crc:72e38e52)!
Saving server file 'srv_files/client_anims'... OK (len:317640, crc:218fa14e)!
Saving server file 'srv_files/client_bmap'... OK (len:284111, crc:7b750037)!
Loading 'srv_files/client_bmap'... OK!
Loading local face info from 'facepack.p0'... OK!
Loading 'srv_files/client_anims'... OK!
Loading 'srv_files/client_skills'... OK!
Loading 'srv_files/client_sounds'... OK!
Loading 'srv_files/client_spells'... OK!
Loading 'srv_files/client_settings'... OK!
Missing sound file 'sfx/../media/cancan.ogg'!
Loading 'settings/interface.gui'... OK (But file does not exist)!
Loading 'settings/Smacky.ignore.list'... OK (But file does not exist)!
Loading 'settings/Smacky.cfilter.list'... OK (But file does not exist)!
Loading 'settings/Smacky.kills.list'... OK (But file does not exist)!
Loading 'settings/Smacky.buddy.list'... OK (But file does not exist)!
Loading quickslot settings for server
Saving 'settings/options.dat'... OK!
TEXTWIN: >~Smacky~ has entered the game.<
Now a subsequent log in (restart the client):
Opening to 188.40.40.149 13327
TEXTWIN: >Connect to server 188.40.40.149:13327... ~OK~!<
Checking server file 'srv_files/client_anims'... OK (len:317640, crc:218fa14e)!
Checking server file 'srv_files/client_bmap'... OK (len:284111, crc:7b750037)!
Checking server file 'srv_files/client_settings'... OK (len:2319, crc:72e38e52)!
Checking server file 'srv_files/client_skills'... OK (len:3386, crc:dd2527ea)!
Checking server file 'srv_files/client_sounds'... OK (len:3173, crc:fa3b2e8c)!
Checking server file 'srv_files/client_spells'... OK (len:3279, crc:62673a7e)!
Endian:: we got short16:201 int32:4030201
Got SetupCmd:: ac 1 fc 1 dv 0.10.5 pv 991031 mz 17x17 geo OK amf OK bpf OK stf OK skf OK sn OK spf OK
TEXTWIN: >Mismatched z version (server: 5, client: 6)!<
TEXTWIN: >You can still connect and play but you might encounter minor problems or new features may not work properly.<
Loading 'srv_files/client_bmap'... OK!
Loading local face info from 'facepack.p0'... OK!
Loading 'srv_files/client_anims'... OK!
Loading 'srv_files/client_skills'... OK!
Loading 'srv_files/client_sounds'... OK!
Loading 'srv_files/client_spells'... OK!
Loading 'srv_files/client_settings'... OK!
Missing sound file 'sfx/../media/cancan.ogg'!
Loading 'settings/interface.gui'... OK!
Loading 'settings/Smacky.ignore.list'... OK!
Loading 'settings/Smacky.cfilter.list'... OK!
Loading 'settings/Smacky.kills.list'... OK!
Loading 'settings/Smacky.buddy.list'... OK!
Loading quickslot settings for server
Saving 'settings/options.dat'... OK!
TEXTWIN: >~Smacky~ has entered the game.<
The numbers are the interesting bit and should be the same for us both. facepack.p0 is daimonin.p0, I just changed the name recently.