Jump to content
Sign in to follow this  
firefly2442

Arma2MySQL

Recommended Posts

I think i have the Same Problem.

I use Arma 3.

"C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@Arma2NET"

With the "Arma2NetExplorer.exe" it works i write:

"Arma2NETMySQLCommandAsync ['accounts', 'SELECT * FROM players WHERE Name = 'Legion1337'']"

and i get this back:

"[[["1", "", "Legion1337", ""]]]"

But ingame currently after the SQF Execution Arma 3 Crashes:

RPT-Log:

Allocator: C:\Program Files (x86)\Steam\steamapps\common\Arma 3\dll\tbb4malloc_bi.dll
=====================================================================

Mods: @Arma2NET
Distribution: 0
Version 1.04.111745
Fault time: 2013/11/17 22:34:28
Fault address:  756AC41F 01:0000B41F C:\Windows\syswow64\KERNELBASE.dll
file:     DEVPROJECT
world:    Altis
Prev. code bytes: 0C EB 03 89 45 C0 8D 45 B0 50 FF 15 5C 11 6A 75
Fault code bytes: C9 C2 10 00 CC CC CC CC CC 8B FF 55 8B EC 56 8B

Registers:
EAX:01DFB5FC EBX:00000005
ECX:00000005 EDX:00000000
ESI:01DFB6BC EDI:00000001
CS:EIP:0023:756AC41F
SS:ESP:002B:01DFB5FC  EBP:01DFB64C
DS:002B  ES:002B  FS:0053  GS:002B
Flags:00000206
=======================================================

And the Arma2NET Log shows only things from the Arma2NETExplorer:

Info: 22:14:00 - Logging started in directory: C:\Users\Legion1337\AppData\Local\Arma2NETMySQL/logs/
Info: 22:14:00 - Arma2NETMySQL Plugin Started.
Info: 22:14:00 - Version number: 0.1.0.0
Info: 22:14:00 - Loading databases...
Info: 22:14:00 - Databases.txt file loading in from: C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@Arma2NET\Databases.txt
Info: 22:14:00 - Type: mysql Database: accounts IPAddress: 127.0.0.1 Port: 3306 Username: testuser Password: NotShownForSecurityReasons
Error: 22:14:00 - The number and/or format of the arguments passed in doesn't match.
Error: 22:14:59 - The number and/or format of the arguments passed in doesn't match.
Info: 22:16:19 - Received - Database: accounts SQL Query: SELECT * FROM players WHERE Name = 'Legion1337'

Share this post


Link to post
Share on other sites
Confirmed I installed (http://dev.mysql.com/downloads/connector/net/) & (sqlite-netFx40-setup-bundle-x64-2010-1.0.89.0.exe) As 1.0.88.0 is not offered.

Ahh, I think the issue is it requires the specific version of the DLL that it was compiled against. I will try to remember to recompile and update the download tonight.

@Legion1337: Are you adding @Arma2NET to your mods lists in starting Arma3?

Share this post


Link to post
Share on other sites

@Legion1337: Are you adding @Arma2NET to your mods lists in starting Arma3?

Yes -> "-mod=@Arma2NET" without the "" @ Steam Launch Parameter

Share this post


Link to post
Share on other sites

Hey there mate i like others are having issues with connect this. I do get the same crash error as above and the same explorer error as Fuzz.

I'm not well minded in the whole process of setting up Mysql databases however i like to try things and i've given this a shot and i seem to be having problems. I was wondering if you'd be kind enough to look over my work and see if you can assist me in getting the arma2net and database to work?

Thank you very much.

Liral

EDIT: Just to add more i followed the tutorial on the mysql website how to setup a database while also watching numerous videos. Then following the Arma2NET guide i followed that, however I am stuck with the throw "Arma2Net.Managed.FunctionNotFoundException" Error. And I can not locate my logs in my appdata for some reason.

EDIT2: Log file has updated here is the link: http://www18.zippyshare.com/v/67271563/file.html

Edited by Liral

Share this post


Link to post
Share on other sites
Yes -> "-mod=@Arma2NET" without the "" @ Steam Launch Parameter

Arma2NET.log

11/18/2013 21:23:02 Arma2Net.Unmanaged loaded successfully
11/18/2013 21:23:04 Fatal unhandled exception of type System.IO.FileNotFoundException
11/18/2013 21:23:04 System.IO.FileNotFoundException: Die Datei oder Assembly "Arma2Net.Managed, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8762987cc8e6095e" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
Dateiname: "Arma2Net.Managed, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8762987cc8e6095e"
  bei Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function)
  bei Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function)

WRN: Protokollierung der Assemblybindung ist AUS.
Sie können die Protokollierung der Assemblybindungsfehler aktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) auf 1 festlegen.
Hinweis: Die Protokollierung der Assemblybindungsfehler führt zu einer gewissen Leistungseinbuße.
Sie können dieses Feature deaktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] entfernen.

Share this post


Link to post
Share on other sites

For those of you having trouble still, please try this updated version.

https://www.dropbox.com/sh/ngix8aunt9nnwj7/ZHt1agEeM0?lst

One of the problems is whenever MySQL or SQLite update their software, I have to update as well because people are installing a newer version than what the plugin is compiled against. Thus the issues with "FileNotFound".

If you are still having trouble, let me know and we can work through it. Thanks.

Share this post


Link to post
Share on other sites
For those of you having trouble still, please try this updated version.

https://www.dropbox.com/sh/ngix8aunt9nnwj7/ZHt1agEeM0?lst

One of the problems is whenever MySQL or SQLite update their software, I have to update as well because people are installing a newer version than what the plugin is compiled against. Thus the issues with "FileNotFound".

If you are still having trouble, let me know and we can work through it. Thanks.

That fixed my explorer issues however like Legion i'm having the same kernalbase.dll crash

Share this post


Link to post
Share on other sites

Are you using the example mission that I provided or something else? Can you post the exact SQF call that you're using in the mission.

Share this post


Link to post
Share on other sites
Are you using the example mission that I provided or something else? Can you post the exact SQF call that you're using in the mission.

I'm using the Altis Life RPG mission. Basically at the moment i get the same kernalbase.dll error as above, however, i'm still not to sure that i've set my database up correctly. But right now i'm kinda focused on the kernal error which i'm not sure what's causing it.

Share this post


Link to post
Share on other sites

I can confirm, Arma 3 still Crashes with the same Arma2NET.log Entry nothing has changed on the Error Message.

My SQF =

_Name = name player;
_QueryCheckPlayer = format ["'SELECT * FROM players WHERE Name = '%1''", _Name];
_ReturnCheckPlayer = "Arma2Net.Unmanaged" callExtension format ["Arma2NETMySQLCommandAsync ['accounts', %1]", _QueryCheckPlayer];
hint format ["%1", _QueryCheckPlayer];

as i said @ the "Arma2NetExplorer.exe" there are no Errors and gives me "[[["1", "", "Legion1337", ""]]]" as Return.

Share this post


Link to post
Share on other sites

Try changing it to this:

_QueryCheckPlayer = format ["SELECT * FROM players WHERE Name = '%1'", _Name];

Is this code publicly available somewhere?

Share this post


Link to post
Share on other sites
Try changing it to this:

_QueryCheckPlayer = format ["SELECT * FROM players WHERE Name = '%1'", _Name];

Is this code publicly available somewhere?

Think this is what you're looking for: http://forums.bistudio.com/showthread.php?168139-Altis-Life-RPG.

If it's any help i could do a teamviewer or something like that and you could look over what i've got set up and see if it makes any sense for yourself? If that'd be any help?

Edited by Liral

Share this post


Link to post
Share on other sites

Can you try the example mission that I created first? I know that system much better so it's easier for me to debug. If we can get that working, then we can rule out a bug in the plugin or the mission.

Share this post


Link to post
Share on other sites
Try changing it to this:

_QueryCheckPlayer = format ["SELECT * FROM players WHERE Name = '%1'", _Name];

Is this code publicly available somewhere?

This is my test SQF.

I have changed but Same Crash and Same .Log Message

Then i tried your Example Mission after the activation of the Action-Entry "AS_Loadout" things. = Same Crash Same .Log Message.

Can i help with other things? Should i Upload a Specific .dll or something?

Info: I use MySQL from XAMPP Version 1.8.2

Share this post


Link to post
Share on other sites
Can you try the example mission that I created first? I know that system much better so it's easier for me to debug. If we can get that working, then we can rule out a bug in the plugin or the mission.

I'm about to install my new SSD+HDD to my PC but once that's all complete I shall test the example on my Dedi and send over the results. May be a day or so. Thanks for your help so far though! :)

Share this post


Link to post
Share on other sites
This is my test SQF.

I have changed but Same Crash and Same .Log Message

Then i tried your Example Mission after the activation of the Action-Entry "AS_Loadout" things. = Same Crash Same .Log Message.

Can i help with other things? Should i Upload a Specific .dll or something?

Info: I use MySQL from XAMPP Version 1.8.2

Did you use the SQL file to create the database structure?

Can you delete the logs, re-run it with my example mission, and post the logs from the .RPT, Arma2NET, and Arma2NETMySQL (if available)? In addition, post your Databases.txt file (make sure to change the password). Having these together would help me in understanding where you're at. Thanks.

Share this post


Link to post
Share on other sites
Did you use the SQL file to create the database structure?

Yes

Can you delete the logs, re-run it with my example mission, and post the logs from the .RPT, Arma2NET, and Arma2NETMySQL (if available)? In addition, post your Databases.txt file (make sure to change the password). Having these together would help me in understanding where you're at. Thanks.

No Problem

Arma3.exe CRASH:

3km1.png

ezt0.png

.RPT LOG:

=====================================================================
== C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\arma3.exe
== "C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\arma3.exe" -mod=@CBA_A3;@Arma2NET

Exe timestamp: 2013/11/01 13:17:51
Current time:  2013/11/19 23:01:42

Type: Public
Branch: Stable
Version: 1.04.111745

Allocator: C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\dll\tbb4malloc_bi.dll
=====================================================================

Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/
Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/
Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/
Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/

==== Loaded addons ====

dta\bin.pbo - unknown
dta\core.pbo - 0
dta\languagecore_f.pbo - 58427
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_ai.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_arrays.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_common.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_diagnostic.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_events.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_extended_eventhandlers.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_hashes.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_help.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_main.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_main_a3.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_network.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_strings.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_ui.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_ui_helper.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_vectors.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_versioning.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_xeh.pbo - unknown
C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\@CBA_A3\addons\cba_xeh_a3.pbo - unknown
addons\a3.pbo - unknown
addons\air_f.pbo - 58097
addons\air_f_beta.pbo - 57789
addons\air_f_gamma.pbo - 58166
addons\animals_f.pbo - 56656
addons\animals_f_beta.pbo - 54975
addons\anims_f.pbo - 58356
addons\anims_f_data.pbo - 57989
addons\anims_f_epa.pbo - 58168
addons\armor_f.pbo - 53513
addons\armor_f_beta.pbo - 57989
addons\armor_f_gamma.pbo - 58370
addons\baseconfig_f.pbo - 43414
addons\boat_f.pbo - 57566
addons\boat_f_beta.pbo - 57644
addons\boat_f_gamma.pbo - 55779
addons\cargoposes_f.pbo - 57566
addons\characters_f.pbo - 58096
addons\characters_f_beta.pbo - 57989
addons\characters_f_epa.pbo - 57566
addons\characters_f_gamma.pbo - 57307
addons\data_f.pbo - 58245
addons\drones_f.pbo - 57670
addons\dubbing_f.pbo - 55351
addons\dubbing_f_beta.pbo - 55170
addons\dubbing_f_epa.pbo - 58097
addons\dubbing_f_gamma.pbo - 55217
addons\dubbing_radio_f.pbo - 57787
addons\dubbing_radio_f_data.pbo - 57787
addons\editor_f.pbo - 53723
addons\functions_f.pbo - 58481
addons\functions_f_epa.pbo - 58427
addons\languagemissions_f.pbo - 58045
addons\languagemissions_f_beta.pbo - 55986
addons\languagemissions_f_epa.pbo - 58481
addons\languagemissions_f_gamma.pbo - 55986
addons\language_f.pbo - 57954
addons\language_f_beta.pbo - 57989
addons\language_f_epa.pbo - 58308
addons\language_f_gamma.pbo - 57789
addons\map_altis.pbo - 57926
addons\map_altis_data.pbo - 55473
addons\map_altis_data_layers.pbo - 56661
addons\map_altis_data_layers_00_00.pbo - 56661
addons\map_altis_data_layers_00_01.pbo - 56661
addons\map_altis_data_layers_01_00.pbo - 56661
addons\map_altis_data_layers_01_01.pbo - 56661
addons\map_altis_scenes_f.pbo - 55073
addons\map_data.pbo - 58448
addons\map_stratis.pbo - 57926
addons\map_stratis_data.pbo - 52631
addons\map_stratis_data_layers.pbo - 49811
addons\map_stratis_scenes_f.pbo - 55073
addons\misc_f.pbo - 54927
addons\missions_f.pbo - 58356
addons\missions_f_beta.pbo - 57049
addons\missions_f_beta_data.pbo - 55296
addons\missions_f_beta_video.pbo - 49010
addons\missions_f_data.pbo - 57085
addons\missions_f_epa.pbo - 58511
addons\missions_f_epa_data.pbo - 58219
addons\missions_f_epa_video.pbo - 58252
addons\missions_f_gamma.pbo - 58356
addons\missions_f_gamma_data.pbo - 55501
addons\missions_f_gamma_video.pbo - 52884
addons\missions_f_video.pbo - 52434
addons\modules_f.pbo - 56929
addons\modules_f_beta.pbo - 55460
addons\modules_f_beta_data.pbo - 52079
addons\modules_f_data.pbo - 51786
addons\music_f.pbo - 56843
addons\music_f_epa.pbo - 56488
addons\music_f_epa_music.pbo - 56492
addons\music_f_music.pbo - 56442
addons\plants_f.pbo - 54531
addons\roads_f.pbo - 56956
addons\rocks_f.pbo - 54961
addons\signs_f.pbo - 57566
addons\soft_f.pbo - 57430
addons\soft_f_beta.pbo - 57430
addons\soft_f_gamma.pbo - 58045
addons\sounds_f.pbo - 57955
addons\sounds_f_vehicles.pbo - 57955
addons\sounds_f_weapons.pbo - 57955
addons\static_f.pbo - 57705
addons\static_f_beta.pbo - 57705
addons\static_f_gamma.pbo - 57705
addons\structures_f.pbo - 58097
addons\structures_f_data.pbo - 55395
addons\structures_f_epa.pbo - 58486
addons\structures_f_households.pbo - 57955
addons\structures_f_ind.pbo - 57926
addons\structures_f_mil.pbo - 57955
addons\structures_f_wrecks.pbo - 55395
addons\uifonts_f.pbo - 56537
addons\uifonts_f_data.pbo - 56474
addons\ui_f.pbo - 58264
addons\ui_f_data.pbo - 57306
addons\weapons_f.pbo - 58427
addons\weapons_f_beta.pbo - 57129
addons\weapons_f_epa.pbo - 58308
addons\weapons_f_gamma.pbo - 57157
Campaigns\camp_silver-dawn.pbo - unknown

=======================

DX11 - Initializing DX11 engine.
DX11 - Using DXGI adapter 0 (detected in config).
DX11 - Using DXGI adapter 0.
   - adapter description : AMD Radeon HD 7900 Series
   - adapter vendor ID : 4098
   - adapter device ID : 26522
   - adapter subsys ID : 840963714
   - adapter revision  : 0
   - dedicated video memory : 3202523136
   - dedicated system memory : 0
   - shared system memory : 1092378624
Error: JoystickDevices - CoInitilizeEx return 80010106
Error: CoInitilizeEx (XAudio2-1st trial) return 80010106
PhysX3 SDK Init started ...
PhysX3 SDK Init ended.
SimulWeather - Cloud Renderer - noise texture file is not specified!

No more slot to add connection at 033057 (3386.8,5735.4)
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
[802,29.155,0,"XEH: PreInit Started. v1.0.4.198. MISSINIT: missionName=intro1, worldName=Stratis, isMultiplayer=false, isServer=true, isDedicated=false"]
[802,29.356,0,"XEH: PreInit Finished. CACHE DISABLED? (Disable caching with cba_cache_disable.pbo): SLX_XEH_RECOMPILE=false, CBA_COMPILE_RECOMPILE=false, CBA_FUNC_RECOMPILE=false"]
Attempt to override final function - bis_fnc_missiontaskslocal
Attempt to override final function - bis_fnc_missionconversationslocal
Attempt to override final function - bis_fnc_missionflow
 bin\config.bin/CfgMovesMaleSdr/States/AmovPknlMevaSrasWpstDr.InterpolateTo: Bad move AmovPknlMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon
 bin\config.bin/CfgMovesMaleSdr/States/AmovPknlMevaSrasWpstDl.InterpolateTo: Bad move AmovPknlMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon
Animation o:\arma3\a3\anims_f_epa\data\anim\sdr\cts\hubcleaned\wave\hubwave_move1.rtm not found or empty
Animation o:\arma3\a3\anims_f_epa\data\anim\sdr\cts\hubcleaned\wave\hubwave_move2.rtm not found or empty
Animation a3\air_f_delta\plane_fighter_01\data\anim\kia_plane_fighter_01_pilot.rtm not found or empty
Animation a3\air_f_delta\plane_fighter_01\data\anim\plane_fighter_01_pilot.rtm not found or empty
Animation a3\air_f_beta\heli_attack_01\data\anim\heli_attack_01_pilot_kia.rtm not found or empty
Animation a3\air_f_beta\heli_attack_01\data\anim\pilot_heli_light_02_kia.rtm not found or empty
Animation a3\air_f_beta\heli_attack_01\data\anim\copilot_heli_light_02_kia.rtm not found or empty
Animation a3\air_f_delta\plane_transport_01\data\anim\kia_plane_transport_01_pilot.rtm not found or empty
Animation a3\air_f_delta\plane_transport_01\data\anim\plane_transport_01_pilot.rtm not found or empty
Animation animpath\kia_mi17_cargo02.rtm not found or empty
Animation animpath\mi17_cargo02_v0.rtm not found or empty
Animation animpath\mi17_cargo02_v1.rtm not found or empty
Animation animpath\mi17_cargo02_v2.rtm not found or empty
Animation animpath\mi17_cargo02_v3.rtm not found or empty
Animation animpath\mi17_cargo02_v4.rtm not found or empty
Animation animpath\mi17_cargo02_v5.rtm not found or empty
Animation animpath\mi17_cargo02_v6.rtm not found or empty
No default vars in bin\config.bin/CfgMovesMaleSdr/States/Acts_UnconsciousStandUp_part1.variantsPlayer
Warning: looped for animation: a3\anims_f\data\anim\sdr\idl\knl\stp\low\rfl\aidlpknlmstpslowwrfldnon_g01.rtm differs (looped now 1)! MoveName: aidlpknlmstpsraswrfldnon_g01
Warning: looped for animation: a3\anims_f\data\anim\sdr\idl\knl\stp\low\rfl\aidlpknlmstpslowwrfldnon_g02.rtm differs (looped now 1)! MoveName: aidlpknlmstpsraswrfldnon_g02
soldier[O_Soldier_AR_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[O_Soldier_LAT_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[O_Soldier_LAT_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[O_Soldier_AR_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[O_Soldier_AR_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[b_Soldier_TL_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[b_soldier_AR_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[b_Soldier_GL_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[b_Soldier_TL_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[b_soldier_AR_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[b_Soldier_GL_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[b_Soldier_TL_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[b_soldier_AR_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[b_Soldier_GL_F]:Some of magazines weren't stored in soldier Vest or Uniform?
[867,36.949,0,"XEH: PostInit Started"]
[867,36.972,0,"CBA_VERSIONING: cba=1.0.4.198, "]
[867,36.987,0,"XEH: PostInit Finished. State: _isClient=true, _isJip=false, _isDedClient=false, _isServer=true, _isDedServer=false, _playerCheckDone=true, _sp=true, _startInitDone=true, _postInitDone=true, _mpRespawn=false, _machineType=1, _sessionId=1, _level=0, _timeOut=false, _game=3, BIS_functions=L Module:1, group=L Module, player=<NULL-object>, _playerType="", _playerGroup=<NULL-group>"]
[867,36.963,0,"x\cba\addons\network\XEH_postServerInit.sqf:3","Initializing: cba_network version: 1.0.4.198"]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\acc\reticle_hamr.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\acc\reticle_arco_f.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\acc\reticle_arco_f.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\acc\reticle_arco_f.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\acc\reticle_hamr.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
control[CA_ValueIsland]: Unexpected control type [4]
control[CA_ValueIsland]: Unexpected control type [4]
control[CA_ValueName]: Unexpected control type [4]
control[CA_ValueName]: Unexpected control type [4]
control[CA_ValueNameScripted]: Unexpected control type [5]
control[CA_ValueNameScripted]: Unexpected control type [5]
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
[5210,80.608,0,"XEH: PreInit Started. v1.0.4.198. MISSINIT: missionName=Arma2NetMySQLPlugin-Arma3-example, worldName=Stratis, isMultiplayer=false, isServer=true, isDedicated=false"]
[5210,80.634,0,"XEH: PreInit Finished. CACHE DISABLED? (Disable caching with cba_cache_disable.pbo): SLX_XEH_RECOMPILE=false, CBA_COMPILE_RECOMPILE=false, CBA_FUNC_RECOMPILE=false"]
Attempt to override final function - bis_fnc_missiontaskslocal
Attempt to override final function - bis_fnc_missionconversationslocal
Attempt to override final function - bis_fnc_missionflow
[5377,82.689,0,"C:\Users\Legion1337\Documents\Arma 3\missions\Arma2NetMySQLPlugin-Arma3-example.Stratis\as_loadouts\server_events.sqf:18","serverRunningQuery: :  serverRunningQuery=false"]
[6231,85.373,0,"XEH: PostInit Started"]
[6231,85.379,0,"CBA_VERSIONING: cba=1.0.4.198, "]
[6231,85.382,0,"XEH: PostInit Finished. State: _isClient=true, _isJip=false, _isDedClient=false, _isServer=true, _isDedServer=false, _playerCheckDone=true, _sp=true, _startInitDone=true, _postInitDone=true, _mpRespawn=false, _machineType=1, _sessionId=2, _level=0, _timeOut=false, _game=3, BIS_functions=L Module:1, group=L Module, player=B Alpha 1-1:9 (Legion1337), _playerType="B_Soldier_F", _playerGroup=B Alpha 1-1"]
[6231,85.373,0,"x\cba\addons\network\XEH_postServerInit.sqf:3","Initializing: cba_network version: 1.0.4.198"]
Fresnel k must be >0, given n=2.51,k=0
=======================================================
-------------------------------------------------------
Exception code: E0434352  at 7552C41F
graphics:  D3D11
resolution:  1920x1080x32
Addons:
 cba_ui in x\cba\addons\ui\
 A3_Structures_F_Items_Tools in a3\structures_f\items\tools\
 A3_Structures_F_Ind_FuelStation in a3\structures_f\ind\fuelstation\
 A3_Modules_F_Marta in a3\modules_f\marta\
 A3_Armor_F_Slammer in a3\armor_f_gamma\mbt_01\
 A3_Structures_F_Households_Stone_Small in a3\structures_f\households\stone_small\
 a3_weapons_f_rifles_SMG_02 in a3\weapons_f_beta\smgs\smg_02\
 A3_Language_F_Beta in a3\language_f_beta\
 A3_Structures_F_Households_House_Small01 in a3\structures_f\households\house_small01\
 A3_Structures_F_Research in a3\structures_f\research\
 A3_Dubbing_Radio_F in a3\dubbing_radio_f\, A3_Characters_F in a3\characters_f\
 A3_Modules_F_Sites in a3\modules_f\sites\
 A3_Structures_F_Ind_ReservoirTank in a3\structures_f\ind\reservoirtank\
 A3_UI_F in a3\ui_f\, A3_Soft_F_Gamma_HEMTT in a3\soft_f_gamma\truck_01\
 A3_Structures_F_Ind_Shed in a3\structures_f\ind\shed\
 A3_Structures_F_EPA_Civ_Camping in a3\structures_f_epa\civ\camping\
 A3_LanguageMissions_F_Gamma in a3\languagemissions_f_gamma\
 A3_Soft_F_Gamma_Offroad in a3\soft_f_gamma\offroad_01\
 A3_Structures_F_Households_House_Small02 in a3\structures_f\households\house_small02\
 A3_Soft_F_Beta_Quadbike in a3\soft_f_beta\quadbike_01\
 A3_Structures_F_EPA_Items_Electronics in a3\structures_f_epa\items\electronics\
 A3_Anims_F in a3\anims_f\, A3_Static_F_Mortar_01 in a3\static_f\mortar_01\
 A3_Structures_F_Households_House_Big01 in a3\structures_f\households\house_big01\
 A3_Structures_F_Ind_Transmitter_Tower in a3\structures_f\ind\transmitter_tower\
 A3_CargoPoses_F in a3\cargoposes_f\, A3_Map_Altis_Scenes in a3\map_altis_scenes_f\
 A3_Structures_F_Wrecks in a3\structures_f\wrecks\
 A3_Weapons_F_EPA_LongRangeRifles_DMR_01 in a3\weapons_f_epa\longrangerifles\dmr_01\
 A3_Boat_F_Civilian_Boat in a3\boat_f_gamma\boat_civil_01\
 A3_Structures_F_Civ_Accessories in a3\structures_f\civ\accessories\
 A3_Roads_F in a3\roads_f\
 A3_Structures_F_Households_House_Small03 in a3\structures_f\households\house_small03\
 A3_Map_Stratis_Scenes in a3\map_stratis_scenes_f\
 A3_Structures_F_Dominants_Castle in a3\structures_f\dominants\castle\
 A3_Structures_F_Civ_Calvaries in a3\structures_f\civ\calvaries\
 A3_Structures_F_Households_House_Big02 in a3\structures_f\households\house_big02\
 A3_Modules_F_Multiplayer in a3\modules_f\multiplayer\
 A3_Animals_F_Seagull in a3\animals_f\seagull\
 A3_Boat_F_Trawler in a3\boat_f_gamma\boat_civil_04\
 A3_Structures_F_EPA_Items_Medical in a3\structures_f_epa\items\medical\
 A3_Structures_F_Mil_Barracks in a3\structures_f\mil\barracks\
 A3_Weapons_F_Ammoboxes in a3\weapons_f\ammoboxes\
 A3_Weapons_F_beta_EBR in a3\weapons_f_beta\longrangerifles\ebr\
 A3_Modules_F_HC in a3\modules_f\hc\
 A3_UAV_F_Weapons_F_Gamma_Ammoboxes in a3\drones_f\weapons_f_gamma\ammoboxes\
 A3_Characters_F_Civil in a3\characters_f\civil\
 A3_Structures_F_Households_Stone_Big in a3\structures_f\households\stone_big\
 cba_help in x\cba\addons\help\
 A3_Modules_F_ObjectModifiers in a3\modules_f\objectmodifiers\
 A3_Structures_F_Mil_Flags in a3\structures_f\mil\flags\
 A3_Weapons_F_Rifles_Khaybar in a3\weapons_f\rifles\khaybar\
 A3_Weapons_F_DummyWeapons in a3\weapons_f\dummyweapons\
 A3_Map_Data in a3\map_data\
 A3_Structures_F_Civ_Camping in a3\structures_f\civ\camping\
 A3_Characters_F_OPFOR in a3\characters_f\opfor\
 A3_Structures_F_Naval_Piers in a3\structures_f\naval\piers\
 Extended_EventHandlers in x\cba\addons\xeh\
 A3_LanguageMissions_F in a3\languagemissions_f\, A3_Language_F in a3\language_f\
 A3_Structures_F_Mil_TentHangar in a3\structures_f\mil\tenthangar\
 A3_Weapons_F_Beta_Acc in a3\weapons_f_beta\acc\
 A3_Structures_F_Dominants_WIP in a3\structures_f\dominants\wip\
 A3_Structures_F_Civ_Offices in a3\structures_f\civ\offices\
 A3_Editor_F in a3\editor_f\, cba_ui_helper in x\cba\addons\ui_helper\
 A3_Air_F in a3\air_f\
 A3_Air_F_Beta_Heli_Attack_01 in a3\air_f_beta\heli_attack_01\
 cba_xeh_a3 in x\cba\addons\xeh_a3\, cba_versioning in x\cba\addons\versioning\
 A3_Map_Altis in a3\map_altis\
 A3_Structures_F_Ind_Crane in a3\structures_f\ind\crane\
 A3_Structures_F_Mil_BagBunker in a3\structures_f\mil\bagbunker\
 A3_Weapons_F_Launchers_LAW in a3\weapons_f\launchers\rpg32\
 A3_Weapons_F_Rifles_SDAR in a3\weapons_f\rifles\sdar\
 A3_Weapons_F_Pistols_ACPC2 in a3\weapons_f_beta\pistols\acpc2\
 A3_Weapons_F_beta_Rifles_MX in a3\weapons_f_beta\rifles\mx\
 A3_Weapons_F_Launchers_Titan in a3\weapons_f_beta\launchers\titan\
 A3_Weapons_F_beta in a3\weapons_f_beta\
 A3_Weapons_F_EPA_Ammoboxes in a3\weapons_f_epa\ammoboxes\
 A3_Structures_F_Civ_Market in a3\structures_f\civ\market\
 A3_Structures_F_Ind in a3\structures_f\ind\, A3_Data_F in a3\data_f\
 A3_Animals_F_Snakes in a3\animals_f\snakes\
 A3_Air_F_Beta_Heli_Attack_02 in a3\air_f_beta\heli_attack_02\
 A3_Animals_F_Chicken in a3\animals_f_beta\chicken\
 A3_Structures_F_Ind_Tank in a3\structures_f\ind\tank\
 A3_Weapons_F_Gamma_Ammoboxes in a3\weapons_f_gamma\ammoboxes\
 A3_Armor_F_AMV in a3\armor_f_beta\apc_wheeled_01\
 A3_Boat_F_SDV_01 in a3\boat_f_beta\sdv_01\, cba_main_a3 in x\cba\addons\main_a3\
 A3_Functions_F_EPA in a3\functions_f_epa\, A3_Music_F_EPA in a3\music_f_epa\
 A3_Structures_F_Items_Luggage in a3\structures_f\items\luggage\
 A3_Soft_F_Crusher_UGV in a3\drones_f\soft_f_gamma\ugv_01\
 cba_vectors in x\cba\addons\vectors\
 A3_Weapons_F_Beta_Ammoboxes in a3\weapons_f_beta\ammoboxes\
 A3_Weapons_F_Pistols_Pistol_heavy_01 in a3\weapons_f_epa\pistols\pistol_heavy_01\
 A3_Structures_F_Bridges in a3\structures_f\bridges\
 A3_Structures_F_Ind_FuelStation_Small in a3\structures_f\ind\fuelstation_small\
 A3_Soft_F_HEMTT in a3\soft_f_beta\truck_01\
 A3_Structures_F_Items_Documents in a3\structures_f\items\documents\
 A3_armor_f_beta in a3\armor_f_beta\, A3_Animals_F_Turtle in a3\animals_f\turtle\
 A3_Weapons_F_Pistols_Pistol_heavy_02 in a3\weapons_f_epa\pistols\pistol_heavy_02\
 A3_Structures_F_Civ_Constructions in a3\structures_f\civ\constructions\
 A3_Structures_F_Items_Stationery in a3\structures_f\items\stationery\
 A3_Characters_F_Proxies in a3\characters_f\proxies\
 A3_Animals_F_Dog in a3\animals_f_beta\dog\
 A3_Structures_F_Civ_Statues in a3\structures_f\civ\statues\
 cba_diagnostic in x\cba\addons\diagnostic\
 A3_Modules_F_Skirmish in a3\modules_f\skirmish\, A3_UIFonts_F in a3\uifonts_f\
 A3_Weapons_F_EBR in a3\weapons_f\longrangerifles\ebr\
 A3_Missions_F in a3\missions_f\
 A3_Structures_F_Ind_Windmill in a3\structures_f\ind\windmill\
 A3_Boat_F_Boat_Armed_01 in a3\boat_f\boat_armed_01\
 A3_Characters_F_BLUFOR in a3\characters_f\blufor\
 A3_Structures_F_Training in a3\structures_f\training\, CAData in a3\
 A3_Missions_F_Gamma in a3\missions_f_gamma\
 A3_Structures_F_Ind_Pipes in a3\structures_f\ind\pipes\
 A3_Weapons_F_Pistols_Rook40 in a3\weapons_f\pistols\rook40\
 cba_network in x\cba\addons\network\
 A3_Soft_F_TruckHeavy in a3\soft_f_beta\truck_02\
 A3_Structures_F_Civ_SportsGrounds in a3\structures_f\civ\sportsgrounds\
 A3_Air_F_Beta_Parachute_01 in a3\air_f_beta\parachute_01\
 A3_Structures_F_Households_House_Shop01 in a3\structures_f\households\house_shop01\
 A3_Structures_F_Mil_Offices in a3\structures_f\mil\offices\
 A3_Weapons_F_Items in a3\weapons_f\items\
 A3_Modules_F_GroupModifiers in a3\modules_f\groupmodifiers\
 A3_Modules_F_LiveFeed in a3\modules_f\livefeed\
 A3_Air_F_Beta_Parachute_02 in a3\air_f_beta\parachute_02\
 A3_Structures_F_Households_House_Shop02 in a3\structures_f\households\house_shop02\
 A3_Armor_F_Panther in a3\armor_f_beta\apc_tracked_01\
 A3_Signs_F_AD in a3\signs_f\signs_ad\
 A3_Structures_F_Civ_Pavements in a3\structures_f\civ\pavements\
 A3_Structures_F_Mil_Radar in a3\structures_f\mil\radar\
 A3_Weapons_F_gamma in a3\weapons_f_gamma\
 A3_Structures_F_Naval in a3\structures_f\naval\
 A3_Structures_F_Dominants_Church in a3\structures_f\dominants\church\
 A3_Modules_F_Beta in a3\modules_f_beta\
 A3_Boat_F_Beta_Boat_Armed_01 in a3\boat_f_beta\boat_armed_01\
 A3_Static_F_Beta_Mortar_01 in a3\static_f_beta\mortar_01\
 A3_Structures_F_EPA_Walls in a3\structures_f_epa\walls\
 A3_Structures_F_Items_Electronics in a3\structures_f\items\electronics\
 A3_Animals_F_Fishes in a3\animals_f\fishes\
 A3_Structures_F_Ind_Factory in a3\structures_f\ind\factory\
 A3_Weapons_F_Pistols_P07 in a3\weapons_f\pistols\p07\
 A3_Armor_F_APC_Wheeled_03 in a3\armor_f_gamma\apc_wheeled_03\
 A3_Static_F_Gamma_AT in a3\static_f_gamma\at_01\
 A3_Language_F_Gamma in a3\language_f_gamma\
 A3_Structures_F_Households in a3\structures_f\households\
 A3_Structures_F_Ind_PowerLines in a3\structures_f\ind\powerlines\
 A3_Structures_F_Civ_Ancient in a3\structures_f\civ\ancient\
 A3_Air_F_Beta in a3\air_f_beta\
 A3_Structures_F_Mil_BagFence in a3\structures_f\mil\bagfence\
 A3_Structures_F_Mil_Bunker in a3\structures_f\mil\bunker\
 A3_Weapons_F_Acc in a3\weapons_f\acc\
 A3_Weapons_F_EPA_EBR in a3\weapons_f_epa\longrangerifles\ebr\
 A3_Structures_F_EPA_Items_Food in a3\structures_f_epa\items\food\
 A3_Modules_F in a3\modules_f\
 A3_Structures_F_Dominants_Lighthouse in a3\structures_f\dominants\lighthouse\
 A3_Structures_F in a3\structures_f\
 A3_Structures_F_Items_Valuables in a3\structures_f\items\valuables\
 A3_Air_F_Heli_Light_01 in a3\air_f\heli_light_01\
 A3_Static_F_Gamma_Mortar_01 in a3\static_f_gamma\mortar_01\
 A3_Air_F_Beta_Heli_Transport_01 in a3\air_f_beta\heli_transport_01\
 A3_Weapons_F_EPA_Rifles_MX in a3\weapons_f_epa\rifles\mx\
 A3_Air_F_Beta_Heli_Transport_02 in a3\air_f_beta\heli_transport_02\
 A3_Animals_F_AnimConfig in a3\animals_f\animconfig\
 A3_Soft_F_Car in a3\soft_f_gamma\hatchback_01\
 A3_Characters_F_INDEP in a3\characters_f_beta\indep\
 A3_Boat_F_Beta_Boat_Transport_01 in a3\boat_f_beta\boat_transport_01\
 cba_common in x\cba\addons\common\
 A3_Air_F_Heli_Light_02 in a3\air_f\heli_light_02\
 A3_Structures_F_Items_Vessels in a3\structures_f\items\vessels\
 A3_Structures_F_Mil_Helipads in a3\structures_f\mil\helipads\
 A3_Weapons_F_Rifles_MX in a3\weapons_f\rifles\mx\
 A3_Air_F_Gamma_Plane_Fighter_03 in a3\air_f_gamma\plane_fighter_03\
 A3_armor_f_beta_APC_Tracked_02 in a3\armor_f_beta\apc_tracked_02\
 A3_Music_F in a3\music_f\
 A3_Boat_F_Gamma_Boat_Transport_01 in a3\boat_f_gamma\boat_transport_01\
 A3_Modules_F_DynO in a3\modules_f\dyno\
 A3_Structures_F_Ind_SolarPowerPlant in a3\structures_f\ind\solarpowerplant\
 A3_Structures_F_Households_Addons in a3\structures_f\households\addons\
 cba_arrays in x\cba\addons\arrays\
 A3_Boat_F_Boat_Transport_01 in a3\boat_f\boat_transport_01\
 A3_Structures_F_Ind_CarService in a3\structures_f\ind\carservice\
 A3_Structures_F_Civ_InfoBoards in a3\structures_f\civ\infoboards\
 A3_Map_Stratis in a3\map_stratis\, A3_Modules_F_Events in a3\modules_f\events\
 A3_Structures_F_Items in a3\structures_f\items\, cba_xeh in x\cba\addons\xeh\
 A3_Structures_F_Households_Slum in a3\structures_f\households\slum\
 A3_Structures_F_Ind_WindPowerPlant in a3\structures_f\ind\windpowerplant\
 A3_Weapons_F_Launchers_NLAW in a3\weapons_f\launchers\nlaw\
 A3_Weapons_F_Rifles_Mk20 in a3\weapons_f_beta\rifles\mk20\
 A3_Weapons_F_Machineguns_Zafir in a3\weapons_f_beta\machineguns\zafir\
 A3_Weapons_F_Rifles_Vector in a3\weapons_f_beta\smgs\smg_01\
 A3_Structures_F_Ind_ConcreteMixingPlant in a3\structures_f\ind\concretemixingplant\
 A3_Armor_F in a3\armor_f\, A3_Signs_F in a3\signs_f\
 A3_Structures_F_Civ_BellTowers in a3\structures_f\civ\belltowers\
 A3_Animals_F_Kestrel in a3\animals_f\kestrel\, cba_main in x\cba\addons\main\
 A3_Misc_F in a3\misc_f\, A3_Animals_F in a3\animals_f\
 A3_Structures_F_Items_Cans in a3\structures_f\items\food\
 A3_Weapons_F_Machineguns_M200 in a3\weapons_f\machineguns\m200\
 A3_Weapons_F_beta_Rifles_Khaybar in a3\weapons_f_beta\rifles\khaybar\
 A3_Structures_F_Dominants_Amphitheater in a3\structures_f\dominants\amphitheater\
 CBA_Extended_EventHandlers in x\cba\addons\xeh\
 A3_Characters_F_Common in a3\characters_f\common\
 A3_Structures_F_Items_Gadgets in a3\structures_f\items\gadgets\
 A3_Animals_F_Sheep in a3\animals_f_beta\sheep\
 A3_Structures_F_Ind_WavePowerPlant in a3\structures_f\ind\wavepowerplant\
 A3_Structures_F_Mil in a3\structures_f\mil\
 A3_Weapons_F_EPA_Acc in a3\weapons_f_epa\acc\
 A3_Weapons_F_Pistols_PDW2000 in a3\weapons_f_gamma\smgs\pdw2000\
 cba_ai in x\cba\addons\ai\
 A3_Structures_F_Civ_Garbage in a3\structures_f\civ\garbage\
 A3_Static_F in a3\static_f\, A3_Functions_F in a3\functions_f\
 A3_Soft_F_MRAP_01 in a3\soft_f\mrap_01\
 A3_Structures_F_Civ in a3\structures_f\civ\, A3_Weapons_F_EPA in a3\weapons_f_epa\
 A3_Weapons_F_gamma_Acc in a3\weapons_f_gamma\acc\
 A3_Soft_F_Quadbike in a3\soft_f\quadbike_01\
 A3_Soft_F_MRAP_02 in a3\soft_f\mrap_02\
 A3_Structures_F_Ind_DieselPowerPlant in a3\structures_f\ind\dieselpowerplant\
 A3_Missions_F_EPA in a3\missions_f_epa\, cba_strings in x\cba\addons\strings\
 A3_Air_F_Gamma_UAV_01 in a3\drones_f\air_f_gamma\uav_01\
 A3_Armor_F_Marid in a3\armor_f_beta\apc_wheeled_02\
 A3_Static_F_Gamma in a3\static_f_gamma\, A3_Missions_F_Beta in a3\missions_f_beta\
 A3_Soft_F_Offroad_01 in a3\soft_f\offroad_01\
 A3_Structures_F_Households_Stone_Shed in a3\structures_f\households\stone_shed\
 A3_Weapons_F_Rifles_TRG20 in a3\weapons_f\rifles\trg20\
 A3_Structures_F_Naval_Buoys in a3\structures_f\naval\buoys\
 A3_Soft_F in a3\soft_f\, A3_Characters_F_EPA in a3\characters_f_epa\
 A3_UAV_F_Characters_F_Gamma in a3\drones_f\characters_f_gamma\
 A3_Structures_F_Walls in a3\structures_f\walls\
 A3_Soft_F_MRAP_03 in a3\soft_f_beta\mrap_03\, A3_Anims_F_EPA in a3\anims_f_epa\
 A3_Structures_F_Civ_Lamps in a3\structures_f\civ\lamps\
 A3_Structures_F_Civ_PlayGround in a3\structures_f\civ\playground\
 A3_Air_F_Gamma_UAV_02 in a3\drones_f\air_f_gamma\uav_02\
 A3_Misc_F_Helpers in a3\misc_f\helpers\
 A3_Structures_F_System in a3\structures_f\system\
 A3_Structures_F_EPA_Civ_Constructions in a3\structures_f_epa\civ\constructions\
 A3_Structures_F_Dominants_Hospital in a3\structures_f\dominants\hospital\
 A3_Animals_F_Goat in a3\animals_f_beta\goat\
 A3_Structures_F_Mil_Shelters in a3\structures_f\mil\shelters\
 A3_Structures_F_EPA_Items_Vessels in a3\structures_f_epa\items\vessels\
 A3_Modules_F_UAV in a3\modules_f\uav\, cba_events in x\cba\addons\events\
 A3_Modules_F_StrategicMap in a3\modules_f\strategicmap\
 A3_Structures_F_Dominants in a3\structures_f\dominants\
 A3_LanguageMissions_F_Beta in a3\languagemissions_f_beta\
 A3_Characters_F_Beta in a3\characters_f_beta\
 A3_Structures_F_Mil_Cargo in a3\structures_f\mil\cargo\
 A3_Weapons_F in a3\weapons_f\
 A3_Structures_F_EPA_Mil_Scrapyard in a3\structures_f_epa\mil\scrapyard\
 A3_Modules_F_Misc in a3\modules_f\misc\
 A3_Anims_F_Config_Sdr in a3\anims_f\config\sdr\
 A3_Language_F_EPA in a3\language_f_epa\
 A3_Structures_F_Furniture in a3\structures_f\furniture\
 A3_Structures_F_Training_InvisibleTarget in a3\structures_f\training\invisibletarget\
 A3_Weapons_F_Explosives in a3\weapons_f\explosives\
 A3_Characters_F_Heads in a3\characters_f\heads\
 A3_Animals_F_Rabbit in a3\animals_f\rabbit\
 A3_Characters_F_Gamma in a3\characters_f_gamma\
 A3_Modules_F_Effects in a3\modules_f\effects\
 A3_Plants_F_Bush in a3\plants_f\bush\
 A3_Data_F_ParticleEffects in a3\data_f\particleeffects\
 A3_Structures_F_Ind_Cargo in a3\structures_f\ind\cargo\
 A3_Weapons_F_LongRangeRifles_GM6 in a3\weapons_f\longrangerifles\gm6\
 A3_Modules_F_Supports in a3\modules_f\supports\
 A3_Structures_F_Civ_Dead in a3\structures_f\civ\dead\
 A3_Soft_F_Gamma_Quadbike in a3\soft_f_gamma\quadbike_01\
 A3_Structures_F_Households_WIP in a3\structures_f\households\wip\
 A3_Static_F_Gamma_AA in a3\static_f_gamma\aa_01\
 A3_Structures_F_EPA_Items_Tools in a3\structures_f_epa\items\tools\
 A3_Weapons_F_EPA_LongRangeRifles_GM6 in a3\weapons_f_epa\longrangerifles\gm6\
 cba_hashes in x\cba\addons\hashes\, A3_Modules_F_Intel in a3\modules_f\intel\
 A3_Boat_F in a3\boat_f\
 A3_Weapons_F_gamma_Items in a3\drones_f\weapons_f_gamma\items\
 A3_Rocks_F in a3\rocks_f\
 A3_Modules_F_Beta_FiringDrills in a3\modules_f_beta\firingdrills\
 A3_Soft_F_Gamma_TruckHeavy in a3\soft_f_gamma\truck_02\
 A3_Structures_F_Civ_Chapels in a3\structures_f\civ\chapels\
 A3_Structures_F_Mil_Fortification in a3\structures_f\mil\fortification\
 A3_Weapons_F_LongRangeRifles_M320 in a3\weapons_f\longrangerifles\m320\
 A3_Weapons_F_beta_Rifles_TRG20 in a3\weapons_f_beta\rifles\trg20\
 A3_Armor_F_T100K in a3\armor_f_gamma\mbt_02\
 A3_Structures_F_Ind_AirPort in a3\structures_f\ind\airport\
 A3_Soft_F_SUV in a3\soft_f_gamma\suv_01\, A3_Sounds_F in a3\sounds_f\
 A3_Structures_F_Naval_RowBoats in a3\structures_f\naval\rowboats\
 A3_Soft_F_Truck in a3\soft_f_gamma\van_01\, A3_BaseConfig_F in a3\baseconfig_f\
Mods: @Arma2NET
Distribution: 0
Version 1.04.111745
Fault time: 2013/11/19 23:03:22
Fault address:  7552C41F 01:0000B41F C:\Windows\syswow64\KERNELBASE.dll
file:     Arma2NetMySQLPlugin-Arma3-example
world:    Stratis
Prev. code bytes: 0C EB 03 89 45 C0 8D 45 B0 50 FF 15 5C 11 52 75
Fault code bytes: C9 C2 10 00 CC CC CC CC CC 8B FF 55 8B EC 56 8B

Registers:
EAX:01DFB5FC EBX:00000005
ECX:00000005 EDX:00000000
ESI:01DFB6BC EDI:00000001
CS:EIP:0023:7552C41F
SS:ESP:002B:01DFB5FC  EBP:01DFB64C
DS:002B  ES:002B  FS:0053  GS:002B
Flags:00000206
=======================================================

Arma2NET.LOG:

11/19/2013 23:03:22 Arma2Net.Unmanaged loaded successfully
11/19/2013 23:03:22 Fatal unhandled exception of type System.IO.FileNotFoundException
11/19/2013 23:03:22 System.IO.FileNotFoundException: Die Datei oder Assembly "Arma2Net.Managed, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8762987cc8e6095e" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
Dateiname: "Arma2Net.Managed, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8762987cc8e6095e"
  bei Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function)
  bei Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function)

WRN: Protokollierung der Assemblybindung ist AUS.
Sie können die Protokollierung der Assemblybindungsfehler aktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) auf 1 festlegen.
Hinweis: Die Protokollierung der Assemblybindungsfehler führt zu einer gewissen Leistungseinbuße.
Sie können dieses Feature deaktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] entfernen.

Databases.txt

# This is a comment
# Any line starting with a "#" is considered a comment
# Make sure each of your database connections doesn't have a "#" in front!
# Put each database connection you want on a separate line
# The databasename MUST be unique!
# For an example, see the following
#databasetype,databasename,ipaddress,port,username,password
#
#mysql,arma,127.0.0.1,3306,armausername,secret
#sqlite,weaponslite

mysql,accounts,127.0.0.1,3306,CommanderShepard,UrdnotGrunt

#sqlite,weapons

sry few things are in German

Share this post


Link to post
Share on other sites

@Legion1337: Based on the log files, it doesn't appear that @Arma2NET is loading properly. It looks like it can't find a DLL file or something. It's not even getting to loading the plugins. Can you check to make sure you copied the entire folder from @Arma2NET to the appropriate location in your root Arma 3 folder. The fact that Arma2NETExplorer works but this does not suggests there may be an issue in how you are starting Arma 3 perhaps? Also, make sure you're running the A3 CBA, it's required for the mission. If these don't work, PM me your Skype name and we can talk if you wish.

Share this post


Link to post
Share on other sites

@firefly2442

I start Arma 3 with these Parameters:

-mod=@CBA_A3;@Arma2NET

And the Arma2NET Folder was directly extracted from your Dropbox Upload.

And Ingame:

x0e9.png

But i extracted it again but nothing changed.

Share this post


Link to post
Share on other sites

Fire Fly, sorry for the late reply. I updated the DLL's and such to no improvement. This is from your test mission file

11/22/2013 00:42:45 function: Arma2NETMySQLCommandAsync ['weaponsArma3', 'SELECT name FROM users WHERE uid = '76561197992362385'']

11/22/2013 00:42:45 maxResultSize: 10239

11/22/2013 00:42:45 Result size: 1268

11/22/2013 00:42:45 Result: System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.

File name: 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'

at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString)

at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values)

at Arma2NETMySQLPlugin.Databases..ctor()

at Arma2NETMySQLPlugin.Startup.StartupConnection()

at Arma2NETMySQLPlugin.Arma2NETMySQLPluginCommandAsync.InvokeAsync(String args, Int32 maxResultSize, CancellationToken token)

at Arma2Net.AddInProxy.AsyncAddIn.<>c__DisplayClass8.<Invoke>b__0()

at System.Threading.Tasks.Task`1.InvokeFuture(Object futureAsObj)

at System.Threading.Tasks.Task.InnerInvoke()

at System.Threading.Tasks.Task.Execute()

WRN: Assembly binding logging is turned OFF.

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.

Note: There is some performance penalty associated with assembly bind failure logging.

To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

4:26:40 [4888,104.172,0,"XEH: PostInit Started"]

4:26:40 [4888,104.181,0,"CBA_VERSIONING: cba=1.0.4.198, "]

4:26:40 [4888,104.197,0,"XEH: PostInit Finished. State: _isClient=false, _isJip=false, _isDedClient=false, _isServer=true, _isDedServer=true, _playerCheckDone=true, _sp=false, _startInitDone=true, _postInitDone=true, _mpRespawn=false, _machineType=0, _sessionId=1, _level=0, _timeOut=false, _game=3, BIS_functions=L Modules:1, group=L Modules"]

4:26:40 [4888,104.178,0,"x\cba\addons\network\XEH_postServerInit.sqf:3","Initializing: cba_network version: 1.0.4.198"]

4:26:40 [4892,104.387,0,"mpmissions\__cur_mp.Stratis\as_loadouts\server_events.sqf:18","serverRunningQuery: : serverRunningQuery=false"]

4:26:59 Suspending not allowed in this context

4:26:59 Error in expression <uts == "") then {

_dbloadouts = nil;

};

sleep 0.5;

};

serverRunningQuery = fal>

4:26:59 Error position: <sleep 0.5;

};

serverRunningQuery = fal>

4:26:59 Error Generic error in expression

4:26:59 File mpmissions\__cur_mp.Stratis\as_loadouts\server_events.sqf, line 104

Edited by SCE_The Fuzz
added rpt

Share this post


Link to post
Share on other sites
Fire Fly, sorry for the late reply. I updated the DLL's and such to no improvement. This is from your test mission file

11/22/2013 00:42:45 function: Arma2NETMySQLCommandAsync ['weaponsArma3', 'SELECT name FROM users WHERE uid = '76561197992362385'']

11/22/2013 00:42:45 maxResultSize: 10239

11/22/2013 00:42:45 Result size: 1268

11/22/2013 00:42:45 Result: System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.

File name: 'MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'

at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString)

at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values)

at Arma2NETMySQLPlugin.Databases..ctor()

at Arma2NETMySQLPlugin.Startup.StartupConnection()

at Arma2NETMySQLPlugin.Arma2NETMySQLPluginCommandAsync.InvokeAsync(String args, Int32 maxResultSize, CancellationToken token)

at Arma2Net.AddInProxy.AsyncAddIn.<>c__DisplayClass8.<Invoke>b__0()

at System.Threading.Tasks.Task`1.InvokeFuture(Object futureAsObj)

at System.Threading.Tasks.Task.InnerInvoke()

at System.Threading.Tasks.Task.Execute()

WRN: Assembly binding logging is turned OFF.

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.

Note: There is some performance penalty associated with assembly bind failure logging.

To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

4:26:40 [4888,104.172,0,"XEH: PostInit Started"]

4:26:40 [4888,104.181,0,"CBA_VERSIONING: cba=1.0.4.198, "]

4:26:40 [4888,104.197,0,"XEH: PostInit Finished. State: _isClient=false, _isJip=false, _isDedClient=false, _isServer=true, _isDedServer=true, _playerCheckDone=true, _sp=false, _startInitDone=true, _postInitDone=true, _mpRespawn=false, _machineType=0, _sessionId=1, _level=0, _timeOut=false, _game=3, BIS_functions=L Modules:1, group=L Modules"]

4:26:40 [4888,104.178,0,"x\cba\addons\network\XEH_postServerInit.sqf:3","Initializing: cba_network version: 1.0.4.198"]

4:26:40 [4892,104.387,0,"mpmissions\__cur_mp.Stratis\as_loadouts\server_events.sqf:18","serverRunningQuery: : serverRunningQuery=false"]

4:26:59 Suspending not allowed in this context

4:26:59 Error in expression <uts == "") then {

_dbloadouts = nil;

};

sleep 0.5;

};

serverRunningQuery = fal>

4:26:59 Error position: <sleep 0.5;

};

serverRunningQuery = fal>

4:26:59 Error Generic error in expression

4:26:59 File mpmissions\__cur_mp.Stratis\as_loadouts\server_events.sqf, line 104

Did you install this as well?

https://dev.mysql.com/downloads/connector/net/

Try that. It looks like it's not finding the MySQL dependency.

Share this post


Link to post
Share on other sites

Well I tried a fresh install and still have the same issues, firefly is their anyway I could meet with you on our TS3 server or something to trouble shoot this one night?

-edit-^ Ignore this

After removing all other plugins for the add in folder to tack down the error, I ended up putting the Dll's in almost every directory I could think of to get it to work.

Edited by SCE_The Fuzz

Share this post


Link to post
Share on other sites

Hey again.

I was wondering if you could suggest a reliable way for checking if a Row in MySQL exists.

I am currently doing this:

_uid = getplayerUID player;

SELECT ammo, weapons, etc FROM playerstats WHERE uid = '%1'", _uid

The above returns a variable i called _return and i check if _return is nil or not. If _return is Nil it creates a new profile for the player and creates a new row in MySQL. If _return is not nil, it loads the players profile.

The problem i have is sometimes it returns nil when there is already a profile for the player.

Any suggestions?

Actual scripts.

Get account (Server side)

["VRG_GetPlayerAccount", {

_puid = _this select 0;

_unit = _this select 1;

_side = _this select 2;

_puid = format["%1%2", _puid, _side];

_owner = owner _unit;

_query = format ["SELECT ammo, weapons, items, assignitems, headgear, goggles, vest, vestitems, uniform, uniformitems, backpack, packitems, handgunitems, primarywep, secondarywep, Direction, Position, Damage, Account, Wallet, Licence_car, Licence_truck, Licence_armor, Licence_Pilot, Licence_UAV, Licence_swat, Licence_spec, Licence_arty, Licence_engi, Licence_pmc, Licence_rifle, Licence_pistol, Licence_sniper, Licence_launcher, LockPicks, item_medkit, item_repairkit, item_fuelkit, OilCollected, ProcessedOil, PrimaryMag, SecondaryMag, HandGunMag FROM playerstats WHERE uid = '%1'", _puid];

while{!isNil("serverRunningQuery") && serverRunningQuery} do { //busy wait

};

serverRunningQuery = true;

_get = nil;

while {isNil("_get")} do {

_get = "Arma2Net.Unmanaged" callExtension format ["Arma2NETMySQLCommandAsync ['altislife', '%1']", _query];

//hint format["_get = %1", _get];

if (_get == "") then {

_get = nil;

};

sleep 0.5; //sleep for a half-second so we don't thrash the server with callExtension calls

};

serverRunningQuery = false;

ReturnedDatabaseLoadOuts = _get;

_owner publicVariableClient "ReturnedDatabaseLoadOuts";

//Technically, this variable is kind of like a mutex for the client side

}

] call CBA_fnc_addEventHandler;

Checks if is nil or not (Player side)--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[[[player],"ServerStats\PlayerLoad.sqf"],"BIS_fnc_execVM",false,false] spawn BIS_fnc_MP;

while {isNil("ReturnedDatabaseLoadOuts")} do {

};

_get = ReturnedDatabaseLoadOuts;

ReturnedDatabaseLoadOuts = nil;

_get = call compile _get;

_get = _get select 0;

_get = _get select 0;

if (!isNil "_get") then

{

hint "Profile found.\nLoading.";

[[[player, _get],"ServerStats\PlayerLoad2.sqf"],"BIS_fnc_execVM",false,false] spawn BIS_fnc_MP;

} else {

hint "No profile found.\nCreating new.";

_h = execVM "NewClient.sqf";

waitUntil {scriptDone _h};

execVM "ClientStats\ManualSave.sqf";

};

Edited by nick103

Share this post


Link to post
Share on other sites

@nick103: Remember, the async call that you are using will return nil until the query is complete on the database side and it returns. Therefore, the first time, you are guaranteed that it will be null for a return value. You may want to consider changing it to a COUNT statement so it's more clear and perhaps easier to check. Something like:

SELECT COUNT(*) FROM playerstats WHERE uid = '%1'

This way, it will return a 0 or 1 (or if more, then there's an issue somewhere else...). Does that help?

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  

×