project-navigation
Personal tools

Author Topic: [fixed] R27940 - Unable to come back to homebase after misssion.  (Read 2101 times)

Offline Halleth

  • Rookie
  • ***
  • Posts: 52
    • View Profile
Game exits when my team is about to enter the home base. Usually, I should obtain information about new technologies to research or items automatically sold, but nothing like this happens. Also loading the game right before entering the home base doesn't help (so it is something stored in the save file).

This is LOAD GAME info (contains one assertion fail):
Load 'slot3' 18 subsystems
...Running subsystem 'base'
...subsystem 'base' - loaded.
...Running subsystem 'campaign'
...subsystem 'campaign' - loaded.
...Running subsystem 'hospital'
...subsystem 'hospital' - loaded.
...Running subsystem 'market'
...subsystem 'market' - loaded.
...Running subsystem 'research'
...subsystem 'research' - loaded.
...Running subsystem 'employee'
...subsystem 'employee' - loaded.
...Running subsystem 'aliencont'
...subsystem 'aliencont' - loaded.
...Running subsystem 'aircraft'
...subsystem 'aircraft' - loaded.
...Running subsystem 'installation'
...subsystem 'installation' - loaded.
...Running subsystem 'ufostores'
...subsystem 'ufostores' - loaded.
...Running subsystem 'production'
...subsystem 'production' - loaded.
...Running subsystem 'messagesystem'
...subsystem 'messagesystem' - loaded.
...Running subsystem 'stats'
...subsystem 'stats' - loaded.
...Running subsyufo: src/client/campaign/cp_market.c:37: BS_AddItemToMarket: Assertion `amount >= 0' failed.
stem 'nations'
...subsystem 'nations' - loaded.
...Running subsystem 'transfer'
...subsystem 'transfer' - loaded.
...Running subsystem 'alien base'
...subsystem 'alien base' - loaded.
...Running subsystem 'xvirate'
...subsystem 'xvirate' - loaded.
...Running subsystem 'messageoptions'
...subsystem 'messageoptions' - loaded.
File 'slot3' successfully loaded from compressed xml savegame.
music change to van_geoscape (from van_theme)
music change to van_geoscape (from van_geoscape)



This is the backtrace:


ufoai_2.3/src/ports/unix/unix_main.c:493
ufoai_2.3/src/ports/unix/unix_main.c:519
??:0
??:0
??:0
??:0
ufoai_2.3/src/client/campaign/cp_market.c:38
ufoai_2.3/src/client/campaign/cp_market.c:305
ufoai_2.3/src/client/campaign/cp_campaign.c:663
ufoai_2.3/src/client/menu/node/m_node_map.c:46
ufoai_2.3/src/client/menu/m_draw.c:235
ufoai_2.3/src/client/menu/m_draw.c:239
ufoai_2.3/src/client/menu/m_draw.c:331
ufoai_2.3/src/client/cl_screen.c:448
ufoai_2.3/src/client/cl_main.c:1140
ufoai_2.3/src/common/common.c:1010
ufoai_2.3/src/common/common.c:1158
ufoai_2.3/src/ports/linux/linux_main.c:53
??:0
/build/buildd/glibc-2.9/csu/../sysdeps/x86_64/elf/start.S:116
ufoai_2.3/src/ports/unix/unix_main.c:493
ufoai_2.3/src/ports/unix/unix_main.c:87
ufoai_2.3/src/ports/unix/unix_main.c:526
??:0
??:0
??:0
??:0
ufoai_2.3/src/client/campaign/cp_market.c:38
ufoai_2.3/src/client/campaign/cp_market.c:305
ufoai_2.3/src/client/campaign/cp_campaign.c:663
ufoai_2.3/src/client/menu/node/m_node_map.c:46
ufoai_2.3/src/client/menu/m_draw.c:235
ufoai_2.3/src/client/menu/m_draw.c:239
ufoai_2.3/src/client/menu/m_draw.c:331
ufoai_2.3/src/client/cl_screen.c:448
ufoai_2.3/src/client/cl_main.c:1140
ufoai_2.3/src/common/common.c:1010
ufoai_2.3/src/common/common.c:1158
ufoai_2.3/src/ports/linux/linux_main.c:53
??:0
/build/buildd/glibc-2.9/csu/../sysdeps/x86_64/elf/start.S:116
Error: Received signal 6.
« Last Edit: January 11, 2010, 12:24:57 am by Halleth »

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: R27940 - Unable to come back to homebase after misssion.
« Reply #1 on: January 10, 2010, 10:18:35 pm »
attach that savegame please

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: R27940 - Unable to come back to homebase after misssion.
« Reply #2 on: January 10, 2010, 10:41:05 pm »
The origin of the problem should have been fixed in r27942. Please recheck.

-geever

Offline Halleth

  • Rookie
  • ***
  • Posts: 52
    • View Profile
Re: R27940 - Unable to come back to homebase after misssion.
« Reply #3 on: January 11, 2010, 12:24:38 am »
It is fixed in R27944. Thanks!