Page MenuHomeFeedback Tracker

Arma Crash by Control ctrlsetmodel "";
Need More Info, WishlistPublic

Description

by Setting empty Objekt Control ctrlsetmodel "";
Crash the Game or

by Set in Mission

class nok_objekt {
type = 81;
model = "";
scale = 0.25;
direction[] = {0,0,1};
up[] = {0,1,0};
xBack = 0.5;
yBack = 0.5;
zBack = 0.5;
inBack = 0;
enableZoom = 0;
zoomDuration = 0;
};
class Objects {

		class uniformen : nok_objekt
		{
			idc = 3106;
			x = 0.16; //Horizont + ->> | - <<-
			y = -0.1; // Vertikal +Down |-Up
			z = 0.6;
		};

};

first Start the Dialog Ok is Empty Objekt.
second Start the Dialog Crash the Game. {F25985}

Details

Legacy ID
1756368422
Severity
None
Resolution
Open
Reproducibility
Always
Category
Controls

Event Timeline

Nokman set Category to Controls.Apr 8 2015, 4:39 PM
Nokman set Reproducibility to Always.
Nokman set Severity to None.
Nokman set Resolution to Open.
Nokman set Legacy ID to 1756368422.May 8 2016, 11:51 AM
Adam added a comment.Apr 8 2015, 4:43 PM

Hello,
Thank you for reporting the issue.
We need crash dump files from this folder to analyze your problem.
C:\Users\<Name>\AppData\Local\Arma 3\
Can you upload somewhere in winrar package, please?
Archive smaller than 5000 KB can be attached directly to the ticket. For bigger archives, please use some free sharing service and post link here.

How to find correct crashdump file:
Try to make the crash happen
Look into crashdump folder
Upload crashdump with latest date in name (crashdump is rpt + bidmp + mdmp file with same name). Please try to provide as many crashdumps as possible, it helps us investigating the problem in a big way.

Thank you.

http://feedback.arma3.com/how-to-user.html

Nokman added a subscriber: Nokman.May 8 2016, 11:51 AM
Nokman added a comment.Apr 8 2015, 8:43 PM

im have add the crashlog

Maybe I have some additional information regarding this ticket. I was building a 3D preview for my Map Builder editor put people complained about random crashes. Looks like some models, like the (shiny) fuelstation crashes ArmA3. Also some people reported, that they have random crashes with previewing objects that worked before. So I conclude that invoking ctrlsetmodel often with different models can crash A3 too.
So ctrlsetmodel has probably two problems: Some objects crash A3 and switching often crash A3.

Anyone can reproduce this error by installing Map Builder 0.7 and quickly go through the objects library or directly go to fs_pump (or other fs_*** objects).

mind added a subscriber: mind.May 8 2016, 11:51 AM
mind added a comment.Sep 17 2015, 12:26 AM

Here is one more dump, hopefully this will speed up things.
in this case i tried to load model _ctrl ctrlsetmodel "laserTgt.p3d"
as you can see it have no path to file. only file name.

In the same time loading _ctrl ctrlsetmodel "\A3\Weapons_f\laserTgt.p3d"
is perfectly legal and works fine.

In this specific case this is clearly config error, some one specified not full path but only file name.

it is also confirmed that following will crash A3 100%
_ctrl ctrlsetmodel "";

VehicleConfigs often have many base classes with wrong or empty model info.
By model info I mean (configfile >> "CfgVehicles" >> "my_vehicle_name" >> "model")
And there is no way to detect for sure if it is correct or not.

Finally config may present while model is missing.

Most likely things are much harder inside arma, than i might imagine.
But all is needed is to check if given model exists/loaded, and if it is not
found, load "\A3\Weapons_F\empty.p3d"