Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Crash when Foxguard is installed #110

Open
idnthvn opened this issue Oct 23, 2018 · 16 comments
Open

Server Crash when Foxguard is installed #110

idnthvn opened this issue Oct 23, 2018 · 16 comments

Comments

@idnthvn
Copy link

idnthvn commented Oct 23, 2018

This is my pastebin
https://pastebin.com/yeizTCgE
I have installed foxCore. No issue version 0.22-258
When i install FoxGuard 0.22-450 it crashes and gives me this.

I have installed FoxGuard 0.21-405
and have no issues other than what you already know on 0.21-405

@d4rkfly3r
Copy link
Collaborator

So I know it is going to sound really stupid...but:
foxcore-sponge-0.22.0-beta-258-server (1).jar
change that jar file name to:
foxcore-sponge-0.22.0-beta-258-server.jar

For some reason, Sponge (or maybe Forge), hates parenthesis in the names.
It causes a very misleading error...

If that doesn't fix it, let me know.

@idnthvn
Copy link
Author

idnthvn commented Oct 26, 2018

I will do this tonight and let you know. Thank you

@idnthvn
Copy link
Author

idnthvn commented Oct 29, 2018

This did not fix the issue. Same errors. I put the older version in and works fine

@d4rkfly3r
Copy link
Collaborator

Hm... That is very strange.. I'll take a closer look.

@idnthvn
Copy link
Author

idnthvn commented Oct 30, 2018

I even made sure my mods all had no () just incase. As i said, the older version works. And if i knew how to read the codes better, I'd answer my own question and fix it. Lol

@PurplProto
Copy link

PurplProto commented Dec 3, 2018

I'm also having the same issue with the same stack trace. No other mods installed, just SpongeForge-1.12.2-2768-7.1.4, foxcore-sponge-0.22.0-beta-258-server and foxguard-sponge-0.22.0-beta-450-server.

Any luck finding the root cause so far?

@idnthvn
Copy link
Author

idnthvn commented Dec 4, 2018

I reverted to the previous version. Untill the next update

@d4rkfly3r
Copy link
Collaborator

Hey, sorry for the delay in reaponse.

If you have time, can you try changing the name of the foxcore jar to start with an 'a': afoxcore

The only other thing that I can think of that would be causing this is not enough RAM.

@Aphex124
Copy link

Renamed both mods to have an 'a' in front, like "afoxguard-sponge-0.22.0-beta-450-server.jar" and I'm still not having any success...

@d4rkfly3r
Copy link
Collaborator

Hi, I should have specified, please change only the foxcore jar, or prefix FoxGuard with the letter b.

It appears that Sponge/Forge may be loading the plugins out of order.

@Aphex124
Copy link

Thats still a no from me :/ For whatever reason I'm able to launch on my personal rig (Win10), but as soon as I move it over to my server (Ubuntu) this error occurs..

@d4rkfly3r
Copy link
Collaborator

d4rkfly3r commented Dec 31, 2018

That's really really odd. If it's working on in eof your setups but not the other, I can only think of a few things... One of the jars is corrupted, try downloading them both again? The Linux file system has the wrong permissions for the files or something like selinux is blocking them.

If you have verified that the files aren't corrupt, can you run ls -al in the terminal for the folder with the jars in it, and let me know the output for the two lines that relate to said jars?

--edit: I'll try spinning up a Ubuntu VM later and messing around with it. I usually yes on Windows and REHL, so maybe it OS specific.

@Aphex124
Copy link

Aphex124 commented Dec 31, 2018

http://prntscr.com/m1pnfo

**edit: I'll try running it outside of McMyAdmin to see if that changes anything.
**edit2: nope, still no bueno outside of McMA

@idnthvn
Copy link
Author

idnthvn commented Dec 31, 2018

I am not home to test. When i had issues. It was windows 10. I again reverted to the versiom kust before and works great

@AloxoBlack
Copy link

changing the name somehow changed the priority and fixed my error

@Worive
Copy link

Worive commented Nov 8, 2020

Can be fixed adding the dependency manually:

Open the jar of foxguard as zip file.
Open mcmod.info and add manually the dependency of foxcore in it.
The file will look like that at the end (for v0.22.0-beta-450):

[
    {
        "modid": "foxguard",
        "name": "FoxGuard-Sponge",
        "version": "0.22.0-beta-450",
        "dependencies": [
        "foxcore"
    ]
    }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants