UFO: Alien Invasion Issue Tracker
UFO: Alien Invasion
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png UFO: Alien Invasion / Closed Bug report #1925 Game crashes on MP server creation
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "Not determined".
Issue basics
  • Type of issue
    Bug report
  • Category
    Engine
  • Targetted for
    Not determined
  • Status
    Closed
  • Priority
    3. Normal
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    Not estimated
Issue details
  • Resolution
    Not determined
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Complexity
    Not determined
  • Platform
    Not determined
  • Architecture
    Not determined
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description
[http://sourceforge.net/p/ufoai/bugs/1925 Item 1925] imported from sourceforge.net tracker on 2013-01-28 19:14:56

The game crashes after loading the map when creating an MP server. This is for version r20430, which I got from the dev binaries thread in the forums.

I'm running Vista 64 on a core duo 2 e8200 with a geforce 8800 gts 512mb.

I should also probably note that I haven't been able to get multiplayer to work at all in any of the last half dozen or so dev binaries. Maybe it's just me.
===== Comments Ported from Sourceforge =====

====== tlh2000 (2008-12-10 07:21:48) ======

please retry with current trunk version (maybe compile yourself) - i've fixed a segfault some days ago
====== voodoospork (2008-12-10 14:19:09) ======

I'm currently updated to trunk v. 20717 and still encountering this issue.
====== voodoospork (2008-12-11 19:15:55) ======


GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
(gdb) quit

D:\utilities\SlikSvn\ufoai>gdb ufo.exe
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
(gdb) run +set vid_fullscreen 0 +set vid_grabmouse 0 developer 1
Starting program: D:\utilities\SlikSvn\ufoai/ufo.exe +set vid_fullscreen 0 +set
vid_grabmouse 0 developer 1
Error: dll starting at 0x77401000 not found.

Error: dll starting at 0x75b11000 not found.

Error: dll starting at 0x77401000 not found.

Error: dll starting at 0x77531000 not found.

warning: Invalid parameter passed to C runtime function.


Program received signal SIGSEGV, Segmentation fault.
0x00497d0b in MN_DrawMenus ()
at D:/utilities/SlikSvn/ufoai/src/client/menu/m_draw.c:209
209 if (menu->hoverNode && mn_show_tooltips->integer) {
(gdb) bt full
#0 0x00497d0b in MN_DrawMenus ()
at D:/utilities/SlikSvn/ufoai/src/client/menu/m_draw.c:209
node = (menuNode_t *) 0x4966a1
menu = (menu_t *) 0x0
sp = 0
pp = 0
mouseOver = qfalse
nodepos = {7.70284237e-039, 4.56823299e-043}
#1 0x0047d9b1 in SCR_UpdateScreen ()
at D:/utilities/SlikSvn/ufoai/src/client/cl_screen.c:548
No locals.
#2 0x00457297 in CL_Frame (now=36297, data=0x0)
at D:/utilities/SlikSvn/ufoai/src/client/cl_main.c:2354
last_frame = 36297
delta = 20
#3 0x004d9266 in tick_timer (now=36297, data=0x16ce5aec)
at D:/utilities/SlikSvn/ufoai/src/common/common.c:1072
timer = (struct timer *) 0x16ce5aec
old_interval = 20
lateness = 2100
#4 0x004d954b in Qcommon_Frame ()
at D:/utilities/SlikSvn/ufoai/src/common/common.c:1153
event = (struct event *) 0x21296634
---Type <return> to continue, or q <return> to quit---
time_to_next = 0
#5 0x004fb34e in WinMain (hInstance=0x400000, hPrevInstance=0x0,
lpCmdLine=0xea32e13 "+set", nCmdShow=10)
at D:/utilities/SlikSvn/ufoai/src/ports/windows/win_main.c:407
No locals.
#6 0x005088ba in main ()
No symbol table info available.
(gdb)
====== bayo-fr (2008-12-12 11:01:47) ======

Hello, I change something yesterday, can you please test. I dont have any crash, than i can&#039;t do it myself. It can be a problem with our dinamic allocated popups, but i dont know yet.

I dont realy know how work the multiplayer GUI, this look very complex, and i have problem to start a multiplayer server too (but i dont know if i click on right buttons).
====== voodoospork (2008-12-12 14:26:21) ======

I can confirm that it&#039;s still happening in trunk 20747
====== voodoospork (2008-12-12 16:23:37) ======

updated backtrace for trunk 20747

(gdb) run +set vid_fullscreen 0 +set vid_grabmouse 0
Starting program: D:\utilities\SlikSvn\ufoai/ufo.exe +set vid_fullscreen 0 +set
vid_grabmouse 0
Error: dll starting at 0x76d41000 not found.

Error: dll starting at 0x76571000 not found.

Error: dll starting at 0x76d41000 not found.

Error: dll starting at 0x76e71000 not found.

warning: Invalid parameter passed to C runtime function.


Program received signal SIGSEGV, Segmentation fault.
0x00497d0b in MN_DrawMenus ()
at D:/utilities/SlikSvn/ufoai/src/client/menu/m_draw.c:209
209 if (menu->hoverNode && mn_show_tooltips->integer) {
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x00497d0b in MN_DrawMenus ()
at D:/utilities/SlikSvn/ufoai/src/client/menu/m_draw.c:209
209 if (menu->hoverNode && mn_show_tooltips->integer) {
(gdb) bt full
#0 0x00497d0b in MN_DrawMenus ()
at D:/utilities/SlikSvn/ufoai/src/client/menu/m_draw.c:209
node = (menuNode_t *) 0x4966a1
menu = (menu_t *) 0x0
sp = 0
pp = 0
mouseOver = qfalse
nodepos = {7.70284237e-039, 4.56823299e-043}
#1 0x0047d9b1 in SCR_UpdateScreen ()
at D:/utilities/SlikSvn/ufoai/src/client/cl_screen.c:548
No locals.
#2 0x00457297 in CL_Frame (now=38668, data=0x0)
at D:/utilities/SlikSvn/ufoai/src/client/cl_main.c:2354
last_frame = 38668
delta = 20
#3 0x004d9266 in tick_timer (now=38668, data=0x17c1dffc)
at D:/utilities/SlikSvn/ufoai/src/common/common.c:1072
timer = (struct timer *) 0x17c1dffc
old_interval = 20
lateness = 1910
#4 0x004d954b in Qcommon_Frame ()
at D:/utilities/SlikSvn/ufoai/src/common/common.c:1153
event = (struct event *) 0x211ace94
---Type <return> to continue, or q <return> to quit---
time_to_next = 0
#5 0x004fb34e in WinMain (hInstance=0x400000, hPrevInstance=0x0,
lpCmdLine=0xea62bdb "+set", nCmdShow=10)
at D:/utilities/SlikSvn/ufoai/src/ports/windows/win_main.c:407
No locals.
#6 0x005088ba in main ()
No symbol table info available.
(gdb)
====== voodoospork (2008-12-12 16:41:10) ======

sorry, this is trunk 20749

(gdb) run +set vid_fullscreen 0 +set vid_grabmouse 0
Starting program: D:\utilities\SlikSvn\ufoai/ufo.exe +set vid_fullscreen 0 +set
vid_grabmouse 0
Error: dll starting at 0x76d41000 not found.

Error: dll starting at 0x76571000 not found.

Error: dll starting at 0x76d41000 not found.

Error: dll starting at 0x76e71000 not found.

warning: Invalid parameter passed to C runtime function.


Program received signal SIGSEGV, Segmentation fault.
0x00497d0b in MN_DrawMenus ()
at D:/utilities/SlikSvn/ufoai/src/client/menu/m_draw.c:209
209 if (menu->hoverNode && mn_show_tooltips->integer) {
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x00497d0b in MN_DrawMenus ()
at D:/utilities/SlikSvn/ufoai/src/client/menu/m_draw.c:209
209 if (menu->hoverNode && mn_show_tooltips->integer) {
(gdb) bt full
#0 0x00497d0b in MN_DrawMenus ()
at D:/utilities/SlikSvn/ufoai/src/client/menu/m_draw.c:209
node = (menuNode_t *) 0x4966a1
menu = (menu_t *) 0x0
sp = 0
pp = 0
mouseOver = qfalse
nodepos = {7.70284237e-039, 4.56823299e-043}
#1 0x0047d9b1 in SCR_UpdateScreen ()
at D:/utilities/SlikSvn/ufoai/src/client/cl_screen.c:548
No locals.
#2 0x00457297 in CL_Frame (now=63283, data=0x0)
at D:/utilities/SlikSvn/ufoai/src/client/cl_main.c:2354
last_frame = 63283
delta = 20
#3 0x004d9266 in tick_timer (now=63283, data=0x17bddf04)
at D:/utilities/SlikSvn/ufoai/src/common/common.c:1072
timer = (struct timer *) 0x17bddf04
old_interval = 20
lateness = 1909
#4 0x004d954b in Qcommon_Frame ()
at D:/utilities/SlikSvn/ufoai/src/common/common.c:1153
event = (struct event *) 0x20dac29c
---Type <return> to continue, or q <return> to quit---
time_to_next = 0
#5 0x004fb34e in WinMain (hInstance=0x400000, hPrevInstance=0x0,
lpCmdLine=0xea22bdb "+set", nCmdShow=10)
at D:/utilities/SlikSvn/ufoai/src/ports/windows/win_main.c:407
No locals.
#6 0x005088ba in main ()
No symbol table info available.
(gdb)
Steps to reproduce this issue
Nothing entered.
Todos (0 / 0)
Issue created
footer_logo.png The Bug Genie 4.3.1 | Support | Feedback spinning_16.gif