Anyways, this is pretty sweet! Why can't Notch and Jeb just add this themselves already? :/
notch? add something more than a handful of users give a crap about? preposterous!
Notch would never do such a thing :tongue.gif:
--Next Update Comes---
Notch: "I've decided to add McPatcher to Minecraft"
Me: "God Dammit"
thanks for this btw. :biggrin.gif:
exception in thread "main" java.lang.noclassdeffounderror: Mcpatcher-2/0/0-beta3/jar
caused by : java.lang.ClassNotFoundException: mcpatcher-2.0.0-beta3.jar
at java.net.URLClassLoader$1.run(Unknown Source)
at Java.security.access.AccessController.doPrivileged(Native method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(unknown Source)
at sun.msc.Launcher$AppClassLoader.loadClass(unknown Source)
could not find the main class: mcpatcher-2.0.0-beta3.jar program will exit
When you launch the program, there is supposed to be a log window that pops up, if not it means that it isn't even executing correctly.
[/quote][/quote]
Ok. I download. get a .jar file. double click..nothing.... ok so I make a batch file to run it. java.exe mcpatcher.....jar, then puase so I can read what happens. I don't know any of this. So I type out what it says and post it here. hoping you know what it means. do you? Aslo I changed it into a .exe file. it tels me this wont' work on 64bit system? The previous patcher that comes as an exe works like a charm. Why is this one in .jar. I'm not that smart. But I need the new patcher to ger my compas finder working >.>. please look at the error and tell me what i tmeans if you can. if not what I need to actually do to get an error you can read.
MCPatcher version is 2.0.0-beta3
OS: Windows 7 6.1 x86
JVM: Sun Microsystems Inc. 1.6.0_24 (32 bit)
Minecraft version is 1.4 (md5 d30b33f46341d6edb3d4160997d2d656)
Analyzing C:\Users\User\AppData\Roaming\.minecraft\bin\minecraft-1.4.jar (750 files)
...
2 available mods:
[ NO] HD Textures 1.0 - Provides support for texture packs of 32x32, 64x64, 128x128, and 256x256.
multiple classes matched GameSettings: is is
[YES] HD Font 1.0 - Provides support for higher resolution fonts.
...
java.util.zip.ZipException: duplicate entry: gp.class
at java.util.zip.ZipOutputStream.putNextEntry(Unknown Source)
at java.util.jar.JarOutputStream.putNextEntry(Unknown Source)
at com.pclewis.mcpatcher.MCPatcher.applyMods(MCPatcher.java:474)
at com.pclewis.mcpatcher.MCPatcher.patch(MCPatcher.java:198)
at com.pclewis.mcpatcher.MainForm$6$PatchThread.run(MainForm.java:176)
at java.lang.Thread.run(Unknown Source)
Somehow your minecraft.jar got multiple entries for is.class. My guess is you installed a mod by dragging files into minecraft.jar, but whatever software you used to do it adds duplicate entries to zip files and is broken. About all I can do is detect this situation better and show the "Corrupt Jar File" error dialog.
Try this: Extract this minecraft.jar to an empty folder somewhere and then create a new jar from that without duplicate entries.
Quote from Skittcat »
got an error everytime I try running this
exception in thread "main" java.lang.noclassdeffounderror: Mcpatcher-2/0/0-beta3/jar
caused by : java.lang.ClassNotFoundException: mcpatcher-2.0.0-beta3.jar
at java.net.URLClassLoader$1.run(Unknown Source)
at Java.security.access.AccessController.doPrivileged(Native method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(unknown Source)
at sun.msc.Launcher$AppClassLoader.loadClass(unknown Source)
could not find the main class: mcpatcher-2.0.0-beta3.jar program will exit
There must be something wrong with your file associations because you should be able to simply double-click it. Since you made a batch file already, change the command to
java -jar mcpatcher-2.0.0-beta3.jar
The -jar is important. The error you're getting is what I'd expect to see without it.
Quote from Br000ka »
so ahh just to clarify what exactly is the new jar file it creates? (minecraft-1.4_01)
It is a backup of your original minecraft.jar, which the patcher makes the first time you patch a new version of the game. The Unpatch button just copies this backup over the output.
Quote from Fusnax »
Is this mod compatible with Glsl Mod?
Everytime i run the Glsl patcher the game doesn't run
I've been able to run GLSL with 1.4_01 and beta3. These are the steps I used:
1. Make sure you start with a fresh minecraft.jar. Redownload it if you have to.
2. Delete minecraft-1.4_01.jar in the bin folder also.
3. Run the GLSL patcher.
4. Run MCPatcher last.
I haven't done much with it, but the default depth of field shader seems to work.
Sorry in advance if I'm bringing up a old and considerably over-complained about issue.
Also I am not quite sure if this is the correct place to be bringing up this topic.
But is there any chance of getting something along the lines of BetterGrass back into MCPatcher with this new version?
I have been trying to look into how to include the code myself, but have been sadly unable to deduce where/how to start.
Is this mod compatible with Glsl Mod?
Everytime i run the Glsl patcher the game doesn't run
Edit
Now my game crashes everytime i want to change to a different texture pack
You need terrain_nh.png and terrain_s.png in your texture pack else GLSL crashes. DONT use texture packs that didn't made specifically for GLSL when you have it installed.
Only one little thing. I assume its the patcher that made this happen. Occasionally the patcher crashed that game (which is acceptable when the program is so good) but at one point I tried to put on a x256 which crashed me. So I re downloaded Minecraft COMPLETELY- saves. However minecraft continued to black out on start up. I re patched and suddenly It worked again. I know this report wasn't too specific but hopefully someone else will get it too and will be able to add more information.
Perhaps I'm doing this in completely the wrong way, but I haven't been able to patch my copy of Minecraft. I'm interested in using the Tronic HD texture pack (http://evilmousestudios.com/tronic/).
Using the old version of the patcher works, but any lava that isn't flowing is completely invisible.
Using the beta .jar file results in the following error log:
java.io.IOException: could not open /com/pclewis/mcpatcher/MCPatcherUtils.class
at com.pclewis.mcpatcher.MCPatcher.applyMods(MCPatcher.java:487)
at com.pclewis.mcpatcher.MCPatcher.patch(MCPatcher.java:198)
at com.pclewis.mcpatcher.MainForm$6$PatchThread.run(MainForm.java:176)
at java.lang.Thread.run(Unknown Source)
Restoring original minecraft.jar due to previous error
Any other information you need, I shall gladly provide.
java.lang.IllegalArgumentException: Width (0) and height (0) must be > 0
at java.awt.image.SampleModel.<init>(Unknown Source)
at java.awt.image.ComponentSampleModel.<init>(Unknown Source)
at java.awt.image.PixelInterleavedSampleModel.<init>(Unknown Source)
at java.awt.image.Raster.createInterleavedRaster(Unknown Source)
at java.awt.image.Raster.createInterleavedRaster(Unknown Source)
at java.awt.image.BufferedImage.<init>(Unknown Source)
at TextAnimFramesFX.<init>(TextAnimFramesFX.java:37)
at mod_beekeeping.RegisterAnimation(mod_beekeeping.java:62)
at ModLoader.RegisterAllTextureOverrides(ModLoader.java:935)
at ModLoader.OnTick(ModLoader.java:770)
at EntityRendererProxy.b(EntityRendererProxy.java:16)
at net.minecraft.client.Minecraft.run(SourceFile:700)
at java.lang.Thread.run(Unknown Source)
Got the error my "test minecraft" in your patcher
Happened when i changed texture
I can not find the place to tell it what texture pack to install.
I must be ****ing retarded, I've looked on every tab.
simple..and been said like 50 times already..don't change anything..just click patch... put packs into your minecraft texturepacks folder and choose them from the in game menu.
WTF? There isn't anything to click, its just a friggin archive full of random folders, and I've now wasted 2 hours searching this thread and the old one for anything even remotely resembling an explanation as to how to make this new patcher work- Tried dropping the stuff into minecraft.jar since there's a META-INF in there, but (on a clean save, btw), it only causes my game to crash when I try to switch to a texture besides the default, and afterwards to crash (with no error message or one that appears for only a fraction of a second) every time I start the game. There are no buttons and no tabs, no "input" and "output", no "patch" and "unpatch", no "test minecraft", NOTHING.
WTF? There isn't anything to click, its just a friggin archive full of random folders, and I've now wasted 2 hours searching this thread and the old one for anything even remotely resembling an explanation as to how to make this new patcher work- Tried dropping the stuff into minecraft.jar since there's a META-INF in there, but (on a clean save, btw), it only causes my game to crash when I try to switch to a texture besides the default, and afterwards to crash (with no error message or one that appears for only a fraction of a second) every time I start the game. There are no buttons and no tabs, no "input" and "output", no "patch" and "unpatch", no "test minecraft", NOTHING.
All you do.....is place any texture packs you want into the texture pack folder, then run the patcher. At the bottom is a button that says "patch"....click it and play.
If you get/got ANY other windows or errors, then delete your bin folder, re-download MC, and do what I said above again.
If you STILL get errors, then it's not MC, or the patch. Find why your Java no workee
Rollback Post to RevisionRollBack
"This may hurt a little, but it's something you'll get used to...."
To post a comment, please login or register a new account.
Anyways, this is pretty sweet! Why can't Notch and Jeb just add this themselves already? :/
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumnotch? add something more than a handful of users give a crap about? preposterous!
Notch would never do such a thing :tongue.gif:
--Next Update Comes---
Notch: "I've decided to add McPatcher to Minecraft"
Me: "God Dammit"
thanks for this btw. :biggrin.gif:
-
View User Profile
-
View Posts
-
Send Message
Retired StaffOk. I download. get a .jar file. double click..nothing.... ok so I make a batch file to run it. java.exe mcpatcher.....jar, then puase so I can read what happens. I don't know any of this. So I type out what it says and post it here. hoping you know what it means. do you? Aslo I changed it into a .exe file. it tels me this wont' work on 64bit system? The previous patcher that comes as an exe works like a charm. Why is this one in .jar. I'm not that smart. But I need the new patcher to ger my compas finder working >.>. please look at the error and tell me what i tmeans if you can. if not what I need to actually do to get an error you can read.
Everytime i run the Glsl patcher the game doesn't run
Edit
Now my game crashes everytime i want to change to a different texture pack
Somehow your minecraft.jar got multiple entries for is.class. My guess is you installed a mod by dragging files into minecraft.jar, but whatever software you used to do it adds duplicate entries to zip files and is broken. About all I can do is detect this situation better and show the "Corrupt Jar File" error dialog.
Try this: Extract this minecraft.jar to an empty folder somewhere and then create a new jar from that without duplicate entries.
There must be something wrong with your file associations because you should be able to simply double-click it. Since you made a batch file already, change the command to
The -jar is important. The error you're getting is what I'd expect to see without it.
It is a backup of your original minecraft.jar, which the patcher makes the first time you patch a new version of the game. The Unpatch button just copies this backup over the output.
I've been able to run GLSL with 1.4_01 and beta3. These are the steps I used:
1. Make sure you start with a fresh minecraft.jar. Redownload it if you have to.
2. Delete minecraft-1.4_01.jar in the bin folder also.
3. Run the GLSL patcher.
4. Run MCPatcher last.
I haven't done much with it, but the default depth of field shader seems to work.
Also I am not quite sure if this is the correct place to be bringing up this topic.
But is there any chance of getting something along the lines of BetterGrass back into MCPatcher with this new version?
I have been trying to look into how to include the code myself, but have been sadly unable to deduce where/how to start.
You need terrain_nh.png and terrain_s.png in your texture pack else GLSL crashes. DONT use texture packs that didn't made specifically for GLSL when you have it installed.
Using the old version of the patcher works, but any lava that isn't flowing is completely invisible.
Using the beta .jar file results in the following error log:
Any other information you need, I shall gladly provide.
Anthrocraft http://www.minecraft...f=1021&t=231356
Green Screenhttp://www.minecraft...f=1021&t=236906
Minecraft Mojang Fix http://www.minecraft...f=1032&t=26687
Got the error my "test minecraft" in your patcher
Happened when i changed texture
I must be ****ing retarded, I've looked on every tab.
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumsimple..and been said like 50 times already..don't change anything..just click patch... put packs into your minecraft texturepacks folder and choose them from the in game menu.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffAll you do.....is place any texture packs you want into the texture pack folder, then run the patcher. At the bottom is a button that says "patch"....click it and play.
If you get/got ANY other windows or errors, then delete your bin folder, re-download MC, and do what I said above again.
If you STILL get errors, then it's not MC, or the patch. Find why your Java no workee
"This may hurt a little, but it's something you'll get used to...."