Jump to content

Forge Build 466 no common folder in src?


Chancebozey

Recommended Posts

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.

Link to comment
Share on other sites

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!!

Link to comment
Share on other sites

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!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

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.

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Make sure you have Optifine installed as a mod. Go into Options > Video Settings > Shaders > and then click the shader you want Make sure the shader.zip files are in the shaderpacks folder inside the minecraft folder
    • It sounds like you're probably registering the item in the wrong place, try looking at this tutorial for how to register items:  Forge Modding Tutorial - Minecraft 1.20: Custom Items & Creative Mode Tab | #2 This (free) tutorial series is excellent, by the way, and I'd highly recommend watching through some or all of the videos. There may also be an error in the code I showed above since I was in a hurry, but it should be enough for the general idea. I can't be more specific since I don't know exactly what you plan to do.
    • Realizing I was a victim of a scam was a devastating blow. My initial investment of $89,000, driven by dreams of financial success and the buzz surrounding a new cryptocurrency project, turned into a nightmare. The project promised high returns and rapid gains, attracting many eager investors like myself. However, as time passed and inconsistencies began to surface, it became evident that I had made a grave mistake by not thoroughly vetting the brokerage company handling the investment. Feeling anxious and betrayed, I desperately searched for a way to recover my funds. It was during this frantic search that I stumbled upon the Lee Ultimate Hacker tool through a Facebook post. With little left to lose, I decided to reach out to their team for help. To my relief, they were quick to respond and immediately started recovering my compromised email and regaining access to my cryptocurrency wallets. The team at Lee Ultimate Hacker was incredibly professional and transparent throughout the process. They meticulously traced the digital footprints left by the scammers, employing advanced technological methods to unravel the complex network that had ensnared my funds. Their expertise in cybersecurity and recovery strategies gradually began to turn the tide in my favor. Although the scammers had already siphoned off $30,000 worth of Bitcoin, Lee Ultimate Hacker was relentless in their pursuit. They managed to expose the fraudulent activities of the scam operators, revealing their identities and the mechanisms they used to lure investors. This exposure was crucial not only for my case but also as a warning to the wider community about the perils of unverified investment schemes. As we progressed, it became a race against time to retrieve the remaining $59,000 before the scammers could vanish completely. Each step forward was met with new challenges, as these criminals constantly shifted tactics and moved their digital assets to evade capture. Nonetheless, the determination and skill of the recovery team kept us hopeful. Throughout this ordeal, I learned the hard value of caution and due diligence in investment, especially within the volatile world of cryptocurrency. The experience has been incredibly taxing, both emotionally and financially, but the support and results provided by Lee Ultimate Hacker have been indispensable. The recovery process is ongoing, and while the final outcome remains uncertain, the progress made so far gives me hope. The battle to recover the full amount of my investment continues, and with the expertise of Lee Ultimate Hacker, I remain optimistic about the eventual recovery of my funds. Their commitment to their clients and proficiency in handling such complex cases truly sets them apart in the field of cyber recovery. LEEULTIMATEHACKER@ AOL. COM   Support @ leeultimatehacker . com.  telegram:LEEULTIMATE   wh@tsapp +1  (715) 314  -  9248     
    • Hi everyone. I’m excited to share my experience with CrackerWizard Recovery Firm. They helped me recover a substantial amount of crypto after falling victim to online scams disguised as Bitcoin investments. CrackerWizard’s exceptional service enabled me to retrieve my lost funds, despite the complex circumstances surrounding the case. With their dedicated team and advanced technology, they swiftly traced and recovered my assets. CrackerWizard is a reliable partner in the crypto world, highly recommended for anyone facing similar challenges. Contact them.
  • Topics

×
×
  • Create New...

Important Information

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