Jump to content

Minecraft Won't Open


Recommended Posts

With mods that add dimensions, in your case, aether and twilight forest, they can cause minecraft to crash/not load properly...if load at all. Try taking out one or the other and report back if you have any other issues. Also, from my experience, aether is a very buggy mod...at least the first one was, never really messed around with A2.

Edited by Hyper_Zero
Link to comment
Share on other sites

11 minutes ago, Hyper_Zero said:

With mods that add dimensions, in your case, aether and twilight forest, they can cause minecraft to crash/not load properly...if load at all. Try taking out one or the other and report back if you have any other issues. Also, from my experience, aether is a very buggy mod...at least the first one was, never really messed around with A2.

I removed a good amount of mods and it works now

 

Link to comment
Share on other sites

If you are referring to where you find the logs, this is described in the EAQ

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Hi, im having kinda the same problem. the forge.jar wont open. it starts but never shows up, not even on task manager. i've installed and uninstalled java like 5 times but still, it doesnt work. but other versions of forge are able to install.

Link to comment
Share on other sites

Please do no hijack threads, if you have an issue please make your own thread.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

On 7/20/2019 at 7:32 AM, diesieben07 said:

Post logs as described in the EAQ.

What launcher are you using (post a screenshot)?

How exactly did you install Forge?

Here are The Logs and I  Installed forge through the website [22:24:54] [main/INFO]: Loading tweak class name optifine.OptiFineTweaker
[22:24:54] [main/INFO]: Using primary tweak class name optifine.OptiFineTweaker
[22:24:54] [main/INFO]: Calling tweak class optifine.OptiFineTweaker
[22:24:54] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[22:24:54] [Client thread/INFO]: Setting user: Desert_Bender
[22:24:54] [Client thread/INFO]: (Session ID is token:cb0f7eeb28774f7b9dd1906a2938fc91:85821cdf90f942f3af6cda6ca10675c4)
[22:24:55] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.Attributes
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.ChunkWatchEvent$UnWatch
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.relauncher.CoreModManager
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.DimensionManager
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Pre
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$CameraSetup
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogColors
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.EventBus
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event$Result
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.ExtendedBlockState
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.FMLClientHandler
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.FMLCommonHandler
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: ady.getWaterColorMultiplier
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.addDestroyEffects
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.addHitEffects
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.canCreatureSpawn
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.canRenderInLayer
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.doesSideBlockRendering
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.getBedDirection
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.getExtendedState
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.getLightOpacity
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.getLightValue
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.hasTileEntity
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.isAir
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.isBed
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.isBedFoot
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: afh.isSideSolid
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: pk.canRiderInteract
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: pk.captureDrops
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: pk.capturedDrops
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: pk.shouldRenderInPass
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: pk.shouldRiderSit
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.ForgeEventFactory
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeHooks
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ForgeHooksClient
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: zw.getDurabilityForDisplay
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: zw.getModel
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: zw.onEntitySwing
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: zw.shouldCauseReequipAnimation
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: zw.showDurabilityBar
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: aak.getRecordResource
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeModContainer
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: pf.isCurativeItem
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: akw.canRenderBreaking
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: akw.getRenderBoundingBox
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: akw.hasFastRenderer
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: akw.shouldRenderInPass
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: bhc.preDrawBatch
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: bhc.drawBatch
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: bmv$b.preDraw
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: bmv$b.postDraw
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: adm.countEntities
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: adm.getPerWorldStorage
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: anm.getCloudRenderer
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: anm.getSkyRenderer
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: anm.getWeatherRenderer
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.GuiModList
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.IColoredBakedQuad
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.IExtendedBlockState
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.IRenderHandler
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ISmartBlockModel
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ItemModelMesherForge
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.pipeline.LightUtil
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.MinecraftForge
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.MinecraftForgeClient
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.ModContainer
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ModelLoader
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderBlockOverlayEvent$OverlayType
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.registry.RenderingRegistry
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderItemInFrameEvent
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Pre
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Post
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Pre
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Post
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
[22:24:55] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.WorldEvent$Load
[22:24:55] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla ***
[22:24:55] [Client thread/INFO]: LWJGL Version: 2.9.4
[22:24:56] [Client thread/INFO]: [OptiFine] 
[22:24:56] [Client thread/INFO]: [OptiFine] OptiFine_1.8.8_HD_U_I7
[22:24:56] [Client thread/INFO]: [OptiFine] Build: 20180404-110240
[22:24:56] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[22:24:56] [Client thread/INFO]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[22:24:56] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[22:24:56] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.4
[22:24:56] [Client thread/INFO]: [OptiFine] OpenGL: GeForce GTX 1070 Ti/PCIe/SSE2, version 4.6.0 NVIDIA 416.34, NVIDIA Corporation
[22:24:56] [Client thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
[22:24:56] [Client thread/INFO]: [OptiFine] Maximum texture size: 32768x32768
[22:24:56] [Thread-7/INFO]: [OptiFine] Checking for new version
[22:24:56] [Client thread/INFO]: [Shaders] ShadersMod version: 2.4.12
[22:24:56] [Client thread/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 416.34
[22:24:56] [Client thread/INFO]: [Shaders] Vendor:  NVIDIA Corporation
[22:24:56] [Client thread/INFO]: [Shaders] Renderer: GeForce GTX 1070 Ti/PCIe/SSE2
[22:24:56] [Client thread/INFO]: [Shaders] Capabilities:  2.0  2.1  3.0  3.2  4.0 
[22:24:56] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[22:24:56] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[22:24:56] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[22:24:56] [Client thread/INFO]: [Shaders] Load ShadersMod configuration.
[22:24:56] [Client thread/INFO]: [Shaders] Loaded shaderpack: (internal)
[22:24:56] [Thread-7/INFO]: [OptiFine] Version found: I7
[22:24:56] [Client thread/INFO]: Reloading ResourceManager: Default
[22:24:56] [Client thread/INFO]: [OptiFine] *** Reloading textures ***
[22:24:56] [Client thread/INFO]: [OptiFine] Resource packs: Default
[22:24:56] [Sound Library Loader/INFO]: Starting up SoundSystem...
[22:24:56] [Thread-8/INFO]: Initializing LWJGL OpenAL
[22:24:56] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[22:24:56] [Thread-8/INFO]: OpenAL initialized.
[22:24:57] [Sound Library Loader/INFO]: Sound engine started
[22:24:57] [Client thread/INFO]: [OptiFine] Mipmap levels: 4
[22:24:57] [Client thread/INFO]: [OptiFine] Multitexture: false
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
[22:24:57] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
[22:24:57] [Client thread/INFO]: [OptiFine] Multipass connected textures: false
[22:24:57] [Client thread/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[22:24:57] [Client thread/INFO]: Created: 1024x512 textures-atlas
[22:24:57] [Client thread/INFO]: [Shaders] allocateTextureMap 4 1024 512 
[22:24:58] [Client thread/INFO]: [OptiFine] *** Reloading custom textures ***
[22:24:58] [Client thread/INFO]: [OptiFine] Enable face culling: acacia_leaves, birch_leaves, dark_oak_leaves, jungle_leaves, oak_leaves, spruce_leaves
[22:25:04] [Client thread/INFO]: Connecting to def.skeppylovesflipflops.xyz., 25565
[22:25:06] [Client thread/INFO]: [Shaders] usedColorBuffers: 4
[22:25:06] [Client thread/INFO]: [Shaders] usedDepthBuffers: 1
[22:25:06] [Client thread/INFO]: [Shaders] usedShadowColorBuffers: 0
[22:25:06] [Client thread/INFO]: [Shaders] usedShadowDepthBuffers: 0
[22:25:06] [Client thread/INFO]: [Shaders] usedColorAttachs: 4
[22:25:06] [Client thread/INFO]: [Shaders] usedDrawBuffers: 1
[22:25:06] [Client thread/INFO]: [Shaders] Framebuffer created.
[22:25:06] [Client thread/INFO]: [Shaders] Reset world renderers
[22:25:07] [Client thread/INFO]: [CHAT] ----------------------------------------
[22:25:07] [Client thread/INFO]: [CHAT]             Welcome to InvadedLands
[22:25:07] [Client thread/INFO]: [CHAT] 
[22:25:07] [Client thread/INFO]: [CHAT] Website: https://invadedlands.net
[22:25:07] [Client thread/INFO]: [CHAT] Store: https://store.invadedlands.net
[22:25:07] [Client thread/INFO]: [CHAT] Discord: https://discord.invadedlands.net
[22:25:07] [Client thread/INFO]: [CHAT] Twitter: https://twitter.com/InvadedLands
[22:25:07] [Client thread/INFO]: [CHAT] ----------------------------------------
[22:25:07] [Client thread/INFO]: [Shaders] Reset model renderers
[22:25:19] [Client thread/INFO]: [CHAT] You've been added to the Survival queue.
[22:25:19] [Client thread/INFO]: [CHAT] You're now being sent to Survival.
[22:25:20] [Client thread/INFO]: [CHAT] 
[22:25:20] [Client thread/INFO]: [CHAT] 
[22:25:20] [Client thread/INFO]: [CHAT] Welcome Desert_Bender to Survival! (#34,688)
[22:25:24] [Client thread/INFO]: [CHAT] Messiaah: im calling skeppys rn
[22:25:24] [Client thread/INFO]: [CHAT] [Crates]: Smoreos is opening a Vote Chest.
[22:25:24] [Client thread/INFO]: [CHAT] DilPickle2007: go find somewhere and build
[22:25:25] [Client thread/INFO]: [CHAT] TheLoganGam3r: legit tho
[22:25:25] [Client thread/INFO]: [CHAT] Desert_Bender: bruh
[22:25:28] [Client thread/INFO]: [CHAT] [Legend] * f: can any one give me 200 claim blocks i can buy for 2k
[22:25:30] [Client thread/INFO]: [CHAT] Bamudes: :(
[22:25:30] [Client thread/INFO]: [CHAT] cutehorse237: how lol
[22:25:32] [Client thread/INFO]: [CHAT] kevinnito: fabio
[22:25:33] [Client thread/INFO]: [CHAT] [Immortal] oriongerstl: selling 3 cave spider spawners 250k each
[22:25:35] [Client thread/INFO]: [CHAT] ANIMEWOLF07: WHO IS USING HACKS
[22:25:36] [Client thread/INFO]: [CHAT] FabioGraphics: what
[22:25:39] [Client thread/INFO]: [CHAT] Messiaah: HE WAS FREAKING FLYING'
[22:25:42] [Client thread/INFO]: [CHAT] TrizbeeAUS: TP TO ME FOR XP FARM
[22:25:43] [Client thread/INFO]: [CHAT] Messiaah: BRUHZ
[22:25:44] [Client thread/INFO]: [CHAT] kevinnito: i cant get out
[22:25:44] [Client thread/INFO]: [CHAT] SuperBoi97: how do you run... lol I am so bad
[22:25:45] [Client thread/INFO]: [CHAT] Eternal12: sell 1 cave spider spawner 200k
[22:25:45] [Client thread/INFO]: [CHAT] RedKittenYT: do hostile mobs spawn?
[22:25:47] [Client thread/INFO]: [CHAT] Bamudes: wow
[22:25:47] [Client thread/INFO]: [CHAT]        
[22:25:48] [Client thread/INFO]: [CHAT] TrizbeeAUS: TP TO ME FOR XP FARM
[22:25:49] [Client thread/INFO]: [CHAT] Prevent grief!  If you claim your land, you will be grief-proof.
[22:25:49] [Client thread/INFO]: [CHAT] Click for Land Claim Help: bit.ly/mcgpuser
[22:25:50] [Client thread/INFO]: [CHAT] Messiaah: orion
[22:25:54] [Client thread/INFO]: [CHAT] Messiaah: give me money
[22:25:54] [Client thread/INFO]: [CHAT] [Immortal] oriongerstl: yes
[22:25:56] [Client thread/INFO]: [CHAT] [Legend] * f: can any one give me 200 claim blocks i can buy for 2k
[22:25:57] [Client thread/INFO]: [CHAT] ANIMEWOLF07: He's allowed to do that
[22:25:57] [Client thread/INFO]: [CHAT] [Immortal] oriongerstl: no
[22:25:58] [Client thread/INFO]: [CHAT] FabioGraphics: you just have to go upstairs
[22:25:59] [Client thread/INFO]: [CHAT] SantiCheddar: can someone give me some claim blocks?
[22:25:59] [Client thread/INFO]: [CHAT] [Vote] RubicsCube02 has voted and received a vote key and 100 claim blocks!
[22:26:04] [Client thread/INFO]: [CHAT] Messiaah: ill give you a spawner
[22:26:05] [Client thread/INFO]: [CHAT] --------------------------------------------------
[22:26:05] [Client thread/INFO]: [CHAT] You can vote for us here:
[22:26:05] [Client thread/INFO]: [CHAT] https://minecraftservers.org/server/513510
[22:26:05] [Client thread/INFO]: [CHAT] --------------------------------------------------
[22:26:10] [Client thread/INFO]: [CHAT] [Crates]: RubicsCube02 is opening a Vote Chest.
[22:26:10] [Client thread/INFO]: [CHAT] Welcome nathan0309 to Survival! (#34,689)
[22:26:11] [Client thread/INFO]: [CHAT] Messiaah: gvie me 10k
[22:26:15] [Client thread/INFO]: [CHAT] [Immortal] oriongerstl: for what
[22:26:15] [Client thread/INFO]: [CHAT] kevinnito: i want to get out
[22:26:16] [Client thread/INFO]: [CHAT] Messiaah: and ill give u a random spawner
[22:26:18] [Client thread/INFO]: [CHAT] [REACTION] Type 'XD' to win a prize!
[22:26:18] [Client thread/INFO]: [CHAT] Bamudes: who
[22:26:19] [Client thread/INFO]: [CHAT] SuperBoi97: can anyone tell me how to run
[22:26:19] [Client thread/INFO]: [CHAT] [Vote] Thank you for voting! You can use your key by doing /crates.
[22:26:19] [Client thread/INFO]: [CHAT] [Vote] Desert_Bender has voted and received a vote key and 100 claim blocks!
[22:26:20] [Client thread/INFO]: [CHAT] [REACTION] It took 2.1 seconds for Rigumberto to type 'XD'.
[22:26:20] [Client thread/INFO]: [CHAT] AsianPersuasian_: XD
[22:26:21] [Client thread/INFO]: [CHAT] x9_BrodifyYT: Xd
[22:26:23] [Client thread/INFO]: [CHAT] [Crates]: Desert_Bender is opening a Vote Chest.
[22:26:23] [Client thread/INFO]: [CHAT] JohnsonvilleF221: how do you allow people to use you suff on your claim
[22:26:24] [Client thread/INFO]: [CHAT] [Legend] * f: can any one give me 200 claim blocks i can buy for 2k
[22:26:26] [Client thread/INFO]: [CHAT] [Super] * SpecialYi: LETS KILL WITHERS
[22:26:26] [Client thread/INFO]: [CHAT] Bamudes: XD
[22:26:28] [Client thread/INFO]: [CHAT] JohnsonvilleF221: how do you allow people to use you suff on your claim
[22:26:28] [Client thread/INFO]: [CHAT] You just won an Vote Axe!
[22:26:31] [Client thread/INFO]: [CHAT] Messiaah: it is a suprise
[22:26:35] [Client thread/INFO]: [CHAT] [Super] * SpecialYi: f who r u?
[22:26:38] [Client thread/INFO]: [CHAT] Messiaah: ok pay fiirst
[22:26:38] [Client thread/INFO]: [CHAT] [Immortal] oriongerstl: selling 3 cave spider spawners 250k each
[22:26:39] [Client thread/INFO]: [CHAT] Sebisgarbage: Dill
[22:26:39] [Client thread/INFO]: [CHAT] Hockeyboy259: AYEEEE
[22:26:43] [Client thread/INFO]: [CHAT] JohnsonvilleF221: how do you allow people to use you suff on your claim
[22:26:43] [Client thread/INFO]: [CHAT] Ninjaryle: V
[22:26:48] [Client thread/INFO]: [CHAT] We are searching for a safe place for you to teleport you to!
[22:26:48] [Client thread/INFO]: [CHAT] You've been teleported to: -4251, 73, 5177.
[22:26:51] [Client thread/INFO]: [CHAT] Dovok: XD
[22:26:51] [Client thread/INFO]: [CHAT] [Super] * SpecialYi: JohnsonvilleF221 ./trust
[22:26:52] [Client thread/INFO]: [CHAT] You have to wait 6s before using that again!
[22:26:54] [Client thread/INFO]: [CHAT] [Super] * SpecialYi: JohnsonvilleF221 ./trust name
[22:26:55] [Client thread/INFO]: [CHAT] [Legend] * f: my name is iiturtle whats ur name
[22:26:59] [Client thread/INFO]: [CHAT] SantiCheddar: i buy 300 claim blocks for 3k
[22:27:00] [Client thread/INFO]: [CHAT] We are searching for a safe place for you to teleport you to!
[22:27:00] [Client thread/INFO]: [CHAT] You've been teleported to: -2056, 71, -3318.
[22:27:03] [Client thread/INFO]: [CHAT] xoxomorphe: what is itttt
[22:27:06] [Client thread/INFO]: [CHAT] [Elite] * Vibes: ./realname
[22:27:12] [Client thread/INFO]: Stopping!
[22:27:12] [Client thread/INFO]: SoundSystem shutting down...
[22:27:13] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com

 

my launcher is the most recent one, I cannot upload a picture all I get is -200

Link to comment
Share on other sites

Spoiler

[21:00:24] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[21:00:24] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[21:00:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[21:00:24] [main/INFO]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading
[21:00:24] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64
[21:00:24] [main/INFO]: Searching C:\Users\Ayden\AppData\Roaming\.minecraft\mods for mods
[21:00:24] [main/INFO]: Searching C:\Users\Ayden\AppData\Roaming\.minecraft\mods\1.12.2 for mods
[21:00:24] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from betterportals-0.1.6.jar
[21:00:24] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in CMDCam_v1.4.3_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:00:24] [main/WARN]: The coremod com.creativemd.cmdcam.transform.CamPatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:00:24] [main/WARN]: The coremod CamPatchingLoader (com.creativemd.cmdcam.transform.CamPatchingLoader) is not signed!
[21:00:24] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in colytra-1.12.2-1.2.0.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:00:24] [main/WARN]: The coremod c4.colytra.asm.ColytraLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:00:24] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in CreativeCore_v1.9.54_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:00:24] [main/WARN]: The coremod com.creativemd.creativecore.core.CreativePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:00:24] [main/WARN]: The coremod CreativePatchingLoader (com.creativemd.creativecore.core.CreativePatchingLoader) is not signed!
[21:00:24] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Farseek-1.12-2.3.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:00:24] [main/WARN]: The coremod farseek.core.FarseekCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:00:24] [main/WARN]: The coremod FarseekCoreMod (farseek.core.FarseekCoreMod) is not signed!
[21:00:24] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in HammerCore-1.12.2-2.0.4.7.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:00:24] [main/WARN]: The coremod com.creativemd.itemphysic.ItemPatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:00:24] [main/WARN]: The coremod ItemPatchingLoader (com.creativemd.itemphysic.ItemPatchingLoader) is not signed!
[21:00:24] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in MultiMine-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:00:24] [main/WARN]: The coremod atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:00:24] [main/WARN]: The coremod MMFMLCorePlugin (atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin) is not signed!
[21:00:24] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_E3.jar
[21:00:24] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:00:24] [main/INFO]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[21:00:24] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/C:/Users/Ayden/AppData/Roaming/.minecraft/mods/betterportals-0.1.6.jar Service=LaunchWrapper Env=CLIENT
[21:00:25] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker
[21:00:25] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:00:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:00:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:00:25] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker
[21:00:25] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[21:00:25] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
[21:00:25] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ClassTransformer
[21:00:25] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ZIP file: C:\Users\Ayden\AppData\Roaming\.minecraft\mods\OptiFine_1.12.2_HD_U_E3.jar
[21:00:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:25] [main/DEBUG]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
[21:00:25] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[21:00:25] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[21:00:25] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[21:00:25] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[21:00:25] [main/DEBUG]: Injection complete
[21:00:25] [main/DEBUG]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
[21:00:25] [main/DEBUG]: Running coremod plugin FMLCorePlugin
[21:00:26] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[21:00:26] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[21:00:26] [main/DEBUG]: Coremod plugin class FMLCorePlugin run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
[21:00:26] [main/DEBUG]: Running coremod plugin FMLForgePlugin
[21:00:26] [main/DEBUG]: Coremod plugin class FMLForgePlugin run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod CamPatchingLoader \{com.creativemd.cmdcam.transform.CamPatchingLoader\} class transformers
[21:00:26] [main/TRACE]: Registering transformer com.creativemd.cmdcam.transform.CamTransformer
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for CamPatchingLoader \{com.creativemd.cmdcam.transform.CamPatchingLoader\}
[21:00:26] [main/DEBUG]: Running coremod plugin CamPatchingLoader
[21:00:26] [main/DEBUG]: Coremod plugin class CamPatchingLoader run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod ColytraLoadingPlugin \{c4.colytra.asm.ColytraLoadingPlugin\} class transformers
[21:00:26] [main/TRACE]: Registering transformer c4.colytra.asm.ElytraTransformer
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for ColytraLoadingPlugin \{c4.colytra.asm.ColytraLoadingPlugin\}
[21:00:26] [main/DEBUG]: Running coremod plugin ColytraLoadingPlugin
[21:00:26] [main/DEBUG]: Coremod plugin class ColytraLoadingPlugin run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod CreativePatchingLoader \{com.creativemd.creativecore.core.CreativePatchingLoader\} class transformers
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for CreativePatchingLoader \{com.creativemd.creativecore.core.CreativePatchingLoader\}
[21:00:26] [main/DEBUG]: Running coremod plugin CreativePatchingLoader
[21:00:26] [main/DEBUG]: Coremod plugin class CreativePatchingLoader run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod HCASM \{com.zeitheron.hammercore.asm.HCASM\} class transformers
[21:00:26] [main/TRACE]: Registering transformer com.zeitheron.hammercore.asm.HammerCoreTransformer
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for HCASM \{com.zeitheron.hammercore.asm.HCASM\}
[21:00:26] [main/DEBUG]: Running coremod plugin HCASM
[21:00:26] [main/DEBUG]: Coremod plugin class HCASM run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod ItemPatchingLoader \{com.creativemd.itemphysic.ItemPatchingLoader\} class transformers
[21:00:26] [main/TRACE]: Registering transformer com.creativemd.itemphysic.ItemTransformer
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for ItemPatchingLoader \{com.creativemd.itemphysic.ItemPatchingLoader\}
[21:00:26] [main/DEBUG]: Running coremod plugin ItemPatchingLoader
[21:00:26] [main/DEBUG]: Coremod plugin class ItemPatchingLoader run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod MMFMLCorePlugin \{atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin\} class transformers
[21:00:26] [main/TRACE]: Registering transformer atomicstryker.multimine.common.fmlmagic.MMTransformer
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for MMFMLCorePlugin \{atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin\}
[21:00:26] [main/DEBUG]: Running coremod plugin MMFMLCorePlugin
[21:00:26] [main/DEBUG]: Coremod plugin class MMFMLCorePlugin run successfully
[21:00:26] [main/INFO]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[21:00:26] [main/INFO]: Compatibility level set to JAVA_8
[21:00:26] [main/INFO]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@48c3205a
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:00:26] [main/DEBUG]: Validating minecraft
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/INFO]: [farseek] Moving Farseek transformer after Sponge proxy
[21:00:26] [main/INFO]: [farseek] Excluding Farseek transformer from Sponge pre-mixin transformations
[21:00:26] [main/INFO]: [farseek] Re-enabling transformations on Sponge TrackingUtil
[21:00:26] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:00:26] [main/INFO]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:00:26] [main/INFO]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[21:00:26] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]: java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at de.johni0702.minecraft.betterportals.BetterPortalsMixinConfigPlugin.onLoad(BetterPortalsMixinConfigPlugin.kt)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at org.spongepowered.asm.mixin.transformer.MixinConfig.onSelect(MixinConfig.java:445)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.selectConfigs(MixinTransformer.java:608)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.select(MixinTransformer.java:570)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.checkSelect(MixinTransformer.java:548)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:451)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at java.lang.Class.forName0(Native Method)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at java.lang.Class.forName(Class.java:348)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:634]: Caused by: java.lang.ClassNotFoundException: kotlin.jvm.internal.Intrinsics
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:634]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:634]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:634]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:634]:     ... 15 more
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.NullPointerException
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:643]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:643]:     ... 17 more
[21:00:27] [main/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [cmdcam] Patched net.minecraft.client.entity.EntityPlayerSP ...
[21:00:27] [main/INFO]: [Colytra ASM] Preparing to transform EntityPlayerSP
[21:00:27] [main/INFO]: [Colytra ASM] Initiating transformation to method (Names [onLivingUpdate, func_70636_d, n] Descriptor ()V / ()V)
[21:00:27] [main/INFO]: [Colytra ASM] Found method, initiating patch...
[21:00:27] [main/INFO]: [Colytra ASM] Found target node for patching: INVOKEVIRTUAL bud.b (Lvl;)Laip;
[21:00:27] [main/INFO]: [Colytra ASM] Patch result: Success!
[21:00:27] [main/INFO]: A re-entrant transformer '$wrapper.c4.colytra.asm.ElytraTransformer' was detected and will no longer process meta class data
[21:00:27] [main/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.client.entity.EntityPlayerSP ...
[21:00:27] [main/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [cmdcam] Patched net.minecraft.client.renderer.EntityRenderer ...
[21:00:27] [main/INFO]: Transmorgrifying [net.minecraft.client.renderer.EntityRenderer]: addRainParticles
[21:00:27] [main/INFO]: func_78484_h()V: Found!
[21:00:27] [main/INFO]: Transmorgrified [net.minecraft.client.renderer.EntityRenderer]: addRainParticles
[21:00:27] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[21:00:27] [main/INFO]: [Colytra ASM] Preparing to transform EntityLivingBase
[21:00:27] [main/INFO]: [Colytra ASM] Initiating transformation to method (Names [onLivingUpdate, func_70636_d, n] Descriptor ()V / ()V)
[21:00:27] [main/INFO]: [Colytra ASM] Found method, initiating patch...
[21:00:27] [main/INFO]: [Colytra ASM] Found target node for patching: INVOKESPECIAL vp.r ()V
[21:00:27] [main/INFO]: [Colytra ASM] Patch result: Success!
[21:00:27] [main/INFO]: Transforming net.minecraft.entity.EntityLivingBase (vp)...
[21:00:27] [main/INFO]:   -Patching EntityLivingBase
[21:00:27] [main/INFO]:     -Modified method 'onItemUseFinish': added event call.
[21:00:27] [main/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [cmdcam] Patched net.minecraft.client.entity.EntityPlayerSP ...
[21:00:27] [main/INFO]: [Colytra ASM] Preparing to transform EntityPlayerSP
[21:00:27] [main/INFO]: [Colytra ASM] Initiating transformation to method (Names [onLivingUpdate, func_70636_d, n] Descriptor ()V / ()V)
[21:00:27] [main/INFO]: [Colytra ASM] Found method, initiating patch...
[21:00:27] [main/INFO]: [Colytra ASM] Found target node for patching: INVOKEVIRTUAL bud.b (Lvl;)Laip;
[21:00:27] [main/INFO]: [Colytra ASM] Patch result: Success!
[21:00:27] [main/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.client.entity.EntityPlayerSP ...
[21:00:27] [main/INFO]: Transforming net.minecraft.entity.EntityLivingBase (vp)...
[21:00:27] [main/INFO]:   -Patching EntityLivingBase
[21:00:27] [main/INFO]:     -Modified method 'onItemUseFinish': added event call.
[21:00:27] [main/INFO]: Transforming net.minecraftforge.client.ForgeHooksClient (net.minecraftforge.client.ForgeHooksClient)...
[21:00:27] [main/INFO]:   -Patching ForgeHooksClient
[21:00:27] [Client thread/INFO]: Setting user: Desert_Bender
[21:00:27] [Client thread/INFO]: Transmorgrifying [net.minecraft.item.Item]: Item Info Hook
[21:00:27] [Client thread/INFO]: Transmorgrified [net.minecraft.item.Item]: Item Info Hook
[21:00:28] [Client thread/INFO]: Transmorgrifying [net.minecraft.world.biome.Biome]: Biome Info Hook
[21:00:28] [Client thread/INFO]: Transmorgrified [net.minecraft.world.biome.Biome]: Biome Info Hook
[21:00:28] [Client thread/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...
[21:00:28] [Client thread/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...
[21:00:28] [Client thread/INFO]: Transmorgrifying [net.minecraft.block.state.BlockStateBase]: BlockStateBase Info Hook
[21:00:28] [Client thread/INFO]: Transmorgrified [net.minecraft.block.state.BlockStateBase]: BlockStateBase Info Hook
[21:00:28] [Client thread/INFO]: Transforming net.minecraft.tileentity.TileEntityLockableLoot (awa)...
[21:00:28] [Client thread/INFO]:   -Patching TileEntityLockableLoot
[21:00:28] [Client thread/INFO]:     -Modified method 'fillWithLoot': added 'withPlayer(player)' after 'withLuck(player.getLuck())'
[21:00:29] [Client thread/INFO]: Transmorgrifying [net.minecraft.entity.projectile.EntityArrow]: No Particles on Arrows
[21:00:29] [Client thread/INFO]: func_70071_h_()V: Found!
[21:00:29] [Client thread/INFO]: Transmorgrified [net.minecraft.entity.projectile.EntityArrow]: No Particles on Arrows
[21:00:30] [Client thread/INFO]: Transmorgrifying [net.minecraft.client.settings.GameSettings]: SoundCategory Additions
[21:00:30] [Client thread/INFO]: Transmorgrified [net.minecraft.client.settings.GameSettings]: SoundCategory Additions
[21:00:30] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
[21:00:30] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[21:00:30] [Client thread/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [cmdcam] Patched net.minecraft.client.renderer.EntityRenderer ...
[21:00:30] [Client thread/INFO]: Transmorgrifying [net.minecraft.client.renderer.EntityRenderer]: addRainParticles
[21:00:30] [Client thread/INFO]: func_78484_h()V: Found!
[21:00:30] [Client thread/INFO]: Transmorgrified [net.minecraft.client.renderer.EntityRenderer]: addRainParticles
[21:00:30] [Client thread/WARN]: @Redirect conflict. Skipping mixins.betterportals.json:MixinEntityRenderer_OF->@Redirect::redirect$createCamera$zzh000(Lnet/minecraft/client/renderer/culling/ClippingHelper;)Lnet/minecraft/client/renderer/culling/Frustum; with priority 1000, already redirected by mixins.betterportals.json:MixinEntityRenderer_NoOF->@Redirect::redirect$createCamera$zzg000()Lnet/minecraft/client/renderer/culling/Frustum; with priority 1000
[21:00:30] [Client thread/FATAL]: Mixin apply failed mixins.betterportals.json:MixinEntityRenderer_NoOF -> net.minecraft.client.renderer.EntityRenderer: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @Redirect ctor invocation was not found in net/minecraft/client/renderer/EntityRenderer::func_175068_a(IFJ)V
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Redirect ctor invocation was not found in net/minecraft/client/renderer/EntityRenderer::func_175068_a(IFJ)V
    at org.spongepowered.asm.mixin.injection.invoke.RedirectInjector.postInject(RedirectInjector.java:292) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:204) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:267) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1199) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:938) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:322) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724) [betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703) [betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509) [betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) [betterportals-0.1.6.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) [?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
    at net.optifine.reflect.Reflector.<clinit>(Reflector.java:158) [Reflector.class:?]
    at net.minecraft.client.settings.GameSettings.setForgeKeybindProperties(GameSettings.java:3452) [bid.class:?]
    at net.minecraft.client.settings.GameSettings.<init>(GameSettings.java:307) [bid.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:444) [bib.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [mixins.betterportals.json:MixinEntityRenderer_NoOF] from phase [DEFAULT] in config [mixins.betterportals.json] FAILED during APPLY
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinError(MixinTransformer.java:779)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinApplyError(MixinTransformer.java:732)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:513)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.optifine.reflect.Reflector.<clinit>(Reflector.java:158)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.client.settings.GameSettings.setForgeKeybindProperties(GameSettings.java:3452)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.client.settings.GameSettings.<init>(GameSettings.java:307)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:444)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.client.main.Main.main(SourceFile:123)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at java.lang.reflect.Method.invoke(Method.java:497)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]: Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Redirect ctor invocation was not found in net/minecraft/client/renderer/EntityRenderer::func_175068_a(IFJ)V
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.injection.invoke.RedirectInjector.postInject(RedirectInjector.java:292)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:204)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:267)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1199)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:938)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:322)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     ... 17 more
[21:00:30] [Client thread/ERROR]: Unable to launch
java.lang.reflect.InvocationTargetException: null
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.optifine.reflect.Reflector
    at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:138) ~[b.class:?]
    at net.minecraft.crash.CrashReport.<init>(CrashReport.java:54) ~[b.class:?]
    at net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:424) ~[b.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:382) ~[bib.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
    ... 6 more
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.Runtime.exit(Runtime.java:107)
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.System.exit(System.java:971)
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

Edited by DaemonUmbra
Link to comment
Share on other sites

When I attempt to launch forge it never starts, The launcher says its running but it never appears, even in task manager

 Im using the newset minecraft launcher and here is the logs

[21:00:24] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[21:00:24] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[21:00:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[21:00:24] [main/INFO]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading
[21:00:24] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64
[21:00:24] [main/INFO]: Searching C:\Users\Ayden\AppData\Roaming\.minecraft\mods for mods
[21:00:24] [main/INFO]: Searching C:\Users\Ayden\AppData\Roaming\.minecraft\mods\1.12.2 for mods
[21:00:24] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from betterportals-0.1.6.jar
[21:00:24] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in CMDCam_v1.4.3_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:00:24] [main/WARN]: The coremod com.creativemd.cmdcam.transform.CamPatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:00:24] [main/WARN]: The coremod CamPatchingLoader (com.creativemd.cmdcam.transform.CamPatchingLoader) is not signed!
[21:00:24] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in colytra-1.12.2-1.2.0.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:00:24] [main/WARN]: The coremod c4.colytra.asm.ColytraLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:00:24] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in CreativeCore_v1.9.54_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:00:24] [main/WARN]: The coremod com.creativemd.creativecore.core.CreativePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:00:24] [main/WARN]: The coremod CreativePatchingLoader (com.creativemd.creativecore.core.CreativePatchingLoader) is not signed!
[21:00:24] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Farseek-1.12-2.3.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:00:24] [main/WARN]: The coremod farseek.core.FarseekCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:00:24] [main/WARN]: The coremod FarseekCoreMod (farseek.core.FarseekCoreMod) is not signed!
[21:00:24] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in HammerCore-1.12.2-2.0.4.7.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:00:24] [main/WARN]: The coremod com.creativemd.itemphysic.ItemPatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:00:24] [main/WARN]: The coremod ItemPatchingLoader (com.creativemd.itemphysic.ItemPatchingLoader) is not signed!
[21:00:24] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in MultiMine-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:00:24] [main/WARN]: The coremod atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:00:24] [main/WARN]: The coremod MMFMLCorePlugin (atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin) is not signed!
[21:00:24] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_E3.jar
[21:00:24] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:00:24] [main/INFO]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[21:00:24] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/C:/Users/Ayden/AppData/Roaming/.minecraft/mods/betterportals-0.1.6.jar Service=LaunchWrapper Env=CLIENT
[21:00:25] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker
[21:00:25] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:00:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:00:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:00:25] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker
[21:00:25] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[21:00:25] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
[21:00:25] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ClassTransformer
[21:00:25] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ZIP file: C:\Users\Ayden\AppData\Roaming\.minecraft\mods\OptiFine_1.12.2_HD_U_E3.jar
[21:00:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:25] [main/DEBUG]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
[21:00:25] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[21:00:25] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[21:00:25] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[21:00:25] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[21:00:25] [main/DEBUG]: Injection complete
[21:00:25] [main/DEBUG]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
[21:00:25] [main/DEBUG]: Running coremod plugin FMLCorePlugin
[21:00:26] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[21:00:26] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[21:00:26] [main/DEBUG]: Coremod plugin class FMLCorePlugin run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
[21:00:26] [main/DEBUG]: Running coremod plugin FMLForgePlugin
[21:00:26] [main/DEBUG]: Coremod plugin class FMLForgePlugin run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod CamPatchingLoader \{com.creativemd.cmdcam.transform.CamPatchingLoader\} class transformers
[21:00:26] [main/TRACE]: Registering transformer com.creativemd.cmdcam.transform.CamTransformer
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for CamPatchingLoader \{com.creativemd.cmdcam.transform.CamPatchingLoader\}
[21:00:26] [main/DEBUG]: Running coremod plugin CamPatchingLoader
[21:00:26] [main/DEBUG]: Coremod plugin class CamPatchingLoader run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod ColytraLoadingPlugin \{c4.colytra.asm.ColytraLoadingPlugin\} class transformers
[21:00:26] [main/TRACE]: Registering transformer c4.colytra.asm.ElytraTransformer
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for ColytraLoadingPlugin \{c4.colytra.asm.ColytraLoadingPlugin\}
[21:00:26] [main/DEBUG]: Running coremod plugin ColytraLoadingPlugin
[21:00:26] [main/DEBUG]: Coremod plugin class ColytraLoadingPlugin run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod CreativePatchingLoader \{com.creativemd.creativecore.core.CreativePatchingLoader\} class transformers
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for CreativePatchingLoader \{com.creativemd.creativecore.core.CreativePatchingLoader\}
[21:00:26] [main/DEBUG]: Running coremod plugin CreativePatchingLoader
[21:00:26] [main/DEBUG]: Coremod plugin class CreativePatchingLoader run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod HCASM \{com.zeitheron.hammercore.asm.HCASM\} class transformers
[21:00:26] [main/TRACE]: Registering transformer com.zeitheron.hammercore.asm.HammerCoreTransformer
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for HCASM \{com.zeitheron.hammercore.asm.HCASM\}
[21:00:26] [main/DEBUG]: Running coremod plugin HCASM
[21:00:26] [main/DEBUG]: Coremod plugin class HCASM run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod ItemPatchingLoader \{com.creativemd.itemphysic.ItemPatchingLoader\} class transformers
[21:00:26] [main/TRACE]: Registering transformer com.creativemd.itemphysic.ItemTransformer
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for ItemPatchingLoader \{com.creativemd.itemphysic.ItemPatchingLoader\}
[21:00:26] [main/DEBUG]: Running coremod plugin ItemPatchingLoader
[21:00:26] [main/DEBUG]: Coremod plugin class ItemPatchingLoader run successfully
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/DEBUG]: Injecting coremod MMFMLCorePlugin \{atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin\} class transformers
[21:00:26] [main/TRACE]: Registering transformer atomicstryker.multimine.common.fmlmagic.MMTransformer
[21:00:26] [main/DEBUG]: Injection complete
[21:00:26] [main/DEBUG]: Running coremod plugin for MMFMLCorePlugin \{atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin\}
[21:00:26] [main/DEBUG]: Running coremod plugin MMFMLCorePlugin
[21:00:26] [main/DEBUG]: Coremod plugin class MMFMLCorePlugin run successfully
[21:00:26] [main/INFO]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[21:00:26] [main/INFO]: Compatibility level set to JAVA_8
[21:00:26] [main/INFO]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@48c3205a
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:00:26] [main/DEBUG]: Validating minecraft
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:00:26] [main/INFO]: [farseek] Moving Farseek transformer after Sponge proxy
[21:00:26] [main/INFO]: [farseek] Excluding Farseek transformer from Sponge pre-mixin transformations
[21:00:26] [main/INFO]: [farseek] Re-enabling transformations on Sponge TrackingUtil
[21:00:26] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:00:26] [main/INFO]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[21:00:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:00:26] [main/INFO]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[21:00:26] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]: java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at de.johni0702.minecraft.betterportals.BetterPortalsMixinConfigPlugin.onLoad(BetterPortalsMixinConfigPlugin.kt)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at org.spongepowered.asm.mixin.transformer.MixinConfig.onSelect(MixinConfig.java:445)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.selectConfigs(MixinTransformer.java:608)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.select(MixinTransformer.java:570)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.checkSelect(MixinTransformer.java:548)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:451)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at java.lang.Class.forName0(Native Method)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at java.lang.Class.forName(Class.java:348)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
[21:00:26] [main/INFO]: [org.spongepowered.asm.mixin.transformer.MixinConfig:onSelect:448]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:634]: Caused by: java.lang.ClassNotFoundException: kotlin.jvm.internal.Intrinsics
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:634]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:634]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:634]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:634]:     ... 15 more
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.NullPointerException
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:643]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[21:00:26] [main/INFO]: [java.lang.Throwable:printStackTrace:643]:     ... 17 more
[21:00:27] [main/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [cmdcam] Patched net.minecraft.client.entity.EntityPlayerSP ...
[21:00:27] [main/INFO]: [Colytra ASM] Preparing to transform EntityPlayerSP
[21:00:27] [main/INFO]: [Colytra ASM] Initiating transformation to method (Names [onLivingUpdate, func_70636_d, n] Descriptor ()V / ()V)
[21:00:27] [main/INFO]: [Colytra ASM] Found method, initiating patch...
[21:00:27] [main/INFO]: [Colytra ASM] Found target node for patching: INVOKEVIRTUAL bud.b (Lvl;)Laip;
[21:00:27] [main/INFO]: [Colytra ASM] Patch result: Success!
[21:00:27] [main/INFO]: A re-entrant transformer '$wrapper.c4.colytra.asm.ElytraTransformer' was detected and will no longer process meta class data
[21:00:27] [main/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.client.entity.EntityPlayerSP ...
[21:00:27] [main/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [cmdcam] Patched net.minecraft.client.renderer.EntityRenderer ...
[21:00:27] [main/INFO]: Transmorgrifying [net.minecraft.client.renderer.EntityRenderer]: addRainParticles
[21:00:27] [main/INFO]: func_78484_h()V: Found!
[21:00:27] [main/INFO]: Transmorgrified [net.minecraft.client.renderer.EntityRenderer]: addRainParticles
[21:00:27] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[21:00:27] [main/INFO]: [Colytra ASM] Preparing to transform EntityLivingBase
[21:00:27] [main/INFO]: [Colytra ASM] Initiating transformation to method (Names [onLivingUpdate, func_70636_d, n] Descriptor ()V / ()V)
[21:00:27] [main/INFO]: [Colytra ASM] Found method, initiating patch...
[21:00:27] [main/INFO]: [Colytra ASM] Found target node for patching: INVOKESPECIAL vp.r ()V
[21:00:27] [main/INFO]: [Colytra ASM] Patch result: Success!
[21:00:27] [main/INFO]: Transforming net.minecraft.entity.EntityLivingBase (vp)...
[21:00:27] [main/INFO]:   -Patching EntityLivingBase
[21:00:27] [main/INFO]:     -Modified method 'onItemUseFinish': added event call.
[21:00:27] [main/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [cmdcam] Patched net.minecraft.client.entity.EntityPlayerSP ...
[21:00:27] [main/INFO]: [Colytra ASM] Preparing to transform EntityPlayerSP
[21:00:27] [main/INFO]: [Colytra ASM] Initiating transformation to method (Names [onLivingUpdate, func_70636_d, n] Descriptor ()V / ()V)
[21:00:27] [main/INFO]: [Colytra ASM] Found method, initiating patch...
[21:00:27] [main/INFO]: [Colytra ASM] Found target node for patching: INVOKEVIRTUAL bud.b (Lvl;)Laip;
[21:00:27] [main/INFO]: [Colytra ASM] Patch result: Success!
[21:00:27] [main/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.client.entity.EntityPlayerSP ...
[21:00:27] [main/INFO]: Transforming net.minecraft.entity.EntityLivingBase (vp)...
[21:00:27] [main/INFO]:   -Patching EntityLivingBase
[21:00:27] [main/INFO]:     -Modified method 'onItemUseFinish': added event call.
[21:00:27] [main/INFO]: Transforming net.minecraftforge.client.ForgeHooksClient (net.minecraftforge.client.ForgeHooksClient)...
[21:00:27] [main/INFO]:   -Patching ForgeHooksClient
[21:00:27] [Client thread/INFO]: Setting user: Desert_Bender
[21:00:27] [Client thread/INFO]: Transmorgrifying [net.minecraft.item.Item]: Item Info Hook
[21:00:27] [Client thread/INFO]: Transmorgrified [net.minecraft.item.Item]: Item Info Hook
[21:00:28] [Client thread/INFO]: Transmorgrifying [net.minecraft.world.biome.Biome]: Biome Info Hook
[21:00:28] [Client thread/INFO]: Transmorgrified [net.minecraft.world.biome.Biome]: Biome Info Hook
[21:00:28] [Client thread/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...
[21:00:28] [Client thread/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...
[21:00:28] [Client thread/INFO]: Transmorgrifying [net.minecraft.block.state.BlockStateBase]: BlockStateBase Info Hook
[21:00:28] [Client thread/INFO]: Transmorgrified [net.minecraft.block.state.BlockStateBase]: BlockStateBase Info Hook
[21:00:28] [Client thread/INFO]: Transforming net.minecraft.tileentity.TileEntityLockableLoot (awa)...
[21:00:28] [Client thread/INFO]:   -Patching TileEntityLockableLoot
[21:00:28] [Client thread/INFO]:     -Modified method 'fillWithLoot': added 'withPlayer(player)' after 'withLuck(player.getLuck())'
[21:00:29] [Client thread/INFO]: Transmorgrifying [net.minecraft.entity.projectile.EntityArrow]: No Particles on Arrows
[21:00:29] [Client thread/INFO]: func_70071_h_()V: Found!
[21:00:29] [Client thread/INFO]: Transmorgrified [net.minecraft.entity.projectile.EntityArrow]: No Particles on Arrows
[21:00:30] [Client thread/INFO]: Transmorgrifying [net.minecraft.client.settings.GameSettings]: SoundCategory Additions
[21:00:30] [Client thread/INFO]: Transmorgrified [net.minecraft.client.settings.GameSettings]: SoundCategory Additions
[21:00:30] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
[21:00:30] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[21:00:30] [Client thread/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [cmdcam] Patched net.minecraft.client.renderer.EntityRenderer ...
[21:00:30] [Client thread/INFO]: Transmorgrifying [net.minecraft.client.renderer.EntityRenderer]: addRainParticles
[21:00:30] [Client thread/INFO]: func_78484_h()V: Found!
[21:00:30] [Client thread/INFO]: Transmorgrified [net.minecraft.client.renderer.EntityRenderer]: addRainParticles
[21:00:30] [Client thread/WARN]: @Redirect conflict. Skipping mixins.betterportals.json:MixinEntityRenderer_OF->@Redirect::redirect$createCamera$zzh000(Lnet/minecraft/client/renderer/culling/ClippingHelper;)Lnet/minecraft/client/renderer/culling/Frustum; with priority 1000, already redirected by mixins.betterportals.json:MixinEntityRenderer_NoOF->@Redirect::redirect$createCamera$zzg000()Lnet/minecraft/client/renderer/culling/Frustum; with priority 1000
[21:00:30] [Client thread/FATAL]: Mixin apply failed mixins.betterportals.json:MixinEntityRenderer_NoOF -> net.minecraft.client.renderer.EntityRenderer: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @Redirect ctor invocation was not found in net/minecraft/client/renderer/EntityRenderer::func_175068_a(IFJ)V
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Redirect ctor invocation was not found in net/minecraft/client/renderer/EntityRenderer::func_175068_a(IFJ)V
    at org.spongepowered.asm.mixin.injection.invoke.RedirectInjector.postInject(RedirectInjector.java:292) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:204) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:267) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1199) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:938) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:322) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353) ~[betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724) [betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703) [betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509) [betterportals-0.1.6.jar:?]
    at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) [betterportals-0.1.6.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) [?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
    at net.optifine.reflect.Reflector.<clinit>(Reflector.java:158) [Reflector.class:?]
    at net.minecraft.client.settings.GameSettings.setForgeKeybindProperties(GameSettings.java:3452) [bid.class:?]
    at net.minecraft.client.settings.GameSettings.<init>(GameSettings.java:307) [bid.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:444) [bib.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [mixins.betterportals.json:MixinEntityRenderer_NoOF] from phase [DEFAULT] in config [mixins.betterportals.json] FAILED during APPLY
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinError(MixinTransformer.java:779)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinApplyError(MixinTransformer.java:732)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:513)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.optifine.reflect.Reflector.<clinit>(Reflector.java:158)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.client.settings.GameSettings.setForgeKeybindProperties(GameSettings.java:3452)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.client.settings.GameSettings.<init>(GameSettings.java:307)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:444)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.client.main.Main.main(SourceFile:123)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at java.lang.reflect.Method.invoke(Method.java:497)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[21:00:30] [Client thread/INFO]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]: Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Redirect ctor invocation was not found in net/minecraft/client/renderer/EntityRenderer::func_175068_a(IFJ)V
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.injection.invoke.RedirectInjector.postInject(RedirectInjector.java:292)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:204)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:267)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1199)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:938)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:322)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
[21:00:30] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:634]:     ... 17 more
[21:00:30] [Client thread/ERROR]: Unable to launch
java.lang.reflect.InvocationTargetException: null
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.optifine.reflect.Reflector
    at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:138) ~[b.class:?]
    at net.minecraft.crash.CrashReport.<init>(CrashReport.java:54) ~[b.class:?]
    at net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:424) ~[b.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:382) ~[bib.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
    ... 6 more
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.Runtime.exit(Runtime.java:107)
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.System.exit(System.java:971)
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[21:00:30] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

 

Link to comment
Share on other sites

Read the installation instructions for your mods, at least one of them requires a mod that you're missing.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Merged all 3 of your threads about your issue, please do not do this again.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.