cowboymiller
-
Content Count
18 -
Joined
-
Last visited
-
Medals
Posts posted by cowboymiller
-
-
Ill give this a shot, however i am limited on the BIS_fn that i can use. Ill explain later once i get something working. the above script looks good however it is using a lot of the BIS_fns thanks again though!!
-
Let's say I've ported over the cherno map and want to restrict the players to the skalisty island. I don't want any players leaving the island. Maybe in a prison island setting. Ideally I would love to just place walls all the way around the island. But that's too tedious. Lol. But I don't want them to be able to slip off the island and swim to the main land. Let's pretend im limited on the bis functions I can use as well. Hope that's enough context. :)
-
Kusluk, i like this idea. i was leaning towards an oval marker BUT never thought of a greater than less than. i can make it round then really dont even need a marker. just a pos. i was using the marker for more of a defined area visually, but i can easly say "say stay on this island" lol. it is MP however, so how could i check it against the player that has moved beyond the dis?
-
Hey guys, having some trouble and thought i would reach out rather than pull my hair out. It may seem simple to some so please refrain from the hating. Im trying to create a Stayzone if you will using scripts. NOT in the mission editor. Where i place a marker, and the players MUST stay with in the marker area. if they venture out of the marker area, a timer is displayed of a given amount that they can return into the marker area with out being hurt or killed. Yes i can easily do this with the mission editor, markers and triggers, however im wanting to make it an exScript instead. THAT is where im having trouble. and yes ive researched it thru and thru and always get pointed back to "use the int line" in the mission editor. NOT what im looking for. Just a little direction in the script department WITH OUT using the editor. Thanks in advance for all the useful info!!
-
After further testing....do not delete the Modules at all...everything else is good to remove from any of the NEW mods folders you added. PS dont use the DL content (as in the PMC BAF OR ACR) too many errors and corrupted configs...only use the Original Addons, Common and Expansions. animations work great and only a hand full of errors. WAY better to play with..let me knowhow it goes
-
ok basically what i did was i created a mod folder for every group of .pbos that A2 was using. Example, inside the A2 root is a folder called Addons. ok so create a mod folder with the name @A2Addons then copy the Addons folder inside it. there is also a folder called Common that has .pbos in it. create a mod folder called @A2Common and then create an addons folder in it with the .pbos from the common folder. got PMC or BAF? do the same, @BAF and @PMC and take those addon folders and place them in the mod folders. Dont forget the .pbos in the Expansions folder too!! next is the somewhat tricky part, make sure inside each addons folder you find and delete any files that are similar to the following list: (except the original A3 addons folder)
editor.pbo
editor.pbo.bi.bisign
editor.pbo.bi2.bisign
ui.pbo
ui.pbo.bi.bisign
ui.pbo.bi2.bisign
UIFonts.pbo
UIFonts.pbo.bi.bisign
uifonts.pbo.bi2.bisign
modules.pbo
modules.pbo.bi.bisign
modules.pbo.bi2.bisign
anims.pbo
anims.pbo.bi.bisign
anims.pbo.bi2.bisign
Once youve done all this, create a short cut of the arma3.exe and add this line to the end -mod=@A2Addons;@A2Common;@PMC;@BAF and so on and so on. here is an example of my bat file string. (with out quots)
"start arma3.exe -mod=@A2COM;@A2ORG;@A2ACR;@A2BAF;@A2EX;@A2PMC -nosplash -skipIntro -cpuCount=2 -maxMem=6144"
Now some of the A2 content relays on the modules pbos and such. play around with deleting some and leaving others. you will get errors. the UI ones have to go though, other wise you will get A2 interface over the top of A3 interface...cumbersome. its not perfect, and most of the weapons have animation glitches where the player is holding the gun a foot below the normal spot. but the vehicles work great.
if you get any head way or need help or have any ideas to make it better, let me know.....so far, ive edited my wasteland scripts to incorporate all the vehicles and static weapons, left out all the weapons cuz the animations are so jacked, but give it time, im sure someone will figure out how to fix it.
Good Luck!!
let me know and we can play on my servers sometime!!
-
So im guessing the method i used to port over all my old content is legal in the simple fact that i did not get it from somewhere else, i simply used the content i have already paid for and moved it into a mod folder. there are some errors and animation glitches but most of the Vehicles work. and maps. makes for an interesting Wasteland build when adding in all the other vehicles, including all the hidden vehicles that already exist on A3 that you dont see in any wasteland servers. of corse the ported over vehicles do not use the improved 'engine' or transmission of the newer vehicles. But That could be changed using an unsupported method of merging unique config files to add in the transmission configs. All in all, its pretty fun to play Stratis with all the older vehicles. But also opens up all the older maps as well. Anyway, wanted to put in my 2 sense.
-
@diesol,
its not the loading screen conflicting with your other loading screen thats the problem, if its hung up on "loading player data" this tends to be a problem with the specific player data being pulled from the data base, do you have any entries in the player table? you may want to delete the record and start fresh. I use NaviCat, its a way easier way to see the tables and change tables if need be.
-
it looks like it is not pulling the mission into the DB. what do your other logs show? might try starting with an empty data base, remove all data that may be in the tables. ive noticed it throws that error when ever SOMETHING in the tables is missing a variable. or is "NULL" check the other logs too...
Ive recreated it the .sql that sets up the tables to include [] or "" in the fields that NEED to have a variable in them, ill try and upload it later.
-
ive noticed that if there is a player in the DB with out a weapon then it gets hung up there...try removing the player entirely and letting the script inject the new player data on the next log in. might try setting the player save time to something quicker as well.
Is there anyone that has this all working that could get me an SQL dump of the tables? such as the objects, locations, landvehicles and cms_permissions (whats this for?)
ive pretty much got everything working as in no real errors. i want to wrint an inject script/pl that will inject objects and vehicles into the DB so i need an example dump. Thanks guys!!
...also it might help to add the 'null' values to the sql provided, that way when manually entering data the null values are also added instead of leaving them blank. i think this will help with the hanging up when it cant find data in certain tables. this way it would find the data, even if its a 0 or "" or [],which ever the case would be for certain fields..
-
try putting it in the arma2net folder...or the plugin folder....i put it pretty much in all those locations and it finally worked..lol
-
check here...
C:\Program Files (x86)\MySQL\MySQL Connector Net 6.6.4\Assemblies\v4.0 (or v2.0)
does anyone have an example of the landvehicles, like a dump? cant seem to get the landvehicles to populate, so entering them manually i dont know what all the Columbus stand for, there is no explanation anywhere so im guessing.
-
that was the whole problem, i had installed the 64bit connector....ok so ive got the dll in the right spot. the spam error is gone, abl to log into the game and play HOWEVER there is nothing being injected into the data base. here are the 2 logs showing errors
the server log any time i log into the mission
12:53:38 "SERVER MSG: Player connected [s.C.] Zedmag, puid 56503558"
12:53:38 Error in expression <nt _dataRead > 0) then {
if (_dataRead select 2 == _puid) then {
_seen = true;>
12:53:38 Error position: <select 2 == _puid) then {
_seen = true;>
12:53:38 Error Zero divisor
12:53:38 File mpmissions\Aftermath.Chernarus\core\modules\persistentDB\initPlayerConnection.sqf, line 51
and the Arma2netMysql log
Warning: 13:01:21 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Incorrect integer value: '<null>' for column 'tmid' at row 1
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader()
at Arma2NETMySQLPlugin.MySQL.RunOnDatabase(MySqlCommand command, Int32 maxResultSize)
-
oops...double post? i think my last post was too long so its being reviewed, but didnt know that so i posted it again...lol. hopefully the moderator will let it thru haha
-
ok here are logs after the last attempt, granted im still using my missions but the results are the same.
Arma2netMysql Logs
Info: 21:37:35 - Arma2NETMySQL Plugin Started.
Info: 21:37:35 - Version number: 0.1.0.0
Info: 21:37:35 - Compiled against Arma2NET Version: 2.3.0.0
Info: 21:37:35 - Loading databases...
Info: 21:37:35 - Type: mysql Database: arma IPAddress: 127.0.0.1 Port: 3306 Username: root Password: NotShownForSecurityReasons
Info: 21:37:39 - Arma2NETMySQL Plugin Started.
Info: 21:37:39 - Version number: 0.1.0.0
Info: 21:37:39 - Compiled against Arma2NET Version: 2.3.0.0
Info: 21:37:39 - Loading databases...
Info: 21:37:39 - Type: mysql Database: arma IPAddress: 127.0.0.1 Port: 3306 Username: root Password: NotShownForSecurityReasons
Arma2net Logs
12/18/2012 21:35:37 Arma2NET 2.3.0.0 running on CLR 4.0.30319.1
12/18/2012 21:35:37 Loaded into process arma2oaserver
12/18/2012 21:35:37 Loading add-ins
12/18/2012 21:35:37 Domain Name Version Publisher Description
12/18/2012 21:35:37 DefaultDomain Arma2NETMySQL 0.1.0.0 firefly2442 Runs MySQL procedure commands.
12/18/2012 21:35:37 DefaultDomain Arma2NETMySQLCommand0.1.0.0 firefly2442 Runs raw MySQL/SQLite commands
12/18/2012 21:35:37 DefaultDomain ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime.
12/18/2012 21:35:37 DefaultDomain CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare.
12/18/2012 21:35:37 DefaultDomain Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET.
12/18/2012 21:35:37 DefaultDomain GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value.
12/18/2012 21:35:37 DefaultDomain SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value.
12/18/2012 21:35:37 DefaultDomain CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application.
12/18/2012 21:35:37 DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time.
12/18/2012 21:35:37 Arma2NET initialized in 00:00:00.0254572
12/18/2012 21:35:37 Caught exception of type Arma2Net.Managed.FunctionNotFoundException
12/18/2012 21:35:37 Arma2Net.Managed.FunctionNotFoundException: The specified add-in was not found: Activate
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)
12/18/2012 21:35:37 function: Activate
12/18/2012 21:35:37 maxResultSize: 10239
12/18/2012 21:35:38 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:35:38 maxResultSize: 10239
12/18/2012 21:35:38 Result size: 21
12/18/2012 21:35:38 Result: "21:35:38 18/12/2012"
12/18/2012 21:37:35 Caught exception of type System.Reflection.TargetInvocationException
12/18/2012 21:37:35 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString)
at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values)
at Arma2NETMySQLPlugin.Databases..ctor()
at Arma2NETMySQLPlugin.Startup.StartupConnection()
at Arma2NETMySQLPlugin.Arma2NETMySQLPlugin.Invoke(String args, Int32 maxResultSize)
at Arma2Net.Managed.AddInManager.DomainInvokeAddIn(AddInArguments args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at Arma2Net.Managed.AddInManager.DomainDoCallback()
at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
at Arma2Net.Managed.AddInManager.DoCallbackImpl(AppDomain domain, Delegate func, Object arg)
at Arma2Net.Managed.AddInManager.DoCallbackWithResult[T,TResult](AppDomain domain, Func`2 func, T arg)
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)
12/18/2012 21:37:35 function: Arma2NETMySQL ['arma','GetMissionByName','[tna=Aftermath Wasteland zedV1.0]']
12/18/2012 21:37:35 maxResultSize: 10239
12/18/2012 21:37:35 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:35 maxResultSize: 10239
12/18/2012 21:37:35 Result size: 21
12/18/2012 21:37:35 Result: "21:37:35 18/12/2012"
12/18/2012 21:37:37 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:37 maxResultSize: 10239
12/18/2012 21:37:37 Result size: 21
12/18/2012 21:37:37 Result: "21:37:37 18/12/2012"
12/18/2012 21:37:38 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:38 maxResultSize: 10239
12/18/2012 21:37:38 Result size: 21
12/18/2012 21:37:38 Result: "21:37:38 18/12/2012"
12/18/2012 21:37:39 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:39 maxResultSize: 10239
12/18/2012 21:37:39 Result size: 21
12/18/2012 21:37:39 Result: "21:37:39 18/12/2012"
12/18/2012 21:37:39 Caught exception of type System.Reflection.TargetInvocationException
12/18/2012 21:37:39 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString)
at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values)
at Arma2NETMySQLPlugin.Databases..ctor()
at Arma2NETMySQLPlugin.Startup.StartupConnection()
at Arma2NETMySQLPlugin.Arma2NETMySQLPlugin.Invoke(String args, Int32 maxResultSize)
at Arma2Net.Managed.AddInManager.DomainInvokeAddIn(AddInArguments args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at Arma2Net.Managed.AddInManager.DomainDoCallback()
at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
at Arma2Net.Managed.AddInManager.DoCallbackImpl(AppDomain domain, Delegate func, Object arg)
at Arma2Net.Managed.AddInManager.DoCallbackWithResult[T,TResult](AppDomain domain, Func`2 func, T arg)
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)
12/18/2012 21:37:39 function: Arma2NETMySQL ['arma','GetPlayer','[tmid=<null>,tpid=56503558]']
12/18/2012 21:37:39 maxResultSize: 10239
12/18/2012 21:37:40 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:40 maxResultSize: 10239
12/18/2012 21:37:40 Result size: 21
12/18/2012 21:37:40 Result: "21:37:40 18/12/2012"
12/18/2012 21:37:41 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:41 maxResultSize: 10239
12/18/2012 21:37:41 Result size: 21
12/18/2012 21:37:41 Result: "21:37:41 18/12/2012"
12/18/2012 21:37:42 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:42 maxResultSize: 10239
12/18/2012 21:37:42 Result size: 21
12/18/2012 21:37:42 Result: "21:37:42 18/12/2012"
12/18/2012 21:37:43 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:43 maxResultSize: 10239
12/18/2012 21:37:43 Result size: 21
12/18/2012 21:37:43 Result: "21:37:43 18/12/2012"
12/18/2012 21:37:44 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:44 maxResultSize: 10239
12/18/2012 21:37:44 Result size: 21
12/18/2012 21:37:44 Result: "21:37:44 18/12/2012"
12/18/2012 21:37:45 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:45 maxResultSize: 10239
12/18/2012 21:37:45 Result size: 21
12/18/2012 21:37:45 Result: "21:37:45 18/12/2012"
12/18/2012 21:37:46 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:46 maxResultSize: 10239
12/18/2012 21:37:46 Result size: 21
12/18/2012 21:37:46 Result: "21:37:46 18/12/2012"
12/18/2012 21:37:47 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:47 maxResultSize: 10239
12/18/2012 21:37:47 Result size: 21
12/18/2012 21:37:47 Result: "21:37:47 18/12/2012"
12/18/2012 21:37:48 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:48 maxResultSize: 10239
12/18/2012 21:37:48 Result size: 21
12/18/2012 21:37:48 Result: "21:37:48 18/12/2012"
12/18/2012 21:37:49 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:49 maxResultSize: 10239
12/18/2012 21:37:49 Result size: 21
12/18/2012 21:37:49 Result: "21:37:49 18/12/2012"
12/18/2012 21:37:50 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:50 maxResultSize: 10239
12/18/2012 21:37:50 Result size: 21
12/18/2012 21:37:50 Result: "21:37:50 18/12/2012"
12/18/2012 21:37:51 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:51 maxResultSize: 10239
12/18/2012 21:37:51 Result size: 21
12/18/2012 21:37:51 Result: "21:37:51 18/12/2012"
Client RPT logs
12/18/2012 21:35:37 Arma2NET 2.3.0.0 running on CLR 4.0.30319.1
12/18/2012 21:35:37 Loaded into process arma2oaserver
12/18/2012 21:35:37 Loading add-ins
12/18/2012 21:35:37 Domain Name Version Publisher Description
12/18/2012 21:35:37 DefaultDomain Arma2NETMySQL 0.1.0.0 firefly2442 Runs MySQL procedure commands.
12/18/2012 21:35:37 DefaultDomain Arma2NETMySQLCommand0.1.0.0 firefly2442 Runs raw MySQL/SQLite commands
12/18/2012 21:35:37 DefaultDomain ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime.
12/18/2012 21:35:37 DefaultDomain CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare.
12/18/2012 21:35:37 DefaultDomain Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET.
12/18/2012 21:35:37 DefaultDomain GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value.
12/18/2012 21:35:37 DefaultDomain SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value.
12/18/2012 21:35:37 DefaultDomain CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application.
12/18/2012 21:35:37 DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time.
12/18/2012 21:35:37 Arma2NET initialized in 00:00:00.0254572
12/18/2012 21:35:37 Caught exception of type Arma2Net.Managed.FunctionNotFoundException
12/18/2012 21:35:37 Arma2Net.Managed.FunctionNotFoundException: The specified add-in was not found: Activate
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)
12/18/2012 21:35:37 function: Activate
12/18/2012 21:35:37 maxResultSize: 10239
12/18/2012 21:35:38 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:35:38 maxResultSize: 10239
12/18/2012 21:35:38 Result size: 21
12/18/2012 21:35:38 Result: "21:35:38 18/12/2012"
12/18/2012 21:37:35 Caught exception of type System.Reflection.TargetInvocationException
12/18/2012 21:37:35 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString)
at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values)
at Arma2NETMySQLPlugin.Databases..ctor()
at Arma2NETMySQLPlugin.Startup.StartupConnection()
at Arma2NETMySQLPlugin.Arma2NETMySQLPlugin.Invoke(String args, Int32 maxResultSize)
at Arma2Net.Managed.AddInManager.DomainInvokeAddIn(AddInArguments args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at Arma2Net.Managed.AddInManager.DomainDoCallback()
at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
at Arma2Net.Managed.AddInManager.DoCallbackImpl(AppDomain domain, Delegate func, Object arg)
at Arma2Net.Managed.AddInManager.DoCallbackWithResult[T,TResult](AppDomain domain, Func`2 func, T arg)
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)
12/18/2012 21:37:35 function: Arma2NETMySQL ['arma','GetMissionByName','[tna=Aftermath Wasteland zedV1.0]']
12/18/2012 21:37:35 maxResultSize: 10239
12/18/2012 21:37:35 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:35 maxResultSize: 10239
12/18/2012 21:37:35 Result size: 21
12/18/2012 21:37:35 Result: "21:37:35 18/12/2012"
12/18/2012 21:37:37 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:37 maxResultSize: 10239
12/18/2012 21:37:37 Result size: 21
12/18/2012 21:37:37 Result: "21:37:37 18/12/2012"
12/18/2012 21:37:38 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:38 maxResultSize: 10239
12/18/2012 21:37:38 Result size: 21
12/18/2012 21:37:38 Result: "21:37:38 18/12/2012"
12/18/2012 21:37:39 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:39 maxResultSize: 10239
12/18/2012 21:37:39 Result size: 21
12/18/2012 21:37:39 Result: "21:37:39 18/12/2012"
12/18/2012 21:37:39 Caught exception of type System.Reflection.TargetInvocationException
12/18/2012 21:37:39 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString)
at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values)
at Arma2NETMySQLPlugin.Databases..ctor()
at Arma2NETMySQLPlugin.Startup.StartupConnection()
at Arma2NETMySQLPlugin.Arma2NETMySQLPlugin.Invoke(String args, Int32 maxResultSize)
at Arma2Net.Managed.AddInManager.DomainInvokeAddIn(AddInArguments args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at Arma2Net.Managed.AddInManager.DomainDoCallback()
at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
at Arma2Net.Managed.AddInManager.DoCallbackImpl(AppDomain domain, Delegate func, Object arg)
at Arma2Net.Managed.AddInManager.DoCallbackWithResult[T,TResult](AppDomain domain, Func`2 func, T arg)
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)
12/18/2012 21:37:39 function: Arma2NETMySQL ['arma','GetPlayer','[tmid=<null>,tpid=56503558]']
12/18/2012 21:37:39 maxResultSize: 10239
12/18/2012 21:37:40 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:40 maxResultSize: 10239
12/18/2012 21:37:40 Result size: 21
12/18/2012 21:37:40 Result: "21:37:40 18/12/2012"
12/18/2012 21:37:41 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:41 maxResultSize: 10239
12/18/2012 21:37:41 Result size: 21
12/18/2012 21:37:41 Result: "21:37:41 18/12/2012"
12/18/2012 21:37:42 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:42 maxResultSize: 10239
12/18/2012 21:37:42 Result size: 21
12/18/2012 21:37:42 Result: "21:37:42 18/12/2012"
12/18/2012 21:37:43 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:43 maxResultSize: 10239
12/18/2012 21:37:43 Result size: 21
12/18/2012 21:37:43 Result: "21:37:43 18/12/2012"
12/18/2012 21:37:44 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:44 maxResultSize: 10239
12/18/2012 21:37:44 Result size: 21
12/18/2012 21:37:44 Result: "21:37:44 18/12/2012"
12/18/2012 21:37:45 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:45 maxResultSize: 10239
12/18/2012 21:37:45 Result size: 21
12/18/2012 21:37:45 Result: "21:37:45 18/12/2012"
12/18/2012 21:37:46 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:46 maxResultSize: 10239
12/18/2012 21:37:46 Result size: 21
12/18/2012 21:37:46 Result: "21:37:46 18/12/2012"
12/18/2012 21:37:47 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:47 maxResultSize: 10239
12/18/2012 21:37:47 Result size: 21
12/18/2012 21:37:47 Result: "21:37:47 18/12/2012"
12/18/2012 21:37:48 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:48 maxResultSize: 10239
12/18/2012 21:37:48 Result size: 21
12/18/2012 21:37:48 Result: "21:37:48 18/12/2012"
12/18/2012 21:37:49 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:49 maxResultSize: 10239
12/18/2012 21:37:49 Result size: 21
12/18/2012 21:37:49 Result: "21:37:49 18/12/2012"
12/18/2012 21:37:50 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:50 maxResultSize: 10239
12/18/2012 21:37:50 Result size: 21
12/18/2012 21:37:50 Result: "21:37:50 18/12/2012"
12/18/2012 21:37:51 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:51 maxResultSize: 10239
12/18/2012 21:37:51 Result size: 21
12/18/2012 21:37:51 Result: "21:37:51 18/12/2012"
Server RPT logs
=====================================================================
== C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\arma2oaserver.exe
== Expansion\beta\arma2oaserver.exe -arma2netdev -beta=Expansion\beta;Expansion\beta\Expansion -port=2302 "-config=@Aftermath_Server\Config\aftermath.cfg" "-cfg=@Aftermath_Server\Config\basic.cfg" "-profiles=@Aftermath_Server\Config" -name=Zedmag "-mod=@CBA;@CBA_A2;@CBA_OA;@Arma2NET;@Aftermath_Server"
=====================================================================
Exe timestamp: 2012/12/06 23:02:52
Current time: 2012/12/18 21:34:57
Version 1.62.99806
21:34:57 Mission Aftermath.Chernarus: Number of roles (120) is different from 'description.ext::Header::maxPlayer' (60)
21:35:33 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon
21:35:33 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 1)! MoveName: amovpercmrunsnonwbindf_rfl
21:35:35 [5068,114.96,0,"XEH: PreInit Started. v1.0.0.179. MISSINIT: missionName=Aftermath, worldName=Chernarus, isMultiplayer=true, isServer=true, isDedicated=true"]
21:35:35 [5068,115.594,0,"XEH: PreInit Finished. CACHE DISABLED? (Disable caching with cba_disable_cache.pbo): SLX_XEH_RECOMPILE=false, CBA_COMPILE_RECOMPILE=false, CBA_FUNC_RECOMPILE=false"]
21:35:37 "WASTELAND SERVER - Initilizing Server"
21:35:37 "PDB-0 Mission Parameters"
21:35:37 "PDB-0 persistentDBHeader = 1"
21:35:37 "PDB-0 mpdb_save_delay_server = 600"
21:35:37 "PDB-0 mpdb_save_delay_player = 300"
21:35:37 "PDB-0 mpdb_date_enabled = 1"
21:35:37 "PDB-0 mpdb_weapons_enabled = 1"
21:35:37 "PDB-0 mpdb_landvehicles_enabled = 0"
21:35:37 "PDB-0 mpdb_objects_enabled = 0"
21:35:37 "PDB-0 mpdb_objects_contents_enabled = 0"
21:35:37 "PDB-0 mpdb_locations_enabled = 0"
21:35:37 "PDB-0 mpdb_persistentScores_enabled = 1"
21:35:37 "PDB-0 mpdb_globalScores_enabled = 1"
21:35:37 "PDB-0 mpdb_log_enabled = 1"
21:35:37 [5076,117.471,0,"XEH: PostInit Started"]
21:35:37 [5076,117.481,0,"CBA_VERSIONING: cba=1.0.0.182, cba_a2=1.0.0.8, cba_oa=1.0.0.6, "]
21:35:37 [5076,117.529,0,"XEH: PostInit Finished. State: _isClient=false, _isJip=false, _isDedClient=false, _isServer=true, _isDedServer=true, _playerCheckDone=true, _sp=false, _startInitDone=true, _postInitDone=true, _mpRespawn=true, _machineType=0, _sessionId=1, _level=0, _timeOut=false, _game=1, BIS_functions=L 1-1-A:1, group=L 1-1-A"]
21:35:37 "WASTELAND SERVER - Initilizing Server Vars"
21:35:37 "WASTELAND SERVER - Initilizing Server Complie"
21:35:37 ["PersistentDB: pdb settings loaded"]
21:35:37 "############################# Starting PDB for Aftermath Wasteland zedV1.0 #############################"
21:35:37 "WASTELAND SERVER - Initilizing Server Relations"
21:35:37 "WASTELAND SERVER - Server Complie Finished"
21:35:37 "WASTELAND SERVER - Initilizing Server Spawning"
21:35:37 "WASTELAND SERVER - Initilizing Vehicle Respawning"
21:35:37 "WASTELAND SERVER - Initilizing Missions"
21:35:37 "PDB-0 Mission Parameters"
21:35:37 "PDB-0 persistentDBHeader = 1"
21:35:37 "PDB-0 mpdb_save_delay_server = 600"
21:35:37 "PDB-0 mpdb_save_delay_player = 300"
21:35:37 "PDB-0 mpdb_date_enabled = 1"
21:35:37 "PDB-0 mpdb_weapons_enabled = 1"
21:35:37 "PDB-0 mpdb_landvehicles_enabled = 0"
21:35:37 "PDB-0 mpdb_objects_enabled = 0"
21:35:37 "PDB-0 mpdb_objects_contents_enabled = 0"
21:35:37 "PDB-0 mpdb_locations_enabled = 0"
21:35:37 "PDB-0 mpdb_persistentScores_enabled = 1"
21:35:37 "PDB-0 mpdb_globalScores_enabled = 1"
21:35:37 "PDB-0 mpdb_log_enabled = 1"
21:35:38 "Vehicle Spawning Started"
21:35:38 ["PersistentDB: pdb settings loaded"]
21:35:38 "############################# Starting PDB for Aftermath Wasteland zedV1.0 #############################"
21:36:12 "WASTELAND SERVER - 700 Vehicles Spawned"
21:36:12 "Objects Spawning Started"
21:36:32 "WASTELAND SERVER - 800 Objects Spawned"
21:36:32 "Weapon Caches Spawning"
21:36:35 "WASTELAND SERVER - 32 Ammo Caches Spawned"
21:36:35 "Static Guns Spawning Started"
21:36:36 "WASTELAND SERVER - 25 Static Guns Spawned"
21:36:36 "WASTELAND SERVER - Vehicle Respawn Start"
21:36:36 "WASTELAND SERVER - Started SideMission State"
21:36:36 "WASTELAND SERVER - Started MainMission State"
21:36:36 "WASTELAND SERVER - Started WorldMission State"
21:37:35 "SERVER MSG: count MISSIONDATA, 0"
21:37:35 String STR_EVAL_UNHANDLED_EXCEPTION not found
21:37:35 Error in expression <throw "System.Reflection.TargetInvocatio>
21:37:35 Error position: <throw "System.Reflection.TargetInvocatio>
21:37:35 Error
21:37:35 Error in expression <throw "System.Reflection.TargetInvocatio>
21:37:35 Error position: <throw "System.Reflection.TargetInvocatio>
21:37:35 Error
21:37:35 Error in expression <throw "System.Reflection.TargetInvocatio>
21:37:35 Error position: <throw "System.Reflection.TargetInvocatio>
21:37:35 Error
(this spams the logs while the client is attempting to connect and the client locks up)
Ive ensured it is all up to date, the .dlls are all in the right places...what am i missing?
-
What's the contents of %localappdata%/Arma2NET/<latest log>.log?yea i was reading more of the comments today so tonight ill check those logs and see what it says.....reading thru all the thread im suspecting CBA_main is out of date and or the plugin.dll might not be in the correct locations though im pretty sure the error thats being thrown mean that the plugin is activating. ill check tonight and get back. thanks for the 'get back'
...or perhaps i might need to add the arma2net folder and dlls into my expansion folder since i run everything from my ARMA2 OA FOLDER. learned alot today getting the chance to look thru all 39 pages of replies lol
ok so here are the logs i could find......from the last attempt
arma2netmysql Logs
Info: 21:37:35 - Arma2NETMySQL Plugin Started.
Info: 21:37:35 - Version number: 0.1.0.0
Info: 21:37:35 - Compiled against Arma2NET Version: 2.3.0.0
Info: 21:37:35 - Loading databases...
Info: 21:37:35 - Type: mysql Database: arma IPAddress: 127.0.0.1 Port: 3306 Username: root Password: NotShownForSecurityReasons
Info: 21:37:39 - Arma2NETMySQL Plugin Started.
Info: 21:37:39 - Version number: 0.1.0.0
Info: 21:37:39 - Compiled against Arma2NET Version: 2.3.0.0
Info: 21:37:39 - Loading databases...
Info: 21:37:39 - Type: mysql Database: arma IPAddress: 127.0.0.1 Port: 3306 Username: root Password: NotShownForSecurityReasons
arma2net logs
12/18/2012 21:35:37 Arma2NET 2.3.0.0 running on CLR 4.0.30319.1
12/18/2012 21:35:37 Loaded into process arma2oaserver
12/18/2012 21:35:37 Loading add-ins
12/18/2012 21:35:37 Domain Name Version Publisher Description
12/18/2012 21:35:37 DefaultDomain Arma2NETMySQL 0.1.0.0 firefly2442 Runs MySQL procedure commands.
12/18/2012 21:35:37 DefaultDomain Arma2NETMySQLCommand0.1.0.0 firefly2442 Runs raw MySQL/SQLite commands
12/18/2012 21:35:37 DefaultDomain ClrVersion 2.0.0.0 Scott_NZ Retrieves the version of the Common Language Runtime.
12/18/2012 21:35:37 DefaultDomain CompareVersion 2.0.0.0 Scott_NZ Compares two version strings and returns an integer indicating how they compare.
12/18/2012 21:35:37 DefaultDomain Version 2.0.0.0 Scott_NZ Returns the version of Arma2NET.
12/18/2012 21:35:37 DefaultDomain GetClipboardText 1.0.0.0 Scott_NZ Gets the clipboard text value.
12/18/2012 21:35:37 DefaultDomain SetClipboardText 1.0.0.0 Scott_NZ Sets the clipboard to a text value.
12/18/2012 21:35:37 DefaultDomain CommandLine 2.0.0.0 Scott_NZ Returns the command line used to start the application.
12/18/2012 21:35:37 DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time.
12/18/2012 21:35:37 Arma2NET initialized in 00:00:00.0254572
12/18/2012 21:35:37 Caught exception of type Arma2Net.Managed.FunctionNotFoundException
12/18/2012 21:35:37 Arma2Net.Managed.FunctionNotFoundException: The specified add-in was not found: Activate
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)
12/18/2012 21:35:37 function: Activate
12/18/2012 21:35:37 maxResultSize: 10239
12/18/2012 21:35:38 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:35:38 maxResultSize: 10239
12/18/2012 21:35:38 Result size: 21
12/18/2012 21:35:38 Result: "21:35:38 18/12/2012"
12/18/2012 21:37:35 Caught exception of type System.Reflection.TargetInvocationException
12/18/2012 21:37:35 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString)
at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values)
at Arma2NETMySQLPlugin.Databases..ctor()
at Arma2NETMySQLPlugin.Startup.StartupConnection()
at Arma2NETMySQLPlugin.Arma2NETMySQLPlugin.Invoke(String args, Int32 maxResultSize)
at Arma2Net.Managed.AddInManager.DomainInvokeAddIn(AddInArguments args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at Arma2Net.Managed.AddInManager.DomainDoCallback()
at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
at Arma2Net.Managed.AddInManager.DoCallbackImpl(AppDomain domain, Delegate func, Object arg)
at Arma2Net.Managed.AddInManager.DoCallbackWithResult[T,TResult](AppDomain domain, Func`2 func, T arg)
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)
12/18/2012 21:37:35 function: Arma2NETMySQL ['arma','GetMissionByName','[tna=Aftermath Wasteland zedV1.0]']
12/18/2012 21:37:35 maxResultSize: 10239
12/18/2012 21:37:35 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:35 maxResultSize: 10239
12/18/2012 21:37:35 Result size: 21
12/18/2012 21:37:35 Result: "21:37:35 18/12/2012"
12/18/2012 21:37:37 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:37 maxResultSize: 10239
12/18/2012 21:37:37 Result size: 21
12/18/2012 21:37:37 Result: "21:37:37 18/12/2012"
12/18/2012 21:37:38 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:38 maxResultSize: 10239
12/18/2012 21:37:38 Result size: 21
12/18/2012 21:37:38 Result: "21:37:38 18/12/2012"
12/18/2012 21:37:39 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:39 maxResultSize: 10239
12/18/2012 21:37:39 Result size: 21
12/18/2012 21:37:39 Result: "21:37:39 18/12/2012"
12/18/2012 21:37:39 Caught exception of type System.Reflection.TargetInvocationException
12/18/2012 21:37:39 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString)
at Arma2NETMySQLPlugin.DatabaseObject..ctor(String[] values)
at Arma2NETMySQLPlugin.Databases..ctor()
at Arma2NETMySQLPlugin.Startup.StartupConnection()
at Arma2NETMySQLPlugin.Arma2NETMySQLPlugin.Invoke(String args, Int32 maxResultSize)
at Arma2Net.Managed.AddInManager.DomainInvokeAddIn(AddInArguments args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at Arma2Net.Managed.AddInManager.DomainDoCallback()
at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
at Arma2Net.Managed.AddInManager.DoCallbackImpl(AppDomain domain, Delegate func, Object arg)
at Arma2Net.Managed.AddInManager.DoCallbackWithResult[T,TResult](AppDomain domain, Func`2 func, T arg)
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)
12/18/2012 21:37:39 function: Arma2NETMySQL ['arma','GetPlayer','[tmid=<null>,tpid=56503558]']
12/18/2012 21:37:39 maxResultSize: 10239
12/18/2012 21:37:40 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:40 maxResultSize: 10239
12/18/2012 21:37:40 Result size: 21
12/18/2012 21:37:40 Result: "21:37:40 18/12/2012"
12/18/2012 21:37:41 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:41 maxResultSize: 10239
12/18/2012 21:37:41 Result size: 21
12/18/2012 21:37:41 Result: "21:37:41 18/12/2012"
12/18/2012 21:37:42 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:42 maxResultSize: 10239
12/18/2012 21:37:42 Result size: 21
12/18/2012 21:37:42 Result: "21:37:42 18/12/2012"
12/18/2012 21:37:43 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:43 maxResultSize: 10239
12/18/2012 21:37:43 Result size: 21
12/18/2012 21:37:43 Result: "21:37:43 18/12/2012"
12/18/2012 21:37:44 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:44 maxResultSize: 10239
12/18/2012 21:37:44 Result size: 21
12/18/2012 21:37:44 Result: "21:37:44 18/12/2012"
12/18/2012 21:37:45 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:45 maxResultSize: 10239
12/18/2012 21:37:45 Result size: 21
12/18/2012 21:37:45 Result: "21:37:45 18/12/2012"
12/18/2012 21:37:46 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:46 maxResultSize: 10239
12/18/2012 21:37:46 Result size: 21
12/18/2012 21:37:46 Result: "21:37:46 18/12/2012"
12/18/2012 21:37:47 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:47 maxResultSize: 10239
12/18/2012 21:37:47 Result size: 21
12/18/2012 21:37:47 Result: "21:37:47 18/12/2012"
12/18/2012 21:37:48 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:48 maxResultSize: 10239
12/18/2012 21:37:48 Result size: 21
12/18/2012 21:37:48 Result: "21:37:48 18/12/2012"
12/18/2012 21:37:49 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:49 maxResultSize: 10239
12/18/2012 21:37:49 Result size: 21
12/18/2012 21:37:49 Result: "21:37:49 18/12/2012"
12/18/2012 21:37:50 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:50 maxResultSize: 10239
12/18/2012 21:37:50 Result size: 21
12/18/2012 21:37:50 Result: "21:37:50 18/12/2012"
12/18/2012 21:37:51 function: DateTime ['now', 'HH:mm:ss dd/MM/yyyy']
12/18/2012 21:37:51 maxResultSize: 10239
12/18/2012 21:37:51 Result size: 21
12/18/2012 21:37:51 Result: "21:37:51 18/12/2012"
Arma 2 OA arma2rpt.log (client)
=====================================================================
== C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\arma2oa.exe
== Expansion\beta\arma2oa.exe -mod= -beta=Expansion\beta;Expansion\beta\Expansion -nosplash -skipIntro
=====================================================================
Exe timestamp: 2012/12/06 23:02:52
Current time: 2012/12/18 21:36:09
Version 1.62.99806
Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon
Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 1)! MoveName: amovpercmrunsnonwbindf_rfl
"PDB-0 Mission Parameters"
"PDB-0 persistentDBHeader = 1"
"PDB-0 mpdb_save_delay_server = 600"
"PDB-0 mpdb_save_delay_player = 300"
"PDB-0 mpdb_date_enabled = 1"
"PDB-0 mpdb_weapons_enabled = 1"
"PDB-0 mpdb_landvehicles_enabled = 0"
"PDB-0 mpdb_objects_enabled = 0"
"PDB-0 mpdb_objects_contents_enabled = 0"
"PDB-0 mpdb_locations_enabled = 0"
"PDB-0 mpdb_persistentScores_enabled = 1"
"PDB-0 mpdb_globalScores_enabled = 1"
"PDB-0 mpdb_log_enabled = 1"
["PersistentDB: pdb settings loaded"]
"############################# Starting PDB for Aftermath Wasteland zedV1.0 #############################"
["PersistentDB: PDB_FNC_SERVER_LOADERSTATUS: ","Mission: Aftermath Wasteland zedV1.0"]
["PersistentDB: SPAWN"]
["PersistentDB: FINISHED MISSION INIT, time: ",3.394]
["PersistentDB: PLAYER READY"]
Server rpt
=====================================================================
== C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\arma2oaserver.exe
== Expansion\beta\arma2oaserver.exe -arma2netdev -beta=Expansion\beta;Expansion\beta\Expansion -port=2302 "-config=@Aftermath_Server\Config\aftermath.cfg" "-cfg=@Aftermath_Server\Config\basic.cfg" "-profiles=@Aftermath_Server\Config" -name=Zedmag "-mod=@CBA;@CBA_A2;@CBA_OA;@Arma2NET;@Aftermath_Server"
=====================================================================
Exe timestamp: 2012/12/06 23:02:52
Current time: 2012/12/18 21:34:57
Version 1.62.99806
21:34:57 Mission Aftermath.Chernarus: Number of roles (120) is different from 'description.ext::Header::maxPlayer' (60)
21:35:33 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon
21:35:33 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 1)! MoveName: amovpercmrunsnonwbindf_rfl
21:35:35 [5068,114.96,0,"XEH: PreInit Started. v1.0.0.179. MISSINIT: missionName=Aftermath, worldName=Chernarus, isMultiplayer=true, isServer=true, isDedicated=true"]
21:35:35 [5068,115.594,0,"XEH: PreInit Finished. CACHE DISABLED? (Disable caching with cba_disable_cache.pbo): SLX_XEH_RECOMPILE=false, CBA_COMPILE_RECOMPILE=false, CBA_FUNC_RECOMPILE=false"]
21:35:37 "WASTELAND SERVER - Initilizing Server"
21:35:37 "PDB-0 Mission Parameters"
21:35:37 "PDB-0 persistentDBHeader = 1"
21:35:37 "PDB-0 mpdb_save_delay_server = 600"
21:35:37 "PDB-0 mpdb_save_delay_player = 300"
21:35:37 "PDB-0 mpdb_date_enabled = 1"
21:35:37 "PDB-0 mpdb_weapons_enabled = 1"
21:35:37 "PDB-0 mpdb_landvehicles_enabled = 0"
21:35:37 "PDB-0 mpdb_objects_enabled = 0"
21:35:37 "PDB-0 mpdb_objects_contents_enabled = 0"
21:35:37 "PDB-0 mpdb_locations_enabled = 0"
21:35:37 "PDB-0 mpdb_persistentScores_enabled = 1"
21:35:37 "PDB-0 mpdb_globalScores_enabled = 1"
21:35:37 "PDB-0 mpdb_log_enabled = 1"
21:35:37 [5076,117.471,0,"XEH: PostInit Started"]
21:35:37 [5076,117.481,0,"CBA_VERSIONING: cba=1.0.0.182, cba_a2=1.0.0.8, cba_oa=1.0.0.6, "]
21:35:37 [5076,117.529,0,"XEH: PostInit Finished. State: _isClient=false, _isJip=false, _isDedClient=false, _isServer=true, _isDedServer=true, _playerCheckDone=true, _sp=false, _startInitDone=true, _postInitDone=true, _mpRespawn=true, _machineType=0, _sessionId=1, _level=0, _timeOut=false, _game=1, BIS_functions=L 1-1-A:1, group=L 1-1-A"]
21:35:37 "WASTELAND SERVER - Initilizing Server Vars"
21:35:37 "WASTELAND SERVER - Initilizing Server Complie"
21:35:37 ["PersistentDB: pdb settings loaded"]
21:35:37 "############################# Starting PDB for Aftermath Wasteland zedV1.0 #############################"
21:35:37 "WASTELAND SERVER - Initilizing Server Relations"
21:35:37 "WASTELAND SERVER - Server Complie Finished"
21:35:37 "WASTELAND SERVER - Initilizing Server Spawning"
21:35:37 "WASTELAND SERVER - Initilizing Vehicle Respawning"
21:35:37 "WASTELAND SERVER - Initilizing Missions"
21:35:37 "PDB-0 Mission Parameters"
21:35:37 "PDB-0 persistentDBHeader = 1"
21:35:37 "PDB-0 mpdb_save_delay_server = 600"
21:35:37 "PDB-0 mpdb_save_delay_player = 300"
21:35:37 "PDB-0 mpdb_date_enabled = 1"
21:35:37 "PDB-0 mpdb_weapons_enabled = 1"
21:35:37 "PDB-0 mpdb_landvehicles_enabled = 0"
21:35:37 "PDB-0 mpdb_objects_enabled = 0"
21:35:37 "PDB-0 mpdb_objects_contents_enabled = 0"
21:35:37 "PDB-0 mpdb_locations_enabled = 0"
21:35:37 "PDB-0 mpdb_persistentScores_enabled = 1"
21:35:37 "PDB-0 mpdb_globalScores_enabled = 1"
21:35:37 "PDB-0 mpdb_log_enabled = 1"
21:35:38 "Vehicle Spawning Started"
21:35:38 ["PersistentDB: pdb settings loaded"]
21:35:38 "############################# Starting PDB for Aftermath Wasteland zedV1.0 #############################"
21:36:12 "WASTELAND SERVER - 700 Vehicles Spawned"
21:36:12 "Objects Spawning Started"
21:36:32 "WASTELAND SERVER - 800 Objects Spawned"
21:36:32 "Weapon Caches Spawning"
21:36:35 "WASTELAND SERVER - 32 Ammo Caches Spawned"
21:36:35 "Static Guns Spawning Started"
21:36:36 "WASTELAND SERVER - 25 Static Guns Spawned"
21:36:36 "WASTELAND SERVER - Vehicle Respawn Start"
21:36:36 "WASTELAND SERVER - Started SideMission State"
21:36:36 "WASTELAND SERVER - Started MainMission State"
21:36:36 "WASTELAND SERVER - Started WorldMission State"
21:37:35 "SERVER MSG: count MISSIONDATA, 0"
21:37:35 String STR_EVAL_UNHANDLED_EXCEPTION not found
21:37:35 Error in expression <throw "System.Reflection.TargetInvocatio>
21:37:35 Error position: <throw "System.Reflection.TargetInvocatio>
21:37:35 Error
21:37:35 Error in expression <throw "System.Reflection.TargetInvocatio>
21:37:35 Error position: <throw "System.Reflection.TargetInvocatio>
21:37:35 Error
21:37:35 Error in expression <throw "System.Reflection.TargetInvocatio>
21:37:35 Error position: <throw "System.Reflection.TargetInvocatio>
21:37:35 Error
(this part spams while the client is attempting to connect)
...again the results are the same when using the supplied missions vs using my mission.
-
Hey i wanted to say GREAT work with everything you have done and the time you have put into this. However, im having some issues that i can not seem to track down. Ive followed the install instructions to a T yet im still having problems. Starting from scratch and just using the provided NON ACE missions, the game locks up right after choosing the role and clicking continue. get to see the wonderful PDB splash and "client is getting data from server" or whiter it says. the server logs show this:
Version 1.62.99806
1:35:24 Mission Aftermath.Chernarus: Number of roles (120) is different from 'description.ext::Header::maxPlayer' (60)
1:35:44 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 1)! MoveName: amovpercmrunsnonwbindf_rfl
1:35:45 [4512,74.295,0,"XEH: PreInit Started. v1.0.0.179. MISSINIT: missionName=Aftermath, worldName=Chernarus, isMultiplayer=true, isServer=true, isDedicated=true"]
1:35:45 [4512,75.068,0,"XEH: PreInit Finished. CACHE DISABLED? (Disable caching with cba_disable_cache.pbo): SLX_XEH_RECOMPILE=false, CBA_COMPILE_RECOMPILE=false, CBA_FUNC_RECOMPILE=false"]
1:35:47 "WASTELAND SERVER - Initilizing Server"
1:35:47 "PDB-0 Mission Parameters"
1:35:47 "PDB-0 persistentDBHeader = 1"
1:35:47 "PDB-0 mpdb_save_delay_server = 600"
1:35:47 "PDB-0 mpdb_save_delay_player = 300"
1:35:47 "PDB-0 mpdb_date_enabled = 1"
1:35:47 "PDB-0 mpdb_weapons_enabled = 1"
1:35:47 "PDB-0 mpdb_landvehicles_enabled = 0"
1:35:47 "PDB-0 mpdb_objects_enabled = 0"
1:35:47 "PDB-0 mpdb_objects_contents_enabled = 0"
1:35:47 "PDB-0 mpdb_locations_enabled = 0"
1:35:47 "PDB-0 mpdb_persistentScores_enabled = 1"
1:35:47 "PDB-0 mpdb_globalScores_enabled = 1"
1:35:47 "PDB-0 mpdb_log_enabled = 1"
1:35:47 [4522,76.737,0,"XEH: PostInit Started"]
1:35:47 [4522,76.746,0,"CBA_VERSIONING: cba=1.0.0.182, cba_a2=1.0.0.8, cba_oa=1.0.0.6, "]
1:35:47 [4522,76.794,0,"XEH: PostInit Finished. State: _isClient=false, _isJip=false, _isDedClient=false, _isServer=true, _isDedServer=true, _playerCheckDone=true, _sp=false, _startInitDone=true, _postInitDone=true, _mpRespawn=true, _machineType=0, _sessionId=1, _level=0, _timeOut=false, _game=1, BIS_functions=L 1-1-A:1, group=L 1-1-A"]
1:35:47 ["PersistentDB: pdb settings loaded"]
1:35:47 "############################# Starting PDB for Aftermath zedV1.0 #############################"
1:35:47 "PDB-0 Mission Parameters"
1:35:47 "PDB-0 persistentDBHeader = 1"
1:35:47 "PDB-0 mpdb_save_delay_server = 600"
1:35:47 "PDB-0 mpdb_save_delay_player = 300"
1:35:47 "PDB-0 mpdb_date_enabled = 1"
1:35:47 "PDB-0 mpdb_weapons_enabled = 1"
1:35:47 "PDB-0 mpdb_landvehicles_enabled = 0"
1:35:47 "PDB-0 mpdb_objects_enabled = 0"
1:35:47 "PDB-0 mpdb_objects_contents_enabled = 0"
1:35:47 "PDB-0 mpdb_locations_enabled = 0"
1:35:47 "PDB-0 mpdb_persistentScores_enabled = 1"
1:35:47 "PDB-0 mpdb_globalScores_enabled = 1"
1:35:47 "PDB-0 mpdb_log_enabled = 1"
1:35:48 ["PersistentDB: pdb settings loaded"]
1:35:48 "############################# Starting PDB for Aftermath zedV1.0 #############################"
1:37:26 "SERVER MSG: count MISSIONDATA, 0"
1:37:26 String STR_EVAL_UNHANDLED_EXCEPTION not found
1:37:26 Error in expression <throw "System.Reflection.TargetInvocatio>
1:37:26 Error position: <throw "System.Reflection.TargetInvocatio>
1:37:26 Error
This error "" 1:37:26 Error in expression <throw "System.Reflection.TargetInvocatio>
1:37:26 Error position: <throw "System.Reflection.TargetInvocatio>
1:37:26 Error""
seems to spam the server and is also the point at which the client locks up. needing a force quit. Granted this is a log from MY mission however it is the exact same using your example missions.
Any ideas? i would love to get this working if i could. thanks in advance!!
StayZone Scripting NOT in mission editor
in ARMA 3 - MISSION EDITING & SCRIPTING
Posted
Thanks for the info. I'll try it out this weekend and let you know how it all goes. Thanks again.