Jump to content

Recommended Posts

Posted (edited)

my computer doesn't run the new forge version in the modpack I'd like to play. The launcher repeats the error:see picture

To fix the problem i was going to try to add: -Dforge.force.NoStencil=true 

i opened modpack.jar with 7zip and modifed the version.json file from:

 

"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userProperties ${user_properties} --userType ${user_type}  --tweakClass cpw.mods.fml.common.launcher.FMLTweaker",

 

to :

 

"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userProperties ${user_properties} --userType ${user_type} -Dforge.force.NoStencil=true --tweakClass cpw.mods.fml.common.launcher.FMLTweaker",

 

 

I sill have the same issue after replacing all the files, whats happening that im missing? 

Thanks

Edited by immadrpepper

Join the conversation

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

Guest
Reply to this topic...

×   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...