I'm attempting to locally host a forge modded server from my machine using the Terrplusplus and Cubic Chunks mods for minecraft version 1.12.2.

https://github.com/bitbyte2015/terraplusplus/blob/master/USING_SERVER.md

I've followed the guide above on the mod's github page regarding server setup with no luck. The world will generate, but when I join it's a standard minecraft world. Help me pretty please

server logs for start up and shut down are as follows:

[15:38:25] [Server thread/INFO]: Starting minecraft server version 1.12.2
[15:38:25] [Server thread/INFO]: Loading properties
[15:38:25] [Server console handler/ERROR]: Exception handling console input
java.io.IOException: The handle is invalid
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_421]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_421]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_421]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_421]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_421]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_421]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_421]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_421]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_421]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_421]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_421]
at nz$2.run(SourceFile:100) [minecraft_server.1.12.2.jar:?]
[15:38:25] [Server thread/INFO]: Default game type: SURVIVAL
[15:38:25] [Server thread/INFO]: Generating keypair
[15:38:25] [Server thread/INFO]: Starting Minecraft server on *:25565
[15:38:25] [Server thread/INFO]: Using default channel type
[15:38:25] [Server thread/INFO]: Preparing level "Earth"
[15:38:25] [Server thread/INFO]: Loaded 488 advancements
[15:38:26] [Server thread/INFO]: Preparing start region for level 0
[15:38:27] [Server thread/INFO]: Preparing spawn area: 15%
[15:38:28] [Server thread/INFO]: Preparing spawn area: 33%
[15:38:29] [Server thread/INFO]: Preparing spawn area: 54%
[15:38:30] [Server thread/INFO]: Preparing spawn area: 71%
[15:38:31] [Server thread/INFO]: Preparing spawn area: 86%
[15:38:31] [Server thread/INFO]: Done (6.420s)! For help, type "help" or "?"
[15:38:45] [Server thread/INFO]: Stopping the server
[15:38:45] [Server thread/INFO]: Stopping server
[15:38:45] [Server thread/INFO]: Saving players
[15:38:45] [Server thread/INFO]: Saving worlds
[15:38:45] [Server thread/INFO]: Saving chunks for level 'Earth'/overworld
[15:38:46] [Server thread/INFO]: Saving chunks for level 'Earth'/the_nether
[15:38:46] [Server thread/INFO]: Saving chunks for level 'Earth'/the_end
[15:38:46] [Server Shutdown Thread/INFO]: Stopping server
[15:38:46] [Server Shutdown Thread/INFO]: Saving players
[15:38:46] [Server Shutdown Thread/INFO]: Saving worlds
[15:38:46] [Server Shutdown Thread/INFO]: Saving chunks for level 'Earth'/overworld

by quadraphelios

Leave A Reply