-
Posts
766 -
Joined
-
Last visited
-
Days Won
27
Everything posted by Paint_Ninja
-
1.7.10 Forge .jar not starting
Paint_Ninja replied to tollin lendon's topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. -
1.12.2 game crashes after opening a second world
Paint_Ninja replied to Rahand's topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. -
That's strange, your log says it crashed due to an issue inside an AMD graphics driver OpenGL DLL... Do you have integrated graphics?
-
From your log, it looks like your drivers are very old. Update your graphics drivers to the "Recommended WHQL" version and enable update notifications in AMD Software: Adrenalin Edition. https://www.amd.com/en/support Note that AMD calls stable graphics drivers "Recommended" and experimental beta drivers "Optional", therefore avoid optional verisons.
-
Assuming 1.20.1, you can subscribe to the LivingDamageEvent and get the DamageSource from there: @SubscribeEvent public static void onDamage(final LivingDamageEvent event) { final DamageSource source = event.getSource(); } With the DamageSource you can then check if it's caused by an arrow. Probably by source.type() and checking if it matches DamageTypes.ARROW
-
Here's what the error codes mean: Error code 1: The game crashed Error code 0: Someone clicked "Quit game" and the game closed without crashing Try removing Optifine, it's known to break things sometimes
-
1.19.2 [1.19.2] Error Code 1 (Part 2!)
Paint_Ninja replied to Vvast_'s topic in Support & Bug Reports
Here's what the error codes mean: Error code 1: The game crashed Error code 0: Someone clicked "Quit game" and the game closed without crashing From your log, it looks like your drivers are very old. Update your graphics drivers to the "Recommended WHQL" version and enable update notifications in AMD Software: Adrenalin Edition. https://www.amd.com/en/support Note that AMD calls stable graphics drivers "Recommended" and experimental beta drivers "Optional", therefore avoid optional verisons. -
1.20.1 [1.20.1] It crash as soon as it loads to a certain point.
Paint_Ninja replied to XxArkamxX's topic in Support & Bug Reports
Remove Mystic's Biomes mod -
1.19.2 My mohist server can't be opened
Paint_Ninja replied to Fepaab's topic in Support & Bug Reports
Forge+Bukkit hybrids are not supported here. Contact the Mohist team for help or look into Forge mods to replace the plugins you need. -
Chunks not loading + unbearable chat spam
Paint_Ninja replied to Catomax26's topic in Support & Bug Reports
Remove APTweaks -
1.20.1 i need help; i don´t know how fix this error
Paint_Ninja replied to dvanegas's topic in Support & Bug Reports
Remove Optifine -
1.12.2 Banned symbols in Forge | 1.12.2
Paint_Ninja replied to Anmoss's topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. -
Glad to hear you got it sorted. Please may you share which mod that was so that others having the same issue know the fix?
- 10 replies
-
- 1.20.1
- needs more info
-
(and 1 more)
Tagged with:
-
You need to install Java first. Follow these steps to do so: 1) Open Windows Terminal. Get it from the MS Store if you don't already have it 2) Run WinGet install Microsoft.OpenJDK.17 3) Restart your PC
-
I recommend learning Java first or finding someone with programming experience. From what you're describing, it sounds like the mod is incomplete and can't compile - in which case you need to fix the compilation error first by altering the relevant piece of code. To compile a mod from source, follow these steps: 1) Obtain the sources, usually as a github zip download or repo clone 2) Open a terminal in the root of the sources folder where the gradlew files are 3) Run ./gradlew build 4) Find the built jar in build -> libs folder
-
Please share the new link
- 10 replies
-
- 1.20.1
- needs more info
-
(and 1 more)
Tagged with:
-
Outdated AMD graphics drivers It seems like you're on old, experimental beta drivers from over a year ago. Updating to the latest "WHQL Recommended" (aka stable) version should fix your issue. https://www.amd.com/en/support
-
Your log seems to be cut off. Are you sure you pasted the whole thing?
- 10 replies
-
- 1.20.1
- needs more info
-
(and 1 more)
Tagged with: