Windows .exe RAM not being allocated to minecraft

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Ashzification

New Member
Jul 29, 2019
7,425
1
0
I posted them earlier and Eyamaz and I couldn't figure it out.
Here is the most recent crash:
CrashLog http://pastebin.com/LS3TzYDh
ConsoleLog http://pastebin.com/2fuZFMFD

Most Crashes:
Console http://pastebin.com/jc4QCcAy
MC Log http://pastebin.com/hHmfwfLL

I will attempt to find the log from a couple of days ago and post if found.
Oh, and sorry I didn't make a PasteBin acct. I just made one and will re-post logs if needed.
Update Java. Then try adding
-XX:MaxHeapSize=512m
to the additional java parameters under options/advanced options.
 

Queue

New Member
Jul 29, 2019
341
0
0
Sure, but point i made with your last attempt was most likely causing more potential problems, than fixing them. You should be trying to set the slider to 2GB, be it working or not, it's what should work best. A little more than that and you can get into problems, as my post describes. By problems, it could mean something like Java itself ignoring your command to add it more memory than it can handle?

But more importantly, you should post link to the pastebin of the console log, as Ashzi said.

Thank you, I will do that, however the issue remains. I think that it might be a hardware issue (AMD Drivers with the RAM, that came up on StackOverflow but honestly that makes no sense. I think a fresh install of Win7 would be best :([DOUBLEPOST=1388365306][/DOUBLEPOST]
Update Java. Then try adding
-XX:MaxHeapSize=512m
to the additional java parameters under options/advanced options.
Thanks Ashley, will try that.

Edit: Forgot to say here (in my original post I detailed this) that this isn't just a Monster issue. It is for ALL packs, mainly Monster, Horizons, and RR. (I came here after the RR guys couldn't help)
I thought that if we could isolate the issue in Monster I could apply it elsewhere.
 
Last edited:

Ashzification

New Member
Jul 29, 2019
7,425
1
0
Thank you, I will do that, however the issue remains. I think that it might be a hardware issue (AMD Drivers with the RAM, that came up on StackOverflow but honestly that makes no sense. I think a fresh install of Win7 would be best :(
Ok, lets get one thing straight.
If you have a hardware issue reinstalling windows won't fix it.
 

Queue

New Member
Jul 29, 2019
341
0
0

GamerTeranz

New Member
Jul 29, 2019
19
0
0
Unless your game has corrupted your operating system, you will never have to reinstall the OS to get a game to work.
.
Now, I need both of you to post your console logs to pastebin and link them
http://forum.feed-the-beast.com/threads/your-logs-and-you-what-you-need-to-know.36509/
^info on logs.

Log 1, direwolf 20 1.6.4: http://pastebin.com/5rHN9ED6 (2 gbs of ram in launcher, no extra paramenters and it doesnt load the main menu)
Log 1 Magic World 2 1.6.4 http://pastebin.com/5uXp4Udg (2 gbs of ram in launcher, no extra paramenters and it loaded the world but then it crashed)
If you want more logs just ask
 

Ashzification

New Member
Jul 29, 2019
7,425
1
0
Original post:
http://forum.feed-the-beast.com/thr...-windows-7-install-monster.37277/#post-511359[DOUBLEPOST=1388365837][/DOUBLEPOST]

Sorry for the confusion, lot of posts to get straight.
The hardware issue was an idea brought up on the StackOverflow forum, and I thought that may have to do with it, but I still think it is a Java issue.
Your problem is not the same as the OP.
Log 1, direwolf 20 1.6.4: http://pastebin.com/5rHN9ED6 (2 gbs of ram in launcher, no extra paramenters and it doesnt load the main menu)
Log 1 Magic World 2 1.6.4 http://pastebin.com/5uXp4Udg (2 gbs of ram in launcher, no extra paramenters and it loaded the world but then it crashed)
If you want more logs just ask
The magic World log isn't valid, I need to see it as it contains the crash.
 

Greevir

New Member
Jul 29, 2019
422
0
1
and why is -Xmx in your java arguments twice?

Code:
JVM Flags: 4 total; -Xms256M -Xmx2048M -XX:PermSize=256m -Xmx512M
 

GamerTeranz

New Member
Jul 29, 2019
19
0
0
@Eyamaz Have you seen this OOM crash before? It's new to me


I'd suggest adding more RAM. Call for help has been made ;)
That's the problem I can't. Its not allocating them ram[DOUBLEPOST=1388572436][/DOUBLEPOST]
and why is -Xmx in your java arguments twice?

Code:
JVM Flags: 4 total; -Xms256M -Xmx2048M -XX:PermSize=256m -Xmx512M
It might be because I tried to allocate ram to javaa itself while in search of the solution
 

NEXUS2345

New Member
Jul 29, 2019
185
0
0
GC overhead limit exceeded, GC stands for garbage collector which clears unused class files out of the remaining RAM allocated. What appears to be happening is that the GC is running, but then running out of memory and crashing the client. The reason the GC is running in the first place is because there isn't enough free RAM or they have manually added the GC jvm arguments.
 

GamerTeranz

New Member
Jul 29, 2019
19
0
0
GC overhead limit exceeded, GC stands for garbage collector which clears unused class files out of the remaining RAM allocated. What appears to be happening is that the GC is running, but then running out of memory and crashing the client. The reason the GC is running in the first place is because there isn't enough free RAM or they have manually added the GC jvm arguments.
Where would I be able to check for GC JVM arguments?
 

NEXUS2345

New Member
Jul 29, 2019
185
0
0
In this case, it seems to be running automatically, due to there not being enough RAM for it to use for the game. There is no way to disable it if so unless you increase the RAM allocation somehow.
 

GamerTeranz

New Member
Jul 29, 2019
19
0
0
In this case, it seems to be running automatically, due to there not being enough RAM for it to use for the game. There is no way to disable it if so unless you increase the RAM allocation somehow.
Well I have 6gb of ram on my PC so its not the lack of ram but the way its distributed through out my pc
 

UniZero

Popular Member
Oct 3, 2012
3,406
310
124
Scotland, UK
Are you still showing the 455mb of ram allocated. If so then follow the path below to see if there is a java entry there.

control panel --> system & security --> system --> advanced system settings --> environment variables

Is there a java entry listed in the system variables section. The variable there is maybe overwriting every other java flag.
 
  • Like
Reactions: Ashzification

GamerTeranz

New Member
Jul 29, 2019
19
0
0
Are you still showing the 455mb of ram allocated. If so then follow the path below to see if there is a java entry there.

control panel --> system & security --> system --> advanced system settings --> environment variables

Is there a java entry listed in the system variables section. The variable there is maybe overwriting every other java flag.
I deleted the _Java_Options yet there is no change in the ram allocation
 

GamerTeranz

New Member
Jul 29, 2019
19
0
0
control panel --> programs --> java --> java --> view.

Is there anything in there regarding arguments about ram.

What was the entry that was in system variables?
My mistake! Your first method worked I just had to restart my pc! Thank you so much and thanks to everyone that tried helping. Great community! Love you guys!
 
Status
Not open for further replies.