Redpower Related Crash

  • 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.

TehArcticFoxx

New Member
Jul 29, 2019
5
0
0
Im having a redpower parse error crash?

I do have some other mods installed..


Here's an error log

PM
Description: Failed to start game

java.lang.IllegalArgumentException: Parse error
at com.eloraam.redpower.core.TagFile.readtag(TagFile.java:211)
at com.eloraam.redpower.core.TagFile.readtag(TagFile.java:261)
at com.eloraam.redpower.core.TagFile.readtag(TagFile.java:261)
at com.eloraam.redpower.core.TagFile.readStream(TagFile.java:309)
at com.eloraam.redpower.core.TagFile.readFile(TagFile.java:288)
at com.eloraam.redpower.core.Config.loadConfig(Config.java:31)
at com.eloraam.redpower.RedPowerCore.preInit(RedPowerCore.java:37)
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:140)
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:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:486)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
at net.minecraft.client.Minecraft.a(Minecraft.java:410)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)


Thanks in advance - hope this is solvable!
 

TehArcticFoxx

New Member
Jul 29, 2019
5
0
0
Oh forgot 1 important thing - this error only occurred when I changed my redpower.cfg. I changed some ids.. as they were conflicting with my other mods, causing some recipes to be messed up.
 

Velotican

New Member
Jul 29, 2019
799
0
0
RedPower2's config file is very sensitive to changes because it's the only config file in all of Minecraft not actually compatible with Notepad.

You will need a fresh config file now. :(

It's possible to make ID changes to the RP2 config with Notepad but you have to be very delicate with it.

Edit: I can confirm that Notepad++ loads RedPower2's config clean as a whistle so you should be fine after all. :)
 

TehArcticFoxx

New Member
Jul 29, 2019
5
0
0
RedPower2's config file is very sensitive to changes because it's the only config file in all of Minecraft not actually compatible with Notepad.

You will need a fresh config file now. :(

It's possible to make ID changes to the RP2 config but you have to be very delicate with it.

Would I use wordpad or microsoft word?
 
Status
Not open for further replies.