-
Notifications
You must be signed in to change notification settings - Fork 25
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
build the tests failed #10
Comments
Hi, could you please share the OS version info? |
If you provide us more information about your system like e.g. your OS we can try helping you. Otherwise we would close this issue soon. |
I'm not the originator of this topic, but I still get the same error.
|
Are you trying to build for a 32-bit architecture? If so, can you try a build for a 64-bit one instead and let us know the results? The rps-hlslc.exe executable is a 64-bit binary so the fact that the emulation layer is used seems very likely to be the problem. |
I tried reproducing this issue even on a Japanese Win 11 system as well and everything worked out of the box. This is why I have a hard time believing this is a general issue. Also, the translated output of the error message in your initial post and the source of the WoW64 emulation layer strongly hint at the compiler binary (which is a 64-bit binary) being executed in a 32-bit environment. Could you try to use the windows process explorer to run the batch file and see if you can find any hints pointing at a reason for the emulation layer being active in the first place? Any 32-bit binaries being created or used, etc., look at the child processes spawned. Usually, the layer should only automatically be used when a 32-bit binary is executed on a 64-bit system. However, that should not be the case here. We cannot publish the source code of the compiler at this moment but may revisit that decision at a later time. |
When I try to build the tests, it prompt that "Incompatible with the version of Windows you are running. Please review your computer's system information and contact the software publisher"
Could you opensource the rps_hlslc?
Thank you.
The text was updated successfully, but these errors were encountered: