I done gone broked it.

  • 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
Status
Not open for further replies.

Speak Easy Tiger

New Member
Jul 29, 2019
3
0
0
Hello, following a power-cut earlier today I have been unable to get the FTB save file that I had open when my PC lost power to open and run on the YogCraft Modpack (v1.0.0). All of the other save games that I have on the YogCraft Modpack still work perfectly well, it is just this particular save game that is proving to be stubborn. It seems to crash whilst 'building terrain' I have put the crash report that has been generated below, if this is tremendously trivial, I apologise for the dull nature of my technical strife and for the name of the save file.

Thank you!

---- Minecraft Crash Report ----
// Why is it breaking :(

Time: 26/05/13 17:44
Description: Exception in server tick loop

java.lang.RuntimeException: Unknown character ' ' in '/saves/BinglyBong/PortalGun_world.cfg:1'
at net.minecraftforge.common.Configuration.load(Configuration.java:613)
at net.minecraftforge.common.Configuration.<init>(Configuration.java:89)
at portalgun.common.core.Settings.loadProperties(Settings.java:563)
at portalgun.common.core.Settings.loadProperties(Settings.java:549)
at portalgun.common.PortalGun.serverStarted(PortalGun.java:206)
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.GeneratedMethodAccessor3.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.serverStarted(Loader.java:734)
at cpw.mods.fml.common.FMLCommonHandler.handleServerStarted(FMLCommonHandler.java:320)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:460)
at fy.run(SourceFile:849)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_21, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 264899448 bytes (252 MB) / 552148992 bytes (526 MB) up to 1038876672 bytes (990 MB)
Mod Pack: CWW256 forgot to change this.
LiteLoader Mods: 5 loaded mod(s)
- VoxelPacket version 2.0.2
- VoxelPlayer version 0.9.6
- Integrated Sound Packs version 1.1.1
- VoxelMenu version 1.4.7_05
- VoxelMap version 1.0.0
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Code:
java.lang.RuntimeException: Unknown character ' ' in '/saves/BinglyBong/PortalGun_world.cfg:1'
Something is wrong in that configfile. Did you change anything?
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
i whould say if you haven't changed a config file then make a backup of your world and afterwards delete the config file.
Then do a force update in the launcher and try again.
 
Status
Not open for further replies.