Jump to content

Crashing.


Aiiys

Recommended Posts

Dunno what I'm doing wrong.

Followed a handful of different tutorials, read FAQs

I dunno. Can someone tell me what's wrong?

Or direct me to someone that can?

 

Crash report if it's relevant

 

---- Minecraft Crash Report ----

// Why did you do that?

 

Time: 3/25/16 1:24 AM

Description: Initializing game

 

java.lang.IllegalAccessError: tried to access field net.minecraftforge.client.event.GuiOpenEvent.gui from class com.minimap.events.Events

at com.minimap.events.Events.guiOpen(Events.java:76)

at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_Events_guiOpen_GuiOpenEvent.invoke(.dynamic)

at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)

at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)

at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:924)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:523)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)

at net.minecraft.client.main.Main.main(SourceFile:124)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at com.minimap.events.Events.guiOpen(Events.java:76)

at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_Events_guiOpen_GuiOpenEvent.invoke(.dynamic)

at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)

at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)

at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:924)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:523)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)

at net.minecraft.client.main.Main.main(SourceFile:124)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

-- System Details --

Details:

Minecraft Version: 1.9

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.8.0_25, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 179020336 bytes (170 MB) / 442761216 bytes (422 MB) up to 1060372480 bytes (1011 MB)

JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP 9.23 Powered by Forge 12.16.0.1809 4 mods loaded, 4 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)

UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1809-1.9.jar)

UCHIJA Forge{12.16.0.1809} [Minecraft Forge] (forge-1.9-12.16.0.1809-1.9.jar)

UCHIJA XaeroMinimap{1.8.5.1} [Xaero's Minimap] (Xaeros_Minimap_1.8.5.1_Forge_1.9.jar)

Loaded coremods (and transformers):

GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1065.0' Renderer: 'AMD Radeon HD 8510G'

Launched Version: 1.9-forge1.9-12.16.0.1809-1.9

LWJGL: 2.9.4

OpenGL: AMD Radeon HD 8510G GL version 4.5.13399 Compatibility Profile Context 15.200.1065.0, ATI Technologies Inc.

GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.

Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.

Shaders are available because OpenGL 2.1 is supported.

VBOs are available because OpenGL 1.5 is supported.

 

Using VBOs: No

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs: BoxCraft 1.9

Current Language: English (UK)

Profiler Position: N/A (disabled)

CPU: 4x AMD A8-5545M APU with Radeon HD Graphics

 

Link to comment
Share on other sites

java.lang.IllegalAccessError: tried to access field net.minecraftforge.client.event.GuiOpenEvent.gui from class com.minimap.events.Events

  at com.minimap.events.Events.guiOpen(Events.java:76)

  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_Events_guiOpen_GuiOpenEvent.invoke(.dynamic)

  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)

  at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)

  at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:924)

  at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:523)

  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)

  at net.minecraft.client.main.Main.main(SourceFile:124)

 

Xaero's Minimap needs to be updated to work with Forge 1.9-12.16.0.1805-1.9 and newer.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

java.lang.IllegalAccessError: tried to access field net.minecraftforge.client.event.GuiOpenEvent.gui from class com.minimap.events.Events

  at com.minimap.events.Events.guiOpen(Events.java:76)

  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_Events_guiOpen_GuiOpenEvent.invoke(.dynamic)

  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)

  at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)

  at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:924)

  at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:523)

  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)

  at net.minecraft.client.main.Main.main(SourceFile:124)

 

Xaero's Minimap needs to be updated to work with Forge 1.9-12.16.0.1805-1.9 and newer.

ur a magic code wizard thank you

One of my biggest peeves is not knowing why things are going wrong

guess this one is out of my control, anyway.

Link to comment
Share on other sites

ur a magic code wizard thank you

One of my biggest peeves is not knowing why things are going wrong

guess this one is out of my control, anyway.

 

If you're interested in the technical details:

 

The

GuiOpenEvent#gui

field was previously public, but it was changed to a private field with a public getter method in Forge 1.9-12.16.0.1805-1.9. Since the field is private, it can no longer be accessed directly; the getter method must be used instead.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

ur a magic code wizard thank you

One of my biggest peeves is not knowing why things are going wrong

guess this one is out of my control, anyway.

 

If you're interested in the technical details:

 

The

GuiOpenEvent#gui

field was previously public, but it was changed to a private field with a public getter method in Forge 1.9-12.16.0.1805-1.9. Since the field is private, it can no longer be accessed directly; the getter method must be used instead.

I dunno what that means

 

Also, this same error happens for any mod I try to install, so I dunno what's goin on

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.



×
×
  • Create New...

Important Information

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