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

Libki Client freezes on black screen if network interface is unavaliable. #110

Open
stop-error opened this issue Oct 11, 2023 · 2 comments

Comments

@stop-error
Copy link
Contributor

Describe the bug
Sometimes a computer's network interface will take some time to come up after Windows starts. If the Libki Client launches before a network interface is available, it will freezes on a black screen.

To Reproduce

  1. Disconnect computer from network.
  2. Launch Libki Client
  3. Libki Client will freeze on black screen.

Expected behavior
Libki client should wait until network interface is available.

Desktop (please complete the following information):

  • OS: Windows 10 Pro 22H2

Additional context
Last log entry reads "ENTER utils/getIPv4Address". Could there be a problem with this function's error handling?

@stop-error
Copy link
Contributor Author

Did some more testing, and it turns out the client is running into a segfault. It seems to be caused by getNetworkInterface() returning something unexpected.

@kylemhall
Copy link
Contributor

Can you try client version 2.2.32 and let me know if that resolves the issue?

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

2 participants