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



×
×
  • Create New...

Important Information

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