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

stdio.prompt hangs on Linux #241

Open
flxwed opened this issue Aug 20, 2024 · 3 comments
Open

stdio.prompt hangs on Linux #241

flxwed opened this issue Aug 20, 2024 · 3 comments
Labels
bug Something isn't working needs information / investigation Issue is missing information to be able to be solved

Comments

@flxwed
Copy link

flxwed commented Aug 20, 2024

Using stdio.prompt hangs on linux. Doesn't seem to affect windows users after asking some peers to test it for me

Repro:

  • Run stdio.prompt in any script
  • Run the script
  • The prompt should hang
local stdio = require("@lune/stdio")
local ok = stdio.prompt("confirm", "Confirm me")
print(ok)

image

OS: Arch Linux x86_64
Kernel: 6.10.5-arch1-1

@filiptibell filiptibell added bug Something isn't working needs information / investigation Issue is missing information to be able to be solved labels Aug 20, 2024
@CompeyDev
Copy link
Contributor

I'm not able to reproduce on Linux - how did you install Lune? Was it via rokit?

@flxwed
Copy link
Author

flxwed commented Oct 19, 2024

I'm not able to reproduce on Linux - how did you install Lune? Was it via rokit?

Yes. I've reinstalled my OS since then with my package manager's version instead of rokit and it seems to work fine. Currently not in the place to test rokit's version vs. package manager.

Feel free to close

@CompeyDev
Copy link
Contributor

I've seen such behavior on older versions of Rokit, might in fact be fixed on the latest version. This issue can be closed if someone can confirm that this cannot be reproduced on the latest version of Rokit and Lune.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs information / investigation Issue is missing information to be able to be solved
Projects
None yet
Development

No branches or pull requests

3 participants