Jump to content

Done Loading Freeze Upon Installation


Intellexi

Recommended Posts

I read every thread I could find on this topic, but I didn't find anything that helped.

 

Every time I try to install Forge, I get the infamous Done Loading freeze.  I've tried using the latest version of Forge (6.6.1.527) and the recommended version (6.6.0.497).  I'm using Minecraft 1.4.7 on a Mac.

 

Here's what I'm doing:

I go my bin folder, and change "minecraft.jar" to "minecraft.zip".  I expand the zip file and open the folder.  After downloading Forge, I expand the zip file, and open the folder.  I copy everything inside the Forge folder and paste it into the Minecraft folder, telling it to replace the files with the same name.  I delete META-INF.  After that, I compress the file, and rename it back to "minecraft.jar". 

 

I don't know how to access any logs I have that would help, so if there are any you need to see, instructions would be appreciated.  Thanks!

 

EDIT: Sorry, I forgot to mention-- my minecraft.jar is completely unmodded to start out with.  No MCPatcher.

Link to comment
Share on other sites

It actually doesn't matter, as forge ships the edited version of that class (aux) with an underscore in front of the name, and loads that over the vanilla version.

But yes, extracting your jar on windows is stupid.

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.

Link to comment
Share on other sites

There is a batch file in the eaq, use that

 

I'm using Minecraft 1.4.7 on a Mac.

 

In the update to the rules/EAQ thread, it says that on Mac/Linux, instead of using a batch file to get a crash log:

 

Mac/Linux users can simply run your Minecraft launcher from terminal:

Code: [select]

 

java -cp minecraft.jar net.minecraft.LauncherFrame

 

To be perfectly honest, I don't know how to do that.  I googled it to no avail.

Link to comment
Share on other sites

luacs: The method described in the EAQ for Mac does not work. Adapting the Windows batch script failed as well:

 

[spoiler=EAQ Method]

Last login: Mon Feb 18 16:46:13 on ttys000

<Computer-Name>:~ <username>$ cd ~/Library/Application\ Support/minecraft/bin

<Computer-Name>:bin <username>$ java -cp minecraft.jar net.minecraft.LauncherFrame

Exception in thread "main" java.lang.NoClassDefFoundError:net/minecraft/LauncherFrame

Caused by: java.lang.ClassNotFoundException: net.minecraft.LauncherFrame

at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

<Computer-Name>:bin <username>$ java -cp minecraft.jar net.minecraft.client.Minecraft

Exception in thread "main" java.lang.NoClassDefFoundError:org/lwjgl/LWJGLException

Caused by: java.lang.ClassNotFoundException: org.lwjgl.LWJGLException

at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

 

 

 

[spoiler=Batch Script Attempt]

Last login: Mon Feb 18 16:43:49 on ttys000

<Computer-Name>:~ <username>$ cd ~/Library/Application\ Support/minecraft/bin

<Computer-Name>:bin <username>$ java -Xincgc -Xmx1024m -cp minecraft.jar:lwjgl.jar:lwjgl_util.jar:jinput.jar -Djava.library.path="~/Library/Application\ Support/minecraft/bin/natives" net.minecraft.client.Minecraft

Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758)

at java.lang.Runtime.loadLibrary0(Runtime.java:823)

at java.lang.System.loadLibrary(System.java:1045)

at org.lwjgl.Sys$1.run(Sys.java:72)

at java.security.AccessController.doPrivileged(Native Method)

at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)

at org.lwjgl.Sys.loadLibrary(Sys.java:81)

at org.lwjgl.Sys.<clinit>(Sys.java:98)

at net.minecraft.client.Minecraft.F(SourceFile:1976)

at net.minecraft.client.Minecraft.main(SourceFile:1564)

 

 

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

I have the exactly same problem, but I have a mac. I am new to minecraft forge, so could you please explain in simple terms.

 

I have a Mac also.

 

I finally figured out how to look at the log on my console.  Does this help at all?

 

 

2/22/13 9:15:53.802 PM com.apple.launchd.peruser.501[135]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[5804]) Exited with code: 255

2/22/13 9:16:40.711 PM Locum[6337]: Connection with distnoted server was invalidated

2/22/13 9:19:43.093 PM Locum[6364]: Connection with distnoted server was invalidated

2/22/13 9:20:53.962 PM mdworker[6325]: zip importer encountered an error (2) scanning "/Users/Lizi/Library/Application Support/minecraft/bin/minecraft.zip".

 

 

 

Hmm... I just did a test where I made the .jar a .zip, expanded it, compressed it, and made it a .jar again, without actually modifying it.  It did the same thing, so I suppose that process is the problem.

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

    • Hi, I want to make a client-only mod, everything is ok, but when I use shaders, none of the textures rendered in RenderLevelStageEvent nor the crow entity model are rendered, I want them to be visible, because it's a horror themed mod Here is how i render the crow model in the CrowEntityRenderer<CrowEntity>, by the time i use this method, i know is not the right method but i don't think this is the cause of the problem, the renderType i'm using is entityCutout @Override public void render(CrowEntity p_entity, float entityYaw, float partialTick, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight) { super.render(p_entity, entityYaw, partialTick, poseStack, bufferSource, packedLight); ClientEventHandler.getClient().crow.renderToBuffer(poseStack, bufferSource.getBuffer(ClientEventHandler.getClient().crow .renderType(TEXTURE)), packedLight, OverlayTexture.NO_OVERLAY, Utils.rgb(255, 255, 255)); } Here renderLevelStage @Override public void renderWorld(RenderLevelStageEvent e) { horrorEvents.draw(e); } Here is how i render every event public void draw(RenderLevelStageEvent e) { for (HorrorEvent event : currentHorrorEvents) { event.tick(e.getPartialTick()); event.draw(e); } } Here is how i render the crow model on the event @Override public void draw(RenderLevelStageEvent e) { if(e.getStage() == RenderLevelStageEvent.Stage.AFTER_ENTITIES) { float arcProgress = getArcProgress(0.25f); int alpha = (int) Mth.lerp(arcProgress, 0, 255); int packedLight = LevelRenderer.getLightColor(Minecraft.getInstance().level, blockPos); VertexConsumer builder = ClientEventHandler.bufferSource.getBuffer(crow); Crow<CreepyBirdHorrorEvent> model = ClientEventHandler .getClient().crow; model.setupAnim(this); RenderHelper.renderModelInWorld(model, position, offset, e.getCamera(), e.getPoseStack(), builder, packedLight, OverlayTexture.NO_OVERLAY, alpha); builder = ClientEventHandler.bufferSource.getBuffer(eyes); RenderHelper.renderModelInWorld(model, position, offset, e.getCamera(), e.getPoseStack(), builder, 15728880, OverlayTexture.NO_OVERLAY, alpha); } } How i render the model public static void renderModelInWorld(Model model, Vector3f pos, Vector3f offset, Camera camera, PoseStack matrix, VertexConsumer builder, int light, int overlay, int alpha) { matrix.pushPose(); Vec3 cameraPos = camera.getPosition(); double finalX = pos.x - cameraPos.x + offset.x; double finalY = pos.y - cameraPos.y + offset.y; double finalZ = pos.z - cameraPos.z + offset.z; matrix.pushPose(); matrix.translate(finalX, finalY, finalZ); matrix.mulPose(Axis.XP.rotationDegrees(180f)); model.renderToBuffer(matrix, builder, light, overlay, Utils .rgba(255, 255, 255, alpha)); matrix.popPose(); matrix.popPose(); } Thanks in advance
    • Here's the link: https://mclo.gs/7L5FibL Here's the link: https://mclo.gs/7L5FibL
    • Also the mod "Connector Extras" modifies Reach-entity-attributes and can cause fatal errors when combined with ValkrienSkies mod. Disable this mod and continue to use Syntra without it.
    • Hi everyone. I was trying modify the vanilla loot of the "short_grass" block, I would like it drops seeds and vegetal fiber (new item of my mod), but I don't found any guide or tutorial on internet. Somebody can help me?
    • On 1.20.1 use ValkrienSkies mod version 2.3.0 Beta 1. I had the same issues as you and it turns out the newer beta versions have tons of unresolved incompatibilities. If you change the version you will not be required to change the versions of eureka or any other additions unless prompted at startup. This will resolve Reach-entity-attributes error sound related error and cowardly errors.
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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