My Sponge server crash when I start (i’m running from Eclipse)
Here is the crash report : http://pastebin.com/SS1Z1RAV
And maybe this is related : https://github.com/SpongePowered/SpongeCommon/commit/5e25e614ff36806df0caa0c28418614f73ecf6cc
Rerun gradlew setup<Whatever>Workspace
and gradlew eclipse
.
I will try that . .
I still have the same problem.
[21:09:22] [main/ERROR] [org.spongepowered.common.configuration.SpongeConfig]: java.lang.NoSuchMethodError: com.typesafe.config.impl.ConfigImpl.newSimpleOrigin(Ljava/lang/String;)Lcom/typesafe/config/ConfigOrigin;
There is an error with Typesafe’s Config’s version
(The latest version of Configurate try to access a newer version of Typesafe’s Config)
Have you tried running the commands with --refresh-dependencies
?
Yes of course ^^
Can anyone help me? It will be 5 days since I’m stuck. It’s annoying.
Maybe a dev ? @simon816 (author of the commit) ?
Try gradle cleanEclipse eclipse --refresh-dependencies
then refresh the project from within eclipse
Running this command removed the gradle nature of my eclipse projects (SpongeForge/)
(I’m using gradle plugin for eclipse).
So I imported projects again (as gradle project) and the problem is still here when I start the server.
Sorry for my english, I do my best but i’m french ^^’ I hope I was clear.
Still need help, I will detail my installation tomorrow
I had the same problem, hint by @simon816 helped. The project no longer has a gradle nature, but I can run it from eclipse. I just need to modify the build order on SpongeForge so that SpongeCommon is dead last.
Got a new log with errors http://pastebin.com/jRfFWrcp
I updated my workspace with latest SpongeForge (including commit https://github.com/SpongePowered/SpongeCommon/commit/593767999a1272ac77c94606ed716a32586688a2)
But errors are still here ( http://pastebin.com/jRfFWrcp )
More over I got this gradle error : http://pastebin.com/tUuY3vgg
I found a temporary solution : I manually deleted the dependency : config.1.2.1.jar and now everything are working fine
The commit you linked is only working if you import a project generated by gradle eclipse
, as described (and kind of recommended) in the SpongeForge README: GitHub - SpongePowered/SpongeForge: A Forge mod that implements SpongeAPI