CBATeam / CBA_A3

Community Base Addons for Arma 3
https://github.com/CBATeam/CBA_A3/wiki
GNU General Public License v2.0
367 stars 149 forks source link

Can't start vanilla Zues mission with cbaa3 mod enabled #1205

Closed brezerk closed 5 years ago

brezerk commented 5 years ago

Arma 3 Version: 1.94.145991 (stable) CBA Version: 3.12.1.190812 (stable)

Mods:

- CBA_A3

Description: Hi

After recent CBA mod update starting up server with -mod=@cbaa3 enabled causes server issues: missions can't be started. They are freezing for a moment and jumping back to lobby. We tried any vanilla Zeus missions on Altis atm.

Interesting log entries (in comparison with the previous CBA version log).

Note this errors are not present if server is started w/o cbaa3 mod enabled. And mission starts fine too.

 0:02:05 Warning Message: Addon 'cba_common' requires addon 'A3_Data_F_Enoch_Loadorder'
Addon 'cba_common' requires addon 'A3_Data_F_Enoch_Loadorder'
 0:02:13 Warning Message: No entry 'bin\config.bin/CfgWeapons.optic_Arco_AK_arid_F'.
 0:02:13 Warning Message: No entry '.scope'.
 0:02:13 Warning Message: '/' is not a value
 0:02:13 Warning Message: Error: creating weapon optic_Arco_AK_arid_F with scope=private
 0:02:13 Warning Message: No entry '.displayName'.
 0:02:13 Warning Message: '/' is not a value
 0:02:13 Warning Message: No entry '.nameSound'.
 0:02:13 Warning Message: '/' is not a value
 0:04:02 No entry 'bin\config.bin/CfgWeapons.optic_Arco_AK_arid_F'.
 0:04:02 Creation of object L Multiplayer:2 failed, state LOGGED IN

Seems like Arma is not able to create a unit and just move player back to lobby. So there is no server crash or something.

Steps to reproduce:

Where did the issue occur?

RPT log file:

jonpas commented 5 years ago

You are not loading Enoch data on the server.

commy2 commented 5 years ago
 0:02:08                                               name |               modDir |    default |   official |               origin |                                     hash | hashShort | fullPath
 0:02:08 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 0:02:08                      Community Base Addons v3.12.1 |               @cbaa3 |      false |      false |             GAME DIR | c6b9daecccdae2125e11b8b629a6778e3841faf0 |  7a425572 | /home/steam/server_BREZ/serverfiles/@cbaa3
 0:02:08                                              enoch |                enoch |       true |       true |            NOT FOUND |                                          |           | 
 0:02:08                                       Arma 3 Tanks |                 tank |       true |       true |             GAME DIR | 45db9bef893ab3453067d3dca32d1b91ebabba44 |  37680ce8 | /home/steam/server_BREZ/serverfiles/tank
 0:02:08                                     Arma 3 Tac-Ops |               tacops |       true |       true |             GAME DIR | 3046e53c8ce42717afe7ff7bde04e2797f64886f |  a8b10cdf | /home/steam/server_BREZ/serverfiles/tacops
 0:02:08                                 Arma 3 Laws of War |               orange |       true |       true |             GAME DIR | 8d06a2ade2b18f0a0c0f2ab246135d065e8c7a1b |  7e766e18 | /home/steam/server_BREZ/serverfiles/orange
 0:02:08                                      Arma 3 Malden |                 argo |       true |       true |             GAME DIR | d8414e7a35ae1aebb2dbdb7e7e762e52b0388582 |  99d71f90 | /home/steam/server_BREZ/serverfiles/argo
 0:02:08                                        Arma 3 Jets |                 jets |       true |       true |             GAME DIR | 19ff92639614b884dfb279529aa341490e1e50e7 |  49c2c12b | /home/steam/server_BREZ/serverfiles/jets
 0:02:08                                        Arma 3 Apex |            expansion |       true |       true |             GAME DIR | b24480f826fa14d3ae4104b10b95c6313ac1d2e8 |  7fb4b1f3 | /home/steam/server_BREZ/serverfiles/expansion
 0:02:08                                    Arma 3 Marksmen |                 mark |       true |       true |             GAME DIR | 9823202df330c2cb56541cdb7e3a90cd32a59af1 |  94f76a1a | /home/steam/server_BREZ/serverfiles/mark
 0:02:08                                 Arma 3 Helicopters |                 heli |       true |       true |             GAME DIR | f11c6ff0937f66e080a77b7155bad485200dca2d |  d0356eec | /home/steam/server_BREZ/serverfiles/heli
 0:02:08                                       Arma 3 Karts |                 kart |       true |       true |             GAME DIR | 1abd2bc2f5c90118c52431f47a78e40b8fff3ab7 |  af82811b | /home/steam/server_BREZ/serverfiles/kart
 0:02:08                                        Arma 3 Zeus |              curator |       true |       true |             GAME DIR | 82c51fcd22637c4991d7af5ece9a9f74b1ee35e9 |  19984a71 | /home/steam/server_BREZ/serverfiles/curator
 0:02:08                                             Arma 3 |                   A3 |       true |       true |            NOT FOUND |                                          |           | 
 0:02:08 ==========================================================================================================================================================================================================

enoch is missing on the server.

brezerk commented 5 years ago

Indeed there is a missing symlink to enoch folder in /home/steam/server_BREZ/serverfiles (I guess this is new Contact Addon).

I'll contact server admin.

Thanks a lot!

commy2 commented 5 years ago

Enoch is not Contact. Enoch is basically 1.94: the Poland map and most assets used in the Contact campaign. Contact is the optional addon with the ui changes and the campaign and some alien assets. 1.94 = Enoch + Contact

enoch = karts, curator, orange (required addons) contact = gm (optional addons)