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

Doesn't work in Windows 7 and 8.1 #35

Open
lgirma opened this issue Apr 30, 2024 · 0 comments
Open

Doesn't work in Windows 7 and 8.1 #35

lgirma opened this issue Apr 30, 2024 · 0 comments

Comments

@lgirma
Copy link

lgirma commented Apr 30, 2024

That is mainly because of these changes:

  1. Go version was upgraded to 1.21 which drops support for Windows versions below 10.
  2. There is a SetUserObjectInformation() call in _FirstMainStuff() function (inside any_globals.go file) which will make RunAsMain() calls panic in:
  • Windows 7 SP1
  • Windows 8.1
  • Wine (tested in Wine v8)

I confirmed this by forking this repository and removing the SetUserObjectInformation() call. Can that SetUserObjectInformation() call optionally be skipped so that win32 apps built with windigo work fine in those platforms?

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

1 participant