I downloaded the "Custom NPCS Mod" by Noppes For the first time for Minecraft 1.3.2 yesterday. Now, I've had this mod before in 1.2.5 and it worked just fine. But now when I tried to load the mod in Minecraft 1.3.2 Minecraft crashed! Now, I know that when Minecraft updates the mods need to update. I did download "Custom NPCS 1.3.2" so that's not the issue.
I am on a Mac computer, and I also have modloader downloaded, so that's not the issue either. I use MyCraft to install most mods, including this one. I used MyCraft to download this mod back in 1.2.5 too, and it worked fine.
The only other mods I had in the "mods" folder were Modloader and mcpatcher.xml. mcpatcher.xml is so mcpatcher will work with my mods in MyCraft. And ModLoader is to run Custom NPCS.
I really don't know why it's not working and I don't even remember if modloader is REQUIRED for this mod. I tried to run the mod without modloader and it didn't work I posted the crash report below, incase anyone wants to help me out.
Thanks!
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Exception occured in ModLoader
This error has been saved to /Users/pinghd/Library/Application Support/minecraft/crash-reports/crash-2012-09-29_16.39.23-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone.
--- BEGIN ERROR REPORT b9f7f536 --------
Generated 9/29/12 4:39 PM
- Minecraft Version: 1.3.2
- Operating System: Mac OS X (x86_64) version 10.6.8
- Java Version: 1.6.0_35, Apple Inc.
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
- Memory: 963290560 bytes (918 MB) / 1069416448 bytes (1019 MB) up to 1069416448 bytes (1019 MB)
- JVM Flags: 2 total; -Xmx1024m -Xms1024m
- ModLoader: Mods loaded: 1
ModLoader 1.3.2
java.lang.NoSuchMethodError: ModLoader.setInGameHook(LBaseMod;ZZ)Z
at mod_ReiMinimap.<init>(mod_ReiMinimap.java:12)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at ModLoader.addMod(ModLoader.java:343)
at ModLoader.readFromModFolder(ModLoader.java:1429)
at ModLoader.init(ModLoader.java:932)
at ModLoader.addAllRenderers(ModLoader.java:185)
at avy.<init>(RenderManager.java:87)
at avy.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.a(SourceFile:260)
at net.minecraft.client.Minecraft.run(SourceFile:516)
at java.lang.Thread.run(Thread.java:680)
--- END ERROR REPORT c186720b ----------It says something about Rei's Minimap. Maybe that's because I have Rei's Minimap installed manually through minecraft.jar.
mcpatcher and forge dont work. simply because mcpatcher edit,s forge code and break it.
it will work if you delete mcpatcher. instead you can use optifine. this is fine with forge.
I'll try this too. Now instead of crashing it has a black screen
Hey everyone! I have come up with a fix for Compatability between Millenaire and Custom NPC's mod. It was simple. I read the crash report and it was due to both mods trying to take the same Block ID's. So I opened the Custom Npc's Config using Notepad, and changed one simple number. I changed the 'Starting Blockstartid= to 2000.
DisableExtraNpcItems=false
#Default Item ID range is from 26700
ItemStartId=26700
#Default Block ID range is from 1525
BlockStartId=2000
InventoryGuiEnabled=true
#Only ops can create and edit npcs
OpsOnly=false
After that, it loaded up and runs just fine Hope this helps anyone wanting to play both mods! I will also post this on Millenaire's forum. Enjoy!
I downloaded the "Custom NPCS Mod" by Noppes For the first time for Minecraft 1.3.2 yesterday. Now, I've had this mod before in 1.2.5 and it worked just fine. But now when I tried to load the mod in Minecraft 1.3.2 Minecraft crashed! Now, I know that when Minecraft updates the mods need to update. I did download "Custom NPCS 1.3.2" so that's not the issue.
I am on a Mac computer, and I also have modloader downloaded, so that's not the issue either. I use MyCraft to install most mods, including this one. I used MyCraft to download this mod back in 1.2.5 too, and it worked fine.
The only other mods I had in the "mods" folder were Modloader and mcpatcher.xml. mcpatcher.xml is so mcpatcher will work with my mods in MyCraft. And ModLoader is to run Custom NPCS.
I really don't know why it's not working and I don't even remember if modloader is REQUIRED for this mod. I tried to run the mod without modloader and it didn't work
Thanks!
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Exception occured in ModLoader
This error has been saved to /Users/pinghd/Library/Application Support/minecraft/crash-reports/crash-2012-09-29_16.39.23-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone.
--- BEGIN ERROR REPORT b9f7f536 --------
Generated 9/29/12 4:39 PM
- Minecraft Version: 1.3.2
- Operating System: Mac OS X (x86_64) version 10.6.8
- Java Version: 1.6.0_35, Apple Inc.
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
- Memory: 963290560 bytes (918 MB) / 1069416448 bytes (1019 MB) up to 1069416448 bytes (1019 MB)
- JVM Flags: 2 total; -Xmx1024m -Xms1024m
- ModLoader: Mods loaded: 1
ModLoader 1.3.2
java.lang.NoSuchMethodError: ModLoader.setInGameHook(LBaseMod;ZZ)Z
at mod_ReiMinimap.<init>(mod_ReiMinimap.java:12)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at ModLoader.addMod(ModLoader.java:343)
at ModLoader.readFromModFolder(ModLoader.java:1429)
at ModLoader.init(ModLoader.java:932)
at ModLoader.addAllRenderers(ModLoader.java:185)
at avy.<init>(RenderManager.java:87)
at avy.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.a(SourceFile:260)
at net.minecraft.client.Minecraft.run(SourceFile:516)
at java.lang.Thread.run(Thread.java:680)
--- END ERROR REPORT c186720b ----------It says something about Rei's Minimap. Maybe that's because I have Rei's Minimap installed manually through minecraft.jar.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffI'll try this too. Now instead of crashing it has a black screen
DisableExtraNpcItems=false
#Default Item ID range is from 26700
ItemStartId=26700
#Default Block ID range is from 1525
BlockStartId=2000
InventoryGuiEnabled=true
#Only ops can create and edit npcs
OpsOnly=false
After that, it loaded up and runs just fine
he can anyone tell how to fix it for 1.7.10!!!!!!!!!!!
ban
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumMake a new thread and post your crash report (in a spoiler). Don't necro 3 year old threads.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCaused by MobTalker 2. Make sure you're using the most up to date version, and report this to the mod author if you are.
And seriously, don't necro a 3 year old thread that has nothing to do with your issue.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.