Author Topic: Nightly (Windows): 28 Apr 2013 - Revision 9655  (Read 1686 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 28 Apr 2013 - Revision 9655
Here is the nightly for Windows on 28 Apr 2013 - Revision 9655

Group: Standard
fso-WIN-Standard-20130428_r9655.7z
MD5Sum

Group: NO-SSE
fso-WIN-NO-SSE-20130428_r9655.7z
MD5Sum

Group: SSE
fso-WIN-SSE-20130428_r9655.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r9652 | niffiwan | 2013-04-28 00:42:47 -0500 (Sun, 28 Apr 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/pilotfile/csg.cpp

log the correct CSG version
------------------------------------------------------------------------
r9653 | Echelon9 | 2013-04-28 07:33:19 -0500 (Sun, 28 Apr 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/emp.cpp

Fix Mantis 2850: AddressSanitizer: global-buffer-overflow in emp_randomize_chars()
------------------------------------------------------------------------
r9654 | Echelon9 | 2013-04-28 08:50:03 -0500 (Sun, 28 Apr 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionmessage.cpp

Fix for loading of AVIs in BP. As discussed with The_E on IRC, this bug may have had a range of unintended consequences, although not clear why it hasn't been picked up already.
------------------------------------------------------------------------
r9655 | Echelon9 | 2013-04-28 08:51:41 -0500 (Sun, 28 Apr 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/bmpman/bmpman.cpp

Extra logging functionality for BMPMAN. This helped localise the fix in r9654.
------------------------------------------------------------------------



 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Nightly (Windows): 28 Apr 2013 - Revision 9655
Chipping away at the nightmare that is BMPMan.

 

Offline Mongoose

  • Rikki-Tikki-Tavi
  • Global Moderator
  • 212
  • This brain for rent.
    • Steam
    • Something
Re: Nightly (Windows): 28 Apr 2013 - Revision 9655
Codethulhu?

 

Offline Echelon9

  • 210
Re: Nightly (Windows): 28 Apr 2013 - Revision 9655
You bet

 

Offline niffiwan

  • 211
  • Eluder Class
Re: Nightly (Windows): 28 Apr 2013 - Revision 9655
this nightly might have a problem, it might be logging this?

Code: [Select]
WARNING: "Passed filename, 'ÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ', is too long to support an extension!!  Maximum length, minus the extension, is 27 characters." at bmpman.cpp:875
Creating a fs2_open.log | Red Alert Bug = Hex Edit | MediaVPs 2014: Bigger HUD gauges | 32bit libs for 64bit Ubuntu
----
Debian Packages (testing/unstable): Freespace2 | wxLauncher
----
m|m: I think I'm suffering from Stockholm syndrome. Bmpman is starting to make sense and it's actually written reasonably well...

 

Offline MatthTheGeek

  • Captain Obvious
  • 212
  • Frenchie McFrenchface
Re: Nightly (Windows): 28 Apr 2013 - Revision 9655
Your absolute install filepath.

Is too damn long.
People are stupid, therefore anything popular is at best suspicious.

Mod management tools     -     Wiki stuff!     -     Help us help you

666maslo666: Releasing a finished product is not a good thing! It is a modern fad.

SpardaSon21: it seems like you exist in a permanent state of half-joking misanthropy

Axem: when you put it like that, i sound like an insane person

bigchunk1: it's not retarded it's american!
bigchunk1: ...

batwota: steele's maneuvering for the coup de gras
MatthTheGeek: you mispelled grâce
Awaesaar: grace
batwota: oh right :P
Darius: ah!
Darius: yes, i like that
MatthTheGeek: the way you just spelled it it means fat
Awaesaar: +accent I forgot how to keyboard
MatthTheGeek: or grease
Darius: the killing fat!
Axem: jabba does the coup de gras
MatthTheGeek: XD
Axem: bring me solo and a cookie

 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: Nightly (Windows): 28 Apr 2013 - Revision 9655
I don't think that is what is happening. More information is needed.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline niffiwan

  • 211
  • Eluder Class
Re: Nightly (Windows): 28 Apr 2013 - Revision 9655
Sorry, that was a terrible bug report.  See the mantis issue for more info.

Your absolute install filepath.

Is too damn long.

Well, it's currently '/ssd/fso'... :p
Creating a fs2_open.log | Red Alert Bug = Hex Edit | MediaVPs 2014: Bigger HUD gauges | 32bit libs for 64bit Ubuntu
----
Debian Packages (testing/unstable): Freespace2 | wxLauncher
----
m|m: I think I'm suffering from Stockholm syndrome. Bmpman is starting to make sense and it's actually written reasonably well...

 

Offline Echelon9

  • 210
Re: Nightly (Windows): 28 Apr 2013 - Revision 9655
I'll take a look in a couple of hours -- but initial thought is that given the main change is in the descriptive text of an Assertion(), not a change in the actual test that triggers the Assertion()/Assert() that we have uncovered a separate, latent bug somewhere.