-
Notifications
You must be signed in to change notification settings - Fork 39
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
Logs! #8
Comments
The sponge option is a very basic feature. It does no checks, it doesn't even download anything. If the user is going to be using sponge we assume they have enough common sense to either 1) get the correct files for their instance or 2) heed the warning in our documentation that says sponge use is use-at-your-own-risk.
|
Ok so I just saw your PR and I will say that the log entries around the sponge section of the batch are somewhat lacking BUT that doesn't really change the other points/follow-up I made I don't think. While launching w/ sponge still continues to be one of those "not really supported" features (i.e. doesn't exist at all in our bash version) I will review it and see about making it more verbose if nothing else. |
Yeah cheers, sorry I was slightly frustrated, the user I was helping probably didn't realize there was an additional log file. Thanks for the pull and responses. Sorry I was a little annoyed earlier. |
No worries, we've all been there. I'm going to leave this issue open as a todo for me to add some more log entries in the sponge section. I am not a sponge user myself and thus don't experience firsthand problems or areas of potential improvement, so if there's anything you feel would be useful to add in the scope of this serverstart script for sponge let me know, keeping in mind I don't intend to add anything super complex and still have minimal support for the option in the first place; but I am open minded and appreciate any and all feedback. |
Yeah, most of the errors people will get will be well past this point anyway. The only thing I can suggest, is adding a small message when this script stops before the server starts, saying that they can find the Server-Scripts log at serverstart.log and to include it with the other logs on any help requests or bug reports? |
Can you guys Please Log your output somewhere.
Preferably the usual forge logs, but clearly labelled, so people unfamiliar will attach those with your errors.
We have had clueless users (because this babies them, they have 0 experience in reporting logs correctly) coming in needing help.
We ask for logs, they don't give logs (because they can't), they didn't get help.
Everyone's mad.
If there was logs, we could have diagnosed the issue was that there was no Sponge version available for the forge version they were using, and updated Sponge (all it was, was a version number needing to be bumped, due to overzealous version checking, (caused by Sponge not having or even knowing what their compatible versions are aside from the version tested with))
It would also be great if you could modify your script to use the latest sponge available, and rely upon mods to have a minimum forge version set correctly, Sponge has some pretty good reporting capabilities when something fails to mix into forge, that should cover any error reports that users create.
If you must, print a warning after a crash, saying to attempt to use a recommended version of either, and have some way of overriding the versions your script downloads.
The text was updated successfully, but these errors were encountered: