Tim-Rex
Tim-Rex
Update: I believe I have a repro.. 1. Uninstall 2.1.0 2. Re-install 2.0.1 3. Start 2.0.1 and leave it open 4. Install 2.1.0 and wait for the _application in use_...
Given the installer prompts the user in the presence of a running instance ("application in use"), and has retry functionality (which evidently succeeds, and results in a broken install), it...
So.. it gets a little wierder for [linux-x86_64](https://github.com/shader-slang/slang/releases/download/v2025.10.3/slang-2025.10.3-linux-x86_64.tar.gz) ``` $ ./bin/slangc -v 2025.7.1-1-gd84aeeffd ``` That's not even close to correct, unless the release itself is wrong.. (see link above, taken...
Hi @gtong-nv I'm quite sure I was using the official release builds. In particular, my most recent comment regarding Linux x86_64 was sourced from the below: https://github.com/shader-slang/slang/releases/download/v2025.10.3/slang-2025.10.3-linux-x86_64.tar.gz I will have...
@gtong-nv confirming as before (see below) I note that your PR has not yet been merged (in case you're expecting that to have resolved anything) Latest 2025.10.4 release sourced from...
Well, this is super weird... I found the problem. While my md5sum agrees with yours, I continue to get this strange version.. It gets weirder.. if I run this as...
Thanks for looking into it @gtong-nv FWIW, the MacOS binary appears to use RPATH rather than RUNPATH. SIP preventing the export of DYLD_LOAD_LIBRARY may not have been a factor on...
Thanks @gtong-nv Perhaps it would be sensible to have the slangc executable verify the version of the dynamically loaded library, and bail out (or at least warn) if not the...
I found this issue largely by chance.. I come into this without in-depth prior knowledge of other shader languages, so I dn't have a great handle of what should be...