-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
terminal freezes #42
Comments
What do you mean by "terminal freezes"? |
If you meant that your ssh connection freezes, then this is normal behaviour, as this also happens on forge due to the use of JLine |
in my case any terminal freezes not just ssh |
that didnt happen on forge might be just a random bug |
Just out of curiosity: Do you have something like this in your logs?
For me, with kettinglauncher 1.5.0, my terminal simply doesn't show typed characters, after I stop the server. Until then everything behaves correctly. I can make the terminal behave correctly again when executing Ctrl+L, Enter, reset, Enter is a known combination to get most terminals operational again. Ctrl+L, Enter simply clears any junk that might be currently in the commandline and is thus not needed in this case. my terminal works fine on version select and when starting the server however. Edit: it seems to not be consistent in breaking like this? |
I found that this is pretty consistently reproducible (or at least what I described), if you stop the server via typing stop (and not with ctrl+c). So I think this might not even be a launcher issue (as I wouldn't even know what would cause input to stop being displayed), but just the fact that an unsupported terminal causes issues? |
this error didnt happen [ERROR] Failed to construct terminal; falling back to unsupported |
I can’t reproduce the freeze then (Only the behavior I described, which is not a freeze). |
Basic questions:
Ketting launcher Version
v1.5.0
Description of behavior
terminal freezes on version selection and after the server started and stoped
Reproduction Steps
Logs
i cant provide the server log
JVM Flags
java -Xms6144M -Xmx6144M -jar server.jar -nogui
Operating system
ubuntu server 24.04.1 LTS
Additional context
No response
The text was updated successfully, but these errors were encountered: