PDA

View Full Version : Bug w/ exThreads=3


{2}18|LTC.Spyder
22nd May 2010, 16:17
Loading in with the beta seems to be working as long as I dont use -exThreads=3. No exThreads and 0 have worked with Beta256. No exThreads worked with 709. Ill test more later to see if 0 and 2 work with 709.

[1]MB|Pvt.kju
22nd May 2010, 20:40
Would be good to make a CIT ticket with repro steps and demo mission.

{8}72|SSgt.Dyson
22nd May 2010, 20:46
Server: MEPS
Beta: Any
Parameters: exThreads=3

CIT ticket?

[AToW]ViperMaul
23rd May 2010, 07:36
CIT = Community Issue Tracker. It is the Official Arma II Bug Reporting Database.

I have scheduled some time in narrowing down the exact set of commands.

We believe it freezes shortly after you get your kit
However we must do certain things to isolate and prove that.
Then see about creating a small mission that doesn't require a mod to reproduce that.

This takes time. And Barmy has disappeared on my again since Wednesday.

[1]MB|Pvt.kju
24th May 2010, 06:02
Just for the record in here too. 0 and 2 work.

[AToW]ViperMaul
1st June 2010, 20:01
For my notes:
http://screencast.com/t/YTczZGJlMz

[AToW]ViperMaul
2nd June 2010, 10:39
Found the line of code.


if (cfgMinefieldsEnabled) then {
diag_log "cfgMinefieldsEnabled = true";
if ( (_vehicle isKindOf "Man" ) && local _vehicle) then {
diag_log "starting minefield. But it is actually does nothing";
[_vehicle] execVM (towRoot+"minefield\monitorPlayer.sqf");
};
};



The problem is that monitorPlayer.sqf is a 0 byte file.

I will report this to BI after sleep.
This will be fixed and we should be able to use the beta with -exThreads=3

[8]Gen.t0m
3rd June 2010, 17:15
http://forums.bistudio.com/showthread.php?t=99927

Now exThreads values of 5 and 7. Not sure how this will effect the issue, however it's reported they make the game even smoother.

[AToW]ViperMaul
8th June 2010, 00:30
This BIS bug no longer effects ATOW. It is been patched.
The bug still exists in Arma 2 betas however. See details here.
[70951] ExecVM a Zero Byte File causes Arma to Freeze with -exThreads=3 (http://dev-heaven.net/issues/10993)