JACoders / OpenJK

Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
GNU General Public License v2.0
2.01k stars 612 forks source link

[SP] crash on startup on Linux, null node pointer in SV_AreaEntities_r #435

Closed sjdowling closed 10 years ago

sjdowling commented 10 years ago

0 0x080b46da in SV_AreaEntities_r (node=0x0, ap=0xbfffd18c) at /home/shodan/dev/Razish/OpenJK/code/server/sv_world.cpp:398

    check = 0xb7fd3000
    next = 0xb7fd4000
    gcheck = 0x1

1 0x080b48b6 in SV_AreaEntities_r (node=0x8c45c40, ap=0xbfffd18c) at /home/shodan/dev/Razish/OpenJK/code/server/sv_world.cpp:430

    check = 0x0
    next = 0x0
    gcheck = 0x300c38

2 0x080b48f3 in SV_AreaEntities (mins=0xbfffe278, maxs=0xbfffe278, elist=0xbfffd1c4, maxcount=1024) at /home/shodan/dev/Razish/OpenJK/code/server/sv_world.cpp:457

    ap = {mins = 0xbfffe278, maxs = 0xbfffe278, list = 0xbfffd1c4, count = 0, maxcount = 1024}

3 0x080b541f in SV_PointContents (p=0xbfffe278, passEntityNum=-1207960972) at /home/shodan/dev/Razish/OpenJK/code/server/sv_world.cpp:1001

    touch = {0xffffffff, ...}
    hit = 0x0
    i = 1
    contents = 0
    clipHandle = -1207963660
    angles = 0xb7fffad0
    num = 0
    c2 = -1073749260

4 0xb720af30 in RE_BeginRegistration(glconfig_t*) () from /home/shodan/dev/Razish/OpenJK/build/rdsp-vanilla_i386.so

No symbol table info available.

5 0x0805a0fc in CL_StartHunkUsers () at /home/shodan/dev/Razish/OpenJK/code/client/cl_main.cpp:981

No locals.

6 0x08059b67 in CL_Frame (msec=200, fractionMsec=0) at /home/shodan/dev/Razish/OpenJK/code/client/cl_main.cpp:781

No locals.

7 0x080918ce in Com_Frame () at /home/shodan/dev/Razish/OpenJK/code/qcommon/common.cpp:1389

    timeBeforeFirstEvents = 135310176
    timeAfter = 539831597
    msec = 200
    fractionMsec = 0
    timeBeforeServer = 1952545385
    timeBeforeEvents = 544108393
    timeBeforeClient = -1073744908
    minMsec = 8
    lastTime = 902

8 0x08100880 in main (argc=1, argv=0xbffff8f4) at /home/shodan/dev/Razish/OpenJK/code/sys/sys_main.cpp:442

    i = 1
    commandLine = '\000' <repeats 1023 times>

System info: Kernel: 3.2.0-54-generic-pae i686 (32 bit) Desktop: Gnome Distro: Ubuntu 12.04 precise Graphics: Card: NVIDIA GK106 [GeForce GTX 650 Ti Boost] X.Org: 1.11.3 driver: nvidia Resolution: 1920x1080@60.0hz GLX Renderer: GeForce GTX 650 Ti BOOST/PCIe/SSE2/3DNOW! GLX Version: 4.3.0 NVIDIA 319.32

sjdowling commented 10 years ago

Local build error. Please ignore.