CrucibleMC / Crucible

Crucible, a fork of Thermos, is a CraftBukkit and Forge server implementation for 1.7.10, providing the ability to load both Forge mods and Bukkit plugins alongside each other.
https://discord.gg/jWSTJ4d
GNU General Public License v3.0
184 stars 63 forks source link

Crashing during server start #33

Closed Lucasmellof closed 4 years ago

Lucasmellof commented 4 years ago

Here is the crash report: https://hastebin.com/jitebiroji

Lucasmellof commented 4 years ago

I migrate from Thermos

Lucasmellof commented 4 years ago

I have already migrated from thermos. This crash-report was generated by Crucible

EverNife commented 4 years ago

Sorry for my missunderstanding...

EverNife commented 4 years ago

Try adding

jvm argument: -noverify

Something like...

java -noverify -jar Crucible.jar

Lucasmellof commented 4 years ago

Worked, Thank u