-
Notifications
You must be signed in to change notification settings - Fork 265
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
Issue generating bytes #6432
Comments
What are the steps to reproduce this? We have never seen this kind of error on our CI or dev machines. |
I've managed to reproduce this error on two separate machines running Manjaro with gcc (GCC) 14.2.1 20240910. In my experience, it's always GCC. Could be something else though. |
@half-potato we don't have this setup to reproduce the issue. Are you able to compile with Clang? |
To reproduce:
|
@half-potato: For the ever_training repo, do you need to compile Slang from scratch? Could you pull the pre-built binaries from here (https://github.com/shader-slang/slang/releases) instead? There's usually a release every other week. |
This is happening on Manjaro, with all of the most recent libraries and GCC.
Here is the actual file:
I am able to workaround this issue by simply correcting the missing 0 and newline.
The text was updated successfully, but these errors were encountered: