Author Topic: Nightly (Windows): 17 Nov 2015 - Revision 2c268e4  (Read 1666 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 17 Nov 2015 - Revision 2c268e4
Here is the nightly for Windows on 17 Nov 2015 - Revision 2c268e4

Open non-feature issues in Mantis: 124

Group: NO-SSE
fso_NO-SSE_20151117_2c268e4.7z
MD5Sum

Group: AVX
fso_AVX_20151117_2c268e4.7z
MD5Sum

Group: SSE
fso_SSE_20151117_2c268e4.7z
MD5Sum

Group: Standard
fso_Standard_20151117_2c268e4.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 9050c08
Author: DahBlount <Fri Jul 17 19:59:19 2015 -0500>
Commit: DahBlount <Mon Nov 16 10:45:59 2015 -0700>

    Add jumpToMission LUA function and a jump to hub function
 code/mission/missioncampaign.cpp | 11 ++++++-----
 code/mission/missioncampaign.h   |  2 +-
 code/parse/lua.cpp               | 13 +++++++++++++
 3 files changed, 20 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit ed66370
Author: niffiwan <Thu Nov 12 19:07:21 2015 +1000>
Commit: niffiwan <Thu Nov 12 19:09:59 2015 +1000>

    Allow aspect missiles to die when have lost lock
 code/weapon/weapon.h    |  1 +
 code/weapon/weapons.cpp | 31 ++++++++++++++++++++++++-------
 2 files changed, 25 insertions(+), 7 deletions(-)



 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Nightly (Windows): 17 Nov 2015 - Revision 2c268e4
This build crashes when the Gusion blows up on BP1 mission 'The Great Preservers'.

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Nightly (Windows): 17 Nov 2015 - Revision 2c268e4
No wait, that's not the trigger! Trying to narrow it down.

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Nightly (Windows): 17 Nov 2015 - Revision 2c268e4
If I destroy Arjuna wing in The Great Preservers, the game CTDs.

If I do this on build 14eec21, the game works fine.

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Nightly (Windows): 17 Nov 2015 - Revision 2c268e4
Axem narrowed this down to an issue with a particular section of LUA used by Arjuna wing. It's weird that the crash appeared between October and now...

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Nightly (Windows): 17 Nov 2015 - Revision 2c268e4
Any insights, code heroes? Might need to tag Axem in, I don't understand lua very well.

 

Offline Axem

  • 211
Re: Nightly (Windows): 17 Nov 2015 - Revision 2c268e4
With zero context or zero details here its going to be very tricky to figure out... I thought I updated the script that commented out the suspect lines. Is the game still crashing?

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Nightly (Windows): 17 Nov 2015 - Revision 2c268e4
It is, yeah. Maybe you didn't comment out enough stuff? I took a look but my lua blindness afflicts me.

All I'm sure of is that Arjuna Wing worked fine Nov 3 and now it crashes the game when it blows up.

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Nightly (Windows): 17 Nov 2015 - Revision 2c268e4
Lol

The crash doesn't seem to happen on debug builds. Release only.

  

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Nightly (Windows): 17 Nov 2015 - Revision 2c268e4
Hidden Text: Show
Here's a log from where the crash SHOULD have happened. You can see the cold chain script doing stuff at the end. Is this useful?

http://pastebin.com/vfwEampK

Code: [Select]
INTRON: Cold Chain size changed, altering HP
INTRON: Cold Chain size changed, altering HP
INTRON: Cold Chain size changed, altering HP
INTRON: Cold Chain size changed, altering HP
INTRON: Cold Chain size changed, altering HP
512 frames executed in  30.001 seconds,  17.066 frames per second.
INTRON: Cold Chain size changed, altering HP
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout
Entered mission_do_departure() for arjuna link
Setting mode to warpout

Hiding all the **** in this post cause it's useless, I am not a smart man
« Last Edit: November 19, 2015, 07:40:21 pm by General Battuta »