[1.13.2] Crash on Server Load
Morpheus1101 opened this issue ยท 16 comments
Not sure if this is meant to be clientside only, howevber when loading on a server it crashes with...
crash-2019-02-16_08.14.23-server.txt
Server Side issue crash-2019-02-16_09.11.04-server.txt
Client Side issue
latest.log
https://puu.sh/CMOTj/b4093e6c57.png
Its highly possible being the other problematic mods ive encountered so far, it is beta, so im not overly surprised.
Sorry, not able to reproduce this. Please try again with only mcpaint in your mods folder and the forge version 25.0.10 (latest)
Ok, seems on its own it works aok, so it would seem there is some sort of other mod interaction occurring causing it to error, i'll have to do some testing and see which mod is causing it.
Really weird, lthis crash make no sense at all. However, if I try dedicated server in my dev enviroment, the error is much more clear... Will fix the error I see in dev and hope that it fixes this
Update: I've gone through my mods list untill it broke, removed mods i added, re-added 1 by 1 an everything works fine...rinse an repeate process, exact same response...so at this stage my end result is I QUIT .. this is the 4th mod ive tried to track down an issue with the exact same result, so im out of ideas to what is going on.
Ok, so attempting a re-visit on this issue being a lot of time has passed and more updates with forge, Log file gives more information more targeted at MCPaint then previously....
Loading Client Side Gives THIS PIC
Latest Log @ https://pastebin.com/W3yfeKjd
It seems like EventBus is currently not thread safe. There is a open pull request to fix this on forge's side, though. I will double check if there are any other operations that are not thread safe and need to be synced.
rofl, woops, meant to paste this on another tracker for another mod that had a similar problem