MC Paint

MC Paint

851k Downloads

[1.13.2] Crash on Server Load

Morpheus1101 opened this issue ยท 16 comments

commented

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

commented

Unfortauntely its still crashing

commented

Tbh I think it's a forge issue. Will take a look later

commented

Its highly possible being the other problematic mods ive encountered so far, it is beta, so im not overly surprised.

commented

Sorry, not able to reproduce this. Please try again with only mcpaint in your mods folder and the forge version 25.0.10 (latest)

commented

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.

commented

Can you give me a full log? Seems like fml fails to output a valid crash report

commented
commented

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

commented

Fixed in 1.3.1. Should be on CF soon

commented

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.

commented

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

commented

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.

commented

That's what I said...

commented

rofl, woops, meant to paste this on another tracker for another mod that had a similar problem

commented

Should be fixed with latest forge