Crowdedlight / Crows-Electronic-Warfare

Arma 3 Mod that enables electronic warfare features such as Radio/Drone jamming and spectrum signal tracking
https://crowdedlight.github.io/Crows-Electronic-Warfare/
Other
17 stars 6 forks source link

Zeus Not Showing "Crows Electronic Warfare" Tab #40

Closed TeamRDDBCoreCM closed 9 months ago

TeamRDDBCoreCM commented 2 years ago

For the Odd reason when I have the Mod Enabled I saw it once in the Zeus tab when it was working before like 10 mins ago but once I went to try and use it again in the same scenario it just vanished from even accessing it like it was never there.

I don't know if this is just persisting with only me or others are having the same issues.

Crowdedlight commented 2 years ago

If you experience that, can you try to go in and out of zeus interface? There is a rare race-condition issue that can happen where the modules doesn't get registered before you go into the interface. A refresh of the interface by going out of zeus and back into it usually fixes it.

TeamRDDBCoreCM commented 2 years ago

Already tried that method as I know how Zeus Works with Modules but the odd part was that it showed up literally there at the start of a mission with friends & when I tried to use it in the same mission as Zeus it disappeared & I couldn't find out why

Crowdedlight commented 2 years ago

That is very odd. Would you be able to send your .rpt file from that session?

Not something I have experienced before or heard other experience. Was Zeus Enhanced modules still available when it happened?

SigmaPopsi commented 2 years ago

can confirm, got the same issue right now, its not showing up in the modules tab.

heres the RPT file, its in zip since github doesnt support rpt Arma3_x64_2022-07-01_11-55-19.zip t

Crowdedlight commented 2 years ago

can confirm, got the same issue right now, its not showing up in the modules tab.

@SigmaPopsi, You have a lot of errors in the log from DiGi_ACE_Extension_gas_more mod that throws script errors (expression errors). If that breaks stuff it could stop other things from working.

Can you reproduce the error if you only load, CBA, Zeus Enhanced, ACE and Crows Electronic Warefare ?
My current guess is that you have a conflict or error in another mod that breaks it.

params["_args">
11:58:57   Error Nieokreślona zmienna w wyrażeniu: digi_avail_gasmask
11:58:57 File DiGi_ACE_Extension_gas_more\addons\digi_main\functions\fn_breathing.sqf..., line 9
11:58:57 Error in expression <Sleep 5;

waitUntil {goggles _player in DIGI_AVAIL_GASMASK};

[
{
params["_args">
11:58:57   Error position: <DIGI_AVAIL_GASMASK};
SigmaPopsi commented 2 years ago

i loaded ACE, CBA, Zeus Enchanced and ACE and it worked, the only problem is when i unload the DiGi ace extension mod and i run arma on zeus mode, i still cant see the modules. It used to work before adding the DiGi Mod. Got any idea what may cause this? Arma3_x64_2022-07-01_20-02-26.zip

Crowdedlight commented 2 years ago

I don't see any particular errors in that rpt log. It appears as my mod loads correctly and registers the zeus modules. Did you by chance have forced interface turned on? Sometimes there can be an issue with Zeus Enhanced loading the modules and you need to go out of zeus interface and back in. (hit y twice).

Otherwise my best bet is another mod is somehow interfering with the loading of zeus modules as it works with the mods I said alone. So you could try to keep unloading mods until you find which one is the problem.

SigmaPopsi commented 2 years ago

okay, thank you for help, not forcing the zeus interface helped me with it, cheers mate.