Jump to content
Sign in to follow this  
niktator

Mission works only on Windows servers...

Recommended Posts

Hi all,

 

I got a mod running on windows servers. Now I tried to get it working under linux. I changed all addons to lower case, like all howtos advise.

It seems to be a problem loading addons. On the windows box I can see this:

1:57:02 addons\a3.pbo - unknown
21:57:02 addons\air_f.pbo - 86838
21:57:02 addons\air_f_beta.pbo - 86965
21:57:02 addons\air_f_epb.pbo - 86810
21:57:02 addons\air_f_epc.pbo - 87002
21:57:02 addons\air_f_gamma.pbo - 86988
21:57:02 addons\animals_f.pbo - 86114
21:57:02 addons\animals_f_beta.pbo - 86442
21:57:02 addons\anims_f.pbo - 86793
21:57:02 addons\anims_f_bootcamp.pbo - 72362
21:57:02 addons\anims_f_data.pbo - 85891
21:57:02 addons\anims_f_epa.pbo - 78608
21:57:02 addons\anims_f_epc.pbo - 72362
21:57:02 addons\armor_f.pbo - 82564
21:57:02 addons\armor_f_beta.pbo - 86856
21:57:02 addons\armor_f_epb.pbo - 86110
21:57:02 addons\armor_f_epc.pbo - 86840
21:57:02 addons\armor_f_gamma.pbo - 86121
21:57:02 addons\baseconfig_f.pbo - 73106
21:57:02 addons\boat_f.pbo - 86857
21:57:02 addons\boat_f_beta.pbo - 83805
21:57:02 addons\boat_f_epc.pbo - 82564
21:57:02 addons\boat_f_gamma.pbo - 85687
21:57:02 addons\cargoposes_f.pbo - 86243
21:57:02 addons\characters_f.pbo - 86837
21:57:02 addons\characters_f_beta.pbo - 86837
21:57:02 addons\characters_f_bootcamp.pbo - 86933
21:57:02 addons\characters_f_epa.pbo - 83523
21:57:02 addons\characters_f_epb.pbo - 85686

etc. 

I just picked a few lines of many.

The linux server does not have this lines.

 

In the mission.sqm I have these lines:

 addOns[]=
        {
                "A3_Characters_F_Civil",
                "a3_characters_f",
                "a3_map_altis",
                "A3_Characters_F_BLUFOR",
                "A3_Structures_F_Mil_Helipads",
                "A3_Air_F_Heli_Heli_Transport_03",
                "A3_Soft_F_Quadbike",
                "A3_Modules_F_Multiplayer",
                "ZodiacCRRC",
                "A3_Boat_F_Boat_Transport_01",
                "a3_boat_f_beta_boat_transport_01",
                "A3_Boat_F_Beta_Boat_Armed_01",
                "oh_boats"
        };
        addOnsAuto[]=
        {
                "A3_Characters_F_Civil",
                "a3_characters_f",
                "A3_Modules_F_Multiplayer",
                "A3_Structures_F_Mil_Helipads",
                "A3_Soft_F_Quadbike",
                "a3_map_altis"
        };

Works fine for windows - but it seems like linux needs a different way?

This is from the linux logfile:

18:55:56 Player Niktator connected (id=76561197968612670).
18:56:00 Roles assigned.
18:56:00 Reading mission ...
18:56:00 Starting mission:
18:56:00  Mission file: test
18:56:00  Mission world: Altis
18:56:00  Mission directory: mpmissions\test.Altis\
Can't find real path "a3\map_altis\data\roads\roads.shp": "No such file or directory"

18:56:05 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
18:56:05 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
Attempt to override final function - bis_functions_list
Attempt to override final function - bis_functions_listpreinit
Attempt to override final function - bis_functions_listpostinit
Attempt to override final function - bis_functions_listrecompile
Attempt to override final function - bis_fnc_missiontaskslocal
Attempt to override final function - bis_fnc_missionconversationslocal
Attempt to override final function - bis_fnc_missionflow

I used google for hours - but I could not find a hint or fix ;(

Next I checked, if the altis pbo files are really there... Found them and chmod-raped them ;)

arma3@cdn:~/steamcmd/arma3/addons$ ls -hal *altis*
-rwxrw-rw- 1 arma3 arma3 491K Oct 17 07:27 map_altis_data_layers_00_00.pbo
-rwxrw-rw- 1 arma3 arma3  555 Oct 17 07:27 map_altis_data_layers_00_00.pbo.a3.bisign
-rwxrw-rw- 1 arma3 arma3 465K Oct 17 07:27 map_altis_data_layers_00_01.pbo
-rwxrw-rw- 1 arma3 arma3  555 Oct 17 07:27 map_altis_data_layers_00_01.pbo.a3.bisign
-rwxrw-rw- 1 arma3 arma3 425K Oct 17 07:27 map_altis_data_layers_01_00.pbo
-rwxrw-rw- 1 arma3 arma3  555 Oct 17 07:27 map_altis_data_layers_01_00.pbo.a3.bisign
-rwxrw-rw- 1 arma3 arma3 355K Oct 17 07:27 map_altis_data_layers_01_01.pbo
-rwxrw-rw- 1 arma3 arma3  555 Oct 17 07:27 map_altis_data_layers_01_01.pbo.a3.bisign
-rwxrw-rw- 1 arma3 arma3  27M Oct 17 07:27 map_altis_data_layers.pbo
-rwxrw-rw- 1 arma3 arma3  555 Oct 17 07:27 map_altis_data_layers.pbo.a3.bisign
-rwxrw-rw- 1 arma3 arma3 956K Oct 17 07:27 map_altis_data.pbo
-rwxrw-rw- 1 arma3 arma3  555 Oct 17 07:27 map_altis_data.pbo.a3.bisign
-rwxrw-rw- 1 arma3 arma3 179M Oct 17 07:27 map_altis.pbo
-rwxrw-rw- 1 arma3 arma3  555 Oct 17 07:27 map_altis.pbo.a3.bisign
-rwxrw-rw- 1 arma3 arma3 6.7K Oct 17 07:27 map_altis_scenes_f.pbo
-rwxrw-rw- 1 arma3 arma3  555 Oct 17 07:27 map_altis_scenes_f.pbo.a3.bisign

Next try was validating the server files via steam. All good.

 

I`ll provide anything you need to help me out - but after 2 days of google and try&error, it would be really great to get some help.

 

Thanks in advance, Nik

Share this post


Link to post
Share on other sites

Dedmen in the chat gave to tip: use a .pbo in the mpmissions folder. <3

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×