Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on March 17, 2018, 02:44:57 am

Title: Nightly: 17 March 2018 - Revision 4bcc85e
Post by: SirKnightly on March 17, 2018, 02:44:57 am
Here is the nightly for 17 March 2018 - Revision 4bcc85e



Group: MacOSX
nightly_20180317_4bcc85e-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20180317_4bcc85e/nightly_20180317_4bcc85e-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20180317_4bcc85e/nightly_20180317_4bcc85e-builds-MacOSX.tar.gz))


Group: Linux
nightly_20180317_4bcc85e-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20180317_4bcc85e/nightly_20180317_4bcc85e-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20180317_4bcc85e/nightly_20180317_4bcc85e-builds-Linux.tar.gz))


Group: Win64
nightly_20180317_4bcc85e-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20180317_4bcc85e/nightly_20180317_4bcc85e-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20180317_4bcc85e/nightly_20180317_4bcc85e-builds-Win64.zip))


Group: Win32
nightly_20180317_4bcc85e-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20180317_4bcc85e/nightly_20180317_4bcc85e-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20180317_4bcc85e/nightly_20180317_4bcc85e-builds-Win32.zip))

Code: [Select]
------------------------------------------------------------------------
commit 2353911
Author: asarium <Fri Mar 16 22:32:58 2018 +0100>
Commit: asarium <Fri Mar 16 22:32:58 2018 +0100>

    Fix wrong return value when getting boolean value from Lua
 code/scripting/lua/LuaConvert.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Title: Re: Nightly: 17 March 2018 - Revision 4bcc85e
Post by: Novachen on March 17, 2018, 11:49:29 am
For whatever reason i have a problem since a few builds.

CTRL-SHIFT-S is not working in the mission simulator anymore to show all campaign missions. Aswell in the Single Mission Simulator there is only one mission visible that changes only if i reclick the Single Mission button.

EDIT:
That error seems only to happen in the x64 builds. The x86 one do not have this problem.
Title: Re: Nightly: 17 March 2018 - Revision 4bcc85e
Post by: m!m on March 17, 2018, 12:37:24 pm
When did this start happening?
Title: Re: Nightly: 17 March 2018 - Revision 4bcc85e
Post by: Novachen on March 17, 2018, 02:44:29 pm
Well, some further tests shows, that this seems to be system related. Maybe there is something wrong in my Windows  :shaking:

On my work/gaming PC i have this error now even in the first Win64 build i was able to find: 2016-09-11.

All of them shows the same behavior. Single Missions are only visible alone.
But i found out, that all of them are shown after i have reclicked through the Single Missions button for all Single missions. But i was not able to fix the CTRL+SHIFT+S issue however.


The intesting part is... both builds works on my Gaming Laptop as they should in this terms. So that seems to be a problem on my side here. So i have to look for some recent changes in my system that were exclusive to my PC, because both systems uses the same OS and the same Anti-Virus that both got updates in the meantime.

But in the end it was a false bug report from my side. Sorry for that.
Title: Re: Nightly: 17 March 2018 - Revision 4bcc85e
Post by: The E on March 17, 2018, 03:19:23 pm
Do check if the afflicted PCs have AMD GPUs and Radeon ReLive installed. Ctrl-Shift-S is a default keybind for one of its functions (can't remember which though), and ReLive will intercept those keypresses specifically before FSO gets to process them.
Title: Re: Nightly: 17 March 2018 - Revision 4bcc85e
Post by: Novachen on March 17, 2018, 03:39:06 pm
Thanks for the tip. But actually it seems, that this problem was caused by my Logitech G940 Flight System.

Have to unplug and to replug it...  and now the game is working again. Strange one, because it worked in 32 Bit FSO without problems.