Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 15, 2017, 02:36:11 am

Title: Nightly: 15 June 2017 - Revision a3ab30c
Post by: SirKnightly on June 15, 2017, 02:36:11 am
Here is the nightly for 15 June 2017 - Revision a3ab30c

At least one of the nightly builds failed!


Group: Win32
nightly_20170615_a3ab30c-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20170615_a3ab30c/nightly_20170615_a3ab30c-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20170615_a3ab30c/nightly_20170615_a3ab30c-builds-Win32.zip))


Group: Linux
nightly_20170615_a3ab30c-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20170615_a3ab30c/nightly_20170615_a3ab30c-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20170615_a3ab30c/nightly_20170615_a3ab30c-builds-Linux.tar.gz))


Group: Win64
nightly_20170615_a3ab30c-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20170615_a3ab30c/nightly_20170615_a3ab30c-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20170615_a3ab30c/nightly_20170615_a3ab30c-builds-Win64.zip))

Code: [Select]
------------------------------------------------------------------------
commit 48f76f7
Author: TRBlount <Tue Jun 13 20:31:51 2017 -0600>
Commit: TRBlount <Tue Jun 13 20:31:51 2017 -0600>

    Fix l_weapon Team set var logic
 code/scripting/api/objs/weapon.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Title: Re: Nightly: 15 June 2017 - Revision a3ab30c
Post by: Cobra on June 19, 2017, 01:15:31 am
Due to some change at some point between this build and RC1, TrackIR doesn't seem to initialize.
Title: Re: Nightly: 15 June 2017 - Revision a3ab30c
Post by: m!m on June 19, 2017, 02:04:02 am
32 or 64-bit? The FSO log file would probably also help here.
Title: Re: Nightly: 15 June 2017 - Revision a3ab30c
Post by: Cobra on June 19, 2017, 02:45:09 pm
64-bit.

[EDIT]Ah, wait... I see the issue. According to the log, it looks like you guys changed the 64-bit TrackIR .dll to scptrackir64.dll instead of simply scptrackir.dll. I've been using the original 64-bit-compiled scptrackir.dll and didn't realize there was a change.

[EDIT 2] Yup, there it is. Works now.

[attachment stolen by Russian hackers]
Title: Re: Nightly: 15 June 2017 - Revision a3ab30c
Post by: m!m on June 19, 2017, 03:54:12 pm
The next release candidate will include the updated DLLs. Also, we didn't change the 64-bit file name since there was no official 64-bit support before the change that introduced the special name :P