OniSensei Posted May 24, 2021 Share Posted May 24, 2021 Hello again, so I was making an admin tool for myself and decided to just share it. It uses the API to fetch and change data withing your game server. This is also far from completed and may very well be buggy. Thanks xD   Preview:  Download:https://github.com/OniSensei/Intersect-Admin/releases/download/1.0.0.0/Amin.Editor.zip  Source: https://github.com/OniSensei/Intersect-Admin  Read the readme for more information. panda, Kamus, Beast Boyz and 7 others 9 1 Link to comment Share on other sites More sharing options...
Uyarrr Posted May 25, 2021 Share Posted May 25, 2021 Looks perfect, thank you! Link to comment Share on other sites More sharing options...
Beast Boyz Posted May 25, 2021 Share Posted May 25, 2021 That's look very interresting ! Thanks ! Link to comment Share on other sites More sharing options...
Authentic Posted July 1, 2021 Share Posted July 1, 2021 Hey, that tool work on last version intersect? if i try login i have always loading aplication ... Link to comment Share on other sites More sharing options...
OniSensei Posted July 4, 2021 Author Share Posted July 4, 2021 On 7/1/2021 at 12:42 PM, Authentic said: Hey, that tool work on last version intersect? if i try login i have always loading aplication ... It does, you just need to enable api settings and then grant api access to a user, additionally you will need to grant api roles to the user afterwards.  follow the api documentation on how to do this.  https://docs.freemmorpgmaker.com/en-US/api/v1/introduction/setup.html#enable-the-api Link to comment Share on other sites More sharing options...
Authentic Posted July 4, 2021 Share Posted July 4, 2021 2 hours ago, OniSensei said: It does, you just need to enable api settings and then grant api access to a user, additionally you will need to grant api roles to the user afterwards.  follow the api documentation on how to do this.  https://docs.freemmorpgmaker.com/en-US/api/v1/introduction/setup.html#enable-the-api I have enable api where to write token api? Link to comment Share on other sites More sharing options...
OniSensei Posted July 4, 2021 Author Share Posted July 4, 2021 27 minutes ago, Authentic said: I have enable api where to write token api? The token is retrieved automatically upon login.  So basically Open the API configuration (located at server/resources/config/api.config.json) Set the Enabled field to true  Then in the server console type: api [name] true (replace [name] with the username of the account you want to grant API access to.  Then you need to type this in the console: apigrant [username] [role] (replace [username] with the username of the account you want to give the role to) (replace [role] with users.query)  do this again with the role users.manage  Once you do this, open the tool and it should connect to the server, upon logging in with the account you granted access to the tool will send a request with the credentials of the account provided and if successful it will then return a token and store it in the settings. The tool will automatically refresh the token when it needs to if the tool is still up and running.  If none of this is the issue it might be that the Server IP or Port is different from the default, to change this click the settings button on the login form and edit the required setting.  If the issue still isnt solved I will have a better reply for you in a moment, I moved cross country and am currently downloading everything I need to test this and make sure it's still working and valid on my laptop.  -Edit I was able to download v0.7.0.122 and the admin tool and everything seems to be working fine on my end. If I had to guess it's likely a server IP/PORT issue. Link to comment Share on other sites More sharing options...
nvh Posted July 5, 2021 Share Posted July 5, 2021 On 5/25/2021 at 4:20 AM, OniSensei said: Hello again, so I was making an admin tool for myself and decided to just share it. It uses the API to fetch and change data withing your game server. This is also far from completed and may very well be buggy. Thanks xD   Preview:  Download:https://github.com/OniSensei/Intersect-Admin/releases/download/1.0.0.0/Amin.Editor.zip  Source: https://github.com/OniSensei/Intersect-Admin  Read the readme for more information. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** Newtonsoft.Json.JsonReaderException: JSON integer 470026188189537984 is too large or small for an Int32. Path 'Values[2].ExperienceToNextLevel', line 1, position 2836.   at Newtonsoft.Json.JsonTextReader.ParseReadNumber(ReadType readType, Char firstChar, Int32 initialPosition)   at Newtonsoft.Json.JsonTextReader.ParseNumber(ReadType readType)   at Newtonsoft.Json.JsonTextReader.ReadNumberValue(ReadType readType)   at Newtonsoft.Json.JsonTextReader.ReadAsInt32()   at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)   at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)   at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)   at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)   at Intersect_Admin.FormLogin.LoginButton_Click(Object sender, EventArgs e)   at System.Windows.Forms.Control.OnClick(EventArgs e)   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)   at System.Windows.Forms.Control.WndProc(Message& m)   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- Intersect Admin   Assembly Version: 1.0.0.0   Win32 Version: 1.0.0.0   CodeBase: file:///E:/DuAnGame/Intersect/TVonline/Intersect%20Admin%20Editor/Intersect%20Admin.exe ---------------------------------------- Microsoft.VisualBasic   Assembly Version: 10.0.0.0   Win32 Version: 14.8.4084.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Core   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Windows.Forms   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4084.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4084.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Runtime.Remoting   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4084.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- ChilkatDotNet47   Assembly Version: 9.5.0.86   Win32 Version: 9.5.0.86   CodeBase: file:///E:/DuAnGame/Intersect/TVonline/Intersect%20Admin%20Editor/ChilkatDotNet47.DLL ---------------------------------------- Newtonsoft.Json   Assembly Version: 13.0.0.0   Win32 Version: 13.0.1.25517   CodeBase: file:///E:/DuAnGame/Intersect/TVonline/Intersect%20Admin%20Editor/Newtonsoft.Json.DLL ---------------------------------------- System.Numerics   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4084.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.Runtime.Serialization   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- System.Data   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration>   <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.  I THINK THIS IS (EXP VALUE ERROR > int32) Link to comment Share on other sites More sharing options...
OniSensei Posted July 5, 2021 Author Share Posted July 5, 2021 30 minutes ago, nvh said: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** Newtonsoft.Json.JsonReaderException: JSON integer 470026188189537984 is too large or small for an Int32. Path 'Values[2].ExperienceToNextLevel', line 1, position 2836.   at Newtonsoft.Json.JsonTextReader.ParseReadNumber(ReadType readType, Char firstChar, Int32 initialPosition)   at Newtonsoft.Json.JsonTextReader.ParseNumber(ReadType readType)   at Newtonsoft.Json.JsonTextReader.ReadNumberValue(ReadType readType)   at Newtonsoft.Json.JsonTextReader.ReadAsInt32()   at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)   at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)   at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)   at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)   at Intersect_Admin.FormLogin.LoginButton_Click(Object sender, EventArgs e)   at System.Windows.Forms.Control.OnClick(EventArgs e)   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)   at System.Windows.Forms.Control.WndProc(Message& m)   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- Intersect Admin   Assembly Version: 1.0.0.0   Win32 Version: 1.0.0.0   CodeBase: file:///E:/DuAnGame/Intersect/TVonline/Intersect%20Admin%20Editor/Intersect%20Admin.exe ---------------------------------------- Microsoft.VisualBasic   Assembly Version: 10.0.0.0   Win32 Version: 14.8.4084.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Core   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Windows.Forms   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4084.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4084.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Runtime.Remoting   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4084.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- ChilkatDotNet47   Assembly Version: 9.5.0.86   Win32 Version: 9.5.0.86   CodeBase: file:///E:/DuAnGame/Intersect/TVonline/Intersect%20Admin%20Editor/ChilkatDotNet47.DLL ---------------------------------------- Newtonsoft.Json   Assembly Version: 13.0.0.0   Win32 Version: 13.0.1.25517   CodeBase: file:///E:/DuAnGame/Intersect/TVonline/Intersect%20Admin%20Editor/Newtonsoft.Json.DLL ---------------------------------------- System.Numerics   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4084.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.Runtime.Serialization   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- System.Data   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration>   <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.  I THINK THIS IS (EXP VALUE ERROR > int32) Thanks I’ll update it to read as a long rather than int32 nvh 1 Link to comment Share on other sites More sharing options...
nvh Posted July 5, 2021 Share Posted July 5, 2021 How to fix it?? How to give a item for player :)) Link to comment Share on other sites More sharing options...
OniSensei Posted July 5, 2021 Author Share Posted July 5, 2021 7 hours ago, nvh said: How to fix it?? How to give a item for player :)) This error will pop up if there is a bad response from the API but it’s not something to generally worry about unless it is keeping you from doing something. Giving or taking items has not been completed, along with users inventory and bank etc.  This tool is very much still a work in progress. nvh 1 Link to comment Share on other sites More sharing options...
TheBearWannabe Posted January 24, 2022 Share Posted January 24, 2022 Hey there! Just recently moved my server files to Intersect Hosting and running into issues connecting with the Admin Tool. Everything loaded correctly when it was all local, I've updated my connection settings and doublechecked that the API was still enabled, but it seems to crash once it finishes loading things and confirmed the auth token. Is there something I need to change on the server side to enable the connection?  Edit: Running server Version 0.7.0.126  Spoiler See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object.   at Intersect_Admin.Functions.GetServerCpuPerformance()   at Intersect_Admin.FormLogin.LoginButton_Click(Object sender, EventArgs e)   at System.Windows.Forms.Control.OnClick(EventArgs e)   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)   at System.Windows.Forms.Control.WndProc(Message& m)   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4420.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- Intersect Admin   Assembly Version: 1.0.0.0   Win32 Version: 1.0.0.0   CodeBase: file:///D:/Google%20Drive/Intersect%20Engine%200.6.2.458-beta%20Full/Amin.Editor%20(3)/Intersect%20Admin%20Editor/Intersect%20Admin.exe ---------------------------------------- Microsoft.VisualBasic   Assembly Version: 10.0.0.0   Win32 Version: 14.8.4161.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Core   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Windows.Forms   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4400.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4395.0 built by: NET48REL1LAST_B   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4161.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Runtime.Remoting   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4161.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- Accessibility   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4161.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- ChilkatDotNet47   Assembly Version: 9.5.0.86   Win32 Version: 9.5.0.86   CodeBase: file:///D:/Google%20Drive/Intersect%20Engine%200.6.2.458-beta%20Full/Amin.Editor%20(3)/Intersect%20Admin%20Editor/ChilkatDotNet47.DLL ---------------------------------------- Newtonsoft.Json   Assembly Version: 13.0.0.0   Win32 Version: 13.0.1.25517   CodeBase: file:///D:/Google%20Drive/Intersect%20Engine%200.6.2.458-beta%20Full/Amin.Editor%20(3)/Intersect%20Admin%20Editor/Newtonsoft.Json.DLL ---------------------------------------- System.Numerics   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4161.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.Runtime.Serialization   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- System.Data   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration>   <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.   Link to comment Share on other sites More sharing options...
Cheshire Posted January 25, 2022 Share Posted January 25, 2022 11 hours ago, TheBearWannabe said: Hey there! Just recently moved my server files to Intersect Hosting and running into issues connecting with the Admin Tool. Everything loaded correctly when it was all local, I've updated my connection settings and doublechecked that the API was still enabled, but it seems to crash once it finishes loading things and confirmed the auth token. Is there something I need to change on the server side to enable the connection?  Edit: Running server Version 0.7.0.126   Reveal hidden contents See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object.   at Intersect_Admin.Functions.GetServerCpuPerformance()   at Intersect_Admin.FormLogin.LoginButton_Click(Object sender, EventArgs e)   at System.Windows.Forms.Control.OnClick(EventArgs e)   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)   at System.Windows.Forms.Control.WndProc(Message& m)   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4420.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- Intersect Admin   Assembly Version: 1.0.0.0   Win32 Version: 1.0.0.0   CodeBase: file:///D:/Google%20Drive/Intersect%20Engine%200.6.2.458-beta%20Full/Amin.Editor%20(3)/Intersect%20Admin%20Editor/Intersect%20Admin.exe ---------------------------------------- Microsoft.VisualBasic   Assembly Version: 10.0.0.0   Win32 Version: 14.8.4161.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Core   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Windows.Forms   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4400.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4395.0 built by: NET48REL1LAST_B   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4161.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Runtime.Remoting   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4161.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- Accessibility   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4161.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- ChilkatDotNet47   Assembly Version: 9.5.0.86   Win32 Version: 9.5.0.86   CodeBase: file:///D:/Google%20Drive/Intersect%20Engine%200.6.2.458-beta%20Full/Amin.Editor%20(3)/Intersect%20Admin%20Editor/ChilkatDotNet47.DLL ---------------------------------------- Newtonsoft.Json   Assembly Version: 13.0.0.0   Win32 Version: 13.0.1.25517   CodeBase: file:///D:/Google%20Drive/Intersect%20Engine%200.6.2.458-beta%20Full/Amin.Editor%20(3)/Intersect%20Admin%20Editor/Newtonsoft.Json.DLL ---------------------------------------- System.Numerics   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4161.0 built by: NET48REL1   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.Runtime.Serialization   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- System.Data   Assembly Version: 4.0.0.0   Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C   CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration>   <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.   I believe you need JC to open the ports for you and send you the information. TheBearWannabe 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now