zen-mod / ZEN

Zeus enhancement mod for Arma 3
https://zen-mod.github.io/ZEN
GNU General Public License v3.0
108 stars 47 forks source link

Properties crashing game. #739

Closed Brayden01 closed 1 year ago

Brayden01 commented 1 year ago

Arma 3 Version: x.xx (stable / rc / dev) CBA Version: 3.x.x (stable / dev + commit hash) ZEN Version: 1.x.x (stable / dev + commit hash)

Mods:

- CBA_A3
- ZEN

Description: Right-clicking on entities causes the game to crash with the rpt file indicating a "fault" in the exe.

Expected behavior: I expect the properties menu to open related to the entity of right-clicking on.

Steps to reproduce: Open the editor, spawn a unit, place the zeus module and sync it to the unit, play the level. Right click on the player unit, crashes. (crashes with other entities too)

Where did the issue occur?

Additional information: I have verified game files. I am using the profiling branch of arma.

RPT log file:

TubaHorse commented 1 year ago

Commenting here to report that I'm experiencing this same bug.

Arma version: Profiling branch, build 11396369 CBA version: 3.15.8 ZEN version: 1.14.0

Get exit code 0xC0000005 -STATUS_ACCESS_VIOLATION any time I right click a unit or vehicle.

Drag0x commented 1 year ago

Hello,

Same issue here. Bug is appering in multiplayer too If i right click on unit or myself, game just freezes and crash with 0xC0000005 -STATUS_ACCESS_VIOLATION

Just reinstalled whole Arma and it didnt help Changing DLL files, options didnt help too Right click on "dirt" works OK

mharis001 commented 1 year ago

Does this happen only on Arma 3 profiling branch? Please try with stable.

Espnandro commented 1 year ago

Does this happen only on Arma 3 profiling branch? Please try with stable.

Can confirm the problem is fixed by switching to stable.

The dev build also does not suffer from this bug the issue is isolated to the profiling build.

dedmen commented 1 year ago

Working on it :salute: Aw GitHub doesn't have the salute emoji

In most cases, game crashes should be reported to Arma devs, it's rarely the mods fault. Especially not when it appears right after a game update.

TubaHorse commented 1 year ago

Does this happen only on Arma 3 profiling branch? Please try with stable.

Just switched to stable release, which seems to have fixed the issue for now! I had tried it before this and it still crashed, but now it doesn't. I can only assume my PC didn't properly switch versions.

dedmen commented 1 year ago

SimpleVM is crashing on

_fnc_filter = {true};
_array find {alive _x && {_x isKindOf "CAManBase"} && _fnc_filter}

I'll fix it today

dedmen commented 1 year ago

&& _localVariable wasn't supported properly, fixed now. Prof v11 is building and will be out in a couple hours