Jump to content

Recommended Posts

Posted

i have no mods installed, have tried just about everything (updating java, updating drivers, changing my graphics driver from the awful integrated one to the high performance one, trying all different kinds of forge) and nothing's working!

i've looked in other threads but no luck:(

here are the logs:

fml client log: https://pastebin.com/js8HNCJq

debug log: https://gist.github.com/pxchas/ab4a73b59de3d88b799f62f72cb2fa74

 

thank u ?

Posted

Neither of these logs appear to include a crash.

When you say it crashes do you mean it boots you back to the launcher and the launcher says the game crashed or does the game just freeze?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

well i enter a world, it works for about a second and then the game freezes with the message that java has stopped working, then when i close that message it boots me back to the launcher with the message that the game crashed:(

Posted

so i tried it again, no luck:( here's an updated debug log if that's any help!

  Reveal hidden contents

 

Posted

What exactly happens when you crash? Does the program just close without leaving any error or do you get an error?
How much RAM do you have installed on your machine? (do you have pagefile enabled?)
Does it happen if you play minecraft without forge?

Posted

How long have you allowed it to sit unresponsive?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

well i enter the world, the game freezes, sits unresponsive for a bit, then after a while (sometimes a couple of seconds sometimes a few minutes) a message pops up that says "Java(TM) Platform SE binary is not responding" and gives me the option to close the program or wait for it to respond (it never responds!)

i have 16gb ram (i think?) and i normally assign like. 8 to minecraft (i tried assigning betwen 6 and 8 to minecraft on various forge versions, doesn't fix the issue)

i'm not sure what pagefile is but i'll look it up now!

and nope, doesn't happen without forge, i happily play vanilla survival all the time:)

 

i left it open and unresponsive and it's been like 5 minutes and it's still not responding:(

thanks for your help guys i really appreciate it!! been trying to fix this myself for a couple days to no avail lol, it's funny because i used to play modded minecraft on this same computer all the time a couple months back!

Posted

I cannot find anything wrong in the log. In fact according to it, the world generated and you succesfully logged in at the end. For some reason however, it didn't load up anything beyond that. You should have seen a paused screen and the client should have gathered the achievements for your player next, but for some reason it couldn't do this before Java froze completely.
Instead it complained that things got delayed a bit instead and was 'skipping ticks' at the end.

 

It suggests that the cause may be outside of Java and Minecraft, like your PC being overly busy or something blocking it's performance, but if it runs fine without Forge, I doubt that is it. (Your JVM Arguments are fine, there is enough RAM allocated, etc. I can't see anything that could cause this at least, especially if you have that much RAM left. Sometimes Windows just prioritizes itself and does weird things when you get shortage on RAM, that's why I asked how much you had installed.)

That error is a message Windows gives. (It also dims the screen a bit), Usually the message only pops up when you click impatiently in any program, but sometimes it pops up on its own. Minecraft with just forge should load up extremely fast, so it's pretty weird either way.

There are a couple of things you can try, but I don't know if those will help. One of them is removing everything (minecraft and java, don't forget to delete the folders) and then reinstalling things (using the latest Java 8 (64 bit) ). (You can switch to your installed Java version in the profile options, if you don't it will use Native instead, which is an older version that comes with Minecraft.)
You can also look at what you have installed and see if there could be anything that tries to dim down Java's performance. (If you have Forge, it may detect it as a different Java application.) I'm not sure what programs could do that (other than a virus, which I doubt it is), but I know various Firewalls can detect a difference between Vanilla Minecraft and Forge Minecraft at least.

Posted

how do i switch the java version it's using? i downloaded java 8 (64bit!) and tried to change the java in the advanced settings, but when i try to play, minecraft doesnt even load lol it just goes straight into the 'Game crashed' error the launcher gives:(

i'm seeing if it's my firewall because it has been a pain and blocked some games in the past!

Posted

oh man i got it to work!!!! i looked into what ruchia said about updating java and so i tried changing the java minecraft uses but it wouldn't work because the new launcher wouldn't let me delete the cmsincrementalmode, but i tried the old launcher and it let me delete cmsincrementalmode and use the new java update and now it WORKS??? i'm honestly over the moon ahaha, thank you!!! 

Posted

If you use the old launcher don't expect support here.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted (edited)

You can disable it with -XX:-CMSIncrementalMode if you need to.

  Quote
Expand  

(Source)

Java automatically decides which garbage collector fits your pc best, according to the documents at least. You can force it to use a specific one though. If you set it to anything other than concurrent mark sweep, anything related like incremental mode will automatically disable. I guess you want to use G1 like you did before, so when you set XX:+UseG1GC, you don't really need to remove it.

I still use the old launcher myself to be honest, due to Twitch modpacks. (Since I use the latest Java 8 instead of Native Java, it makes Twitch use the old launcher to actually start minecraft with.)

Edit:

  On 8/16/2019 at 3:25 PM, pecha said:

so i tried changing the java minecraft uses but it wouldn't work because the new launcher wouldn't let me delete the cmsincrementalmode

Expand  

I looked into this. The new launcher doesn't add CMSIncrementalMode to new profiles.
Also, it's extremely strange that this prevented you from playing Minecraft. Hm...
Also, another sidenote. You set the new java version at Java Installation under Advanced. (next to the JVM Arguments).

Edited by Ruchia
Strangeness

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.