Giter Club home page Giter Club logo

Comments (11)

caseif avatar caseif commented on August 17, 2024

Does the server initialize properly when loaded without Pore?

from pore.

LunaticXCrazy avatar LunaticXCrazy commented on August 17, 2024

Yes i will try it again but i think the same problem happens

from pore.

caseif avatar caseif commented on August 17, 2024

What build of Sponge are you using? Also, are you using SpongeForge or SpongeVanilla?

from pore.

LunaticXCrazy avatar LunaticXCrazy commented on August 17, 2024
---- Minecraft Crash Report ----

WARNING: coremods are present:
  SpongeCoremod (sponge-1.8-1499-2.1DEV-650.jar)
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 9/23/15 10:08 PM
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: org/spongepowered/api/event/state/ServerStoppingEvent
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.getDeclaredMethods(Unknown Source)
    at org.spongepowered.mod.plugin.SpongeModPluginContainer.findStateEventHandlers(SpongeModPluginContainer.java:136)
    at org.spongepowered.mod.plugin.SpongeModPluginContainer.constructMod(SpongeModPluginContainer.java:100)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:507)
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:355)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.spongepowered.api.event.state.ServerStoppingEvent
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 32 more
Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 34 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
    Minecraft Version: 1.8
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_60, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 161188984 bytes (153 MB) / 455606272 bytes (434 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 1 total; -Xmx1024M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 9 mods loaded, 9 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UC  mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
    UC  FML{8.0.99.99} [Forge Mod Loader] (minecraft_server.jar) 
    UC  Forge{11.14.3.1450} [Minecraft Forge] (minecraft_server.jar) 
    UC  Sponge{1.8-1499-2.1DEV-650} [SpongeForge] (minecraft.jar) 
    UC  customnpcs{1.8.0_beta} [CustomNPCs] (CustomNPCs_1.8.0_beta.jar) 
    UC  PermissionsEx{2.0-SNAPSHOT} [PermissionsEx] (PermissionsEx-Sponge.jar) 
    U   pore{unknown} [Pore] (Pore-1.0.0-SNAPSHOT.jar) 
    U   SpongeEssentialCmds{2.8} [SpongeEssentialCmds] (SpongeEssentialCmds-2.8e.jar) 
    U   supersentai{1.0.0} [SuperSentai] (SuperSentaiMod-v.1.0.0-forge-1.8-11.14.1.1341.jar) 
    Loaded coremods (and transformers): 
SpongeCoremod (sponge-1.8-1499-2.1DEV-650.jar)

    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

from pore.

jamierocks avatar jamierocks commented on August 17, 2024

Your using too a recent version of Sponge :)

Pore has yet to catch up :P

from pore.

LunaticXCrazy avatar LunaticXCrazy commented on August 17, 2024

Okay what version do i use for Pore? Your plugin/mod is amazing and i realy need bukkit plugins in my 1.8 moddes server xS

from pore.

caseif avatar caseif commented on August 17, 2024

Build #592 is the last one we can guarantee Pore won't completely explode with. There were some major changes made in the next available build (#602) that we haven't updated Pore for yet.

Also, keep in mind that Pore is still in a very early stage and around half of the Bukkit API still isn't implemented, so most plugins will not function 100% properly.

from pore.

LunaticXCrazy avatar LunaticXCrazy commented on August 17, 2024

Okay ofc i understand its still being made but i will try it anyway i got nothing to lose realy ^^
Keep up the good work and you can close this issue :3 👍

from pore.

LunaticXCrazy avatar LunaticXCrazy commented on August 17, 2024

Here is some things i found not working but everything else works when i use Essentiels ^^ so i mean like i never imagined my self having bukkit plugins so yeah i am happy even thos some things dont work i have way more freedom than i had with sponge plugins 👍 😄 And i was wondering why do you not work on world edit? For me i think you should it will take i think a lot of time for it to show up on sponge and your plugin/mod Pore is awesome(sory for reapiting but it is) :3
1
2
3
4
5
If this could be fixed i think this will be revolutionery xS and i know Pore is not stable or the best stable version so far but hey Good Luck on fixing this if you fix it pls post it here or message me if you can do that on gith i am new anyways :P

from pore.

caseif avatar caseif commented on August 17, 2024

Again, Pore is still in an early stage and will contain many bugs and unsupported features. You'll have to bear with us as we progress in its development. WorldEdit will not be supported because it uses NMS, which Pore cannot reliably bridge. In any case, its author is currently developing a native Sponge version.

from pore.

LunaticXCrazy avatar LunaticXCrazy commented on August 17, 2024

And again i say i know :D Well hope you make Pore work for latest version or versions ^^ and good luck thats all from me :D 👍

from pore.

Related Issues (20)

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.