Jump to content

Question

Posted (edited)

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

1 answer to this question

Recommended Posts

  • 0
  • Forum Administrators
Posted (edited)
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...