Nice idea, though I won't use it.
Would be useful if you specified the file format (.exe, .app, .jar, ...) and for which OS it is supposed to work.
By the way, folks, you should check if the file does not contain any virus/malware before opening it. Website www.virustotal.com does it quite well. Just a little tip, I'm not accusing anyone. Just trying to teach people being careful about what executable file they download and open on their computers.
Another question: Mac-users, your Modloader works ?? I get a java.lang.UnsupportedClassVersionError, basically meaning my Java is not up-to-date. Please post if it works for you !
Wish you a nice day
Dude, update your Java then! And yes, ModLoader works for me because I followed the steps I posted before. I can 99.99% guarantee that if you're using a Mac with Java 1.6+, then it will work! :biggrin.gif:
You need to backup your .minecraft folder (assuming you're using windows), delete the original .minecraft folder.
Open the launcher and it will download. Close minecraft, then go to .minecraft folder.
This is what I did. Reinstall IN THIS ORDER: OptiFine HD A, Single Player Commands, ModLoader.
I have tested it and it works. I think TMI is a problem because the same happened to me.
Shelf mod works, ceebs installing the rest of risugami's mods, but should work.
However, Death Chest doesn't work for me, but doesn't crash minecraft. Just doesn't work.
To get the modloader.txt, you need to go to C:\Users\INSERT-USERNAME-HERE\AppData\Roaming\.minecraft
It should be in there.
I made a mod installer with all of the mods you made.
You can download it here: http://www.mediafire.com/?3535a1zzpx5n992
Enjoy!!!!
Message me if you have a problem, question, concern, or idea for another mod pack.
Read the Read Me.txt document to see how you run it.
(The mod installer automatically deletes the META-inf file)
unfortunately that still crashs my minecraft
Mods loaded: 1
ModLoader 1.0.0
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
If you wish to report this, please copy this entire text and email it to [email protected].
Please include a description of what you did when the error occured.
--- BEGIN ERROR REPORT 141ccf11 --------
Generated 7/12/11 6:17 PM
Minecraft: Minecraft 1.0.0
OS: Windows 7 (amd64) version 6.1
Java: 1.6.0_29, Sun Microsystems Inc.
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
OpenGL: GeForce GT 220/PCI/SSE2 version 3.3.0, NVIDIA Corporation
java.util.zip.ZipException: invalid entry size (expected 2373386248 but got 4592 bytes)
at java.util.zip.ZipInputStream.readEnd(Unknown Source)
at java.util.zip.ZipInputStream.read(Unknown Source)
at java.util.zip.ZipInputStream.closeEntry(Unknown Source)
at java.util.zip.ZipInputStream.getNextEntry(Unknown Source)
at ModLoader.readFromClassPath(ModLoader.java:1221)
at ModLoader.init(ModLoader.java:825)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at wb.<init>(wb.java:76)
at wb.<clinit>(wb.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:644)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT f6b041a3 ----------
installing modloader doesn't seem to cause any problems but then when I try to install any mod that needs modloader minecraft either black-screens or nothing happens and no features of the mod are present. can anyone help.
i have a question, is modloader 1.0.0 compatible with TooManyItems mod and Social Miner mod?
Because it keeps crashing my minecraft every time i install it. So, overall, does modloader sometimes crash your
minecraft? :sad.gif:
Well, it seems many people are having a similar problem with the blackscreen. Here's my error report (I use Ubuntu Linux.)
MCPatcherUtils initialized. Directory /home/bruce/.minecraft
27 achievements
174 recipes
Setting user: Redstone_Fanatic, -7758129364384368166
ModLoader 1.0.0 Initializing...
Failed to load mod from "mod_Console.class"
Failed to load mod from "mod_HeroesGuild.class"
Done.
Loading: net.java.games.input.LinuxEnvironmentPlugin
Failed to open device (/dev/input/event4): Failed to open device /dev/input/event4 (13)
Failed to open device (/dev/input/event3): Failed to open device /dev/input/event3 (13)
Failed to open device (/dev/input/event2): Failed to open device /dev/input/event2 (13)
Failed to open device (/dev/input/event1): Failed to open device /dev/input/event1 (13)
Failed to open device (/dev/input/event0): Failed to open device /dev/input/event0 (13)
Linux plugin claims to have found 0 controllers
Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.
Stopping!
SoundSystem shutting down...
Author: Paul Lamb, www.paulscode.com
That's not a modloader problem, it's Console and HeroesGuild that are crashing, go to the thread or site you downloaded them from and see if there's any solutions there. From what I see, modloader is working fine on your install, it's the other two mods that aren't playing nice.
Cheers for that. I put ModLoader on it and it worked. I then put the Uranium mod on it and it didn't crash (Don't know if it worked though, never checked). Then, I put on TooManyItems and now I get this.
--- BEGIN ERROR REPORT 141ccf11 --------
Generated 7/12/11 3:14 PM
Minecraft: Minecraft 1.0.0
OS: Windows 7 (x86) version 6.1
Java: 1.6.0_29, Sun Microsystems Inc.
VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
OpenGL: Intel(R) HD Graphics version 2.1.0 - Build 8.15.10.2086, Intel
java.lang.VerifyError: (class: TMIUtils, method: getValidItem signature: (Liz;)Liz;) Incompatible argument to function
at mod_TooManyItems.<init>(mod_TooManyItems.java:10)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at ModLoader.addMod(ModLoader.java:275)
at ModLoader.readFromClassPath(ModLoader.java:1227)
at ModLoader.init(ModLoader.java:825)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at wb.<init>(wb.java:76)
at wb.<clinit>(wb.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:644)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT f9241333 ----------
EDIT: The mods aren't working, strangely. I made a massive quarry and found no uranium. I also tried a TMI ML combination, and TMI didn't work. All three together, and that error message. TMI works when I do it manually, though, but ModLoader doesn't. And Uranium Mod won't work with ModLoader at all.
Post modloader.txt, that will tell if the uranium mod is actually running. Plus, if it does what I think it does (adds uranium ore?) then you would have to travel to a completely new area of your map for the new ore to be generated in the new landscape, it won't just magically appear in an old area of your map. if you did that, then ignore that bit. TMI also seems to have problems with modloader for some people, I don't use it as CJB's item spawner works well for me, but other people say it works fine, so maybe there's some hints on the TMI thread?
I've been having trouble getting some of the mods on this page to work at all. I don't have issues with crashing, but none of the mods besides the minimap generator work for me. I would really like the new block types to be enabled, but i don't know how to make them work, I've been just dropping the mods into the jar after ive opened them.
minimap generator? That's not a Risugami mod, so go to the thread or site where you got that mod and see if there's help there. Not sure what new block types you're talking about - the light sensor or floodgate? There should be instructions in the OP for those.
Minecraft has stopped running because it encountered a problem.
If you wish to report this, please copy this entire text and email it to [email protected].
Please include a description of what you did when the error occured.
--- BEGIN ERROR REPORT 141ccf11 --------
Generated 7/12/11 6:17 PM
Minecraft: Minecraft 1.0.0
OS: Windows 7 (amd64) version 6.1
Java: 1.6.0_29, Sun Microsystems Inc.
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
OpenGL: GeForce GT 220/PCI/SSE2 version 3.3.0, NVIDIA Corporation
java.util.zip.ZipException: invalid entry size (expected 2373386248 but got 4592 bytes)
at java.util.zip.ZipInputStream.readEnd(Unknown Source)
at java.util.zip.ZipInputStream.read(Unknown Source)
at java.util.zip.ZipInputStream.closeEntry(Unknown Source)
at java.util.zip.ZipInputStream.getNextEntry(Unknown Source)
at ModLoader.readFromClassPath(ModLoader.java:1221)
at ModLoader.init(ModLoader.java:825)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at wb.<init>(wb.java:76)
at wb.<clinit>(wb.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:644)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT f6b041a3 ----------
Zip exceptions are almost always a problem caused by the archive program used. Try 7zip or winrar, and see if that helps, or use the texture patcher, it's a lot easier.
installing modloader doesn't seem to cause any problems but then when I try to install any mod that needs modloader minecraft either black-screens or nothing happens and no features of the mod are present. can anyone help.
Post modloader.txt or an error log. Or use the texture patcher to install mods.
Rollback Post to RevisionRollBack
D_B
To tell them how to live is to prevent them living.
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] Exception in thread "Thread-6" java.lang.UnsupportedClassVersionError: Bad version number in .class file
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at java.lang.ClassLoader.defineClass1(Native Method)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at java.security.AccessController.doPrivileged(Native Method)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at net.minecraft.client.MinecraftApplet.init(SourceFile:33)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at net.minecraft.Launcher.replace(Launcher.java:143)
7.12.2011 14.26.01 [0x0-0x23a23a].com.Mojang Specifications.Minecraft.Minecraft[5589] at net.minecraft.Launcher$1.run(Launcher.java:87)
yes i did remove meta-inf wtf!
that=black screen
Just a guess, but the bad version number error makes me think either you have mods that don't match the version of minecraft you're using or they don't match each other. Confirm that your mods all match versions with minecraft that you're running.
how do u download with a texture pack? Also modloader conflicts with better then wolves.
Not sure what you mean by "download with a texture pack"? Do you mean using the texture patcher to install mods? That's pretty simple, hit the plus button, select the mod's zip file and hit OK.
It's quite possible modloader conflicts with better than wolves, either find a merged version if it exists or just decide which one you want to run and dump the other one.
Rollback Post to RevisionRollBack
D_B
To tell them how to live is to prevent them living.
Minecraft has stopped running because it encountered a problem.
If you wish to report this, please copy this entire text and email it to [email protected].
Please include a description of what you did when the error occured.
--- BEGIN ERROR REPORT 141ccf11 --------
Generated 12/7/11 1:24 PM
Minecraft: Minecraft 1.0.0
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce GTX 560 Ti/PCI/SSE2 version 4.1.0, NVIDIA Corporation
java.lang.NoSuchFieldError: FIRE
at mod_tools.<clinit>(mod_tools.java:6)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at ModLoader.addMod(ModLoader.java:275)
at ModLoader.readFromModFolder(ModLoader.java:1309)
at ModLoader.init(ModLoader.java:826)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at wb.<init>(wb.java:76)
at wb.<clinit>(wb.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:644)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT f002592d ----------[code]
what did i do to break it and how can i fix it?
I tried deleting the meta-inf folder, i re-downloaded the new version of minecraft and tried it again, and i even tried using mcpatcher to do it for me.
This is the only way i could get hold of the actual crash report.
Please help!
Dude, update your Java then! And yes, ModLoader works for me because I followed the steps I posted before. I can 99.99% guarantee that if you're using a Mac with Java 1.6+, then it will work! :biggrin.gif:
no mods at all? BORING!
unfortunately that still crashs my minecraft
Mods loaded: 1
ModLoader 1.0.0
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
If you wish to report this, please copy this entire text and email it to [email protected].
Please include a description of what you did when the error occured.
--- BEGIN ERROR REPORT 141ccf11 --------
Generated 7/12/11 6:17 PM
Minecraft: Minecraft 1.0.0
OS: Windows 7 (amd64) version 6.1
Java: 1.6.0_29, Sun Microsystems Inc.
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
OpenGL: GeForce GT 220/PCI/SSE2 version 3.3.0, NVIDIA Corporation
java.util.zip.ZipException: invalid entry size (expected 2373386248 but got 4592 bytes)
at java.util.zip.ZipInputStream.readEnd(Unknown Source)
at java.util.zip.ZipInputStream.read(Unknown Source)
at java.util.zip.ZipInputStream.closeEntry(Unknown Source)
at java.util.zip.ZipInputStream.getNextEntry(Unknown Source)
at ModLoader.readFromClassPath(ModLoader.java:1221)
at ModLoader.init(ModLoader.java:825)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at wb.<init>(wb.java:76)
at wb.<clinit>(wb.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:644)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT f6b041a3 ----------
great thanks for that now ModLoaderMp 1.0.1 Server is causing a black screen am I useing the wrong thing?
dude use 7zip or Winrar
im really confused
Because it keeps crashing my minecraft every time i install it. So, overall, does modloader sometimes crash your
minecraft?
That's not a modloader problem, it's Console and HeroesGuild that are crashing, go to the thread or site you downloaded them from and see if there's any solutions there. From what I see, modloader is working fine on your install, it's the other two mods that aren't playing nice.
Post modloader.txt, that will tell if the uranium mod is actually running. Plus, if it does what I think it does (adds uranium ore?) then you would have to travel to a completely new area of your map for the new ore to be generated in the new landscape, it won't just magically appear in an old area of your map. if you did that, then ignore that bit. TMI also seems to have problems with modloader for some people, I don't use it as CJB's item spawner works well for me, but other people say it works fine, so maybe there's some hints on the TMI thread?
minimap generator? That's not a Risugami mod, so go to the thread or site where you got that mod and see if there's help there. Not sure what new block types you're talking about - the light sensor or floodgate? There should be instructions in the OP for those.
Zip exceptions are almost always a problem caused by the archive program used. Try 7zip or winrar, and see if that helps, or use the texture patcher, it's a lot easier.
ModloaderMP is a different mod for multiplayer, go to it's thread for help.
Use the texture patcher to install mods.
Use the texture patcher to install mods.
Post modloader.txt or an error log. Or use the texture patcher to install mods.
D_B
To tell them how to live is to prevent them living.
Just a guess, but the bad version number error makes me think either you have mods that don't match the version of minecraft you're using or they don't match each other. Confirm that your mods all match versions with minecraft that you're running.
Not sure what you mean by "download with a texture pack"? Do you mean using the texture patcher to install mods? That's pretty simple, hit the plus button, select the mod's zip file and hit OK.
It's quite possible modloader conflicts with better than wolves, either find a merged version if it exists or just decide which one you want to run and dump the other one.
D_B
To tell them how to live is to prevent them living.
EDIT: tried and dosent work with 1.0.0 btw I searched it on google and clicked the mediafire link
ModLoader 1.0.0
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
If you wish to report this, please copy this entire text and email it to [email protected].
Please include a description of what you did when the error occured.
--- BEGIN ERROR REPORT 141ccf11 --------
Generated 12/7/11 1:24 PM
Minecraft: Minecraft 1.0.0
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce GTX 560 Ti/PCI/SSE2 version 4.1.0, NVIDIA Corporation
java.lang.NoSuchFieldError: FIRE
at mod_tools.<clinit>(mod_tools.java:6)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at ModLoader.addMod(ModLoader.java:275)
at ModLoader.readFromModFolder(ModLoader.java:1309)
at ModLoader.init(ModLoader.java:826)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at wb.<init>(wb.java:76)
at wb.<clinit>(wb.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:644)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT f002592d ----------[code]
what did i do to break it and how can i fix it?
I tried deleting the meta-inf folder, i re-downloaded the new version of minecraft and tried it again, and i even tried using mcpatcher to do it for me.
This is the only way i could get hold of the actual crash report.
Please help!
look around in the options from it