Jump to content

Recommended Posts

Posted

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.

Posted

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.

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Minecraft 1.21.4 requires a new model definition file for each item, which you don't have. These can be created through Data Generation, specifically the ModelProvider, BlockModelGenerators and ItemModelGenerators classes.
    • Hi,  I'm using Forge 47.3.0 for Minecraft 1.20.1 I apologise if this is obvious I am very new to modding for Minecraft. I sucessfully made a mod that launched without errors or crashes (without it doing anything) but in order to add the features I need, I need to add "Custom Portal API [Forge]" as a dependency. However no matter the way I've tried to acheive this, it crashes. I am pretty sure it's not the way I'm putting it in the repositories, the dependencies or the way I'm refrencing it, as I've a hundred diffrent combinations and multiple Maven methods. And on all those diffrent variations I still get this crash: pastebin.com/UhumzZCZ Any tips would be invaluable as I've been loosing my mind over this!
    • Hi, i'm really having problems trying to set the texture to my custom item. I thought i'm doing everything correctly, but all i see is the missing texture block for my item. I am trying this for over a week now and getting really frustrated. The only time i could make the texture work, was when i used an older Forge version (52.0.1) for Minecraft (1.21.4). Was there a fundamental change for textures and models somewhere between versions that i'm missing? I started with Forge 54.1.0 and had this problem, so in my frustration i tried many things: Upgrading to Forge 54.1.1, created multiple new projects, workspaces, redownloaded everything and setting things up multiple times, as it was suggested in an older thread. Therea are no errors in the console logs, but maybe i'm blind, so i pasted the console logs to pastebin anyway: https://pastebin.com/zAM8RiUN The only time i see an error is when i change the models JSON file to an incorrect JSON which makes sense and that suggests to me it is actually reading the JSON file.   I set the github repository to public, i would be so thankful if anyone could take a look and tell me what i did wrong: https://github.com/xLorkin/teleport_pug_forge   As a note: i'm pretty new to modding, this is my first mod ever. But i'm used to programming. I had some up and downs, but through reading the documentation, using google and experimenting, i could solve all other problems. I only started modding for Minecraft because my son is such a big fan and wanted this mod.
    • Please read the FAQ (link in orange bar at top of page), and post logs as described there.
    • Hello fellow Minecrafters! I recently returned to Minecraft and realized I needed a wiki that displays basic information easily and had great user navigation. That’s why I decided to build: MinecraftSearch — a site by a Minecraft fan, for Minecraft fans. Key Features So Far Straight-to-the-Point Info: No extra fluff; just the essentials on items, mobs, recipes, loot and more. Clean & Intuitive Layout: Easy navigation so you spend less time scrolling and more time playing. Optimized Search: Search for anything—items, mobs, blocks—and get results instantly. What I’m Thinking of Adding More data/information: Catch chances for fishing rod, traveling villager trades, biomes info and a lot more. The website is still under development and need a lot more data added. Community Contributions: Potential for user-uploaded tips for items/mobs/blocks in the future. Feature Requests Welcome: Your ideas could shape how the wiki evolves! You can see my roadmap at the About page https://minecraftsearch.com/about I’d love for you to check out MinecraftSearch and see if it helps you find the info you need faster. Feedback is crucial—I want to develop this further based on what the community needs most, so please let me know what you think. Thanks, and happy crafting!
  • Topics

×
×
  • Create New...

Important Information

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