Xonotic Forums
[NEEDS INFO] Crashing on Autobuild of 0.6.0 as of 03/15/12 - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [NEEDS INFO] Crashing on Autobuild of 0.6.0 as of 03/15/12 (/showthread.php?tid=2730)



Crashing on Autobuild of 0.6.0 as of 03/15/12 - evit - 03-15-2012

I'm using autobuild as of 03/15/12 and I crash at startup with the following error(s)
VM_CL_setmodelindex: null model
s52984: DIV GLOBAL1, GLOBAL2040, GLOBAL5738
s52985: STOREP_F GLOBAL5738, GLOBAL9709
s52986: BITAND GLOBAL9705, GLOBAL352, GLOBAL9709
s52987: IFNOT GLOBAL9709, statement 52992
s52988: FIELD_F self (=entity 39), modelindex (=.), GLOBAL9709
s52989: STORE_F self (=entity 39), GLOBAL4
s52990: STORE_F GLOBAL9709, GLOBAL7
s52991: CALL2 setmodelindex (=())
: CSQCModel_Read : statement 151
: CSQC_Ent_Update : statement 132
VM_CL_setmodelindex: null model
s52984: DIV GLOBAL1, GLOBAL2040, GLOBAL5738
s52985: STOREP_F GLOBAL5738, GLOBAL9709
s52986: BITAND GLOBAL9705, GLOBAL352, GLOBAL9709
s52987: IFNOT GLOBAL9709, statement 52992
s52988: FIELD_F self (=entity 40), modelindex (=.), GLOBAL9709
s52989: STORE_F self (=entity 40), GLOBAL4
s52990: STORE_F GLOBAL9709, GLOBAL7
s52991: CALL2 setmodelindex (=())
: CSQCModel_Read : statement 151
: CSQC_Ent_Update : statement 132
VM_CL_setmodelindex: null model
s52984: DIV GLOBAL1, GLOBAL2040, GLOBAL5738
s52985: STOREP_F GLOBAL5738, GLOBAL9709
s52986: BITAND GLOBAL9705, GLOBAL352, GLOBAL9709
s52987: IFNOT GLOBAL9709, statement 52992
s52988: FIELD_F self (=entity 41), modelindex (=.), GLOBAL9709
s52989: STORE_F self (=entity 41), GLOBAL4
s52990: STORE_F GLOBAL9709, GLOBAL7
s52991: CALL2 setmodelindex (=())
: CSQCModel_Read : statement 151
: CSQC_Ent_Update : statement 132
VM_CL_setmodelindex: null model
s52984: DIV GLOBAL1, GLOBAL2040, GLOBAL5738
s52985: STOREP_F GLOBAL5738, GLOBAL9709
s52986: BITAND GLOBAL9705, GLOBAL352, GLOBAL9709
s52987: IFNOT GLOBAL9709, statement 52992
s52988: FIELD_F self (=entity 60), modelindex (=.), GLOBAL9709
s52989: STORE_F self (=entity 60), GLOBAL4
s52990: STORE_F GLOBAL9709, GLOBAL7
s52991: CALL2 setmodelindex (=())
: CSQCModel_Read : statement 151
: CSQC_Ent_Update : statement 132
VM_CL_setmodelindex: null model
s52984: DIV GLOBAL1, GLOBAL2040, GLOBAL5738
s52985: STOREP_F GLOBAL5738, GLOBAL9709
s52986: BITAND GLOBAL9705, GLOBAL352, GLOBAL9709
s52987: IFNOT GLOBAL9709, statement 52992
s52988: FIELD_F self (=entity 69), modelindex (=.), GLOBAL9709
s52989: STORE_F self (=entity 69), GLOBAL4
s52990: STORE_F GLOBAL9709, GLOBAL7
s52991: CALL2 setmodelindex (=())
: CSQCModel_Read : statement 151
: CSQC_Ent_Update : statement 132
Error: Unknown score field: 'kills'
Error: Unknown score field: 'deaths'
Error: Unknown score field: 'suicides'
Error: Unknown score field: 'score'
fixed missing field ''
Segmentation fault

Please help me! i can't get my fraggin' fix! =P


RE: Crashing on Autobuild of 0.6.0 as of 03/15/12 - adem - 03-15-2012

autobuild is a test build, so i suggest you to dl a stable 0.6 release to be sure that you fraggin never end Smile


RE: Crashing on Autobuild of 0.6.0 as of 03/15/12 - Mr. Bougo - 03-16-2012

Seems like it's a QC bug that yields a segfault (I didn't know that was possible!). It likely affects everyone and will therefore be fixed soon.


RE: Crashing on Autobuild of 0.6.0 as of 03/15/12 - Soelen - 03-16-2012

Well I guess I will post my issue here too before making a new thread

tZork started to show me on tuesday how quakec is working and how every script and function is connected with eachother. A big thank to tZork for his work , I really appreciate his lessons!

Anyway, we I had some weird crashes from me 0.6 release client, this is happening:

-downloading git-code, compiling, starting a git-dedicated server
-starting a 0.6 client, logging into git-dedicated server, and on the very end of the loading process my client crashes with no error message or crash-report whatsoever D:

we found out it depends what map my server were playing

in hope the issue were already found, soelen!


RE: Crashing on Autobuild of 0.6.0 as of 03/15/12 - Mirio - 03-16-2012

(03-16-2012, 02:28 AM)Mr. Bougo Wrote: Seems like it's a QC bug that yields a segfault (I didn't know that was possible!). It likely affects everyone and will therefore be fixed soon.

I don't know *how* it affects everyone, but I can play just fine with this autobuild version - except my own little bug with it: Not being able to play locally (posted it on the tracker already).


RE: Crashing on Autobuild of 0.6.0 as of 03/15/12 - Mr. Bougo - 03-16-2012

Soelen, in the client and server, enable developer mode: developer 100. See if that leaves any log.

What OS do you use? It might be worth trying to use a debugger.


RE: Crashing on Autobuild of 0.6.0 as of 03/15/12 - divVerent - 03-17-2012

This one probably can only be debugged by e.g. catchsegv or gdb. You may need to compile a debug build of the engine for this.