Kresdja 0 Report post Posted August 12, 2016 The new Exile loading screen needs to go. I'm 99.999999% it's the cause of all of the memory crashes. I only get them playing Exile and they started when the loading screen was changed to the custom one. I'm by no means an expert on this stuff. I'm just a peon who plays, no coding, networking, etc experience at all. Share this post Link to post Share on other sites
CEN 449 Report post Posted August 12, 2016 Add this to the top of initServer.sqf: fnc_skip_devblog = compileFinal " uiNameSpace setVariable ['ExileClientHasSeenDevblog', true]; uiNameSpace setVariable ['ExileClientDevBlogOkayClicked', true]; "; publicVariable "fnc_skip_devblog"; "" remoteExec ["fnc_skip_devblog",-2,"skip_devblog_JIPID"]; 2 Share this post Link to post Share on other sites
C][G GhostTown™ 190 Report post Posted August 12, 2016 It has been proven it's the new loading method. It's due to the way exile quick loads you into a server, and when the screen comes up about the devblog sometimes a error runs behind it. Arma doesn't know what to do and crashes. I added the code awhile back and have had no crashes since. Share this post Link to post Share on other sites
Kresdja 0 Report post Posted August 12, 2016 45 minutes ago, CEN said: Add this to the top of initServer.sqf: fnc_skip_devblog = compileFinal " uiNameSpace setVariable ['ExileClientHasSeenDevblog', true]; uiNameSpace setVariable ['ExileClientDevBlogOkayClicked', true]; "; publicVariable "fnc_skip_devblog"; "" remoteExec ["fnc_skip_devblog",-2,"skip_devblog_JIPID"]; I'm assuming that's for somebody who runs a server....I don't. Share this post Link to post Share on other sites
Steelius 48 Report post Posted August 12, 2016 29 minutes ago, Kresdja said: I'm assuming that's for somebody who runs a server....I don't. It is. I'd suggest contacting the server admin if possible and telling them about this change, they might not know. Share this post Link to post Share on other sites
Kresdja 0 Report post Posted August 12, 2016 11 minutes ago, Steelius said: It is. I'd suggest contacting the server admin if possible and telling them about this change, they might not know. I jump around, haven't found a server to stay on. Of the 5 or 6 I've joined, apparently none of them know, Share this post Link to post Share on other sites
Steelius 48 Report post Posted August 12, 2016 9 minutes ago, Kresdja said: I jump around, haven't found a server to stay on. Depends what you're looking for. I have a suggestion however Share this post Link to post Share on other sites
Eichi 4505 Report post Posted August 22, 2016 On 12.8.2016 at 7:19 PM, CEN said: Add this to the top of initServer.sqf: fnc_skip_devblog = compileFinal " uiNameSpace setVariable ['ExileClientHasSeenDevblog', true]; uiNameSpace setVariable ['ExileClientDevBlogOkayClicked', true]; "; publicVariable "fnc_skip_devblog"; "" remoteExec ["fnc_skip_devblog",-2,"skip_devblog_JIPID"]; You want us to remove that check and force the devblog to be shown? Because thats how you make us enforce it. Share this post Link to post Share on other sites
CEN 449 Report post Posted August 22, 2016 2 hours ago, Eichi said: You want us to remove that check and force the devblog to be shown? Because thats how you make us enforce it. If you want to continue to have client issues because of something you added but haven't addressed we wouldn't need to find workarounds Share this post Link to post Share on other sites
Eichi 4505 Report post Posted August 22, 2016 We will just take it away completely. 3 Share this post Link to post Share on other sites