Posted December 20, 201212 yr Decompiled Forge Build 466 for mc1.4.6 to update my mod. Opened the src folder to transfer my mod files over but there isn't a common folder there only a minecraft folder. Am I missing something. I deleted everything and started over again but the result was the same. Thank you for your help.
December 20, 201212 yr The common folder has been moved inside the minecraft folder. There's an EAQ for a reason. Read it! "Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998 First rule of bug reports: More information is always better. Oh, and logs OR IT DIDN'T HAPPEN!!
December 20, 201212 yr I'm having the very same problem! Here's my Project explorer in Eclipse I really have no clue what to do... Someone, please help!
December 20, 201212 yr It's meant to be that way, src and common have been merged starting with build #444 Protip: try and find answers yourself before asking on the forum. It's pretty likely that there is an answer. Was I helpful? Give me a thank you! http://bit.ly/HZ03zy[/img] Tired of waiting for mods to port to bukkit? use BukkitForge! (now with a working version of WorldEdit!)
December 21, 201212 yr src, or you link in a new source folder. Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
December 21, 201212 yr Not sure if it was posted anywhere... but why was the src and common folders merged? Mostly curious besides all the extra workload of setting up all imports =/ Which in any case gives me an excuse to do some Import clean up http://i715.photobucket.com/albums/ww155/JadeKnightblazer/AsgardShieldBannermain.png[/img]
December 21, 201212 yr Because it was a artifact of when we were decompiling both the client and server, now that we no longer do that it isn't needed. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
December 21, 201212 yr Author Thank you. Well I spent several hours fixing all import errors but I did remove all the ones I was not using. When I tried to run the client in Eclipse I get the following error: ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 12/20/12 9:19 PM Description: Updating screen events java.lang.NullPointerException at net.minecraft.client.audio.SoundManager.playStreaming(SoundManager.java:263) at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:2083) at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:2019) at net.minecraft.client.Minecraft.launchIntegratedServer(Minecraft.java:1936) at net.minecraft.client.gui.GuiCreateWorld.actionPerformed(GuiCreateWorld.java:288) at net.minecraft.client.gui.GuiScreen.mouseClicked(GuiScreen.java:127) at net.minecraft.client.gui.GuiCreateWorld.mouseClicked(GuiCreateWorld.java:444) at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:206) at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:180) at net.minecraft.client.Minecraft.runTick(Minecraft.java:1507) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:842) at net.minecraft.client.Minecraft.run(Minecraft.java:767) at java.lang.Thread.run(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.client.audio.SoundManager.playStreaming(SoundManager.java:263) at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:2083) at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:2019) at net.minecraft.client.Minecraft.launchIntegratedServer(Minecraft.java:1936) at net.minecraft.client.gui.GuiCreateWorld.actionPerformed(GuiCreateWorld.java:288) at net.minecraft.client.gui.GuiScreen.mouseClicked(GuiScreen.java:127) at net.minecraft.client.gui.GuiCreateWorld.mouseClicked(GuiCreateWorld.java:444) at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:206) at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:180) -- Affected screen -- Details: Screen name: net.minecraft.client.gui.GuiMainMenu Stacktrace: at net.minecraft.client.Minecraft.runTick(Minecraft.java:1507) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:842) at net.minecraft.client.Minecraft.run(Minecraft.java:767) at java.lang.Thread.run(Unknown Source) -- System Details -- Details: Minecraft Version: 1.4.6 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_09, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 825138824 bytes (786 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v7.25 FML v4.6.7.508 Minecraft Forge 6.5.0.466 4 mods loaded, 4 mods active mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available WitchesandMore [Witches and More....] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available LWJGL: 2.4.2 OpenGL: AMD Radeon HD 6800 Series GL version 4.2.11931 Compatibility Profile Context, ATI Technologies Inc. Is Modded: Definitely; Client brand changed to 'forge,fml' Type: Client (map_client.txt) Texture Pack: Default Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null Am I missing some files? Thank you again for your help.
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.