project-navigation
Personal tools

Author Topic: Bug during base defense?  (Read 2839 times)

Offline Xeinar

  • Rookie
  • ***
  • Posts: 15
    • View Profile
Bug during base defense?
« on: November 26, 2012, 01:45:33 pm »
I got a bug, I guess, during the base defense mission.
I was about to be overwhelmed by the aliens, but I still got 3 soldiers, one wounded. They were in cover and not in the line of sight of each other, so even if some frame was skipped at least one had to survive. Instead at the beginning of my round I was thrown back to the geoscape, and able to transfer all the items (and all the soldiers as well!!) to another base.
The lost base was still there but no misson popup was shown on the top left of the screen; it was there but unable to produce, research or else. The only 3 active sections of the base were buildings, transfer and base summary. After one hour of game-time finally the base was destroyed, but to my surprise after some time the entire stuff and crew was transferred (I tried so save whatever I could), including the soldiers who died during the battle... !
After a while an UFO was detected, but not shown on the geoscape.
I'm attaching the ufoconsole. I also tried to save, and despite it seemed that the save was ok, I couldn't find it amongst the others. I'll double check later today to be sure I didn't miss it.
I'm using the 2.5 DEV downloaded on the 30th of October (so I think it's not the last version).

By the way: for a while now I'm not able to see reaction fire (and my subsequent shoots) from aliens having using weapons more evoluted than the plasma cannon. The effects are still in place, as I had casualties and I killed some aliens as well in this phase, but I'm unable to view the shooting.

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Bug during base defense?
« Reply #1 on: November 26, 2012, 02:00:38 pm »
Server crash:
Code: [Select]
2012/11/25 23:15:38 Team 7's round started!
2012/11/25 23:15:39 [STATS] alien (CHN/X 000.1100) kills Xeinar (Cassidy van Veen) with Burst of hovernet_adv_plasma (entnum: 73)
2012/11/25 23:15:41 Gavriil Helminen has been wounded!
2012/11/25 23:15:43 Gavriil Helminen has been wounded!
2012/11/25 23:15:43 [STATS] alien (Morgh Zk Zok Suomf) kills Xeinar (Gavriil Helminen) with Short Burst of needlergun_ammo (entnum: 69)
2012/11/25 23:15:46 [STATS] Negus Jaitley is bleeding (damage: 7)
2012/11/25 23:15:46 [STATS] Negus Jaitley panics (entnum 67).
2012/11/25 23:15:46 Negus Jaitley panics!
2012/11/25 23:15:47 ********************
2012/11/25 23:15:47 ERROR: InvAdd failed - could not add 1 item(s) of fraggrenade to container 2
2012/11/25 23:15:47 ********************
2012/11/25 23:15:47 Shutdown server: Server crashed.

Offline Xeinar

  • Rookie
  • ***
  • Posts: 15
    • View Profile
Re: Bug during base defense?
« Reply #2 on: November 28, 2012, 10:30:29 am »
It happened again yesterday, same situation: only 3 men left, start of my turn and back to the geoscape. The map, this time, was a luxury complex near the sea (sorry I don't remember the name. Attached are the ufoconsole.log and the two savegames (the first is for the base defense).

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Re: Bug during base defense?
« Reply #3 on: November 28, 2012, 05:53:22 pm »
I don't think that I have seen this one before:
Code: [Select]
2012/11/27 20:15:50 Team 0's round started!
2012/11/27 20:15:57 ********************
2012/11/27 20:15:57 ERROR: Server returned version -1694498714, not 17
2012/11/27 20:15:57 ********************
2012/11/27 20:15:57 Shutdown server: Server crashed.
Since there have been threading issues in the game, my first suggestion is to disable threading if you haven't already: open the game console and type sv_threads 0 or add +set sv_threads 0 to the game shortcut.

Offline Xeinar

  • Rookie
  • ***
  • Posts: 15
    • View Profile
Re: Bug during base defense?
« Reply #4 on: November 28, 2012, 06:56:01 pm »
Thanks mate, I'll go with the shortcut switch and I'll update of the outcome in the following days.