Monster: Server crashes on startup

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

GooeyGungan

New Member
Jul 29, 2019
2
0
0
I have a minecraft server that I manage using McMyAdmin, and I am trying to install the Monster modpack on it. However, the pack crashes on startup. The error appears to occur when the server says:

Adding shaped recipe List(_DD, _FD, P__) => StackMod(gendustry,IndustrialGrafter) * 1

which causes:

[SEVERE] Error while processing StRecipeShaped(List(_DD, _FD, P__),StackMod(gendustry,IndustrialGrafter),1): java.lang.NoClassDefFoundError: net/bdew/lib/recipes/RecipeLoader$$anonfun$resolveRecipeComponents$2

and leads to the server crashing.

I have copied the rest of the console to pastebin, since I couldn't find a log file saved on my server that related to this launch. Here it is: http://pastebin.com/rML2X4xP.

I appreciate any advice you guys could give me in getting my server working.
 

Wagon153

New Member
Jul 29, 2019
3,148
-3
1
Have you changed any recipes? Especially any regarding gendustry? If not, redownload the pack and try again.
Or you can disable Gendustry and avoid the trouble. It's up to you.
 

GooeyGungan

New Member
Jul 29, 2019
2
0
0
I haven't changed anything other than renaming the jar file to ftbserver.jar, which is required to have it work with MCMA. I just downloaded the server file, unzipped it, and uploaded it to my server. However, I did not copy the bat or sh file to the server. I did not think they were necessary since I would not be running them to launch the server. Should I copy them anyway?