Jump to content

Crash in NetBeans setup.


ManIkWeet

Recommended Posts

My setup:

New project.

Change Sources to /forge/mcp/src/minecraft/

Manually add all libraries.

Run options:

-Main Class: net.minecraft.launchwrapper.Launch

-Arguments: --version 1.6 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker

- VM Options: -Djava.library.path="../../MinecraftCoderPack/forge/mcp/jars/versions/1.6.2/1.6.2-natives/"

 

Minecraft opens up and then instantly crashes (the frame flashes), I get the following error:

 

 

jul 22, 2013 10:29:28 PM net.minecraft.launchwrapper.LogWrapper log

INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker

2013-07-22 22:29:28 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.35.801 for Minecraft 1.6.2 loading

2013-07-22 22:29:28 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_21, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jdk1.7.0_21\jre

2013-07-22 22:29:28 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

2013-07-22 22:29:28 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg

2013-07-22 22:29:28 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg

2013-07-22 22:29:29 [sEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work!

2013-07-22 22:29:29 [iNFO] [ForgeModLoader] Launching wrapped minecraft

2013-07-22 22:29:29 [iNFO] [Minecraft-Client] Setting user: Player443

2013-07-22 22:29:29 [iNFO] [Minecraft-Client] (Session ID is null)

2013-07-22 22:29:29 [iNFO] [sTDERR] java.lang.NullPointerException

2013-07-22 22:29:29 [iNFO] [sTDERR] at java.io.Reader.<init>(Reader.java:78)

2013-07-22 22:29:29 [iNFO] [sTDERR] at java.io.InputStreamReader.<init>(InputStreamReader.java:72)

2013-07-22 22:29:29 [iNFO] [sTDERR] at net.minecraft.stats.AchievementMap.<init>(AchievementMap.java:20)

2013-07-22 22:29:29 [iNFO] [sTDERR] at net.minecraft.stats.AchievementMap.<clinit>(AchievementMap.java:11)

2013-07-22 22:29:29 [iNFO] [sTDERR] at net.minecraft.stats.StatBase.registerStat(StatBase.java:64)

2013-07-22 22:29:29 [iNFO] [sTDERR] at net.minecraft.stats.StatBasic.registerStat(StatBasic.java:20)

2013-07-22 22:29:29 [iNFO] [sTDERR] at net.minecraft.stats.StatList.<clinit>(StatList.java:31)

2013-07-22 22:29:29 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:327)

2013-07-22 22:29:29 [iNFO] [sTDERR] at net.minecraft.client.main.Main.main(Main.java:77)

2013-07-22 22:29:29 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-07-22 22:29:29 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-07-22 22:29:29 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-07-22 22:29:29 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:601)

2013-07-22 22:29:29 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

2013-07-22 22:29:29 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

2013-07-22 22:29:30 [iNFO] [Minecraft-Client] LWJGL Version: 2.9.0

2013-07-22 22:29:30 [iNFO] [sTDERR] javax.imageio.IIOException: Can't read input file!

2013-07-22 22:29:30 [iNFO] [sTDERR] at javax.imageio.ImageIO.read(ImageIO.java:1301)

2013-07-22 22:29:30 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_110439_b(Minecraft.java:555)

2013-07-22 22:29:30 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:417)

2013-07-22 22:29:30 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

2013-07-22 22:29:30 [iNFO] [sTDERR] at net.minecraft.client.main.Main.main(Main.java:93)

2013-07-22 22:29:30 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-07-22 22:29:30 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-07-22 22:29:30 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-07-22 22:29:30 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:601)

2013-07-22 22:29:30 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

2013-07-22 22:29:30 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

2013-07-22 22:29:30 [WARNING] [Minecraft-Client] Unable to parse metadata section of resourcepack: Default

java.lang.NullPointerException

at java.io.Reader.<init>(Reader.java:78)

at java.io.InputStreamReader.<init>(InputStreamReader.java:72)

at net.minecraft.client.resources.AbstractResourcePack.func_110596_a(AbstractResourcePack.java:73)

at net.minecraft.client.resources.DefaultResourcePack.func_135058_a(DefaultResourcePack.java:97)

at net.minecraft.client.resources.LanguageManager.func_135043_a(LanguageManager.java:47)

at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:539)

at net.minecraft.client.Minecraft.startGame(Minecraft.java:462)

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

at net.minecraft.client.main.Main.main(Main.java:93)

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

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

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

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

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

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

2013-07-22 22:29:30 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default

2013-07-22 22:29:30 [iNFO] [sTDOUT]

2013-07-22 22:29:30 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-07-22 22:29:30 [WARNING] [Minecraft-Client] Failed to load texture: minecraft:textures/gui/title/mojang.png

java.io.FileNotFoundException: minecraft:textures/gui/title/mojang.png

at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:64)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:63)

at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:31)

at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:84)

at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:41)

at net.minecraft.client.Minecraft.loadScreen(Minecraft.java:640)

at net.minecraft.client.Minecraft.startGame(Minecraft.java:467)

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

at net.minecraft.client.main.Main.main(Main.java:93)

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

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

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

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

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

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

2013-07-22 22:29:30 [WARNING] [Minecraft-Client] Failed to load texture: minecraft:textures/font/ascii.png

java.io.FileNotFoundException: minecraft:textures/font/ascii.png

at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:64)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:63)

at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:31)

at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:84)

at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:41)

at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:106)

at net.minecraft.client.Minecraft.startGame(Minecraft.java:468)

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

at net.minecraft.client.main.Main.main(Main.java:93)

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

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

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

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

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

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

2013-07-22 22:29:30 [iNFO] [sTDOUT] ---- Minecraft Crash Report ----

2013-07-22 22:29:30 [iNFO] [sTDOUT] // Daisy, daisy...

2013-07-22 22:29:30 [iNFO] [sTDOUT]

2013-07-22 22:29:30 [iNFO] [sTDOUT] Time: 22-7-13 22:29

2013-07-22 22:29:30 [iNFO] [sTDOUT] Description: Initializing game

2013-07-22 22:29:30 [iNFO] [sTDOUT]

2013-07-22 22:29:30 [iNFO] [sTDOUT] java.lang.RuntimeException: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.gui.FontRenderer.readGlyphSizes(FontRenderer.java:224)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:140)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:468)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Method.java:601)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

2013-07-22 22:29:30 [iNFO] [sTDOUT] Caused by: java.io.FileNotFoundException: minecraft:font/glyph_sizes.bin

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:64)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:63)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.gui.FontRenderer.readGlyphSizes(FontRenderer.java:219)

2013-07-22 22:29:30 [iNFO] [sTDOUT] ... 10 more

2013-07-22 22:29:30 [iNFO] [sTDOUT]

2013-07-22 22:29:30 [iNFO] [sTDOUT]

2013-07-22 22:29:30 [iNFO] [sTDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:

2013-07-22 22:29:30 [iNFO] [sTDOUT] ---------------------------------------------------------------------------------------

2013-07-22 22:29:30 [iNFO] [sTDOUT]

2013-07-22 22:29:30 [iNFO] [sTDOUT] -- Head --

2013-07-22 22:29:30 [iNFO] [sTDOUT] Stacktrace:

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.gui.FontRenderer.readGlyphSizes(FontRenderer.java:224)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:140)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:468)

2013-07-22 22:29:30 [iNFO] [sTDOUT]

2013-07-22 22:29:30 [iNFO] [sTDOUT] -- Initialization --

2013-07-22 22:29:30 [iNFO] [sTDOUT] Details:

2013-07-22 22:29:30 [iNFO] [sTDOUT] Stacktrace:

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Method.java:601)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

2013-07-22 22:29:30 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

2013-07-22 22:29:30 [iNFO] [sTDOUT]

2013-07-22 22:29:30 [iNFO] [sTDOUT] -- System Details --

2013-07-22 22:29:30 [iNFO] [sTDOUT] Details:

2013-07-22 22:29:30 [iNFO] [sTDOUT] Minecraft Version: 1.6.2

2013-07-22 22:29:30 [iNFO] [sTDOUT] Operating System: Windows 7 (amd64) version 6.1

2013-07-22 22:29:30 [iNFO] [sTDOUT] Java Version: 1.7.0_21, Oracle Corporation

2013-07-22 22:29:30 [iNFO] [sTDOUT] Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

2013-07-22 22:29:30 [iNFO] [sTDOUT] Memory: 116025360 bytes (110 MB) / 161611776 bytes (154 MB) up to 1903296512 bytes (1815 MB)

2013-07-22 22:29:30 [iNFO] [sTDOUT] JVM Flags: 0 total;

2013-07-22 22:29:30 [iNFO] [sTDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

2013-07-22 22:29:30 [iNFO] [sTDOUT] Suspicious classes: FML and Forge are installed

2013-07-22 22:29:30 [iNFO] [sTDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

2013-07-22 22:29:30 [iNFO] [sTDOUT] FML:

2013-07-22 22:29:30 [iNFO] [sTDOUT] Launched Version: 1.6

2013-07-22 22:29:30 [iNFO] [sTDOUT] LWJGL: 2.9.0

2013-07-22 22:29:30 [iNFO] [sTDOUT] OpenGL: GeForce GTX 670/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation

2013-07-22 22:29:30 [iNFO] [sTDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'

2013-07-22 22:29:30 [iNFO] [sTDOUT] Type: Client (map_client.txt)

2013-07-22 22:29:30 [iNFO] [sTDOUT] Resource Pack: Default

2013-07-22 22:29:30 [iNFO] [sTDOUT] Current Language: ~~ERROR~~ NullPointerException: null

2013-07-22 22:29:30 [iNFO] [sTDOUT] Profiler Position: N/A (disabled)

2013-07-22 22:29:30 [iNFO] [sTDOUT] Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

2013-07-22 22:29:30 [iNFO] [sTDOUT] #@!@# Game crashed! Crash report saved to: #@!@# E:\Dropbox\Minecraft Modding\NetbeansProjects\Minecraft\.\crash-reports\crash-2013-07-22_22.29.30-client.txt

 

 

It looks like I am missing resources, but I have no clue how to add them.

Link to comment
Share on other sites

Managed to fix it:

Appearantly I needed to add "1.6.2.jar" to the libraries. Now the only thing missing is the nifty crafting bench icon for the window, I can live with that.

 

Edit: There are no sounds, any clue on how to fix that?

Edit2: I changed the working directory to "../../MinecraftCoderPack/forge/mcp/jars", everything works now.

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.