Everything posted by warjort
-
Mc crash when creating world
"stb" suggests there is a problem with an image, font or sound file. The last line in the log before that is which points to it being a broken sound file. Besides that, the error doesn't give any information about which mod is causing it. Maybe you have a mod that does something special with sounds? Otherwise you will have to experiment with removing mods to find it.
-
Mc crash when creating world
That is the same log as you posted before. And post the logs/debug.log instead of launcher log.
-
My modpack crashed another time, help my pls!
- Minecraft 1.19.4 Forge crash
https://forums.minecraftforge.net/topic/123416-exit-code-1/#comment-536369- Motion Blur on Player Teleport
This event lets you trap when an entity teleports: https://github.com/MinecraftForge/MinecraftForge/blob/1.19.x/src/main/java/net/minecraftforge/event/entity/EntityTeleportEvent.java What you do with it is up to you. We don't write or design your mod for you. There is however a limit of of 3.9 blocks per tick when the server tries to send entity motion changes to the client. See ClientBoundSetEntityMotionPacket. You might be able to go faster with custom network packets, but what issues that would cause with the game I don't know?- 1.19.2 crash report 1
On that other thread: https://forums.minecraftforge.net/topic/123416-exit-code-1/?do=findComment&comment=536363 You can confirm it for yourself by searching the launcher_log.txt for "problematic frame". When you have confirmed it, this is an issue with AMD graphics driver. If (re)installing the latest version of the driver doesn't work for you, try a previous version of the driver until you find one that works. Ultimately you need to ask AMD or customer support for whoever sells your computer to get help with your graphics card (driver) configuration.- Minecraft Forge 1.19.2 modpack crash at loading phase
I have underlined the mods that are likely causing this problem. The error does not specifically say which one. Check you have the latest versions then contact the mod authors if you can't figure it out which one is causing the issue.- Help me pls, my custom curseforge modpack crash randomly, but always with the same crash report!
https://github.com/Coda1552/Breezy/issues/19- Minecraft server crash at startup
Use java 17- Bow Damage???
You posted this question less than 2 hours after I previously told you to use search. What do you expect me to say? I will say nothing in future, you can write your mod with 1 less person to answer your questions.- Bow Damage???
Can you please stop posting these lazy questions and do your own research. When you have an implementation that is not working as you expect after you tried to debug it, that is when you should ask in these forums. You need to show the complete, reproducable implementation (preferably on github) to get help. I typed "bow damage" into the modder support forum search bar and got these 2 recent links on the first page (there will be others) https://forums.minecraftforge.net/topic/119707-1192-how-to-add-damage-my-custom-bow/#comment-524719 https://forums.minecraftforge.net/topic/118959-1192-set-ranged-attack-damage-of-bows-and-crossbows/#comment-522290 But you wouldn't need to search the forum if you just looked at the vanilla source code to see how it works. TLDR; The getDamage() for a BowItem is the durabllity, it is not the damage inflicted on the enemy (which comes from the properties of the projectile).- 1.19.2 crash report 1
https://forums.minecraftforge.net/topic/123416-exit-code-1/#comment-536369- Mc crash when creating world
immersive portals, contact the mod author- [1.19.4] registering items missing class or property
https://docs.minecraftforge.net/en/latest/legacy/porting/- Got a " The game crashed whilst rendering overlay" error
The error you posted above is for oculus in 1.18.2 Check you have the latest version then contact the mod author. The log is for minecraft 1.16.3 dated October 2020 ?- On Hit
https://github.com/MinecraftForge/MinecraftForge/blob/1.19.x/src/main/java/net/minecraftforge/event/entity/ProjectileImpactEvent.java https://github.com/search?q=ProjectileImpactEvent+language%3AJava&type=code&l=Java It really isn't that difficult to type words into search engines or the search bar of this forum or your IDE.- Issue with creating a GUI (Forge 1.19.2 43.2.0)
https://docs.minecraftforge.net/en/latest/gui/menus/- Dawn craft crashes on World gen.
Post a link to the launcher_log.txt And don't post logs in the forum, use a file sharing site.- Minecraft Forge 1.19.2 Server Error - "zip END header not found"
One other thing occurs to me. Do you have something else in your mods folder that is not actually a jar?- Error 1 when i try to start better minecraft
https://forums.minecraftforge.net/topic/123416-exit-code-1/#comment-536369- Minecraft Forge 1.19.2 Server Error - "zip END header not found"
That error says you are trying to use a command something like java jar ... which isn't what I told you to type. If you don't have the JDK installed, you won't have the jar command. You can use something like unzip instead like I said above. If it really is not one of the mods, then it must be one of the jars in the libraries subfolder. But if that was true, you should have seen an error when you installed the server. Assuming it is a fresh install and not a reinstall over a folder with already broken downloads. Even then I would expect it to spot an issue with the hashes of any already installed jars? You would also get the error with no mods installed.- Forge 1.18.2 crash
The log does not contain any additional information as to why that entity is not registered. This apotheosis bug report maybe related? https://github.com/Shadows-of-Fire/Apotheosis/issues/869 Otherwise, you will need to contact the mod author.- Forge 1.18.2 crash
No that is the crash report again. Read my footer.- Forge 1.18.2 crash
You need to post the logs/debug.log to a file sharing site. Do not post logs in the forum. Otherwise the error says an apotheosis arrow entity is not registered properly. It does not say why, probably some other mod causing problems (hence the need for the logs/debug.log which you should always post).- Forge 1.18.2 crash
https://github.com/ValhelsiaTeam/Valhelsia-Structures/issues/147 i.e. valhelsia is not compatible with optifine, unless you can persuade optifine to fix it. - Minecraft 1.19.4 Forge crash
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.