Everything posted by warjort
-
[Solved] Could not find forge-1.19.2-43.1.1 in classpath
It looks like you are launching this from inside intellij And intellij is telling to use forge 43.1.1 Did you try (re)running the genIntellijRuns gradle task? So that intellij is up-to-date with the changes to your build.gradle
-
when i try load into a world it loads to 100% and tells me to go to server list with an error
Don't paraphrase errors, post a link to the logs/debug.log
-
The game crashed whilst rendering overlay (All the Mods 7 - To the Sky)
It says your ran out of heap memory specifially when ctm is creating the models for connected textures: Caused by: java.lang.OutOfMemoryError: Java heap space at it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap.rehash(Object2BooleanLinkedOpenHashMap.java:1859) ~[fastutil-8.5.6.jar%2341!/:?] {} at it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap.insert(Object2BooleanLinkedOpenHashMap.java:341) ~[fastutil-8.5.6.jar%2341!/:?] {} at it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap.put(Object2BooleanLinkedOpenHashMap.java:349) ~[fastutil-8.5.6.jar%2341!/:?] {} at team.chisel.ctm.client.util.TextureMetadataHandler.onModelBake(TextureMetadataHandler.java:177) ~[CTM-1.18.2-1.1.5+5.jar%23111!/:1.18.2-1.1.5+5] {re:classloading} Give it more heap using the -Xmx java argument, you currently have 4G (4096m) assigned
-
When I load a world it says fatal error connection terminated and sends me to the server menu
You don't show the error. Post a link to the logs/debug.log
-
---- Minecraft Crash Report ----
Optifine issue, probably a mod conflict. https://github.com/sp614x/optifine/issues/7127
-
Forge does not launch mods
You probably have that broken browser extension that downloads jar files with the .jar.zip extension. Make sure the mod files end with .jar
-
My game crashes even before the main menu can load in.
Optifine issue, probably a mod conflict. https://github.com/sp614x/optifine/issues/7127
-
Good afternoon, please help, I have a mods server and the server crashes when I craft something on the workbench
This isn't forge, it's a fork.
-
Minecraft 1.19.2 Modded - Cant Do Anything.
It sounds like something on the server thread is not responding properly. You can use a mod like https://www.curseforge.com/minecraft/mc-mods/spark to diagnose this kind of problem. See its docs/wiki for how to use it. But I am also seeing messages in your log like this: It is not a good idea to start a world with worldgen mods and then remove those worldgen mods. Minecraft generally doesn't handle this very well.
-
Internal Exception ATM 8
This is usually caused by a mod having broken custom recipe serialization. There is nothing in the log that says which mod has the problem, You will have to experiment with removing mods or search your mod's issues pages for known issues.
-
Custom Tree Not Growing, throwing "Trying to access unbound value" error 1.19.2
The error message says your configured feature isn't registered. Probably because you haven't called register(Bus) on your DeferrredRegister?
-
Having troubles while trying to install forge
Update your java to a recent version.
-
Minecraft Forge 1.18.2 is not starting - Minecraft Window doesn't even open
One of your mods is for a different version of forge: [11Okt.2022 16:15:17.967] [main/ERROR] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Missing mandatory dependencies: forge Probably journeymap judging by the name of the file
-
[1.18.2] My capability creates an error
- I need help my server is not starting
You haven't posted the full log, the part you have posted starts after the error.- [1.18.2] Adding Entities
As the compiler is telling you, those constructors don't exist. They do exist on AbstractArrow, but you aren't extending that class. Please don't post basic java questions in this forum. Buy a book or whatever you need to learn the language.- How do I fix Minecraft Safe Mod
I know what version of minecraft/forge you are using. I can see that in the log. Your problem is the version of journeymap you are using is NOT for 1.19.2 https://www.curseforge.com/minecraft/mc-mods/journeymap/files/all?filter-game-version=1738749986%3a73407- How do I fix Minecraft Safe Mod
Use the correct version of journeymap for 1.19.2- I need help my server is not starting
One of your mods has broken network code. You can try adding the following system property to your java/jvm parameters to see if it gives more information in a full stacktrace for that DecoderException -Dforge.logging.mojang.level=debug Otherwise you will have to experiment with removing mods or search your mod's issues pages for known issues. See https://forums.minecraftforge.net/topic/117397-kicked-from-server-cant-log-back-in-happens-after-randoms-actions-eg-eating-zombflesh/#comment-517093 for a known issue and more information. But it could be any of your mods where the mod author has not tested their mod properly in multiplayer mode.- How do I fix Minecraft Safe Mod
Your question is unanswerable, you don't show the errors. i.e. the debug.log- I need help my server is not starting
Remove rubidium, oculus and other broken client side only mods from the server.- [1.18.2] Item.useOn() is not called on custom block class
Your router block also has use() method which takes precedence over the item useOn() If I shift right click to activate the item useOn() I get messages in the chat log. See MultiplayerGameMode.useItemOn() and Forge's RightClickBlock event if you want to change this behaviour.- Forge 1.19.2 43.1.34 crash while initializing the game
Issue with rubidium extras, probably conflicting with another mod. Check you have the latest version then contact the mod author.- org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError:
Use the correct version of journeymap for 1.19.2- How to create a simple single texture gui
You need to do more research by looking at how vanilla does things. And as I said before, you will find many answers to some of your questions already in these forums.A Also BookViewScreen is just one example of a vanilla screen you can look at. Pick one that most closely resembles what you are trying to do. I am not going to spoon feed the code to you. It is your responsibility to write your mod. I will tell you (since it is probably not obvious if you haven't seen it before) that blit() like other render methods gets some of its "parameters" from the static RenderSystem calls that change the opengl rendering state. e.g. RenderSystem.setShaderTexture() specifies which texture to use in later calls. - I need help my server is not starting
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.