-
Posts
4449 -
Joined
-
Last visited
-
Days Won
167
Everything posted by TileEntity
-
Try this one: https://github.com/MinecraftForge/MinecraftForge/blob/1.19.x/mdk/settings.gradle
-
My Minecraft crashes after I try to load into a world.
TileEntity replied to FoxyWoxy's topic in Support & Bug Reports
If there is no such folder, then it refers to another issue Create a new world with the same settings - then copy level.dat level.dat_old and session.lock from the new world to the broken one Delete the new world and test the broken one again -
Another person with Error Code: 1 problems; latest log attached
TileEntity replied to RayPry's topic in Support & Bug Reports
You are using create 6.0.6 So one or more create addons are not compatible with it Remove all Create addons and test it again If this works, add the addons one by one If not, add the new crash-report Add crash-reports with sites like https://mclo.gs/ -
custom mod pack crashes after i add a few mods
TileEntity replied to Immortal_Keeper's topic in Support & Bug Reports
Add the crash-report -
My Minecraft crashes after I try to load into a world.
TileEntity replied to FoxyWoxy's topic in Support & Bug Reports
Check your game files / modpack instance for a folder Distant_Horizons_server_data Delete this one and test it again -
custom mod pack crashes after i add a few mods
TileEntity replied to Immortal_Keeper's topic in Support & Bug Reports
Remove GroovyModLoader (GML) -
custom mod pack crashes after i add a few mods
TileEntity replied to Immortal_Keeper's topic in Support & Bug Reports
I have no idea - maybe an issue with a rendering mod -
Make a test just with java -Xmx6G @libraries/net/minecraftforge/forge/1.20.1-47.4.0/win_args.txt %* pause If there is no change, directly set the java path in your script 1.20.1 requires Java 17 Download and install this version: https://www.azul.com/downloads/?version=java-17-lts&os=windows&architecture=x86-64-bit&package=jdk#zulu Then update the script to: "C:\Program Files\Zulu\zulu-17\bin\javaw.exe" -Xmx6G @libraries/net/minecraftforge/forge/1.20.1-47.4.0/win_args.txt %* pause
-
My Minecraft crashes after I try to load into a world.
TileEntity replied to FoxyWoxy's topic in Support & Bug Reports
Did you build some stuff with Nosiphus Furniture Mod (nfm)? Looks like the beige variants of some furniture causing issues Backup the world and make a test without nfm -
custom mod pack crashes after i add a few mods
TileEntity replied to Immortal_Keeper's topic in Support & Bug Reports
It is a conflict between horseman and swem Remove horseman -
Issue with installing the Forge Installer
TileEntity replied to Shensiki's topic in Support & Bug Reports
Make sure Java is installed on your system https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html After installation, just click on the forge jar to run the installer -
Change // WebSocket minecraftLibrary "org.java-websocket:Java-WebSocket:1.5.3" jarJar(implementation("org.java-websocket:Java-WebSocket:1.5.3")) to // WebSocket jarJar("org.java-websocket:Java-WebSocket:1.5.3")
-
Try different builds of sophisticatedcore/-backpacks If there is no change, make a test without mynethersdelight
-
Add the lines of your run.bat here
-
joptsimple.UnrecognizedOptionException: X is not a recognized option JVM-Arguments begin with a - So use -Xmx6G instead of Xmx6G etc
-
Remove Neruina and justleveling from your server
-
Right-click on the bat file - edit copy all lines and paste it here
-
custom mod pack crashes after i add a few mods
TileEntity replied to Immortal_Keeper's topic in Support & Bug Reports
Make a test without yungscavebiomes -
The crash points to moonlight lib - try other builds or make a test without this mod and the mods requiring it