Jump to content

Recommended Posts

Posted

Hi. Thank you for reading.

Short version of the story:

 

  Reveal hidden contents

 

Long version of the story:

 

  Reveal hidden contents

 

 

Here is the install text file:

  Reveal hidden contents

 

I found the Insert Image button!

My%20Pictures

I see epic every time I look in the mirror!

Posted

I played with command prompt, doing what you told me, and this is what I got every time:

 

  Reveal hidden contents

 

I see epic every time I look in the mirror!

Posted

So, I tried opening and installing the non windows installer, and it was as if I opened the same one. Same load/download speed. Same interface. Same error. However I think it did advance a little farther this time as oppose to last.

I see epic every time I look in the mirror!

Posted

ALSO, (I know I'm replying to myself a lot...) I added the installer to my firewall exceptions list, same.

 

This is what it said word-for-word:

 

  Reveal hidden contents

 

I see epic every time I look in the mirror!

Posted

Just a few things about the command line I want to tell you, OP:

C:\Documents and Settings\USERNAME>C:\Documebts and Settings\USERNAME
\Desktop\java -Xmx2G -jar forge.jar
'C:\Documebts' is not recognized as an internal or external command,
operable program or batch file.

This doesn't work as the command line detects command/program and its parameters with a space in-between.

It'll try to execute the program

C:\Documebts.exe

, (or

.cmd

or

.bat

) with the parameters

and

,

Settings\USERNAME\Desktop\java

and so on.

You can quote the path however, to include spaces:

C:\Documents and Settings\USERNAME>"C:\Documents and Settings\USERNAME\Desktop\java" -Xmx2G -jar forge.jar

Also there's something else wrong with it, which I'll show you on another command of yours:

 

C:\Documents and Settings\USERNAME>Desktop\java -Xmx2G -jar forge.jar

This will NOT execute java in Desktop/ but rather tries to execute a java.exe lying on your Desktop. You java is in the

Program Files

folder. A correct Java install lets you do:

C:\Documents and Settings\USERNAME>java -Xmx2G -jar forge.jar

 

C:\Documents and Settings\USERNAME>Desktop

If you're trying to change the current command line directory, you do it with the

cd

command:

C:\Documents and Settings\USERNAME>cd Desktop

Otherwise, as I've said previously, it'll try to execute

Desktop.exe

(or

.cmd

or

.bat

)

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

  Quote

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Posted

What I tried:

-Right click the installer>click Create Shortcut>Right Click Shortcut>Click Properties>Copy ---Target>Paste in Command Prompt

-Same as first, Installer instead of Installer-Win

-Actually playing Minecraft 1.8 (Since I had not downloaded the 1.8 jar file yet)

All failed...

I see epic every time I look in the mirror!

Posted

Go to your desktop

Hold Shift

Right Click

Open Command Prompt Here

Type 'java -Xmx2G -jar forge.jar'

Done.

 

It should not be this hard to do a basic task like this.

If you need more help go ask the kid down your street or something.

 

Worst case if you still can't figure it out, you can find the library you are failing to decompress on maven {use google} and download it manually and stick it in the proper place in your libraries folder manually. Heres a hint the maven path is very predictable.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

When I open it via command prompt(The .jar version), it says; "C:\Documents and Settings\USERNAME\Desktop\Forge.jar is not a valid Win32 application."

 

This is what happened when I typed in the java -Xmx2G -jar forge.jar into the command prompt, it said;

  Reveal hidden contents

 

 

Open with Java does the same as it did before.

I see epic every time I look in the mirror!

Posted

It is named forge.jar.

 

I get a new error (Different Computer, I am pretty sure when I could install it on the last one, it had the same error.)

 

  Reveal hidden contents

 

I see epic every time I look in the mirror!

Posted

splash.properties does not appear. Only forge.cfg and forgeChunkLoading.cfg appears. Which do I alter?

 

P.S. It isn't old, It is just factory. I have never updated the graphics card. In fact, I have no idea how, and do not want to mess it up, which is why I never mess with updates.

 

I'll go check for splash.properties on the other computer.

 

Error on my windows XP (I got it installed! I used the latest version then the windows installer worked...)

 

---- Minecraft Crash Report ----

// Don't do that.

 

Time: 8/22/15 7:32 PM

Description: Initializing game

 

net.minecraft.client.renderer.StitcherException: Unable to fit: minecraft:blocks/lava_flow - size: 32x32 - Maybe try a lowerresolution resourcepack?

at net.minecraft.client.renderer.texture.Stitcher.func_94305_f(SourceFile:60)

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:252)

at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:83)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:98)

at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:29)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)

at net.minecraft.client.main.Main.main(SourceFile:120)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at net.minecraft.client.renderer.texture.Stitcher.func_94305_f(SourceFile:60)

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:252)

at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:83)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:98)

at net.minecraft.client.resources.model.ModelManager.func_110549_a(ModelManager.java:29)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:130)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:474)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)

at net.minecraft.client.main.Main.main(SourceFile:120)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

-- System Details --

Details:

Minecraft Version: 1.8

Operating System: Windows XP (x86) version 5.1

Java Version: 1.8.0_25, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

Memory: 100990096 bytes (96 MB) / 261341184 bytes (249 MB) up to 523501568 bytes (499 MB)

JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 3 mods loaded, 3 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)

UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1450.jar)

UCH Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450.jar)

Loaded coremods (and transformers):

GL info: ' Vendor: 'Intel' Version: '1.4.0 - Build 7.14.10.4926' Renderer: 'Intel 945GM'

Launched Version: 1.8-Forge11.14.3.1450

LWJGL: 2.9.1

OpenGL: Intel 945GM GL version 1.4.0 - Build 7.14.10.4926, Intel

GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.

Not using framebuffer objects because OpenGL 1.4 is not supported, EXT_blend_func_separate is supported, OpenGL 3.0 is not supported, ARB_framebuffer_object is not supported, and EXT_framebuffer_object is not supported.

Shaders are not available because OpenGL 2.1 is not supported, ARB_shader_objects is not supported, ARB_vertex_shader is not supported, and ARB_fragment_shader is not supported.

VBOs are available because ARB_vertex_buffer_object is supported.

 

Using VBOs: No

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs: []

Current Language: English (US)

Profiler Position: N/A (disabled)

I see epic every time I look in the mirror!

Posted

OMG IT WORKED! THANK YOU!!! Only on one PC though... Think you can come up with a crazy idea that magically fixes MY computer?

 

Just in case, I put the error in the crash report again.

 

  Reveal hidden contents

 

I see epic every time I look in the mirror!

Posted

The file it saved said this:

 

  Reveal hidden contents

 

I see epic every time I look in the mirror!

Posted

No, the latest build had the same result. Even took a leap across a canyon (Risk) and updated my graphics card.

 

I'm going to try the recommended build now...

 

Log notes:

(How come spoiler only works sometimes???)

 

  Reveal hidden contents

 

 

The Forge launcher 1504 works? No... I can't decide.

*It opens, however does not display the forge loading screen and opens as Minecraft 1.8. Help?

I see epic every time I look in the mirror!

Posted

Clean your internet cache and re-download 1504+ Also post the FML log not the crash log.,

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

Clearing Internet Cache did not work. What I tried:

  • Clearing Internet files, then reinstalling Forge 1503
  • Trying a clean install of Minecraft
  • Trying the recommended version and latest.

None worked. Also by the way, what's the FML Logs?

 

And ever since I installed forge (again), my Google Chrome does not work. I have to use Firefox.  :'( :'( :'( :'( :'( :'(

I see epic every time I look in the mirror!

Posted

Forge would not effect your chsome so if you cant use it you've got something else fucked up not us.

And try 1504+

The FML logs, are in your logs folder, and they have fml in the name -.-

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

Oh, sorry, I meant 1504, not 1503. If there is a later version than 1504, then I'll check.

 

I retrieved the FML logs. So easy to find that I feel stupid.

There are multiple, so I will paste them all (In a spoiler, duh!)

 

fml-client-latest

 

  Reveal hidden contents

 

 

fml-junk-earlystartup

 

  Reveal hidden contents

 

 

fml-client-1

 

  Reveal hidden contents

 

 

fml-client-2

 

  Reveal hidden contents

 

 

fml-logs-3

 

  Reveal hidden contents

 

 

My chrome is just stupid, it wasn't forge. I have reinstalled it twice now, this makes the third time. (First error; "Your preferances cannot be read...) Crome is crap but it's the best. Know what I mean???

I see epic every time I look in the mirror!

Posted

Oh my god! It is! I did click Download Recommended, so maybe it updated right when I clicked it, lol. Gonna try it now, and edit this post when I'm done.

 

EDIT: It launched just like the others. I'll paste the logs:

 

Minecraft Crash Log (Even though you said it's useless, just in case...)

 

  Reveal hidden contents

 

 

fml-client-latest (new)

 

  Reveal hidden contents

 

 

crash-2015-08-23_17.02.55-client

 

  Reveal hidden contents

 

I see epic every time I look in the mirror!

Posted

OMG THANK YOU!!!!! I HAD NO IDEA THIS WOULD FIX IT!!!!! I CHECKED AND HAD splash.properties AND GOT SUPER EXITED!!!!!

 

But why doesn't the loading screen work with my graphics? The loading screen is really cool...

I see epic every time I look in the mirror!

Posted
  On 8/23/2015 at 9:57 PM, Ethan Weegee said:

But why doesn't the loading screen work with my graphics? The loading screen is really cool...

 

Your graphics card is too old. It simply doesn't support the way the new loading screen does things.

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

  Quote

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

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.