Problem Monster 1.1.2 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

Tunacatsubmarine

New Member
Jul 29, 2019
14
0
0
I launch the ServerStart bat, and it launches, but after I unpause it, it closes and does not do anything else. Nothing added or changed, Fresh install of the server, does this on this computer as well as another. Any ideas?

Win 7 Pro 64 Bit Java Version 8 Update 25 (build 1.8.0_25-b18) Monster Server 1.1.2
Windows is up to date, Java is up to date, Graphics drivers are up to date.

System Specs:
AMD FX8320
4GB RAM
Nvidia Geforce GTX 660
120GB OCZ SSD

ForgeModLoader-server-0 Log:
http://pastebin.com/tTieA9dV
 

Tomreevers

New Member
Jul 29, 2019
3
0
0
I have the same problem.

Windows 7 sp1, new pc build.
And again Windows is up to date, Java is up to date, Graphics drivers are up to date.

Specs

AMD FX 9590 8 core 4.71Ghz
32Gb ram
Asus AMD R9 290 Gfx card.
Asus Formula Z Mainboard.
256 Kingston SSD

ForgeModLoader-server-0 Log:
http://pastebin.com/UmLGJ5DD
 

Tomreevers

New Member
Jul 29, 2019
3
0
0
Well I have no issue with the client and other Java applications, I also tried (as a test) gutting the servers mods and configs and trying the mods on a standard forge server (forge-1.6.4-9.11.1.965), and it works, only Geostrata and some other terrain generation doesn't seem to work... (there is no telling what else it's ignored but proves that i don't think there is an issue with java, as far as i can tell)

Also Java run arguments don't work.

I would have thought there was a level of backward compatibility between 7 and 8? Otherwise a lot of the worlds Java apps would stop working.
 

tindin

New Member
Jul 29, 2019
369
0
0
somethings change in java as of this some mods cant handle the change also forge plays a large part in keeping mods running as java changes
 

Tunacatsubmarine

New Member
Jul 29, 2019
14
0
0
So after uninstalling java 8 32 and 64 and installing java 7 32 and 64, this is what i get
2wntzqv.png

Edit: I have reverted/Upgraded back to Java 8, same problem as originally posted.
 
Last edited:

Tomreevers

New Member
Jul 29, 2019
3
0
0
I thought that would be the case. I think its a bug with monster server, as the client works fine, other servers also work fine for me so, something's up.

Is there a better way to debug this issue?
 

TBird83ii

New Member
Jul 29, 2019
1
0
0
Check and see if java.exe, javaw.exe and javaws.exe are in the Windows/SysWOW64 folder... it seems Java 8 does some screwy stuff on install.

I ended up having to add "C:\Java\jdk_1.7.64\bin" to my PATH in order to get this to go away. Also, making sure that java is set correctly in your server manager (if you are using one).

Let me know if any of this helps.