Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression Build 363 -> 364 - Crash on startup with DW20 5.2.0 : RuntimeException: ClassCastException: FEPreLoader cannot be cast to IFMLCallHook #507

Closed
mjevans opened this issue Mar 6, 2013 · 2 comments

Comments

@mjevans
Copy link

mjevans commented Mar 6, 2013

2013-03-05 21:36:03 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading
2013-03-05 21:36:03 [INFO] [MiscPeripheralsASM] Initialized
2013-03-05 21:36:03 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2013-03-05 21:36:04 [INFO] [ForgeModLoader] Download complete
2013-03-05 21:36:04 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2013-03-05 21:36:06 [INFO] [ForgeModLoader] Download complete
2013-03-05 21:36:06 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2013-03-05 21:36:06 [INFO] [ForgeModLoader] Download complete
2013-03-05 21:36:06 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2013-03-05 21:36:08 [INFO] [ForgeModLoader] Download complete
2013-03-05 21:36:08 [INFO] [ForgeModLoader] Downloading file https://github.com/ForgeEssentials/ForgeEssentialsMain/raw/master/lib/mysql-connector-java-bin.jar
2013-03-05 21:36:11 [INFO] [ForgeModLoader] Download complete
2013-03-05 21:36:11 [INFO] [ForgeModLoader] Downloading file https://github.com/ForgeEssentials/ForgeEssentialsMain/raw/master/lib/H2DB.jar
2013-03-05 21:36:12 [INFO] [ForgeModLoader] Download complete
2013-03-05 21:36:12 [INFO] [ForgeModLoader] Downloading file https://github.com/ForgeEssentials/ForgeEssentialsMain/raw/master/lib/metrics-R6-FEmod.jar
2013-03-05 21:36:13 [INFO] [ForgeModLoader] Download complete
2013-03-05 21:36:13 [INFO] [STDOUT] Adding AT map: forgeessentials_at.cfg
2013-03-05 21:36:14 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-03-05 21:36:14 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg
2013-03-05 21:36:14 [INFO] [STDOUT] Adding AccessTransformer: chickenchunks_at.cfg
2013-03-05 21:36:14 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2013-03-05 21:36:14 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassCastException: com.ForgeEssentials.core.preloader.FEPreLoader cannot be cast to cpw.mods.fml.relauncher.IFMLCallHook
2013-03-05 21:36:14 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
2013-03-05 21:36:14 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)
2013-03-05 21:36:14 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)
2013-03-05 21:36:14 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1376)
2013-03-05 21:36:14 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.ClassCastException: com.ForgeEssentials.core.preloader.FEPreLoader cannot be cast to cpw.mods.fml.relauncher.IFMLCallHook
2013-03-05 21:36:14 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:265)
2013-03-05 21:36:14 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
2013-03-05 21:36:14 [INFO] [STDERR] ... 3 more
2013-03-05 21:36:14 [INFO] [STDERR] Caused by: java.lang.ClassCastException: com.ForgeEssentials.core.preloader.FEPreLoader cannot be cast to cpw.mods.fml.relauncher.IFMLCallHook
2013-03-05 21:36:14 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:257)
2013-03-05 21:36:14 [INFO] [STDERR] ... 4 more

@dries007
Copy link
Member

dries007 commented Mar 6, 2013

Fixed by d78f878

@dries007 dries007 closed this as completed Mar 6, 2013
@AbrarSyed
Copy link
Member

hehe, whoops. that was my fault.. I thaught the FEPreloader didn't need tat interface...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants