Everything posted by warjort
-
my minecraft client keeps crashing pls help!
That does not show an error. It's also not the logs/debug.log If that really is the full log, post a link to your launcher_log.txt (and do it before restarting the launcher). From where it crashes, it looks like you have a mod that failed to apply a mixin to a main minecraft class. Probably because the mod is not compatible with 1.19.2 or it conflicts with another mod.
-
[1.19.3] Could not resolve all files for configuration ':runtimeClasspathCopy'
That's impossible. How can you get an error about parchment, if you are not using parchment? And people that just say "it does not work", overestimate our psychic powers. Post a link to the log showing the error.
-
....
"That's not how the force works!". The source code you are looking at, is a decompiled/deobfuscated version of the minecraft code. It is there for reference only. Modifying your local copy of this is not going to change how other people's minecraft works. If you want to modify that code for real, get a job with Mojang. ๐ To modify attributes of entities you didn't write, you need to apply AttributeModifiers to them. To apply them to entities as they spawn, you can use the EntityJoinLevelEvent. See for example, Mob.finalizeSpawn() for how to apply an attribute modifier to a living entity.
-
[ATM8] Tick took 60 seconds crash when server boot
I don't know then. All the information we have is that you have something taking too long on the server thread. And the one crash report you posted showed it was doing something in applied energistics. Without new information, I suggest you contact the authors of that mod.
-
[ATM8] Tick took 60 seconds crash when server boot
That is the server tick timeout error. It can't be a crash after 3 seconds.
-
[1.18.2] Mixin Crash for AnvilBlock class
This is not the mixin support forum. I believe there is a 3rd party modding channel on forge's discord where you might get help as well?
-
[ATM8] Tick took 60 seconds crash when server boot
You originally reported the 60 second timeout on the server thread crash. If it crashes after 3 seconds you have some other error. But you don't post a link to the logs/debug.log to show what that is.
-
Forge worked last night and now I'm getting "exit code 1"
This usually means one of your forge configuration files is invalid/corrupted. You can find them in the config folder. e.g. config/fml.toml If you don't have a backup of these files, you can delete them and they should be recreated with default values.
-
Server Just up and Crashed
You have mods that are not compatible with 1.19.3
-
Please help me, my game keeps crashing.
Same error and answer as an hour ago. i.e. You need to use the latest preview version of optifine if you have any mods that bake their own models.
-
Please help me, my game keeps crashing.
The correct one is the debug.log with no other ending.
-
Please help me, my game keeps crashing.
I'm not going to look at it, unless you post the logs/debug.log so we can all the information. The first thing the debug.log shows is all the mods you have installed.
-
Please help me, my game keeps crashing.
It's not installed according to forge. Maybe you have the issue where the mod was downloaded with the file .jar.zip file ending? Mods need to have .jar as the ending. In fact, there is an alternate error that says you have 3 mods missing.
-
[ATM8] Tick took 60 seconds crash when server boot
Since it looks like you have the spark mod installed did you try looking at its analysis of what is using time on the server thread?
-
[ATM8] Tick took 60 seconds crash when server boot
You have something taking too long on the server thread. When the 60 second timeout happened it was doing something with applied energistics.
-
Please help me, my game keeps crashing.
- Please help me, my game keeps crashing.
https://github.com/sp614x/optifine/issues/7127- when i try to create a new world in a modpack this error shows up, how i fix it?
The duneons mod (and probably some another unmentioned mod) has caused a conflict in the biome blending. See this link for more information on the problem you are having and the cyanide mod that can help you get more information: https://misode.github.io/guides/feature-order-cycle/ You should check you have the latest version of the duneons mod and then contact the mod author.- Forge minecraft server not working HELP
https://www.curseforge.com/minecraft/mc-mods/create/files/4011414 The version of create you are using does not say it is compatible with 1.19.3- I am playing with mods and I think something went wrong
Then you need to talk to those mod authors instead then. This is the forge support forum. We can help you identify a mod that is causing a problem, but only the mod author can help you fix it.- CMD.exe is saying "Missing 'minecraft' dependency."
That's a pretty cryptic error message. ๐ It basically says there is something wrong with one of the arguments in the minecraft closure starting on line 15. But doesn't give any other useful information. Maybe it is the hyphen in the mod name? Otherwise, you are going to have to go through it and check you have the brackets,etc. in the right places and check the spellings of the parameter names.- I am playing with mods and I think something went wrong
Issue with the flywheel mod. Check you have the latest version then contact the mod author.- [1.19.2] Mixin doesn't seem to work
This is not the mixin support forum. I believe there is a channel on forge's discord where you can ask about 3rd party modding tools.- Crash on startup: Duplicate mods. Custom Modpack
You have 2 different versions of jei installed see the mod ids I have underlined above.- Making player Invincible
You can try subscribing to the LivingHurt event and set the damage to zero when the entity has your active effect. NOTE: This only stops the entity taking damage. Other things like sound and visual effects will stay happen. - Please help me, my game keeps crashing.
Important Information
By using this site, you agree to our Terms of Use.