LDami
✅ ObjectDisposedException without explicit trace
I don't really know what is a disposed object, I understand I can use it to delete objects in the game. I haven't find a way to make a disposed object usable again, so I just recreate it again with the
new
statement77 replies
✅ ObjectDisposedException without explicit trace
I'm not really sure if I use multithreading, I use a wrapper (originally the multiplayer game modes are scripted in C++, and I use a wrapper to create a .dll that is used by the server)
I don't know exactly how it works, but it worked well for a long time, I might be doing something wrong
77 replies
✅ ObjectDisposedException without explicit trace
That is not solve, the exception was thrown again, I don't know why !
To explain: I develop a game mode for a multiplayer game, I try to make a NPC script. I thought it was crashing because the NPC needs a file and I didn't put a try catch on the file reader.
Now the same exception is thrown before the file reading, that is a nonsense
77 replies