Jump to content

When I create a world minecraft crashes


Ear_thy

Recommended Posts


After struggling with several issues with Minecraft, i finally get into Minecraft but now when i create a world it crashes. Ive spent the past week getting mods, fixing mods, and now fixing Minecraft so I can play

Log:https://zerobin.net/?d3a7b18795a63180#10HjK1Ta6ZxHJqUjUomsYr+CDfBlIdpGg0aA0LaD1o0=

link might look a lil sketch but i couldn't find anything that would expect the amount of characters

 

Link to comment
Share on other sites

Quote

java.lang.NoSuchMethodError: 'float team.creative.creativecore.common.util.mc.TickUtils.getDeltaFrameTime(net.minecraft.world.level.Level)'

You are missing the creativecore mod.

 

Quote

After struggling with several issues with Minecraft, i finally get into Minecraft but now when i create a world it crashes. Ive spent the past week getting mods, fixing mods, and now fixing Minecraft so I can play

That's because you are doing it wrong. The way to do modded minecraft is not to dump a set of random mods in your mods folder and hope it works. It most likely won't.

If you don't know how to read/understand the error messages, you will have to ask questions here and wait for answers for every problem (which can be many).

 

The way to do it is install mods individually and then check it works. If it doesn't work, you know which mod is the problem. No waiting for answers.

 

If you use a launcher that tracks mod dependencies like curseforge, you get less problems like the one reported above.

Without such a feature, you have to carefully read the mod's documentation to see which other mods the mod requires or wait for us to tell you.

  • Thanks 1

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

11 minutes ago, warjort said:

You are missing the creativecore mod.

 

That's because you are doing it wrong. The way to do modded minecraft is not to dump a set of random mods in your mods folder and hope it works. It most likely won't.

If you don't know how to read/understand the error messages, you will have to ask questions here and wait for answers for every problem (which can be many).

 

The way to do it is install mods individually and then check it works. If it doesn't work, you know which mod is the problem. No waiting for answers.

 

If you use a launcher that tracks mod dependencies like curseforge, you get less problems like the one reported above.

Without such a feature, you have to carefully read the mod's documentation to see which other mods the mod requires or wait for us to tell you.

ill keep that in mind, but I have creative core mod(im also gonna do what you said and transfer all my mods to curseforge)

Edited by Ear_thy
Link to comment
Share on other sites

Quote

ill keep that in mind, but I have creative core mod,

 

Quote

java.lang.NoSuchMethodError: 'float team.creative.creativecore.common.util.mc.TickUtils.getDeltaFrameTime(net.minecraft.world.level.Level)' at TRANSFORMER/ambientsounds@0.0NONE/team.creative.ambientsounds.env.TerrainEnviroment.analyzeAirPocket(TerrainEnviroment.java:73)

Then it is an issue with ambientsounds that is using that mod. Make sure you have the latest version then contact the mod author.

  • Thanks 1

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

The latest release has a reference to the change in this method name in its change log.

https://www.curseforge.com/minecraft/mc-mods/ambientsounds/files/3876483

  • Thanks 1

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

43 minutes ago, warjort said:

The latest release has a reference to the change in this method name in its change log.

https://www.curseforge.com/minecraft/mc-mods/ambientsounds/files/3876483

After doing what you said ealier using curseforge launcher it says this

Failed to download file.
Name: forge-41.1.0.jar
URL: https://launcher.mojang.com/v1/objects/c0898ec7c6a5a2eaa317770203a1554260699994/client.jar
Error details: schannel: failed to receive handshake, SSL/TLS connection failed
Filename on disk: forge-41.1.0.jar
Path: C:\Users\p47ma\curseforge\minecraft\Install\versions\forge-41.1.0\forge-41.1.0.jar
Exists: Nonexistent

 

Link to comment
Share on other sites

Most likely you have a very old version of java installed on your machine and curseforge is using it because it is the java in your operating system path .

This comes up multiple times a week in relation to the Forge installer. e.g.

https://forums.minecraftforge.net/topic/113778-version-119-41098-not-installing-due-to-javaxnetsslsslhandshakeexceptionsunsecurityvalidatorvalidatorexception/

 

If that doesn't fix it, you will need to speak to curseforge: https://support.curseforge.com/en/support/home

  • Thanks 1

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

7 minutes ago, warjort said:

Most likely you have a very old version of java installed on your machine and curseforge is using it because it is the java in your operating system path .

This comes up multiple times a week in relation to the Forge installer. e.g.

https://forums.minecraftforge.net/topic/113778-version-119-41098-not-installing-due-to-javaxnetsslsslhandshakeexceptionsunsecurityvalidatorvalidatorexception/

 

If that doesn't fix it, you will need to speak to curseforge: https://support.curseforge.com/en/support/home

Used information from that and my brain to fix it, thank you its installing just taking a while. By the way thank you so much for all the help

Edited by Ear_thy
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.