Page MenuHomeFeedback Tracker

config error before techrep#00056
New, NormalPublic

Description

I recorded a mission for several days. everything worked well I continued to play and develop the mission until a bug appeared.
Every time I want to launch the mission ARMA 3 FARM with an error message{F4437081}

J'ai enregistré une mission depuis plusieurs jours. tout marchait bien je continuer à jouer et développer la mission jusqu'à ce que un bug apparaisse.
A chaque que je veux lancer la mission ARMA 3 FERME avec un message d'erreur

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

as soon as I launch a mission

dés que je lance une mission

Event Timeline

lesbille created this task.Tue, Oct 8, 4:12 PM
dedmen added a subscriber: dedmen.EditedWed, Oct 9, 10:30 AM

You have several script/mod issues.

Some script is trying to create a weapon by... whatever this is. That's not a classname. If you run game with -debug you might find out what script is doing this.

16:01:39 Warning Message: No entry 'bin\config.bin/CfgWeapons.[YF] Sheriff Officer'

Dusty roads thing has broken assets inside it.

16:01:39 Strange convex component37 in dustyroads_assets\buildings\smallhouse\m_smallhouse_blue.p3d:geometry
16:01:39 unable to connect anim. source "Hit" to hitpoint "Glass_1_hitpoint" in Land_M_smallhouse_blue
16:01:39 Error: selection Ladder_1_end missing in memory LOD of model dustyroads_assets\objects\water tower\dr_water_tower_f.p3d

Whatever this is, is spamming so many errors, its config is broken in some way. It says its "testMod_test" ??

bin\config.bin/CfgVehicles/C_westernwest_cowboy1_west_01.C_westernwest_cowboy1_west_01

"nol_west_props_epa" is also spamming tons of errors.

You shouldn't expect the game to be running fine with broken mods.
The game is crashing, because the unit with classname "Sheriffofficer" has some invalid/broken uniform.
Get your broken mods fixed.