I have an error i that dont see anyone else has posted so here goes it. I know it says index out of range but i cant seem to find where. The config has 2 ids and they are both within bounds and only a slight tweak to one. Posting config below.
DisableExtraNpcItems=false
#Default Item ID range is from 26700
ItemStartId=24000
#Default Block ID range is from 1525
BlockStartId=1525
InventoryGuiEnabled=true
If anyone has any information, it would be much appreciated. This is the only mod stopping me from having EVERYTHING i need working on my server. =D
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(Unknown Source)
at noppes.npcs.controllers.MusicController.addMusic(MusicController.java:51)
at noppes.npcs.controllers.MusicController.<init>(MusicController.java:28)
at noppes.npcs.ClientProxy.load(ClientProxy.java:128)
at noppes.npcs.CustomNpcs.load(CustomNpcs.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:656)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:456)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT cdee234d ----------
The server I work for is also having this error. Any and all information would be great.
One thing you should consider is your ID map, whether you still have the spaces to fill out with custom content. So yeah, they'll mostly get along. NOTE: This mod may have the bronze ingot, but can't be used on other mods requiring bronze ingot, nor not recognized by the Ore Dictionary.
Hey Noppes why do you didn't answer the Questions of all this people or better what happend to you? ^^
noppes is on holiday? or is taking a break, like a lot of people are for new year
Rollback Post to RevisionRollBack
If you require aid with Custom NPC's give me a shout (In the thread, not PM's). I can read a bit of error reports, know most of the NPC workings (I'm attempting to work on scripting) and have been using it since its 1.0 version. Otherwise I'll help with any questions or problems I can.
Well as you can tell from the stacktrace there is an out of bounds exception of -1 coming from different parts of mod. Out of bounds is caused normally when an integer does not fit in a range, for example using item values above 36000 or using block ids higher the 4096.
I am going to guess that something that has changed within the latest versions of forge have changed and that would explain why we have yet to get this working. Hes anyone got this working on a 1.4.7 copy yet?
One thing you should consider is your ID map, whether you still have the spaces to fill out with custom content. So yeah, they'll mostly get along. NOTE: This mod may have the bronze ingot, but can't be used on other mods requiring bronze ingot, nor not recognized by the Ore Dictionary.
thanks i will only be using his mods like animal bikes, Custom NPCs, and More Player Models. and maybe mo creatyres
The Meaning of Life, the Universe, and Everything.
Location:
Petersburg
Join Date:
10/3/2010
Posts:
48
Member Details
Does this work with tfc npcs, i tried everything like pig, entity.pig.name EntityPigTFC. nothing seems to work for kills quest except vanilla npcs, kinda annoying please look into this.
Minecraft has stopped running because it encountered a problem; Exception in world tick
A full error report has been saved to C:\Users\ilya\AppData\Roaming\.minecraft\crash-reports\crash-2013-01-25_23.14.52-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT b39fa625 --------
Full report at:
C:\Users\ilya\AppData\Roaming\.minecraft\crash-reports\crash-2013-01-25_23.14.52-client.txt
Please show that file to Mojang, NOT just this screen!
Generated 25.01.13 23:14
-- Head --
Stacktrace:
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at rq.a(SourceFile:88)
at rq.a(SourceFile:277)
at ayh.a(NetClientHandler.java:1141)
at df.a(SourceFile:45)
at cg.b(TcpConnection.java:458)
at ayh.d(NetClientHandler.java:240)
java.lang.IndexOutOfBoundsException: Index: 64, Size: 64
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at rq.a(SourceFile:88)
at rq.a(SourceFile:277)
at ayh.a(NetClientHandler.java:1141)
at df.a(SourceFile:45)
at cg.b(TcpConnection.java:458)
at ayh.d(NetClientHandler.java:240)
at ayp.b(WorldClient.java:92)
at net.minecraft.client.Minecraft.l(Minecraft.java:1872)
at net.minecraft.client.Minecraft.J(Minecraft.java:846)
at net.minecraft.client.Minecraft.run(Minecraft.java:771)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 4156b7e7 ----------
No its not. That just a simple small mod. Im currently rewriting all the AI for custom npcs. Thats a lot of work and I cant just do that 1 hour a day, that would result in bad AI and me confusing myself. I need atleast 4-6 hour programming sessions for that and I dont have that much free time atm. So when I have a free hour I work on something small like that mod. I need atleast 8 programming sessions so feel free to calculate how long that would atleast take me. AI is quite complicated.
Rollback Post to RevisionRollBack
Those who want to chat or hang out, join me on discord
Want to support me? Become one of my patrons:
No its not. That just a simple small mod. Im currently rewriting all the AI for custom npcs. Thats a lot of work and I cant just do that 1 hour a day, that would result in bad AI and me confusing myself. I need atleast 4-6 hour programming sessions for that and I dont have that much free time atm. So when I have a free hour I work on something small like that mod. I need atleast 8 programming sessions so feel free to calculate how long that would atleast take me. AI is quite complicated.
Good Luck Noppes, can't wait to see the new AI System take your time
The thing why i asked is because the changelog on the site is at 1.4.5, and so many people write about it's compatibility to the new minecraft version ^^(By the Way i hope he will add Walking paths in a new update ^^)
i do to, have some things planed for that already
Rollback Post to RevisionRollBack
If you require aid with Custom NPC's give me a shout (In the thread, not PM's). I can read a bit of error reports, know most of the NPC workings (I'm attempting to work on scripting) and have been using it since its 1.0 version. Otherwise I'll help with any questions or problems I can.
No its not. That just a simple small mod. Im currently rewriting all the AI for custom npcs. Thats a lot of work and I cant just do that 1 hour a day, that would result in bad AI and me confusing myself. I need atleast 4-6 hour programming sessions for that and I dont have that much free time atm. So when I have a free hour I work on something small like that mod. I need atleast 8 programming sessions so feel free to calculate how long that would atleast take me. AI is quite complicated.
AI is very complicated, my bro creates halo ce (custom edition) levels with ai, and he showed me a script for a wandering grunt. it was pretty long, and he said it is difficult to change even though he knows most of it. yes i know this is mc so its not as compicated
Rollback Post to RevisionRollBack
If you require aid with Custom NPC's give me a shout (In the thread, not PM's). I can read a bit of error reports, know most of the NPC workings (I'm attempting to work on scripting) and have been using it since its 1.0 version. Otherwise I'll help with any questions or problems I can.
Hi i love your mod and i have been using it before, but i have a problem i thought it was equivalent exchange 3 's fault but they told me its a problem in custom npcs when i asked them
hi i have a problem please help me to fix it
2013-01-24 11:20:50 [SEVERE] [ForgeModLoader] FML has detected item discrepancies
2013-01-24 11:20:50 [SEVERE] [ForgeModLoader] Missing items : {}
2013-01-24 11:20:50 [SEVERE] [ForgeModLoader] Mismatched items : {27003=(Item 27003, Type noppes.npcs.items.ItemShield, owned by CustomNpcs, ordinal 8, name null, claimedModId null, Item 27003, Type com.pahimar.ee3.item.ItemPhilosopherStone, owned by EE3, ordinal 0, name null, claimedModId null), 27002=(Item 27002, Type noppes.npcs.items.ItemShield, owned by CustomNpcs, ordinal 7, name null, claimedModId null, Item 27002, Type com.pahimar.ee3.item.ItemMiniumStone, owned by EE3, ordinal 0, name null, claimedModId null), 27001=(Item 27001, Type noppes.npcs.items.ItemRotatedShield, owned by CustomNpcs, ordinal 5, name null, claimedModId null, Item 27001, Type com.pahimar.ee3.item.ItemInertStone, owned by EE3, ordinal 0, name null, claimedModId null), 27000=(Item 27000, Type noppes.npcs.items.ItemRotatedShield, owned by CustomNpcs, ordinal 4, name null, claimedModId null, Item 27000, Type com.pahimar.ee3.item.ItemMiniumShard, owned by EE3, ordinal 0, name null, claimedModId null), 27005=(Item 27005, Type noppes.npcs.items.ItemRotatedShield, owned by CustomNpcs, ordinal 7, name null, claimedModId null, Item 27005, Type com.pahimar.ee3.item.ItemAlchemyBag, owned by EE3, ordinal 0, name null, claimedModId null), 27004=(Item 27004, Type noppes.npcs.items.ItemShield, owned by CustomNpcs, ordinal 9, name null, claimedModId null, Item 27004, Type com.pahimar.ee3.item.ItemAlchemyDust, owned by EE3, ordinal 0, name null, claimedModId null)}
2013-01-24 11:20:56 [INFO] [STDERR] Someone is closing me!
If you read it, you'll notice that the error report also contains customNPCs. It's probably their problem.
Also,
Missing class member: public B c, class: ahn, mod: minecraftforge-universal-1.4.7-6.6.0.499.zip
Class member is not public: private I ct, class: iq, mod: SinglePlayerCommands-MC1.4.7_V4.5.zip
Class member is not public: private ()V cg, class: iq, mod: SinglePlayerCommands-MC1.4.7_V4.5.zip
The server I work for is also having this error. Any and all information would be great.
Farewell everyone o/
I am going to guess that something that has changed within the latest versions of forge have changed and that would explain why we have yet to get this working. Hes anyone got this working on a 1.4.7 copy yet?
Farewell everyone o/
first, NPC sometimes disappear,with no reason. ( when i suicide,some of them revived)
second,there is some kind of chunkloading bug, that if npcs moves they dropped into the ground ( dig down can be more correct )
third,they can't speak Attack lines and killed lines,don't know how to figure it.
plz,someone help me
No its not. That just a simple small mod. Im currently rewriting all the AI for custom npcs. Thats a lot of work and I cant just do that 1 hour a day, that would result in bad AI and me confusing myself. I need atleast 4-6 hour programming sessions for that and I dont have that much free time atm. So when I have a free hour I work on something small like that mod. I need atleast 8 programming sessions so feel free to calculate how long that would atleast take me. AI is quite complicated.
Want to support me? Become one of my patrons:
Good Luck Noppes, can't wait to see the new AI System
EDIT: I
Hate LoveHATE My new laptop...Have you though at all of a way to get custom NPC textures working on multiplayer servers?
Kinda rude question,If i had an great model,Is there way to add it to custom NPC?
hi i have a problem please help me to fix it
2013-01-24 11:20:50 [SEVERE] [ForgeModLoader] FML has detected item discrepancies
2013-01-24 11:20:50 [SEVERE] [ForgeModLoader] Missing items : {}
2013-01-24 11:20:50 [SEVERE] [ForgeModLoader] Mismatched items : {27003=(Item 27003, Type noppes.npcs.items.ItemShield, owned by CustomNpcs, ordinal 8, name null, claimedModId null, Item 27003, Type com.pahimar.ee3.item.ItemPhilosopherStone, owned by EE3, ordinal 0, name null, claimedModId null), 27002=(Item 27002, Type noppes.npcs.items.ItemShield, owned by CustomNpcs, ordinal 7, name null, claimedModId null, Item 27002, Type com.pahimar.ee3.item.ItemMiniumStone, owned by EE3, ordinal 0, name null, claimedModId null), 27001=(Item 27001, Type noppes.npcs.items.ItemRotatedShield, owned by CustomNpcs, ordinal 5, name null, claimedModId null, Item 27001, Type com.pahimar.ee3.item.ItemInertStone, owned by EE3, ordinal 0, name null, claimedModId null), 27000=(Item 27000, Type noppes.npcs.items.ItemRotatedShield, owned by CustomNpcs, ordinal 4, name null, claimedModId null, Item 27000, Type com.pahimar.ee3.item.ItemMiniumShard, owned by EE3, ordinal 0, name null, claimedModId null), 27005=(Item 27005, Type noppes.npcs.items.ItemRotatedShield, owned by CustomNpcs, ordinal 7, name null, claimedModId null, Item 27005, Type com.pahimar.ee3.item.ItemAlchemyBag, owned by EE3, ordinal 0, name null, claimedModId null), 27004=(Item 27004, Type noppes.npcs.items.ItemShield, owned by CustomNpcs, ordinal 9, name null, claimedModId null, Item 27004, Type com.pahimar.ee3.item.ItemAlchemyDust, owned by EE3, ordinal 0, name null, claimedModId null)}
2013-01-24 11:20:56 [INFO] [STDERR] Someone is closing me!
http://dl.dropbox.co...91020/EElog.txt
-GenesectlvlX (Co-owner of Crazee Inc.)