Jump to content
  • 0

Lose connection to editor when deleting maps


DrSlow

Question

I seem to have broken something somehow. Anytime I try to delete a map, the editor is disconnected from the server and I see this error. I was hoping someone could help me fix this.

 

 

 

2023-08-29 20:12:43.753 [Error] Client Packet Error! [Packet: MapListUpdatePacket | User: admin | Player:  | IP 127.0.0.1]

--------------------------------------------------------------------------------
2023-08-29 20:12:43.909 [Error] {"DataKeys":0,"MessageLength":53,"StackTraceLength":415,"InnerException":false,"Source":"Intersect Server","TargetSite":"HandlePacket","TargetSiteDeclaringType":"Intersect.Server.Networking.PacketHandler","Type":"System.NullReferenceException"}

--------------------------------------------------------------------------------
2023-08-29 20:12:43.909 [Error] Client Packet Error! [Packet: MapListUpdatePacket | User: admin | Player:  | IP 127.0.0.1]
2023-08-29 20:12:43.909 [Error] NullReferenceException: Object reference not set to an instance of an object.
    Stack:    at Intersect.Server.Networking.PacketHandler.HandlePacket(Client client, MapListUpdatePacket packet)
   at Intersect.Network.PacketHandlerRegistry.<>c__DisplayClass38_1`2.<CreateWeaklyTypedDelegateForMethodInfo>b__1(IPacketSender packetSender, IPacket packet)
   at Intersect.Server.Networking.PacketHandler.ProcessPacket(IPacket packet, Client client)
   at Intersect.Server.Networking.Client.HandlePackets()

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

@panda

Thanks for your reply, I suppose I should check for new patches before posting here.

However, now I get a new error when attempting to start the editor. I dragged the files from the patch folder into the client/editor directory and set them to replace, was this what I should have done?

From what I gather, it seems like it's trying to call an "editor_brush.json" file, but the corresponding "cursors" folder doesn't seem to exist.

 

2023-08-30 01:17:16.727 [Error] DirectoryNotFoundException: Could not find a part of the path 'C:\Users\User\Desktop\Intersect\Client and Editor\resources\cursors\editor_brush.json'.
    Stack:    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
   at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
   at Intersect.Editor.Configuration.ToolCursor.Load()
   at Intersect.Editor.Forms.FrmUpdate.frmUpdate_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...