
Log error `ClassNotFoundException: com.TominoCZ.FBP.FBP`
Krutoy242 opened this issue · 7 comments
I found that my debug.log have this lines of error:
[Client thread/ERROR] [snowrealmagic]: Catching
java.lang.ClassNotFoundException: com.TominoCZ.FBP.FBP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_51]
at snownee.snow.compat.FBPHack.hackFBP(FBPHack.java:14) [FBPHack.class:?]
Seems like they don't cause crashes. But i want to know what that error means.
Additional context
Happen on E2E-E modpack https://www.curseforge.com/minecraft/modpacks/enigmatica-2-expert-extended
- OS: Windows 10
- CPU: i5-7400 @ 3.00 GHz
- GPU: GTX 1050 Ti
- RAM Allocated: 6GB
Snow Real Magic has a compatibility hack for the original Fancy Block Particles: https://github.com/Snownee/SnowRealMagic/blob/1.12/src/main/java/snownee/snow/compat/FBPHack.java
Don‘t know why it throws this error though because the class still exists.
Snow Real Magic has a compatibility hack for the original Fancy Block Particles: https://github.com/Snownee/SnowRealMagic/blob/1.12/src/main/java/snownee/snow/compat/FBPHack.java Don‘t know why it throws this error though because the class still exists.
It does not anymore @Krutoy242 is using the dev builds that are found in my Discord server and is from the 0.8 branch which has been fully refactored.
This error is harmless. Maybe Snownee will fix the issue if you post it on their GitHub.
But pretty sure the fix is not needed in my version, and if it's needed the preferred fix would be to wait for me to implement the FBP api.
@Krutoy242 could you try if this is still happening with latest FBP dev build and with latest SnowRealMagic release
Sorry to reopened the thread, but for some reason the error still showing on mine, here is the latest log
I am using 0.8-dev-17 version.
Sorry to reopened the thread, but for some reason the error still showing on mine, here is the latest log
I am using 0.8-dev-17 version.
Anwsered in the SnowRealMagic issue