Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

"Not supported operating system version." #43

Closed
stefnotch opened this issue Dec 23, 2018 · 3 comments
Closed

"Not supported operating system version." #43

stefnotch opened this issue Dec 23, 2018 · 3 comments

Comments

@stefnotch
Copy link
Member

Issue description:

When attempting to open a project with Flax, the error message Not supported operating system version. pops up

Steps to reproduce:

  1. Go to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion (system registry)
  2. Change the values of CurrentMajorVersionNumber and CurrentMinorVersionNumber to 0
  3. Restart the PC
  4. Attempt to open a Flax Project

Minimal reproduction project:

Flax version:

v0.3

@stefnotch
Copy link
Member Author

stefnotch commented Dec 23, 2018

Fix

Change the values in the system registry to the correct values.
CurrentMajorVersionNumber should be 6 or above.

If the values are not present in your system registry, adding

CurrentMajorVersionNumber DWORD = 6 
CurrentMinorVersionNumber DWORD = 3

to the registry should do the trick.

@stefnotch
Copy link
Member Author

(Of course, if you're running Windows XP or below, Flax probably still won't run.)

@klukule
Copy link
Contributor

klukule commented Dec 23, 2018

And if anyone is reading this... the 6 and 3 depend on the version of Windows kernel, the numbers above are for Windows 8.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants