Fix?

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • 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

Dezz

Well-Known Member
Jul 13, 2013
281
107
78
My friend over here is having some troubles with FTB.

He is trying to launch Monster 1.1.2 and is failing. Windows 8.1

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 5/31/14 7:04 PM
Description: Initializing game

java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\Trevor\AppData\Roaming\FTB\Monster\minecraft\config\ChickenChunks.cfg (The requested operation cannot be performed on a file with a user-mapped section open)
at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:134)
at codechicken.lib.config.ConfigTag.saveConfig(ConfigTag.java:30)
at codechicken.lib.config.ConfigTagParent.setComment(ConfigTagParent.java:70)
at codechicken.lib.config.ConfigTag.setComment(ConfigTag.java:234)
at codechicken.chunkloader.ChunkLoaderManager.initConfig(ChunkLoaderManager.java:681)
at codechicken.chunkloader.ChunkLoaderProxy.init(ChunkLoaderProxy.java:30)
at codechicken.chunkloader.ChunkLoaderClientProxy.init(ChunkLoaderClientProxy.java:19)
at codechicken.chunkloader.ChickenChunks.init(ChickenChunks.java:43)
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:545)
at sun.reflect.GeneratedMethodAccessor1.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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.io.FileNotFoundException: C:\Users\Trevor\AppData\Roaming\FTB\Monster\minecraft\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.lib.config.ConfigFile.saveConfig(ConfigFile.java:130)
... 43 more
 

Padfoote

Brick Thrower
Forum Moderator
Dec 11, 2013
5,140
5,898
563
Code:
C:\Users\T\AppData\Roaming\FTB\Monster\minecraft\config\ChickenChunks.cfg (The requested operation cannot be performed on a file with a user-mapped section open)

If it's actually there, have him delete it. ChickenChunks throws a fit every once and a while.
 

Dezz

Well-Known Member
Jul 13, 2013
281
107
78
Code:
C:\Users\T\AppData\Roaming\FTB\Monster\minecraft\config\ChickenChunks.cfg (The requested operation cannot be performed on a file with a user-mapped section open)

If it's actually there, have him delete it. ChickenChunks throws a fit every once and a while.


That'll fix it? That's all there is to it?
 

Padfoote

Brick Thrower
Forum Moderator
Dec 11, 2013
5,140
5,898
563
Yeaaa that didn't do it. Now we don't even have a crash-report

Alright, have him replace the file and try again. If it's open in an editor, it needs to be closed just in case.