Problem Direwolf 20 server launch issue.

  • 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

Brodie440

New Member
Jul 29, 2019
2
0
0
I downloaded FTB today under the instruction of my mate, he wanted to play with me so i did the usual and downloaded the server files, setup Port Forwarding and did my static IP. FTB launches and works fine (Direwolf 20's version). But then the first time i launched the server i get the error in the error log below. And it continuously happens every time i launch the server, the only thing i have tried is to delete the whole server and download a fresh one but the exact same error occurs. Note, I noticed that the map folder's do not get created.

Server error log file (Full crash report file log) :
2013-03-02 17:43:59 [INFO] Starting minecraft server version 1.4.7
2013-03-02 17:44:11 [INFO] Loading properties
2013-03-02 17:44:11 [WARNING] server.properties does not exist
2013-03-02 17:44:11 [INFO] Generating new properties file
2013-03-02 17:44:11 [WARNING] Failed to save server.properties
java.io.FileNotFoundException: server.properties (The requested operation cannot be performed on a file with a user-mapped section open)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at go.b(SourceFile:44)
at go.a(SourceFile:66)
at go.a(SourceFile:82)
at ho.c(DedicatedServer.java:81)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
2013-03-02 17:44:11 [INFO] Generating new properties file
2013-03-02 17:44:11 [WARNING] Failed to save server.properties
java.io.FileNotFoundException: server.properties (The requested operation cannot be performed on a file with a user-mapped section open)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at go.b(SourceFile:44)
at go.a(SourceFile:66)
at go.a(SourceFile:82)
at ho.c(DedicatedServer.java:95)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
2013-03-02 17:44:11 [INFO] Generating new properties file
2013-03-02 17:44:11 [WARNING] Failed to save server.properties
java.io.FileNotFoundException: server.properties (The requested operation cannot be performed on a file with a user-mapped section open)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at go.b(SourceFile:44)
at go.a(SourceFile:66)
at go.a(SourceFile:73)
at ho.c(DedicatedServer.java:96)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
2013-03-02 17:44:11 [INFO] Generating new properties file
2013-03-02 17:44:11 [INFO] Default game type: SURVIVAL
2013-03-02 17:44:11 [INFO] Generating keypair
2013-03-02 17:44:12 [INFO] Starting Minecraft server on *:25565
2013-03-02 17:44:15 [SEVERE] Encountered an unexpected exception RuntimeException
java.lang.RuntimeException: Code Chicken Core
at cpw.mods.fml.server.FMLServerHandler.haltGame(FMLServerHandler.java:102)
at cpw.mods.fml.common.FMLCommonHandler.raiseException(FMLCommonHandler.java:196)
at codechicken.core.ConfigFile.saveConfig(ConfigFile.java:282)
at codechicken.core.ConfigTag.setPosition(ConfigTag.java:284)
at codechicken.chunkloader.ChunkLoaderManager.initConfig(ChunkLoaderManager.java:624)
at codechicken.chunkloader.ChunkLoaderProxy.load(ChunkLoaderProxy.java:31)
at codechicken.chunkloader.ChickenChunks.initialize(ChickenChunks.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:356)
at ho.c(DedicatedServer.java:135)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
Caused by: java.io.FileNotFoundException: C:\Users\Brodie\Desktop\FTB Direwolf server\config\ChickenChunks.cfg (The requested operation cannot be performed on a file with a user-mapped section open)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.PrintWriter.<init>(Unknown Source)
at codechicken.core.ConfigFile.saveConfig(ConfigFile.java:278)
... 34 more
2013-03-02 17:44:15 [SEVERE] This crash report has been saved to: C:\Users\Brodie\Desktop\FTB Direwolf server\.\crash-reports\crash-2013-03-02_17.44.15-server.txt
2013-03-02 17:46:55 [INFO] Stopping server
2013-03-02 17:46:55 [INFO] Saving

Spec's :
Machine name: BRODIE-PC
Operating System: Windows 7 Home Premium 64-bit
Language: English (Regional Setting: English)
Processor: Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz (8 CPUs), ~3.1GHz
Memory: 6144MB RAM
Available OS Memory: 6136MB RAM
Graphics Processing Unit : 2x Nvidia GTX 580 running in Dual SLI.
 

Brodie440

New Member
Jul 29, 2019
2
0
0
Fixed, sorry for semi-useless post.
Solution - Removed all server files associated with "ChickenChunk".