{SOLVED} [1.12.2] Game crash when right-click on earhBlock with Seeds
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By reallydupe · Posted
Recently i created server and modpack with this server mods, server is starting normally but when i join the server on loading world stage minecraft just crashes, anyone know how to fix this? -
By LamonDamon · Posted
I got this now https://paste.ee/p/xGcbZRLu , it seems to be a mod that changes something to do with biomes -
By LamonDamon · Posted
https://paste.ee/p/IbdJ1eS1 - It's a modpack with 461 mods, and I just can't find what's causing the game to crash, please help -
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' }
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.