FTB Monster 1.1.1 Server Issue

  • 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

dmalory

New Member
Jul 29, 2019
2
0
0
Boy I hope people are still on this server helping out. Okay so I tried running the FTBServer-1.6.4-965.jar and it doesn't open the window. I am running Windows 8 with 8gb RAM 2.4GHz Quad-core and current Java and Java 64-bit. All it does is generate a notepad file and a .LCK file which is empty. This is the contents of the notepad.

http://pastebin.com/3J79WG1c


Thank you for your assistance to anyone that responds.
 

dmalory

New Member
Jul 29, 2019
2
0
0


Thank you so very much for your assistance. I got the J8 patch and it works amazingly.

If I might ask one more question on the lines of server assistance. Is there any way to convert this line of code to work with Java 8 on W8

@Echo OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar FTB-Beta-A.jar
PAUSE
 

Goshen

New Member
Jul 29, 2019
189
0
1
Monster with 1 gig of ram? that is cutting it really close.

try-

java -Xmx3G -Xms3G -jar FTB-Beta-A.jar