Coder Social home page Coder Social logo

bukkit's People

Stargazers

 avatar  avatar Earl Bedford avatar  avatar  avatar

Watchers

 avatar

bukkit's Issues

IC bukkit port problem

There is some problems with latest 1.95b version of IC2. QuantumSet doesn't work properly. Players can only jump once and then they must relog to jump again.
Jetpacks cause damage when fly down to ground. Not falling, but accurate landing...

1.4.2 config change issue IC2

When changing the config for industrialcraft2-1.108.71-lf-r1 the server will fail to start with the following error:
---- Minecraft Crash Report ----
// I just don't know what went wrong :(

Time: 11/6/12 3:26 PM
Description: Exception in server tick loop

java.lang.NullPointerException
at net.minecraft.server.ItemStack.setData(ItemStack.java:157)
at net.minecraft.server.ItemStack.(ItemStack.java:41)
at ic2.common.TileEntityRecycler.setRecyclerBlacklistFromString(TileEntityRecycler.java:192)
at ic2.common.TileEntityRecycler.init(TileEntityRecycler.java:31)
at ic2.common.IC2.load(IC2.java:711)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:422)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
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:149)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
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:82)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:420)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:79)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:316)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:56)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:366)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)

Relevant Details:

  • Minecraft Version: 1.4.2
  • Operating System: Linux (amd64) version 2.6.32-5-amd64
  • Java Version: 1.7.0_07, Oracle Corporation
  • Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  • Memory: 1742033640 bytes (1661 MB) / 2058027008 bytes (1962 MB) up to 2863333376 bytes (2730 MB)
  • JVM Flags: 2 total; -Xmx3G -Xms2G
  • AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  • CraftBukkit Information:
    Running:
    Failed to handle CraftCrashReport:
    java.lang.NullPointerException
    at org.bukkit.Bukkit.getName(Bukkit.java:67)
    at org.bukkit.craftbukkit.CraftCrashReport.call(CraftCrashReport.java:20)
    at net.minecraft.server.CrashReport.a(CrashReport.java:46)
    at net.minecraft.server.CrashReport.g(CrashReport.java:40)
    at net.minecraft.server.CrashReport.(CrashReport.java:29)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
  • FML: ERROR NullPointerException: null
  • Is Modded: Definitely; 'craftbukkit,forge,fml'
  • Profiler Position: N/A (disabled)
  • Type: Dedicated Server

IC2 crash for CraftBukkit 1.2.5

This occurs when pressing Q while holding a Cropnalyzer in bukkit SMP:

23:36:31 [WARNING] Failed to handle packet: java.lang.NullPointerException
java.lang.NullPointerException
at ic2.common.ItemCropnalyzer.onDroppedByPlayer(ItemCropnalyzer.java:39)
at net.minecraft.server.EntityHuman.S(EntityHuman.java:412)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:482)
at net.minecraft.server.Packet14BlockDig.handle(SourceFile:43)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:251)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:106)
at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:82)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

1.95b IC2 Bukkit port crash

This occurs on the startup of the Bukkit Server:

19:46:53 [INFO] Adding Material: 30107:X30107
19:46:53 [SEVERE] java.lang.NoSuchMethodError: ic2.api.CropCard.registerBaseSeed
(Lnet/minecraft/server/ItemStack;IIIII)Z
19:46:53 [SEVERE] at ic2.common.IC2Crops.registerBaseSeeds(IC2Crops.java:7
3)
19:46:53 [SEVERE] at ic2.common.IC2Crops.init(IC2Crops.java:51)
19:46:53 [SEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:678)
19:46:53 [SEVERE] at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoa
derModContainer.java:271)
19:46:53 [SEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:220)
19:46:53 [SEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java
:539)
19:46:53 [SEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(F
MLBukkitHandler.java:121)
19:46:53 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
rver.java:159)
19:46:53 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
ver.java:426)
19:46:53 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
ceFile:492)
19:46:53 [SEVERE] Unexpected exception
java.lang.NoSuchMethodError: ic2.api.CropCard.registerBaseSeed(Lnet/minecraft/se
rver/ItemStack;IIIII)Z
at ic2.common.IC2Crops.registerBaseSeeds(IC2Crops.java:73)
at ic2.common.IC2Crops.init(IC2Crops.java:51)
at net.minecraft.server.mod_IC2.load(mod_IC2.java:678)
at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.
java:271)
at cpw.mods.fml.common.Loader.modInit(Loader.java:220)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539)
at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.
java:121)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

Custom Stuff 2.3.8

Can you port the new version of this mod? The author of mod fixed a very important bug.

IC2 1.97 r7 multiworld issue.

When using the multiverse plugin, the redstone behavior option on batbox's, MFE's, and MFSU's break. It simply will not change. On MC Port Central it says mutliworld has been fixed, I assume that is for the old problem of machines re-orienting themselves on a server restart. I haven't seen that happen yet, but the redstone behavior is still broken. Any chance of this being fixed or is it unfixable?

machine explosion crashing the server

02:46:40 [SEVERE] java.lang.NullPointerException
02:46:40 [SEVERE] at ic2.common.ExplosionIC2.(ExplosionIC2.java:130)

02:46:40 [SEVERE] at ic2.common.ExplosionIC2.(ExplosionIC2.java:146)

02:46:40 [SEVERE] at net.minecraft.server.mod_IC2.explodeMachineAt(mod_IC2
.java:2947)
02:46:40 [SEVERE] at ic2.common.TileEntityElecMachine.injectEnergy(TileEnt
ityElecMachine.java:152)
02:46:40 [SEVERE] at ic2.common.TileEntityElectricMachine.injectEnergy(Til
eEntityElectricMachine.java:217)
02:46:40 [SEVERE] at ic2.common.EnergyNet.emitEnergyFrom(EnergyNet.java:28
1)
02:46:40 [SEVERE] at ic2.common.TileEntityElectricBlock.q_(TileEntityElect
ricBlock.java:180)
02:46:40 [SEVERE] at net.minecraft.server.World.tickEntities(World.java:11
90)
02:46:40 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServe
r.java:569)
02:46:40 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
ver.java:467)
02:46:40 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
ceFile:492)
02:46:40 [SEVERE] Unexpected exception
java.lang.NullPointerException
at ic2.common.ExplosionIC2.(ExplosionIC2.java:130)
at ic2.common.ExplosionIC2.(ExplosionIC2.java:146)
at net.minecraft.server.mod_IC2.explodeMachineAt(mod_IC2.java:2947)
at ic2.common.TileEntityElecMachine.injectEnergy(TileEntityElecMachine.j
ava:152)
at ic2.common.TileEntityElectricMachine.injectEnergy(TileEntityElectricM
achine.java:217)
at ic2.common.EnergyNet.emitEnergyFrom(EnergyNet.java:281)
at ic2.common.TileEntityElectricBlock.q_(TileEntityElectricBlock.java:18
0)
at net.minecraft.server.World.tickEntities(World.java:1190)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

where are the permissions nodes ?

i trying to setup my server but i can't find all the permissions nodes for ic2 (for the diamond drill, electric treetap...) , can't find a wiki on the ported mod ore something else in the mc portal forum

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.