You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Disconnect computer from network.
Launch Libki Client
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?
The text was updated successfully, but these errors were encountered:
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.
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
Expected behavior
Libki client should wait until network interface is available.
Desktop (please complete the following information):
Additional context
Last log entry reads "ENTER utils/getIPv4Address". Could there be a problem with this function's error handling?
The text was updated successfully, but these errors were encountered: