project-navigation
Personal tools

Author Topic: crash when loading saved games  (Read 2371 times)

2-bit Joe

  • Guest
crash when loading saved games
« on: August 19, 2006, 04:00:59 pm »
Here's the console output:

"version" is "UFO: Alien Invasion 2.0-RC4 i386 Aug 19 2006 Linux"
...using language: en_US.UTF-8
Shared Client/Server Info loaded
Couldn't open 'music/theme.ogg'
...precaching 49 menus
Can't find pics/
Can't find pics/menu/buya_ul
Can't find pics/menu/buya_ur
Can't find pics/menu/buya_ll
Can't find pics/menu/buya_lr
====== UFO Initialized ======

Changing to Singleplayer
Savefile version 5 detected
Global data loaded - size 5533968 bytes
Received signal 11, exiting...
X Error of failed request: BadValue (integer parameter out of range for operation)
  Major opcode of failed request: 134
  Minor opcode of failed request: 10
  Serial number of failed request: 524

2-bit Joe

  • Guest
crash when loading saved games
« Reply #1 on: August 20, 2006, 06:57:05 pm »
And here's the gdb backtrace I was supposed to supply for crashes:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1215104800 (LWP 5397)]
0x0805b258 in CL_UpdatePointersInGlobalData () at client/cl_campaign.c:1397
1397                            if ( CL_SoldierInAircraft(i, baseCurrent->aircraftCurrent) ) {
(gdb) bt
#0  0x0805b258 in CL_UpdatePointersInGlobalData () at client/cl_campaign.c:1397
#1  0x0805b6b8 in CL_GameLoad (filename=0x1a5193f0 "slot0")
    at client/cl_campaign.c:1517
#2  0x0805be33 in CL_GameLoadCmd () at client/cl_campaign.c:1670
#3  0x0808e29b in Cmd_ExecuteString (text=0xbfd86e34 "game_load slot0")
    at qcommon/cmd.c:787
#4  0x0808d4d4 in Cbuf_Execute () at qcommon/cmd.c:246
#5  0x0806ea69 in CL_SendCommand () at client/cl_main.c:1366
#6  0x0806f155 in CL_Frame (msec=73) at client/cl_main.c:1573
#7  0x08097404 in Qcommon_Frame (msec=73) at qcommon/common.c:1530
#8  0x080ae534 in main (argc=10, argv=0xbfd873c4)
    at ports/linux/sys_linux.c:399

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
crash when loading saved games
« Reply #2 on: August 20, 2006, 09:47:48 pm »
fixed in current rev. thanks for reporting