Problem TPPI Mac server not working

  • 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

LSS

New Member
Jul 29, 2019
2
0
0
I have been trying to host a TPPI server in my Mac but firstly the ServerStart.sh opens as a text edit file. When I can open the Minecraft_server_1.6.4.jar but the server doens't load the mods. Has anybody solved this problem?
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
I have been trying to host a TPPI server in my Mac but firstly the ServerStart.sh opens as a text edit file. When I can open the Minecraft_server_1.6.4.jar but the server doens't load the mods. Has anybody solved this problem?
I never used a MAC so I might be totaly wrong, open a terminal(I assume a MAC has one) go to the server and launch it with the terminal, if it had a serverInstal.sh or something like that run that first.
If you have done so it Will probably crash because you need to agressie with the eula, open eula.txt and change the false to true.
 

LSS

New Member
Jul 29, 2019
2
0
0
There are no Eula.txt file. I try to open de ServerStart.sh with the terminal but it shows the following mensages and crashes
MacBook-Pro-de-Leonardo-2:~ leonardoserra$ /Users/leonardoserra/Desktop/TPPIServer-v1.1.2a/ServerStart.sh ; exit;

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0

jul 12, 2015 4:55:48 PM net.minecraft.launchwrapper.LogWrapper log

INFORMAÇÕES: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

jul 12, 2015 4:55:48 PM net.minecraft.launchwrapper.LogWrapper log

INFORMAÇÕES: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

jul 12, 2015 4:55:48 PM net.minecraft.launchwrapper.LogWrapper log

INFORMAÇÕES: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker

2015-07-12 16:55:48 [INFORMAÇÕES] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading

2015-07-12 16:55:49 [INFORMAÇÕES] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Mac OS X:x86_64:10.9.5, installed at /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre

2015-07-12 16:55:49 [INFORMAÇÕES] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2015-07-12 16:55:49 [INFORMAÇÕES] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

2015-07-12 16:55:49 [INFORMAÇÕES] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2015-07-12 16:55:49 [GRAVE] [ForgeModLoader] Unable to launch

java.util.ConcurrentModificationException

at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)

at java.util.ArrayList$Itr.remove(ArrayList.java:865)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)

at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)

at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)

logout
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
Minecraft 1.6.4 doesn't like Java 8. There is a mod to fix it, sorry that I can't give you the link richt now as I am not on a computer.
 

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
This is the problem: java.util.ConcurrentModificationException and it is caused by running java 8, I'd suggest uninstalling java 8 and installing java 7. If you don't want to change your java, you can try putting this into your mods folder: http://files.minecraftforge.net/LegacyJavaFixer/legacyjavafixer-1.0.jar. Or you can try this: http://www.minecraftforum.net/forum...-forge-1-6-4-1-7-2-java-8-compatibility-patch

if you use the last option, there is an additional step in the post number 5 for servers