Everything posted by TileEntity
-
my modpack has a problem crashes (memory leak) Astral Sorcery
It is a RAM issue - how much is allocated?
-
my modpack has a problem crashes (memory leak) Astral Sorcery
The crash is no available Add crash-reports with sites like https://paste.ee/
-
Please help
This is a MacOs related issue: https://bugs.mojang.com/browse/MC-118506 Download this lib: https://libraries.minecraft.net/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar and put it into ~/Library/Application Support/minecraft/libraries/ca/weblite/java-objc-bridge/1.0.0
-
How do i fix this crash?
Use Java 17 instead of Java 19 Add the new crash-report, if this is still not working
-
Minecraft crash
Add crash-reports with sites like https://paste.ee/ and paste the link to it here Make a test without valhelsia_structures
-
help
Are there dungeon mods? If yes, make a test without these
- Cannot figure out what is crashing my game on opening
- Please Help!
-
i made my own mod pack and when i try to launch it shows me this error
I have no idea - maybe switch to a pre-configured modpack and use it as working base Then add new mods one by one
-
Exit error code 1 on forge and curseforge PLEASE HELP
# Problematic frame: # C [atio6axx.dll+0x192b60] Get the latest AMD/ATI drivers from their website
-
i made my own mod pack and when i try to launch it shows me this error
GeckoLib is still there
- When im playing my minecraft modded, it crashes after 7 minutes.
- Please Help!
- error with loading apotheosis, i can't seem to find the mod causing this issue
-
Help crash because of mods ?
Keep on this thread:
-
Help crash because of minecraft mods ?
Maybe an issue with biomesoplenty
- error with loading apotheosis, i can't seem to find the mod causing this issue
-
The game crashed whilst rendering overlay Error: java.lang.NullPointerException: Rendering overlay
Make a test witout xaerominimap and xaeroworldmap
-
Custom Modpack Crashing
And without projectile_damage-forge-3.2.3+1.20.1?
-
game crash exit code -1
Remove all mods and make a test just with Forge If this works, add the mods one by one or in groups
-
i made my own mod pack and when i try to launch it shows me this error
Also remove geckolib-forge and the mods requiring it
-
Custom Modpack Crashing
And without Serene Seasons?
-
i made my own mod pack and when i try to launch it shows me this error
Add crash-reports with sites like https://paste.ee/ Looks like an issue with azureLib - the filename is azurelib-neo - so you are using the NeoForge build You are using Forge with the Fabric Connector - replace azurelib with the fabric build (there is no 1.20.1 forge build) https://www.curseforge.com/minecraft/mc-mods/azurelib/files/all?page=1&pageSize=20&version=1.20.1&gameVersionTypeId=4
-
Custom Modpack Crashing
Unsupported installed optional dependencies: Mod ID: 'textrues_embeddium_options', Requested by: 'embeddium', Expected range: '[0.0.0-NOT-COMPATIBLE,0.0.0-NOT-COMPATIBLE]', Actual version: '0.1.5+mc1.20.1' Remove textrues_embeddium_options
-
Trouble Starting Forge Server for Minecraft 1.20.1
You can have multiple Java version installed For the server, you have to set the path to java 17 in your startscript For example: "C:\Program Files\Java\jdk-17.0.9\bin\javaw.exe" -Xmx4G -Xms2048M -jar forgeserver.jar pause Just make sure the path is correct and keep the quotation marks And the forgeserver jar name should match