softpak / HOSE

MInecraft server with multi-thread computing.
GNU Lesser General Public License v3.0
132 stars 27 forks source link

Issue starting server #39

Closed BlueSoapTurtle closed 7 years ago

BlueSoapTurtle commented 7 years ago

I downloaded the latest hose-1.11.2.jar, put it in a folder and made a .bat file to run it

`@echo off

java -Xms4096M -Xmx4096M -jar hose-1.11.2.jar pause`

and when I start it, this happens(Log): https://hastebin.com/iriyipahik.log

softpak commented 7 years ago

add -noverify

BlueSoapTurtle commented 7 years ago

Thanks!