Jump to content
  • 0

RAM / Java error


MrDarqu

Question

When i try to launch mod pack i have error in console. In options of mod pack i have 64 bit java and 4 gb ram.

[B#347] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[B#347] SLF4J: Defaulting to no-operation (NOP) logger implementation
[B#347] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[B#347] File version.json not found in C:\Users\user\AppData\Roaming\.technic\modpacks\hexxit\bin\modpack.jar

and next it happend

[B#347]  Error occurred during initialization of VM
[B#347]  Initial heap size set to a larger value than the maximum heap size
[B#347]  Picked up _JAVA_OPTIONS: -Xmx512m
[B#347] Analytics Response [runModpack]: 200
[B#347] Starting download of 552552.png?1443082685, with 3 tries remaining
 it automaticly give me 512 mb ram :/ and i cant run any modpack 

when i try to fix it i have that in console

http://pastebin.com/YHhDnJP4

Edited by MrDarqu
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
  • Forum Administrators
1 hour ago, MrDarqu said:

When i try to launch mod pack i have error in console. In options of mod pack i have 64 bit java and 4 gb ram.

[B#347] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[B#347] SLF4J: Defaulting to no-operation (NOP) logger implementation
[B#347] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[B#347] File version.json not found in C:\Users\user\AppData\Roaming\.technic\modpacks\hexxit\bin\modpack.jar

and next it happend

[B#347]  Error occurred during initialization of VM
[B#347]  Initial heap size set to a larger value than the maximum heap size
[B#347]  Picked up _JAVA_OPTIONS: -Xmx512m
[B#347] Analytics Response [runModpack]: 200
[B#347] Starting download of 552552.png?1443082685, with 3 tries remaining
 it automaticly give me 512 mb ram :/ and i cant run any modpack 

when i try to fix it i have that in console

http://pastebin.com/YHhDnJP4

It seems you have Java settings that are being stored in your OS, which are interfering with theTechnic launcher.

1.) Close the Technic launcher. Do not leave it running!

2.) Please download this file: http://download.uskarian.net/technic/clearJavaEnvVars.bat

3.) Right Click on the file you just downloaded

4.) Click on Run as Administrator

5.) Make sure the script ran successfully

6.) Press any key to close the script

7.) Start the launcher again.

Contents of file:

::kill any currently running java processes
taskkill /f /im javaw.exe
::override user set java variables messing with launcher
::Clears the system variable _JAVA_OPTIONS
setx _JAVA_OPTIONS "" /m
::Clears the local variable _JAVA_OPTIONS
setx _JAVA_OPTIONS ""
::To let you know if it failed or was successful. Just press esc or enter.
pause
Edited by Lord Ptolemy
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...