bboylegend2 Posted June 20, 2014 Posted June 20, 2014 Hello guys,i really need help with something that i really cant find away around. ive checked all of the other tutorials on how to fix this but none work and this is my only option. i have 8Gb of ram firstly. when i start ther server and chance the settings in the launch.bat to: 'java -Xmx4G -Xms1G -jar Tekkit.jar nogui pause' it says that that it is an invalid maximum ram number and exceeds the maximum amount, this happenes for anything over this. anything under this E.G. 'java -Xmx2G -Xms1G -jar Tekkit.jar nogui pause' and it says that it could not reserve enough space,if anyone wants to help me and add me on skype its : bboylegend2 or just post in the replies , thanks
Discord Moderator plowmanplow Posted June 20, 2014 Discord Moderator Posted June 20, 2014 It sounds like you don't have the 64bit Java environment installed. Try uninstalling any Java listed in your Programs list in the control panel and then downloading and installing the latest build of Java 7 JRE 64bit and try again.
bboylegend2 Posted June 20, 2014 Author Posted June 20, 2014 im afraid that is not the case, i have java 64 bit installed,anything else?
Discord Moderator plowmanplow Posted June 20, 2014 Discord Moderator Posted June 20, 2014 (edited) Then you have something else going on with your Java installation. I just did a copy/paste with the command exactly from from your original post in this thread and it worked fine. Edit: Wait, are we talking Heap or Permgen? If the latter then you likely need to add this parameter to your command line: -XX:PermSize=128m or -XX:PermSize=256m I don't run a Tekkit server so I'm not sure if it needs 128m or 256m. Edited June 20, 2014 by plowmanplow
Discord Moderator plowmanplow Posted June 20, 2014 Discord Moderator Posted June 20, 2014 Use a file hosting site, or pastebin.com if it will fit, to provide your full FML server log and crash-report
bboylegend2 Posted June 20, 2014 Author Posted June 20, 2014 C:UsersBradleyDesktopother random gamesActual Good GamesTekkit Server>java -Xmx2G -Xms1G -jar Tekkit.jar nogui Error occurred during initialization of VM Could not reserve enough space for object heap Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. C:UsersBradleyDesktopother random gamesActual Good GamesTekkit Server>paus e Press any key to continue . . .
Discord Moderator plowmanplow Posted June 20, 2014 Discord Moderator Posted June 20, 2014 What is the full output of a "java -version" from the command line?
bboylegend2 Posted June 20, 2014 Author Posted June 20, 2014 command line? i need some help please )))
Discord Moderator plowmanplow Posted June 20, 2014 Discord Moderator Posted June 20, 2014 Google is your friend. Ask him how to "open command prompt in windows".
bboylegend2 Posted June 20, 2014 Author Posted June 20, 2014 C:UsersBradley>java -version java version "1.7.0_60" Java SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot Client VM (build 24.60-b09, mixed mode, sharing)
Discord Moderator plowmanplow Posted June 20, 2014 Discord Moderator Posted June 20, 2014 The output of the 64bit Java looks like this: java version "1.7.0_60" Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) Note the last line is different. Uninstall all the Java entries from your Programs in Control Panel and re-install the latest Java 7 64bit JRE for Windows (download it if you don't have it already). Take special care to get the 64bit version.
bboylegend2 Posted June 20, 2014 Author Posted June 20, 2014 okay ill do that,ill get back to you if it has worked
bboylegend2 Posted June 20, 2014 Author Posted June 20, 2014 it has worked! thank you so much friend! you've helped me so much1:!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now