What is up with SMP returning this error when I destroy a block for one of your giant trees?
java.lang.NullPointerException
at ct.a(WorldRenderer.java:200)
at l.a(RenderGlobal.java:1461)
at lr.a(EntityRenderer.java:1070)
at lr.b(EntityRenderer.java:907)
at EntityRendererProxy.b(EntityRendererProxy.java:21)
at net.minecraft.client.Minecraft.x(Minecraft.java:869)
at net.minecraft.client.Minecraft.run(Minecraft.java:747)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 339bdbcf ----------
Okay so I have all RedPower modules installed with WRCBE and the blocks do not work you cant craft them and here is the config. It says block ids will be made, but clearly they are not.
#Wireless Redstone Chicken Bones Edition Configuration File
#Deleting any element will restore it to it's default value
#Block ID's will be automatically generated the first time it's run
core
{
boltEffect
{
#Damages are in half hearts
#If an entity gets knocked into another bolt it may suffer multiple hits
damage.entity=5
damage.player=3
}
item
{
blazeRecieverDish.id=6156
blazeTransceiver.id=6154
obsidianStick.id=6150
recieverDish.id=6155
retherPearl.id=6152
stoneBowl.id=6151
wirelessTransceiver.id=6153
}
jammer
{
#Delay in seconds before jamming the first time
blockdelay=10
entitydelay=5
#Jam an entity again after x seconds
entityretry=10
#Range In Blocks
range=10
#Timeout In Seconds
#Applies to both blocks and players
timeout=60
}
}
Love the new update but strip mining returns this after a few min
[SEVERE] Unexpected exception
java.lang.NullPointerException
at atomicstryker.minions.AS_AStarPath.getPath(AS_AStarPath.java:61)
at atomicstryker.minions.AS_AStarPath.getPath(AS_AStarPath.java:49)
at atomicstryker.minions.AS_EntityMinion.orderMinionToMoveTo(AS_EntityMinion.java:224)
at atomicstryker.minions.AS_BlockTask.onStartedTask(AS_BlockTask.java:155)
at atomicstryker.minions.AS_BlockTask_MineBlock.onStartedTask(AS_BlockTask_MineBlock.java:52)
at atomicstryker.minions.AS_BlockTask.onUpdate(AS_BlockTask.java:69)
at atomicstryker.minions.AS_BlockTask_MineBlock.onUpdate(AS_BlockTask_MineBlock.java:75)
at atomicstryker.minions.AS_EntityMinion.d_(AS_EntityMinion.java:556)
at ne.e(EntityLiving.java:1469)
at atomicstryker.minions.AS_EntityMinion.e(AS_EntityMinion.java:444)
at ne.F_(EntityLiving.java:630)
at atomicstryker.minions.AS_EntityMinion.F_(AS_EntityMinion.java:230)
at ge.a(World.java:1715)
at gp.a(WorldServer.java:56)
at ge.g(World.java:1686)
at ge.f(World.java:1570)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:557)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at dn.run(SourceFile:492)
java.lang.NoClassDefFoundError: Lcom/xuggle/mediatool/IMediaWriter;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredFields(Unknown Source)
at ModLoader.setupProperties(ModLoader.java:1763)
at ModLoader.addMod(ModLoader.java:293)
at ModLoader.readFromModFolder(ModLoader.java:1276)
at ModLoader.init(ModLoader.java:887)
at ModLoader.addAllRenderers(ModLoader.java:189)
at ahu.<init>(ahu.java:77)
at ahu.<clinit>(ahu.java:8)
at net.minecraft.client.Minecraft.a(Minecraft.java:394)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.xuggle.mediatool.IMediaWriter
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 13 more
Fix your mod or let someone like the guys over in the forge team do it:
[INFO] Starting minecraft server version 1.2.5
[SEVERE] Forge Mod Loader has detected that this server has an ModLoaderMP installed alongside Forge Mod Loader.
This will cause a serious problem with compatibility. To protect your worlds, this minecraft server will now shutdown.
You should follow the installation instructions of either Minecraft Forge of Forge Mod Loader and NOT install ModLoaderMP
into the minecraft_server.jar file before this server will be allowed to start up.
Failure to do so will simply result in more startup failures.
The authors of Minecraft Forge and Forge Mod Loader strongly suggest you talk to your mod's authors and get them to
update their requirements. ModLoaderMP is not compatible with Minecraft Forge on the server and they will need to update their mod
for Minecraft Forge and other server compatibility, unless they are Minecraft Forge mods, in which case they already
don't need ModLoaderMP and the mod author simply has failed to update his requirements and should be informed appropriately.
The authors of Forge Mod Loader would like to be compatible with ModLoaderMP but it is closed source and owned by SDK.
SDK, the author of ModLoaderMP, has a standing invitation to submit compatibility patches
to the open source community project that is Forge Mod Loader so that this incompatibility doesn't last.
Users who wish to enjoy mods of both types are encouraged to request of SDK that he submit a
compatibility patch to the Forge Mod Loader project at
http://github.com/cpw/FML.
Posting on the minecraft forums at
http://www.minecraftforum.net/topic/86765- (the MLMP thread)
may encourage him in this effort. However, I ask that your requests be polite.
Now, the server has to shutdown so you can reinstall your minecraft_server.jar
properly, until such time as we can work together.
[SEVERE] Unexpected exception
java.lang.RuntimeException: This FML based server has detected an installation of ModLoaderMP alongside. This will cause serious compatibility issues, so the server will now shut down.
at cpw.mods.fml.server.FMLServerHandler.onPreLoad(FMLServerHandler.java:109)
at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:155)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:411)
at dn.run(SourceFile:492)
0
0
0
0
and WRCBE Client and Server which give 1.2.0 not 1.2.1
0
Yes
0
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredFields(Unknown Source)
at ModLoader.setupProperties(ModLoader.java:1763)
at ModLoader.addMod(ModLoader.java:293)
at ModLoader.readFromModFolder(ModLoader.java:1276)
at ModLoader.init(ModLoader.java:887)
at ModLoader.addAllRenderers(ModLoader.java:189)
at ahu.<init>(ahu.java:77)
at ahu.<clinit>(ahu.java:8)
at net.minecraft.client.Minecraft.a(Minecraft.java:394)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.xuggle.mediatool.IMediaWriter
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 13 more
0
0
0
here is the code, and btw if you know how to do it with forge please enlighten me because I cannot get it to work...
0
0
How can I make it throw just one?
and is this correct for both server and client?
0
and why is it filming the left bottom corner
2
0
0
here it is
http://pastebin.com/2pCTaUPY
PLEASE FIX!!!!