Member
Last active 8 years ago
Hey guys, i cant seem to get persistence to work, only time persists. here is my log :
07/30/2015 03:09:06 Info Arma2NET 2.2.0.0 running on CLR 4.0.30319.42000
07/30/2015 03:09:06 Info Loaded into process arma3server
07/30/2015 03:09:06 Info Loading addins
07/30/2015 03:09:06 Error Failed to create addin application domain ALiVEPlugIn for D:\STEAM GAMES\SteamApps\common\Arma 3\@AliveServer\AddIns\ALiVEPlugIn\ALiVEPlugIn.dll
07/30/2015 03:09:06 Warn Falling back to the main application domain
07/30/2015 03:09:06 Error Failed to create addin application domain DateTimePlugin for D:\STEAM GAMES\SteamApps\common\Arma 3\@AliveServer\AddIns\DateTimePlugin\DateTimePlugin.dll
07/30/2015 03:09:06 Warn Falling back to the main application domain
07/30/2015 03:09:06 Info Domain Name Version Publisher Description
07/30/2015 03:09:06 Info DefaultDomain SendxRTML 0.1.0.0 Tupolov Sends data to an xRTML service
07/30/2015 03:09:06 Info DefaultDomain GetBulkJSON 0.1.0.0 Tupolov Gets record from bulk data stack
07/30/2015 03:09:06 Info DefaultDomain StartALiVE 0.1.0.0 Tupolov Returns the startup data
07/30/2015 03:09:06 Info DefaultDomain SendJSON 0.1.0.0 Tupolov Send data as JSON to a URL, accepts url, method, module, data returns json string
07/30/2015 03:09:06 Info DefaultDomain ServerLocation 0.1.0.0 Tupolov Returns the ARMA 2 server geo location.
07/30/2015 03:09:06 Info DefaultDomain ServerAddress 0.1.0.0 Tupolov Returns the ARMA 2 server IP address.
07/30/2015 03:09:06 Info DefaultDomain GetWeatherLocation 0.1.0.0 Tupolov Gets Weather Location - accepts location (country/city) string returns json string
07/30/2015 03:09:06 Info DefaultDomain SendBulkJSON 0.1.0.0 Tupolov Sends bulk data as JSON to a URL, accepts url, method, module, data returns json string
07/30/2015 03:09:06 Info DefaultDomain SendJSONToFile 0.1.0.0 Tupolov Send data asynchronously as JSON to a File, accepts module, data returns string
07/30/2015 03:09:06 Info DefaultDomain ServerName 0.1.0.0 Tupolov Returns the ARMA 2 server name.
07/30/2015 03:09:06 Info DefaultDomain ServerHostName 0.1.0.0 Tupolov Returns the ARMA 2 server host name as seen in the MP play list.
07/30/2015 03:09:06 Info DefaultDomain SendJSONAsync 0.1.0.0 Tupolov Send data asynchronously as JSON to a URL, accepts url, method, module, data returns json string
07/30/2015 03:09:06 Info DefaultDomain GroupName 0.1.0.0 Tupolov Returns the group ID specified in ALiVE.cfg.
07/30/2015 03:09:06 Info DefaultDomain GetWeather 0.1.0.0 Tupolov Gets Weather data - accepts year,month,day,hour and location (string city or lon/lat) returns json string
07/30/2015 03:09:06 Info DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time.
07/30/2015 03:09:06 Info Arma2NET initialized in 00:00:00.3158652
07/30/2015 03:09:50 Error Caught exception of type System.Net.WebException
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 162.220.62.158:80
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at ALiVEPlugIn.ServerAddress._download_serialized_json_data[T](String url)
at ALiVEPlugIn.ServerAddress.Invoke(String args, Int32 maxResultSize)
at Arma2Net.Managed.AddInManager.DomainInvokeAddIn()
at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
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)
07/30/2015 03:09:50 Error function: ServerAddress
07/30/2015 03:09:50 Error maxResultSize: 10239
07/30/2015 03:10:11 Error Caught exception of type System.Net.WebException
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 162.220.62.158:80
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at ALiVEPlugIn.ServerAddress._download_serialized_json_data[T](String url)
at ALiVEPlugIn.ServerAddress.Invoke(String args, Int32 maxResultSize)
at Arma2Net.Managed.AddInManager.DomainInvokeAddIn()
at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
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)
07/30/2015 03:10:11 Error function: ServerAddress
07/30/2015 03:10:11 Error maxResultSize: 10239
-Got any ideas as to what i happening?
Hello devs! :-) im having a problem with the c2istar module on my dedicated server. when a player dies a couple of times he cant generate new tasks. he´s got access to the c2istar interface and can set all the options, but nothing pops up... any ideas?
hmm... fixed it! copied everything from my mission and pasted it into a new one, and like magic it works again.... *edit* my mistake, it still didnt fix it...
no matter what i do, the profile system keeps profiling all units... tried all options, any ideas as to what could cause this?
Thanks for the quick reply! :-)
If i give both factions CAS and ARTY, then at random only one of each works for each side, and resupply doesn't work at all if all three sides have playable units, any ideas? and just to rule out wrong unit types assigned to each sides cad and arty, thats been checked, and double checked, so thats not the problem. also both sides can see all the assigned CAS units, but can't interact with them...
Could it be a JIP issue, because if the mission is run as a dedicated server, then the first time a player joins, he will get both combat support and player resupply menu entrée twice, until he dies and respawns. after that the menu is fixed and both entries only show up once...
One final question for now, is it possible for players to request a mission from opcom?
Hello Devs! first of all, congrats on an amazing mod! :-)
Sorry for the barrage of questions! :-)
-CowboyDK