Arkensor / DayZCommunityOfflineMode

A community made offline mod for DayZ Standalone
Other
352 stars 194 forks source link

Game crash when i click or scroll on an object in all menu #382

Open Pari999 opened 6 months ago

Pari999 commented 6 months ago

When i am on the all menu for spawing object and i click or scroll on the object "Land_VASICore" the game crash.

Arkensor commented 6 months ago

Yeah, those are probably illegal objects to spawn. Are they from vanilla? if so I can blacklist them, but the class name looks modded.

Pari999 commented 6 months ago

Yeah, those are probably illegal objects to spawn. Are they from vanilla? if so I can blacklist them, but the class name looks modded.

i think it is vanilla

kamiisk commented 5 months ago

I'm also experiencing crashes in the game when I hover over the item 'Land_VASICore'. I tried to quickly search the internet, and it seems to be some kind of legacy thing from Arma 3. Is there any way to put this item on a blacklist, so it won't be loaded into the game and cause crashes every time? Also, if I encounter other problematic items, is there a way to fix them? It's quite frustrating when the mod simply closes unexpectedly.

kamiisk commented 5 months ago

I managed to stop the crashing by adding the item to the protected autoprt matrix within the ObjectMenu.c file (Missions\DayZCommunityOfflineMode.ChernarusPlus\core\modules\ComEditor\gui) manually, as discussed in this topic: https://github.com/Arkensor/DayZCommunityOfflineMode/issues/311#issuecomment-1001046083