Hi. I am currently trying to start a server which have quite a bunch of mods. They have usually worked and I just added few more but now it crashes on launch and I don't get crash report in files folder nor proper explanation from log why it crashed..
[21:22:51] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod patchouli | |
3343 | [21:22:51] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Patchouli took 1.627s |
3344 | [21:22:51] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod pyrotech |
3345 | [21:23:13] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server |
3346 | [21:23:13] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds |
It has some lines for multiple mods for sent/bar step/sending events, all those 3 per mod and then the launching just stops and I cannot get an explanation or even notification where it went wrong. Is it possible it might have too much mods to handle or what? And that's just one log, the last mod to have sending event was different last time before the stopping so I doubt it would have anything to do with the last messages before the stopping.