ForgeEssentials

ForgeEssentials

339k Downloads

1.7.10 crash with Suspended Server

Ganjalf-Amsterdoom opened this issue ยท 9 comments

commented

I just added latest forge essentials for 1.7.10 to my server modpack based around Reikas mods, it crash on startup with this in fm-server-latest-log, no crashlog directory or any other logs created:

http://pastebin.com/3Z6cr5sJ

If I remove forge essentials everything works fine.
Thank you for your time and for reference I reported to Reikas MC forum thread too.

commented

ASM conflict.

commented

Interestingly, there's a lot of crap mentioned in this stack trace, so I'm not even sure where the real problem is. Uh... try removing Blood N Bones and see what that does.

commented

Disabling BNB lib, suspended server mod and advanced spawn control mod solved the problem but I actually need those 3 mods.

commented

Well it seems more like BNB lib might be at fault here, based on the stack trace. The getCommonSuperClass appears to be implemented incorrectly and is causing a circularity error. We ran into a similar problem with FE but it's been solved. Go bug the developer of BNB lib about it.

commented

Thank you for the help, I went cherry picking the mods and seems to be Suspended Server causing, thank you for your time and pardon to have disturbed.

commented

What exactly is Suspended Server anyways? Sounds like something hacky.

commented

is to "pause" the server when no players are on, I'm open to suggestions for any similar mod, I tried using a script to stop the server when the last player log out and to start it from linux xinetd on port knoking but it takes ages to start the server that way

commented

Ah, yeah that definitely sounds hacky. Honestly, I never saw a point to stopping/suspending a server when there's no players online. I guess people might have their reasons but I never did. Not really sure of a better way to do it though.

commented

I just hate when my players run quarries and leave for a week, I also don't allow chunk loading...that's the thing, and also to avoid people "skipping" on hardcore nights, bloodmoons and lycanite mobs events, but yeah, i'll try live without it, since I must choose I'd rather have FE than SuspendedServer.

BTW again, thank you for your time.