HeliJunkie 11 Posted October 28, 2013 I have a problem after building the project with VS 2012 Update3 the first time. After the first call to the extension, arma3 crashes with "Buffer overrun detected when using extension Arma2Net.Unmanaged" Anyone an idea ??? Thx HeliJunkie Share this post Link to post Share on other sites
firefly2442 6 Posted October 28, 2013 How long is the string you are trying to send through the plugin? Share this post Link to post Share on other sites
Scott_NZ 10 Posted October 28, 2013 It should be catching that and returning "throw \"ResultTooLong\"" if the result is too long, and truncating bytes if there are too many in all cases. Share this post Link to post Share on other sites
HeliJunkie 11 Posted October 29, 2013 (edited) @firefly2442: My string is about ~21 bytes. The error also occurs if I use a default command like hint ("Arma2Net.Unmanaged" callExtension "ClrVersion"); or hint ("Arma2Net.Unmanaged" callExtension "CommandLine"); @Scott_NZ: Did you successfully compile your project under VS 2012 Update 3 ? Your extension is very helpful! Here is the content from the Arma2Net.xxx.log. 10/29/2013 09:06:49 Arma2NET 2.3.0.0 running on CLR 4.0.30319.18052 10/29/2013 09:06:49 Loaded into process arma3 10/29/2013 09:06:49 Loading add-ins 10/29/2013 09:06:49 Domain Name Version Publisher Description 10/29/2013 09:06:49 DefaultDomain ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 10/29/2013 09:06:49 DefaultDomain CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 10/29/2013 09:06:49 DefaultDomain Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 10/29/2013 09:06:49 DefaultDomain GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value. 10/29/2013 09:06:49 DefaultDomain SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value. 10/29/2013 09:06:49 DefaultDomain CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 10/29/2013 09:06:49 DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 10/29/2013 09:06:49 Arma2NET initialized in 00:00:00.0204406 10/29/2013 09:06:49 function: ClrVersion 10/29/2013 09:06:49 maxResultSize: 10239 10/29/2013 09:06:49 Result size: 17 10/29/2013 09:06:49 Result: "4.0.30319.18052" Called: "Arma2Net.Unmanaged" callExtenstion "ClrVersion" from debug console within Arma3 editor. I don't see any error here, so maybe there is a problem returning the value from the unmanaged.dll to the game engine after compiling with Platformtoolset "Visual Studio 2012 (v110)" ? Thx for your replies! HeliJunkie Edited October 29, 2013 by HeliJunkie Share this post Link to post Share on other sites
Scott_NZ 10 Posted October 29, 2013 hint ("Arma2Net.Unmanaged" callExtension "ClrVersion"); etc work fine for me. I also compiled with VS 2012 Update 3. Share this post Link to post Share on other sites
HeliJunkie 11 Posted October 29, 2013 Got it! After changing the buildmode from "Debug" to "Release" all works fine again! Thx for your replies and the will to help other community members !!!! Share this post Link to post Share on other sites
setman 12 Posted December 17, 2013 Hi Guys, Trying to install this Arma2NEt but when I start my server I can get in, but it gives me a black screen and says getting player information. Any ideas Share this post Link to post Share on other sites
Scott_NZ 10 Posted December 17, 2013 Can you paste your Arma2NET logs and Arma2MySQL logs (if applicable)? Share this post Link to post Share on other sites
setman 12 Posted December 17, 2013 (edited) Can you paste your Arma2NET logs and Arma2MySQL logs (if applicable)? http://pastebin.com/SQUFmH9j This is from the Arma2Net folder that it created. The Arma2NetMySql folder logs file is empty. There is also another log in Arma2Net that only says: 12/17/2013 15:35:47 Arma2Net.Unmanaged loaded successfully Using MySQL 5.5.34 x64 On Windows server 2008r2 Edited December 17, 2013 by setman Share this post Link to post Share on other sites
firefly2442 6 Posted December 18, 2013 http://pastebin.com/SQUFmH9jThis is from the Arma2Net folder that it created. The Arma2NetMySql folder logs file is empty. There is also another log in Arma2Net that only says: 12/17/2013 15:35:47 Arma2Net.Unmanaged loaded successfully Using MySQL 5.5.34 x64 On Windows server 2008r2 Try installing the SQLite dependency (see the link in the readme). Share this post Link to post Share on other sites
setman 12 Posted December 18, 2013 (edited) Try installing the SQLite dependency (see the link in the readme). Still gives me the same set of errors http://pastebin.com/PvfWfpWY I unblock the Arma2Net.Managed dll a few days ago. Do all the other dll's need to be unblocked? Tried to find a easy setup for SQLite, but been using MySQL with Heidi so long Well once you get to the black screen, if you hit esc and respawn you get in. If you are a regular person it will always spawn you on Atsalls Island. If you are a cop it spawns you in town. Also not giving you money every 5 minutes, or whatever it needs to be set at. Edited December 19, 2013 by setman Share this post Link to post Share on other sites
firefly2442 6 Posted December 19, 2013 @setman: Yes, all may need to be unblocked, especially if it was blocking Arma2Net.Manged. You can also try copying and pasting the two DLL files for the MySQL and SQLite dependencies into the @arma2net root folder. There are some challenges with the way Arma2NET currently looks for these dependency files that will hopefully be addressed in the future. If you still have specific issues, perhaps it's best to post over here: http://forums.bistudio.com/showthread.php?128795-Arma2MySQL That way we keep this thread for Arma2NET questions/comments. Share this post Link to post Share on other sites
Llano 11 Posted December 21, 2013 (edited) I moved my project file to another computer, and now i get a error everytime i run the dll in Arma 3 (note, not in arma2netexplorer. It works fine from there) and the game freezes. 12/21/2013 18:45:00 Log: Fatal unhandled exception of type System.IO.FileNotFoundException Log: System.IO.FileNotFoundException: Could not load file or assembly 'Arma2Net.Managed, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8762987cc8e6095e' or one of its dependencies. The system cannot find the file specified. File name: 'Arma2Net.Managed, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8762987cc8e6095e' at Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function) at Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function) It's weird because the Arma2Net.Managed exist in the @Arma2NET directory. Edited December 21, 2013 by Llano Share this post Link to post Share on other sites
HeliJunkie 11 Posted December 21, 2013 Try To Install c++ reidst 2010 x86. Gesendet von meinem GT-I9000 mit Tapatalk 2 Share this post Link to post Share on other sites
Llano 11 Posted December 21, 2013 Try To Install c++ reidst 2010 x86. Gesendet von meinem GT-I9000 mit Tapatalk 2 I already have it. Share this post Link to post Share on other sites
S.Schmidt 10 Posted January 15, 2014 i have some problems with mso 4.6 Arma2Net log Arma2Mysql log Share this post Link to post Share on other sites
firefly2442 6 Posted January 16, 2014 i have some problems with mso 4.6 Arma2Net log Arma2Mysql log You appear to be missing the SQLite dependency. Make sure you install version 1.0.89.0. Share this post Link to post Share on other sites
S.Schmidt 10 Posted January 16, 2014 (edited) i need it for mysql db ? i have installed it but same problems. Arma2NET MySQLlog Edited January 16, 2014 by SSchmidt Share this post Link to post Share on other sites
firefly2442 6 Posted January 16, 2014 i need it for mysql db ? i have installed it but same problems.Arma2NET MySQLlog "arma@localhost" doesn't exist. Have you imported and setup the MySQL database and setup the Databases.txt file properly? Share this post Link to post Share on other sites
S.Schmidt 10 Posted January 16, 2014 (edited) yes and in workbench is the user arma connected. and i have the database file imported edit: it works with a mysql server with xampp but why? and not with mysql :( Edited January 16, 2014 by SSchmidt Share this post Link to post Share on other sites
pcking 10 Posted January 21, 2014 (edited) I need some help to set it up but when i try i get a problem with Arma2NET. RPT ===================================================================== == F:\SteamLibrary\SteamApps\common\Arma 3 RPG\arma3server.exe == "F:\SteamLibrary\SteamApps\common\Arma 3 RPG\arma3server.exe" -port=2302 "-config=F:\SteamLibrary\SteamApps\common\Arma 3 RPG\TADST\default\TADST_config.cfg" "-cfg=F:\SteamLibrary\SteamApps\common\Arma 3 RPG\TADST\default\TADST_basic.cfg" "-profiles=F:\SteamLibrary\SteamApps\common\Arma 3 RPG\TADST\default" -name=default -netlog "-mod=@Arma2NET;@life_server;@TCGA3;Arma2NETMySQLPlugin-master" -arma2netdev Exe timestamp: 2014/01/21 18:44:29 Current time: 2014/01/21 18:58:35 Type: Public Branch: Stable Version: 1.10.114486 Allocator: F:\SteamLibrary\SteamApps\common\Arma 3 RPG\dll\tbb4malloc_bi.dll ===================================================================== AppId parsing successful. Using appId=107410 File demian2435_police\config.cpp, line 361: '/cfgVehicles/demian2435_police_car/EventHandlers.init': Missing ';' prior '}' File demian2435_police\config.cpp, line 438: '/cfgVehicles/demian2435_swat_offroad/EventHandlers.init': Missing ';' prior '}' File demian2435_police\config.cpp, line 512: '/cfgVehicles/demian2435_police_offroad/EventHandlers.init': Missing ';' prior '}' File demian2435_police\config.cpp, line 588: '/cfgVehicles/demian2435_swat_hunter/EventHandlers.init': Missing ';' prior '}' File demian2435_police\config.cpp, line 632: '/cfgVehicles/demian2435_police_helicopter/EventHandlers.init': Missing ';' prior '}' Item STR_prpl_benelli_desc_short listed twice Item STR_prpl_benelli18_libdesc listed twice 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 All->, by flay\flay_hangglider\thermals\config.bin/CfgVehicles/Static/ Updating base class ->Default, by flay\flay_hangglider\weapons\config.bin/CfgMagazines/CA_Magazine/ Updating base class ->All, by x\cba\addons\xeh\config.bin/CfgVehicles/Static/ Updating base class ->Strategic, by a3\data_f\config.bin/CfgVehicles/ReammoBox/ Updating base class ->Wreck, by a3\data_f\config.bin/CfgVehicles/PlaneWreck/ Updating base class ->All, by a3\sounds_f\config.bin/cfgVehicles/Sound/ Updating base class ->Static, by a3\structures_f\training\config.bin/cfgVehicles/TargetBase/ Updating base class thingX->FloatingStructure_F, by a3\structures_f_epb\civ\camping\config.bin/CfgVehicles/Land_Camping_Light_F/ Updating base class ->Crew, by flay\flay_hangglider\hangglider\config.bin/CfgMovesMaleSdr/States/HangGlider_Pilot/ Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/DefaultDie/ Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/Crew/ Updating base class ->AmovPknlMstpSlowWrflDnon, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/AmovPknlMstpSrasWrflDnon/ Updating base class ->VScrollbar, by a3\ui_f\config.bin/RscDisplayDebug/Controls/G_Expression/VScrollbar/ Updating base class ->HScrollbar, by a3\ui_f\config.bin/RscDisplayDebug/Controls/G_Expression/HScrollbar/ 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/ Updating base class ->BulletCore, by a3\weapons_f\config.bin/CfgAmmo/BulletBase/ Updating base class ->SubmunitionCore, by a3\weapons_f\config.bin/CfgAmmo/SubmunitionBase/ Updating base class ->GrenadeCore, by a3\weapons_f\config.bin/CfgAmmo/GrenadeBase/ Updating base class ->ShotgunCore, by a3\weapons_f\config.bin/CfgAmmo/ShotgunBase/ Updating base class ->GrenadeHand, by a3\weapons_f\config.bin/CfgAmmo/SmokeShell/ Updating base class ->SmokeShell, by a3\weapons_f\config.bin/CfgAmmo/G_40mm_Smoke/ Updating base class ->FlareCore, by a3\weapons_f\config.bin/CfgAmmo/FlareBase/ Updating base class ->GrenadeBase, by a3\weapons_f\config.bin/CfgAmmo/G_40mm_HE/ Updating base class ->VehicleMagazine, by a3\weapons_f\config.bin/CfgMagazines/24Rnd_missiles/ Updating base class ->LauncherCore, by a3\weapons_f\config.bin/cfgWeapons/RocketPods/ Updating base class ->RocketPods, by a3\weapons_f\config.bin/cfgWeapons/missiles_DAR/ Updating base class ->LauncherCore, by a3\weapons_f\config.bin/cfgWeapons/Launcher/ Updating base class ->Default, by a3\weapons_f\config.bin/cfgWeapons/GrenadeLauncher/ Updating base class ->GrenadeLauncher, by a3\weapons_f\config.bin/cfgWeapons/UGL_F/ Updating base class ->RifleCore, by a3\weapons_f\config.bin/cfgWeapons/Rifle/ Updating base class ->Rifle, by a3\weapons_f\config.bin/cfgWeapons/Rifle_Base_F/ Updating base class ->Default, by a3\weapons_f\config.bin/cfgWeapons/ItemCore/ Updating base class ->B_AssaultPack_Base, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/B_AssaultPack_blk/ Updating base class ->InventoryItem_Base_F, by a3\weapons_f\items\config.bin/CfgWeapons/InventoryFlashLightItem_Base_F/ Updating base class ->InventoryItem_Base_F, by a3\weapons_f\items\config.bin/CfgWeapons/InventoryMuzzleItem_Base_F/ Updating base class ->InventoryItem_Base_F, by a3\weapons_f\items\config.bin/CfgWeapons/InventoryOpticsItem_Base_F/ Updating base class ->Launcher_Base_F, by a3\weapons_f\launchers\rpg32\config.bin/CfgWeapons/launch_RPG32_F/ Updating base class Single->Mode_SemiAuto, by jsrs2_fs2000_c\config.cpp/CfgWeapons/arifle_Mk20C_F/Single/ Updating base class FullAuto->Mode_FullAuto, by jsrs2_fs2000_c\config.cpp/CfgWeapons/arifle_Mk20C_F/FullAuto/ Updating base class Single->Mode_SemiAuto, by jsrs2_mx_c\config.cpp/CfgWeapons/arifle_MXC_F/Single/ Updating base class FullAuto->Mode_FullAuto, by jsrs2_mx_c\config.cpp/CfgWeapons/arifle_MXC_F/FullAuto/ Updating base class Single->Mode_SemiAuto, by jsrs2_mx_c\config.cpp/CfgWeapons/arifle_MXM_F/Single/ Updating base class FullAuto->Mode_FullAuto, by jsrs2_mx_c\config.cpp/CfgWeapons/arifle_MXM_F/FullAuto/ Updating base class Single->Mode_SemiAuto, by jsrs2_trg20_c\config.cpp/CfgWeapons/arifle_TRG21_F/Single/ Updating base class FullAuto->Mode_FullAuto, by jsrs2_trg20_c\config.cpp/CfgWeapons/arifle_TRG21_F/FullAuto/ Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/Zasleh2/ Updating base class ->muzzle_snds_H, by a3\weapons_f\acc\config.bin/cfgWeapons/muzzle_snds_L/ Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/acc_flashlight/ Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/acc_pointer_IR/ Updating base class InventoryItem_Base_F->, by jsrs2_silencers_c\config.cpp/CfgWeapons/InventoryMuzzleItem_Base_F/ Updating base class NVGoggles->Binocular, by lsd_nvg\config.cpp/cfgWeapons/NVGoggles_INDEP/ Updating base class NVGoggles->Binocular, by lsd_nvg\config.cpp/cfgWeapons/NVGoggles_OPFOR/ ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min. Initializing Steam Manager unable to load subscribed content list. list will be updated from steam unable to load published content list. list will be updated from steam unable to load cached items meta info. save and update functionality will be broken Steam Manager initialized. ==== Loaded addons ==== dta\bin.pbo - unknown dta\core.pbo - 0 dta\languagecore_f.pbo - 61416 F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\arp_objects2.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\asdg_jointrails.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_ai.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_arrays.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_common.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_diagnostic.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_events.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_extended_eventhandlers.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_hashes.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_help.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_main.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_main_a3.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_network.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_strings.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_ui.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_ui_helper.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_vectors.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_versioning.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_xeh.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\cba_xeh_a3.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\dar_charger.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\dar_chargerppv.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\dar_impalapi.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\dash_weaponsafety.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\demian2435_police.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\flay_archery.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\flay_archery_missions.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\flay_hangglider.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\full_nvg.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\gnt_c185.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\iansky_opt.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\impala.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_127.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_127_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_4-five45.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_4-five45_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_acpc.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_acpc_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_ah9_pawnee.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_ah9_pawnee_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_autocannon.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_autocannon_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_btr-k_kamysh.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_btr-k_kamysh_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_bullethits.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_bullethits_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_ch49_mohawk.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_ch49_mohawk_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_distance.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_distance_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_distance_sounds.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_ebr.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_ebr_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_environment.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_environment_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_explosions.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_explosions_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_explosives.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_explosives_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_fighterplane3.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_fighterplane3_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_filters.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_fs2000.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_fs2000_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_gatling.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_gatling_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_hunter.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_hunter_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_ifrit.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_ifrit_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_khaybar.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_khaybar_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_lmgrcws.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_lmgrcws_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_m134.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_m134_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_m200.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_m200_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_m320r.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_m320r_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_m6.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_m6_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_minigun.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_minigun_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_movement.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_movement_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_mx.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_mx_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_offroad.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_offroad_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_p07.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_p07_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_pdw.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_pdw_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_po30_orca.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_po30_orca_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_rahim.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_rahim_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_rook40.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_rook40_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_scorpian.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_scorpian_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_silencers.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_silencers_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_sonic_cracks.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_sonic_cracks_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_suv.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_suv_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_trg20.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_trg20_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_truck1.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_truck1_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_truck2.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_truck2_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_uh80_ghosthawk.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_uh80_ghosthawk_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_van.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_van_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_vector.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_vector_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_vehiclesounds.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_vehicle_titan.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_vehicle_titan_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_wy-55_hellcat.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_wy-55_hellcat_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_zafir.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_zafir_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_zubr45.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\jsrs2_zubr45_c.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\mao_blood_mist_a3.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\prpl_benellim4.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\rhard_mk18.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\rhard_mk18_cfg.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\rh_de.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\rh_de_cfg.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\rh_m4.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\rh_m4_cfg.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\super_flash.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@TCGA3\addons\tao_foldmap_a3.pbo - unknown F:\SteamLibrary\SteamApps\common\Arma 3 RPG\@life_server\addons\life_server.pbo - unknown addons\a3.pbo - unknown addons\air_f.pbo - 60625 addons\air_f_beta.pbo - 60821 addons\air_f_epb.pbo - 61351 addons\air_f_gamma.pbo - 61708 addons\animals_f.pbo - 60167 addons\animals_f_beta.pbo - 60167 addons\anims_f.pbo - 61821 addons\anims_f_data.pbo - 60458 addons\anims_f_epa.pbo - 61726 addons\armor_f.pbo - 60571 addons\armor_f_beta.pbo - 60168 addons\armor_f_epb.pbo - 60938 addons\armor_f_gamma.pbo - 61715 addons\baseconfig_f.pbo - 43414 addons\boat_f.pbo - 60625 addons\boat_f_beta.pbo - 60977 addons\boat_f_gamma.pbo - 60672 addons\cargoposes_f.pbo - 61412 addons\characters_f.pbo - 61844 addons\characters_f_beta.pbo - 61780 addons\characters_f_epa.pbo - 61639 addons\characters_f_epb.pbo - 61492 addons\characters_f_gamma.pbo - 60849 addons\data_f.pbo - 61814 addons\drones_f.pbo - 60977 addons\dubbing_f.pbo - 55351 addons\dubbing_f_beta.pbo - 55170 addons\dubbing_f_epa.pbo - 58097 addons\dubbing_f_epb.pbo - 61787 addons\dubbing_f_gamma.pbo - 55217 addons\dubbing_radio_f.pbo - 61565 addons\dubbing_radio_f_data.pbo - 61565 addons\editor_f.pbo - 53723 addons\functions_f.pbo - 61754 addons\functions_f_epa.pbo - 61680 addons\languagemissions_f.pbo - 59304 addons\languagemissions_f_beta.pbo - 61268 addons\languagemissions_f_epa.pbo - 59304 addons\languagemissions_f_epb.pbo - 61844 addons\languagemissions_f_gamma.pbo - 61314 addons\language_f.pbo - 61194 addons\language_f_beta.pbo - 60441 addons\language_f_epa.pbo - 61251 addons\language_f_epb.pbo - 61841 addons\language_f_gamma.pbo - 61095 addons\map_altis.pbo - 61521 addons\map_altis_data.pbo - 56204 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 - 56247 addons\map_data.pbo - 58448 addons\map_stratis.pbo - 61521 addons\map_stratis_data.pbo - 60227 addons\map_stratis_data_layers.pbo - 60227 addons\map_stratis_scenes_f.pbo - 56247 addons\misc_f.pbo - 58745 addons\missions_f.pbo - 60168 addons\missions_f_beta.pbo - 61455 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 - 61830 addons\missions_f_epa_data.pbo - 60737 addons\missions_f_epa_video.pbo - 58252 addons\missions_f_epb.pbo - 61841 addons\missions_f_epb_data.pbo - 61759 addons\missions_f_epb_video.pbo - 61701 addons\missions_f_gamma.pbo - 60634 addons\missions_f_gamma_data.pbo - 55501 addons\missions_f_gamma_video.pbo - 52884 addons\missions_f_video.pbo - 52434 addons\modules_f.pbo - 60997 addons\modules_f_beta.pbo - 60170 addons\modules_f_beta_data.pbo - 56247 addons\modules_f_data.pbo - 59320 addons\modules_f_epb.pbo - 61523 addons\music_f.pbo - 60106 addons\music_f_epa.pbo - 56488 addons\music_f_epa_music.pbo - 56492 addons\music_f_epb.pbo - 61830 addons\music_f_epb_music.pbo - 61830 addons\music_f_music.pbo - 56442 addons\plants_f.pbo - 59944 addons\roads_f.pbo - 60121 addons\rocks_f.pbo - 58567 addons\signs_f.pbo - 60672 addons\soft_f.pbo - 61005 addons\soft_f_beta.pbo - 60537 addons\soft_f_gamma.pbo - 60670 addons\sounds_f.pbo - 60999 addons\sounds_f_epb.pbo - 60170 addons\sounds_f_vehicles.pbo - 59990 addons\sounds_f_weapons.pbo - 59990 addons\static_f.pbo - 61074 addons\static_f_beta.pbo - 61074 addons\static_f_gamma.pbo - 61074 addons\structures_f.pbo - 60807 addons\structures_f_data.pbo - 59943 addons\structures_f_epa.pbo - 60115 addons\structures_f_epb.pbo - 60848 addons\structures_f_households.pbo - 60807 addons\structures_f_ind.pbo - 60807 addons\structures_f_mil.pbo - 61521 addons\structures_f_wrecks.pbo - 60665 addons\uifonts_f.pbo - 56537 addons\uifonts_f_data.pbo - 56474 addons\ui_f.pbo - 61498 addons\ui_f_data.pbo - 61013 addons\weapons_f.pbo - 61780 addons\weapons_f_beta.pbo - 61639 addons\weapons_f_epa.pbo - 61252 addons\weapons_f_epb.pbo - 60597 addons\weapons_f_gamma.pbo - 61004 ======================= PhysX3 SDK Init started ... PhysX3 SDK Init ended. Mission Altis_Life_RPG.Altis: Number of roles (94) is different from 'description.ext::Header::maxPlayer' (75) Server: SetServerState to ASSIGNING ROLES Warn: 27.64 ms spent, NMT=7 Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server error: Player without identity pcking (id xxxxxxxxxx) Server: SetServerState to SENDING MISSION Server: SetServerState to LOADING GAME 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 "JSRS2: init distance startet" Attempt to override final function - bis_fnc_missiontaskslocal Attempt to override final function - bis_fnc_missionconversationslocal Attempt to override final function - bis_fnc_missionflow Animation flay\flay_archery\anim\reload_belt.rtm not found or empty bin\config.bin/CfgMovesMaleSdr/States/HangGlider_Pilot.interpolateTo: item count not multiple of 2 (is 7) bin\config.bin/CfgMovesMaleSdr/States/Wingsuit_Pilot.interpolateTo: item count not multiple of 2 (is 7) bin\config.bin/CfgMovesMaleSdr/States/HangGlider_PilotWpn.interpolateTo: item count not multiple of 2 (is 7) bin\config.bin/CfgMovesMaleSdr/States/AmovPknlMevaSrasWpstDr.InterpolateTo: Bad move AmovPknlMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon bin\config.bin/CfgMovesMaleSdr/States/AmovPknlMevaSrasWpstDl.InterpolateTo: Bad move AmovPknlMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon Animation ca\air\data\anim\kia_para_pilot.rtm not found or empty Animation flay\flay_hangglider\paraglider\anims\paraglider_pilot.rtm not found or empty 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\anims_f_epa\data\anim\sdr\cts\custom\b_hub01\acts_welcomeonhub03_aiwalk.rtm not found or empty Animation a3\anims_f_epa\data\anim\sdr\cts\custom\b_hub01\acts_welcomeonhub03_playerwalk.rtm not found or empty Animation a3\anims_f_epa\data\anim\sdr\cts\custom\b_hub02\acts_welcomeonhub04_aiwalk.rtm not found or empty Animation a3\anims_f_epa\data\anim\sdr\cts\custom\b_hub02\acts_welcomeonhub04_playerwalk.rtm not found or empty Animation a3\anims_f_epa\data\anim\sdr\cts\custom\b_hub03\acts_welcomeonhub05_aiwalk.rtm not found or empty Animation a3\anims_f_epa\data\anim\sdr\cts\custom\b_hub03\acts_welcomeonhub05_playerwalk.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 No default vars in bin\config.bin/CfgMovesMaleSdr/States/Acts_UnconsciousStandUp_part2.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 No speaker given for Thamos Tavoularis Speaker Male01_F not found in CfgVoiceTypes No speaker given for Homer Kammenou No speaker given for Teshi Azikiwe No speaker given for Vasilis Lias No speaker given for Sotiris Dimitriadis No speaker given for Kyriakos Mastori No speaker given for Vasilis Manelia No speaker given for Lazaros Moritiadou No speaker given for Michalis Isofidou No speaker given for Lafteris Athanasiadis No speaker given for Andreas Papadopoulos No speaker given for Vasilis Stanis No speaker given for Dimitris Oikonomopulu No speaker given for Takis Haikias No speaker given for Giorgos Nicolau No speaker given for Giorgos Nicolau No speaker given for Dimitiros Karapataki No speaker given for Adam Dimitriadis No speaker given for Gregor Ioannou No speaker given for Sotridis Dimitriadis No speaker given for Janos Lara No speaker given for Ali Odili No speaker given for Vangelis Moritiadou No speaker given for Sotridis Mylonaki No speaker given for Gregor Petridis No speaker given for Giorgos Karmanlis No speaker given for Panagiotis Tavoularis No speaker given for Nikos Ellinaki No speaker given for Vasilis Manetta No speaker given for Militiadis Malas No speaker given for Panagiotis Karmanlis No speaker given for Nikos Dimitriadis No speaker given for Michalis Ellinaki No speaker given for Giorgos Athanasiadis No speaker given for Angelos Athanasiadis No speaker given for Stefanos Tavoularis No speaker given for Lafteris Lara No speaker given for Evangelos Lagos No speaker given for Stefanos Karapataki No speaker given for Janos Baros No speaker given for Teshi Ekwensi No speaker given for Sotiris Papadopoulos No speaker given for Thamos Manelia No speaker given for Giourkas Moritiadou No speaker given for Panos Mylonaki No speaker given for Jack Ryan No speaker given for Giannis Roumpesi No speaker given for Michalis Athanasiadis No speaker given for Imre Okoye No speaker given for Pan Hwang soldier[b_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform? No speaker given for Lafteris Kammenou No speaker given for Mobutu Okadigbo No speaker given for Giourkas Moritiadou No speaker given for Aris Dimitriadis No speaker given for Sotiris Tavoularis No speaker given for Lazaros Liosi No speaker given for Shen Zao No speaker given for Giorgos Mylonaki No speaker given for Evangelos Gikas No speaker given for Yu Ng No speaker given for Vyron Constantinou No speaker given for Angelos Karagianni No speaker given for Vangelis Liosi No speaker given for Dimitiros Lara No speaker given for Sotiris Zenon No speaker given for Lafteris Petridis No speaker given for Biton Karagianni No speaker given for Evripidis Haikias No speaker given for Nikolaos Moritiadou No speaker given for Evripidis Constantinou No speaker given for Liam Kelly No speaker given for Toby Brown No speaker given for Michalis Moritiadou No speaker given for Panos Cosmos No speaker given for Dimitiros Xenakis No speaker given for Stavros Verga No speaker given for Lin Ximi No speaker given for Militidas Athanasiadis No speaker given for Andreas Savalas No speaker given for Militidas Papadopoulos No speaker given for Theodoros Roumpesi No speaker given for Dimitiros Papadopoulos No speaker given for Tavish Davis No speaker given for Sotiris Dimitriadis No speaker given for Lewis Smith No speaker given for Alexandros Dimitriadis No speaker given for Orestis Elias No speaker given for Mobutu Ngige No speaker given for David Johnson No speaker given for Vasilis Papadopoulos 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\empty.p3d] c:\w\c_branch\poseidon\futura_stable\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing! Server: SetServerState to BRIEFING [29120,282.108,0,"x\cba\addons\network\XEH_postServerInit.sqf:3","Initializing: cba_network version: 1.0.4.198"] "Server Time: Jip Var set and synced" Warn: 18.58 ms spent, NMT=321 String STR_EVAL_UNHANDLED_EXCEPTION not found Error in expression <throw "Arma2Net.Managed.FunctionNotFound> Error position: <throw "Arma2Net.Managed.FunctionNotFound> Error Error in expression <throw "Arma2Net.Managed.FunctionNotFound> Error position: <throw "Arma2Net.Managed.FunctionNotFound> Error it repeats alot! Arma2NET Log 01/19/2014 16:55:37 Arma2Net.Unmanaged loaded successfully 01/19/2014 17:10:44 Arma2Net.Unmanaged loaded successfully 01/19/2014 17:43:34 Arma2Net.Unmanaged loaded successfully 01/19/2014 17:46:48 Arma2Net.Unmanaged loaded successfully 01/19/2014 17:50:53 Arma2Net.Unmanaged loaded successfully 01/19/2014 17:57:54 Arma2Net.Unmanaged loaded successfully 01/19/2014 18:17:35 Arma2Net.Unmanaged loaded successfully 01/19/2014 18:17:36 Fatal unhandled exception of type System.TypeInitializationException 01/19/2014 18:17:36 System.TypeInitializationException: The type initializer for 'Arma2Net.Managed.Bridge' threw an exception. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\Arma3\A3Master\AddIns\'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator`1.CommonInit() at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler) at System.IO.Directory.EnumerateFiles(String path, String searchPattern) at Arma2Net.Managed.AddInManager.FindAddInAssemblies() at Arma2Net.Managed.AddInManager.LoadAddIns() at Arma2Net.Managed.Bridge.Initialize() at Arma2Net.Managed.Bridge..cctor() --- End of inner exception stack trace --- at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) at Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function) at Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function) 01/19/2014 18:21:34 Arma2Net.Unmanaged loaded successfully 01/19/2014 18:21:34 Fatal unhandled exception of type System.TypeInitializationException 01/19/2014 18:21:34 System.TypeInitializationException: The type initializer for 'Arma2Net.Managed.Bridge' threw an exception. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\Arma3\A3Master\AddIns\'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator`1.CommonInit() at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler) at System.IO.Directory.EnumerateFiles(String path, String searchPattern) at Arma2Net.Managed.AddInManager.FindAddInAssemblies() at Arma2Net.Managed.AddInManager.LoadAddIns() at Arma2Net.Managed.Bridge.Initialize() at Arma2Net.Managed.Bridge..cctor() --- End of inner exception stack trace --- at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) at Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function) at Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function) 01/19/2014 18:24:58 Arma2Net.Unmanaged loaded successfully 01/19/2014 18:24:58 Fatal unhandled exception of type System.TypeInitializationException 01/19/2014 18:24:58 System.TypeInitializationException: The type initializer for 'Arma2Net.Managed.Bridge' threw an exception. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\Arma3\A3Master\AddIns\'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator`1.CommonInit() at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler) at System.IO.Directory.EnumerateFiles(String path, String searchPattern) at Arma2Net.Managed.AddInManager.FindAddInAssemblies() at Arma2Net.Managed.AddInManager.LoadAddIns() at Arma2Net.Managed.Bridge.Initialize() at Arma2Net.Managed.Bridge..cctor() --- End of inner exception stack trace --- at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) at Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function) at Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function) 01/19/2014 18:28:27 Arma2Net.Unmanaged loaded successfully 01/19/2014 18:28:28 Fatal unhandled exception of type System.TypeInitializationException 01/19/2014 18:28:28 System.TypeInitializationException: The type initializer for 'Arma2Net.Managed.Bridge' threw an exception. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\Arma3\A3Master\AddIns\'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator`1.CommonInit() at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler) at System.IO.Directory.EnumerateFiles(String path, String searchPattern) at Arma2Net.Managed.AddInManager.FindAddInAssemblies() at Arma2Net.Managed.AddInManager.LoadAddIns() at Arma2Net.Managed.Bridge.Initialize() at Arma2Net.Managed.Bridge..cctor() --- End of inner exception stack trace --- at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) at Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function) at Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function) 01/19/2014 18:51:54 Arma2Net.Unmanaged loaded successfully 01/19/2014 18:51:54 Fatal unhandled exception of type System.TypeInitializationException 01/19/2014 18:51:54 System.TypeInitializationException: The type initializer for 'Arma2Net.Managed.Bridge' threw an exception. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\Arma3\A3Master\AddIns\'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator`1.CommonInit() at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler) at System.IO.Directory.EnumerateFiles(String path, String searchPattern) at Arma2Net.Managed.AddInManager.FindAddInAssemblies() at Arma2Net.Managed.AddInManager.LoadAddIns() at Arma2Net.Managed.Bridge.Initialize() at Arma2Net.Managed.Bridge..cctor() --- End of inner exception stack trace --- at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) at Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function) at Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function) 01/19/2014 18:54:32 Arma2Net.Unmanaged loaded successfully 01/19/2014 18:54:33 Fatal unhandled exception of type System.TypeInitializationException 01/19/2014 18:54:33 System.TypeInitializationException: The type initializer for 'Arma2Net.Managed.Bridge' threw an exception. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\Arma3\A3Master\AddIns\'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator`1.CommonInit() at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler) at System.IO.Directory.EnumerateFiles(String path, String searchPattern) at Arma2Net.Managed.AddInManager.FindAddInAssemblies() at Arma2Net.Managed.AddInManager.LoadAddIns() at Arma2Net.Managed.Bridge.Initialize() at Arma2Net.Managed.Bridge..cctor() --- End of inner exception stack trace --- at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) at Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function) at Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function) 01/19/2014 19:08:09 Arma2Net.Unmanaged loaded successfully 01/19/2014 19:08:10 Fatal unhandled exception of type System.TypeInitializationException 01/19/2014 19:08:10 System.TypeInitializationException: The type initializer for 'Arma2Net.Managed.Bridge' threw an exception. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\Arma3\A3Master\AddIns\'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator`1.CommonInit() at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler) at System.IO.Directory.EnumerateFiles(String path, String searchPattern) at Arma2Net.Managed.AddInManager.FindAddInAssemblies() at Arma2Net.Managed.AddInManager.LoadAddIns() at Arma2Net.Managed.Bridge.Initialize() at Arma2Net.Managed.Bridge..cctor() --- End of inner exception stack trace --- at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) at Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function) at Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function) 01/19/2014 19:11:00 Arma2Net.Unmanaged loaded successfully 01/19/2014 19:11:01 Fatal unhandled exception of type System.TypeInitializationException 01/19/2014 19:11:01 System.TypeInitializationException: The type initializer for 'Arma2Net.Managed.Bridge' threw an exception. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\Arma3\A3Master\AddIns\'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator`1.CommonInit() at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler) at System.IO.Directory.EnumerateFiles(String path, String searchPattern) at Arma2Net.Managed.AddInManager.FindAddInAssemblies() at Arma2Net.Managed.AddInManager.LoadAddIns() at Arma2Net.Managed.Bridge.Initialize() at Arma2Net.Managed.Bridge..cctor() --- End of inner exception stack trace --- at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) at Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function) at Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function) 01/19/2014 19:20:02 Arma2Net.Unmanaged loaded successfully 01/19/2014 19:20:02 Fatal unhandled exception of type System.TypeInitializationException 01/19/2014 19:20:02 System.TypeInitializationException: The type initializer for 'Arma2Net.Managed.Bridge' threw an exception. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\Arma3\A3Master\AddIns\'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator`1.CommonInit() at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler) at System.IO.Directory.EnumerateFiles(String path, String searchPattern) at Arma2Net.Managed.AddInManager.FindAddInAssemblies() at Arma2Net.Managed.AddInManager.LoadAddIns() at Arma2Net.Managed.Bridge.Initialize() at Arma2Net.Managed.Bridge..cctor() --- End of inner exception stack trace --- at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) at Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function) at Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function) 01/19/2014 19:22:24 Arma2Net.Unmanaged loaded successfully 01/19/2014 19:22:24 Fatal unhandled exception of type System.TypeInitializationException 01/19/2014 19:22:24 System.TypeInitializationException: The type initializer for 'Arma2Net.Managed.Bridge' threw an exception. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\Arma3\A3Master\AddIns\'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator`1.CommonInit() at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler) at System.IO.Directory.EnumerateFiles(String path, String searchPattern) at Arma2Net.Managed.AddInManager.FindAddInAssemblies() at Arma2Net.Managed.AddInManager.LoadAddIns() at Arma2Net.Managed.Bridge.Initialize() at Arma2Net.Managed.Bridge..cctor() --- End of inner exception stack trace --- at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) at Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function) at Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function) 01/20/2014 19:34:24 Arma2Net.Unmanaged loaded successfully 01/20/2014 19:45:46 Arma2Net.Unmanaged loaded successfully 01/20/2014 20:05:53 Arma2Net.Unmanaged loaded successfully 01/20/2014 20:25:27 Info Arma2NET 2.2.0.0 running on CLR 4.0.30319.1008 01/20/2014 20:25:27 Info Loaded into process Arma2NetExplorer 01/20/2014 20:25:27 Info Loading addins 01/20/2014 20:25:27 Info Domain Name Version Publisher Description 01/20/2014 20:25:27 Info BaseFunctionsPlugin CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 01/20/2014 20:25:27 Info BaseFunctionsPlugin ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 01/20/2014 20:25:27 Info BaseFunctionsPlugin Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 01/20/2014 20:25:27 Info CommandLinePlugin CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 01/20/2014 20:25:27 Info DateTimePlugin DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 01/20/2014 20:25:27 Info Arma2NET initialized in 00:00:00.9229282 01/20/2014 20:25:27 Error Caught exception of type Arma2Net.Managed.FunctionNotFoundException Arma2Net.Managed.FunctionNotFoundException: The specified addin was not found: l at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) 01/20/2014 20:25:27 Error function: l 01/20/2014 20:25:27 Error maxResultSize: 4095 01/20/2014 20:25:34 Error Caught exception of type Arma2Net.Managed.FunctionNotFoundException Arma2Net.Managed.FunctionNotFoundException: The specified addin was not found: l at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) 01/20/2014 20:25:34 Error function: l 01/20/2014 20:25:34 Error maxResultSize: 4095 01/20/2014 20:38:51 Log: Unmanaged side loaded 01/20/2014 20:38:51 Info Arma2NET 2.2.0.0 running on CLR 4.0.30319.1008 01/20/2014 20:38:51 Info Loaded into process arma3server 01/20/2014 20:38:51 Info Loading addins 01/20/2014 20:38:52 Info Domain Name Version Publisher Description 01/20/2014 20:38:52 Info BaseFunctionsPlugin CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 01/20/2014 20:38:52 Info BaseFunctionsPlugin ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 01/20/2014 20:38:52 Info BaseFunctionsPlugin Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 01/20/2014 20:38:52 Info CommandLinePlugin CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 01/20/2014 20:38:52 Info DateTimePlugin DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 01/20/2014 20:38:52 Info Arma2NET initialized in 00:00:00.1898806 01/20/2014 20:38:52 Error Caught exception of type Arma2Net.Managed.FunctionNotFoundException Arma2Net.Managed.FunctionNotFoundException: The specified addin was not found: Arma2NETMySQLCommand at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) 01/20/2014 20:38:52 Error function: Arma2NETMySQLCommand ['arma3life', 'CALL resetLifeVehicles();'] 01/20/2014 20:38:52 Error maxResultSize: 10239 01/20/2014 20:39:06 Error Caught exception of type Arma2Net.Managed.FunctionNotFoundException Arma2Net.Managed.FunctionNotFoundException: The specified addin was not found: Arma2NETMySQLCommand at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) 01/20/2014 20:39:06 Error function: Arma2NETMySQLCommand ['arma3life', 'SELECT playerid, name, cash, bankacc, coplevel, cop_licenses, cop_gear, adminlevel, blacklist FROM players WHERE playerid=76561198032137597'] 01/20/2014 20:39:06 Error maxResultSize: 10239 01/21/2014 19:03:17 Log: Unmanaged side loaded 01/21/2014 19:03:17 Info Arma2NET 2.2.0.0 running on CLR 4.0.30319.1008 01/21/2014 19:03:17 Info Loaded into process arma3server 01/21/2014 19:03:17 Info Loading addins 01/21/2014 19:03:17 Info Domain Name Version Publisher Description 01/21/2014 19:03:17 Info BaseFunctionsPlugin CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 01/21/2014 19:03:17 Info BaseFunctionsPlugin ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 01/21/2014 19:03:17 Info BaseFunctionsPlugin Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 01/21/2014 19:03:17 Info CommandLinePlugin CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 01/21/2014 19:03:17 Info DateTimePlugin DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 01/21/2014 19:03:17 Info Arma2NET initialized in 00:00:00.1894576 01/21/2014 19:03:17 Error Caught exception of type Arma2Net.Managed.FunctionNotFoundException Arma2Net.Managed.FunctionNotFoundException: The specified addin was not found: Arma2NETMySQLCommand at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) 01/21/2014 19:03:17 Error function: Arma2NETMySQLCommand ['arma3life', 'CALL resetLifeVehicles();'] 01/21/2014 19:03:17 Error maxResultSize: 10239 01/21/2014 19:04:04 Error Caught exception of type Arma2Net.Managed.FunctionNotFoundException Arma2Net.Managed.FunctionNotFoundException: The specified addin was not found: Arma2NETMySQLCommand at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) 01/21/2014 19:04:04 Error function: Arma2NETMySQLCommand ['arma3life', 'SELECT playerid, name, cash, bankacc, civ_licenses, arrested, adminlevel, donatorlvl, civ_gear FROM players WHERE playerid=76561198032137597'] 01/21/2014 19:04:04 Error maxResultSize: 10239 01/21/2014 20:06:44 Log: Unmanaged side loaded 01/21/2014 20:06:44 Info Arma2NET 2.2.0.0 running on CLR 4.0.30319.1008 01/21/2014 20:06:44 Info Loaded into process arma3server 01/21/2014 20:06:44 Info Loading addins 01/21/2014 20:06:45 Info Domain Name Version Publisher Description 01/21/2014 20:06:45 Info BaseFunctionsPlugin CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare. 01/21/2014 20:06:45 Info BaseFunctionsPlugin ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime. 01/21/2014 20:06:45 Info BaseFunctionsPlugin Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET. 01/21/2014 20:06:45 Info CommandLinePlugin CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application. 01/21/2014 20:06:45 Info DateTimePlugin DateTime 2.0.0.0 Scott_NZ Returns the current date and time. 01/21/2014 20:06:45 Info Arma2NET initialized in 00:00:00.1889224 01/21/2014 20:06:45 Error Caught exception of type Arma2Net.Managed.FunctionNotFoundException Arma2Net.Managed.FunctionNotFoundException: The specified addin was not found: Arma2NETMySQLCommand at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) 01/21/2014 20:06:45 Error function: Arma2NETMySQLCommand ['arma3life', 'CALL resetLifeVehicles();'] 01/21/2014 20:06:45 Error maxResultSize: 10239 01/21/2014 20:07:01 Error Caught exception of type Arma2Net.Managed.FunctionNotFoundException Arma2Net.Managed.FunctionNotFoundException: The specified addin was not found: Arma2NETMySQLCommand at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) 01/21/2014 20:07:01 Error function: Arma2NETMySQLCommand ['arma3life', 'SELECT playerid, name, cash, bankacc, civ_licenses, arrested, adminlevel, donatorlvl, civ_gear FROM players WHERE playerid=76561198032137597'] 01/21/2014 20:07:01 Error maxResultSize: 10239 Edited January 22, 2014 by MadDogX Share this post Link to post Share on other sites
maddogx 13 Posted January 22, 2014 Please put large RPT dumps and any other walls of text into SPOILER tags. Share this post Link to post Share on other sites
Oforf Ucksake 10 Posted January 27, 2014 This bloody thing keeps saying I'm trying to post links! I am now ready to curl up in the corner and blubber to myself. Ok so as I can't post my event viewer or crash rpts this will be FUN! Basically, tried windows8.1 with the proprietary 4.5 framework, had "cant find" something or other in the event viewer and server dies at first person joining 100% loaded showing So installed mono as can't roll back 4.5 to 4 on win8.1 Now it's unable to find mono2 dll, which i have tried putting in the root arma 3 folder and the armanet folder. The monopaths text file is pointing to the correct place. Heeeeeeeeeeelp! If possible either a dot net 4.5 solution or mono solution :) thanks. I'll post crash info when the silly software lets me, but it's not too detailed, simply can't detect the mono 2 dll Share this post Link to post Share on other sites
firefly2442 6 Posted January 27, 2014 I would recommend using the official Microsoft .NET framework and not Mono on Windows. I'm not sure how much Arma2NET has been tested with Mono (if at all). What is the specific error? Share this post Link to post Share on other sites