Jump to content

Recommended Posts

Posted
10:46:08.915
Patcher expecting non-empty class data file for net.minecraft.entity.passive.EntityOcelot, but received empty.
10:46:08.915
Unable to launch java.lang.RuntimeException: java.lang.RuntimeException: Patcher expecting non-empty class data file for net.minecraft.entity.passive.EntityOcelot, but received empty, your vanilla jar may be corrupt. at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:169) at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.RuntimeException: Patcher expecting non-empty class data file for net.minecraft.entity.passive.EntityOcelot, but received empty, your vanilla jar may be corrupt. at net.minecraftforge.fml.common.patcher.ClassPatchManager.applyPatch(ClassPatchManager.java:114) at net.minecraftforge.fml.common.patcher.ClassPatchManager.getPatchedResource(ClassPatchManager.java:77) at net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.getFieldType(FMLDeobfuscatingRemapper.java:219) at net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.parseField(FMLDeobfuscatingRemapper.java:192) at net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.setup(FMLDeobfuscatingRemapper.java:161) at net.minecraftforge.fml.common.asm.FMLSanityChecker.injectData(FMLSanityChecker.java:187) at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:164) ... 2 more
10:46:08.921
[java.lang.ThreadGroup:uncaughtException:1052]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
10:46:08.921
[java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
10:46:08.921
[java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
10:46:08.921
[java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Runtime.exit(Runtime.java:107)
10:46:08.921
[java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.System.exit(System.java:971)
10:46:08.921
[java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
10:46:08.922
[java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
10:46:08.967
 
10:46:08.967
Process crashed with exit code 1
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I have a mod that saves certain information in a given location. The database is on the VDS server. I specified the IP with the port, user and password. As a result, I get this error:   [29.01.2025 17:19:15.839] [modloading-worker-4/INFO] [STDERR/]: [org.75ms.logger.Logger:<init>:37]: MariaDB JDBC Driver not found. [29.01.2025 17:19:15.840] [modloading-worker-4/INFO] [STDERR/]: [org.75ms.logger.Logger:<init>:38]: java.lang.ClassNotFoundException: org.mariadb.jdbc.Driver Connection details:   private static final String DB_URL = "jdbc:mariadb://[ip]:3306/cmd"; private static final String DB_USER = "[user]"; private static final String DB_PASSWORD = "[password]"; private Connection connection; In Gradle the following dependency is specified:   dependencies { minecraft 'net.minecraftforge:forge:1.16.5-36.2.42' implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.1' }
    • I have 12000 MB of RAM allocated, and yes a pre-configured modpack does work, I'll try to use one and add mods like that, thanks for the help!
    • It is always a Registry Object not present error - with removing mods, just new mods are mentioned Does a pre-configured modpack work? Maybe use such a modpack as working base and add new mods one by one   How much RAM do you have allocated? (JVM-Arguments)      
    • I got this now - https://justpaste.it/fdurp
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.