LapisBlue / Pore

(Archive, not actively maintained) Run existing Bukkit plugins on Sponge natively
https://docs.lapis.blue/pore/
Other
61 stars 23 forks source link

Error on startup #34

Open Time6628 opened 8 years ago

Time6628 commented 8 years ago

Getting this error when the plugin is enabled: https://gist.github.com/Time6628/061e9077976385011ccb

unascribed commented 8 years ago

Ensure you are using the latest build of Sponge and not the recommended build.

Time6628 commented 8 years ago

I am using the latest build of forge, sponge, and pore.

jamierocks commented 8 years ago

Could you post your full log? I would like to know exactly when this exception was thrown.

Time6628 commented 8 years ago

https://gist.github.com/Time6628/f0266e9fc410bb59e12bd28db1026723

jamierocks commented 8 years ago

Right, so I'm pretty sure I know why the issue is occuring, but I need the entire log to be sure, at least up to the stack trace.

jamierocks commented 8 years ago

Actually I should have enough to prove whether my theory is correct.

jamierocks commented 8 years ago

It looks as if Sponge isn't firing the GamePreInitializationEvent for Pore. I'll take a proper look in the morning, however I should note that Pore doesn't really play nicely with mods anyway.