I'm having a problem with a crash in a function that I don't think is valid to be called, and is causing a crash.
This is with Brave New OARC, a mod I'm working on which is a mash up of Brave New World and OARC.
I thought I resolved this since I have seen it before. It takes HOURS to reproduce, but this has happened a few times so far. I thought it was linked to a player quiting, which it may be, but also happened while I was just playing the multiplayer game alone and had not quit. This is running on a dedicated server, which is the only time I see this issue.
The log file is here:
https://drive.google.com/file/d/1hRJ_MzbpnwLDNDJG0UiJ7Dt04aNULHk0/view?usp=sharing
the code is here:
https://github.com/vfinn/Brave-New-Oarc
At the bottom you'll see the crash. Also note that in this log, I'm having a problem but may be something else:
246.623 Refusing connection for address (IP ADDR:({192.168.0.1:53148})), username (JustGoFly). UserVerificationMissing
This IP address is a local address, so very odd. I'm not NAT, but I just unlinked my VPN from my ethernet card, but haven't rebooted. So I will test that.
The crash is what is my real concern in dropItems. This game had been running for about ten hours before it crashed.
I appreciate any help/advice you can offer.