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

beemod crash during install [Linux] #1992

Open
dnkmmr69420 opened this issue Nov 6, 2023 · 1 comment
Open

beemod crash during install [Linux] #1992

dnkmmr69420 opened this issue Nov 6, 2023 · 1 comment
Labels
App Crash Something is causing the app to crash Bug Something isn't working correctly Linux Issue only applies to Linux

Comments

@dnkmmr69420
Copy link

BEE2 Application Version

4.43.0 32-bit

BEE2 Package Version

4.43.0

What operating system are you running on?

Linux

Logs and Reports

Traceback (most recent call last):
  File "BEE2_launch.pyw", line 93, in <module>
  File "app\BEE2.py", line 195, in start_main
  File "trio\_core\_run.py", line 2074, in start_guest_runm
  File "trio\_core\_run.py", line 1885, in setup_runner
  File "trio\_core\_io_windows.py", line 431, in __init__
  File "trio\_core\_io_windows.py", line 207, in _get_underlying_socket
  File "trio\_core\_windows_cffi.py", line 323, in raise_winerror
OSError: [WinError 10045] Windows Error 0x%X

Additional information

  • I am using the windows version of portal 2 and I ran it via proton tricks
  • It happens on both 32 and 64-bit
  • I think it has something to do with it detecting that it is on an unsupported Windows platform so there should be a way to install even if it detects that the windows version is not supported
@dnkmmr69420 dnkmmr69420 added App Crash Something is causing the app to crash Bug Something isn't working correctly labels Nov 6, 2023
@vrad-exe
Copy link
Member

There aren't any explicit checks in BEE for what windows version you're using. According to a quick search, error 10045 means "the attempted operation is not supported for the type of object referenced", although I don't really know enough about how this code works myself to know exactly what that means.

@vrad-exe vrad-exe added the Linux Issue only applies to Linux label Feb 29, 2024
@vrad-exe vrad-exe changed the title beemod crash during install beemod crash during install [Linux] Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Crash Something is causing the app to crash Bug Something isn't working correctly Linux Issue only applies to Linux
Projects
None yet
Development

No branches or pull requests

2 participants