CyberdyneCC / Thermos

(NO LONGER DEVELOPED) Minecraft Forge Server Software implementing the Spigot/Bukkit API, formerly known as Cauldron/MCPC
http://cyberdynecc.github.io/Thermos/
GNU General Public License v3.0
258 stars 186 forks source link

com/koloboke/collect/map/LongObjMap #543

Closed colt05-usr closed 7 years ago

colt05-usr commented 7 years ago

Server Log: https://gist.github.com/colt05-usr/a1b012a6893cbe141689f238a5a058f1 FML Log(s): The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded. Explanation of issue: Thermos errors with "java.lang.ClassNotFoundException: com.koloboke.collect.map.LongObjMap" when starting the server. I cannot use the normal ThermosServer setup because when running without using -Xmx1024M the server runs out of memory. How to recreate this issue: Install Java 8
Download Thermos
Run java -Xmx1024M -jar Thermos.jar
Mods Installed: MCA Orespawn RadixCore DecoCraft Crayfish's Furniture Mod
Plugins Installed: None
Thermos Version: 1.7.10-1558
Forge Version: 7.99.4.1614

spannerman79 commented 7 years ago

Dupe #504

colt05-usr commented 7 years ago

504 said to install Java 8 which I have. (Actually I have Java 7 and Java 8 but in the logs it says it is using Java 8.)

sameer commented 7 years ago

Did you install the latest libraries?

colt05-usr commented 7 years ago

I downloaded the ThermosServer repo is that outdated?

sameer commented 7 years ago

The libraries zip file included with the release jar on this repo has the latest libraries

colt05-usr commented 7 years ago

It worked! Thanks @Robotia!