Robert Campbell
Robert Campbell
GitHub’s Windows runners define VULKAN_SDK as an empty environment variable. The old check: `if ("%VULKAN_SDK%"=="")` fails because an empty defined variable does not satisfy the string check, causing the script...
The release build is failing with a linker error. I don't get it locally, using my installed SDK. Maybe there is a problem with the vulkan sdk linked in 3rdp...
Oh, and it seems the pipeline doesn't detect the build failure when powershell is used. Maybe it's better to go back to specifying cmd as the shell to run the...
https://github.com/beefytech/Beef/assets/78807/3bfe17ef-8e64-4f42-8930-e0b91fecb916 Here's another crash but no stack trace
[PersistentCrash.zip](https://github.com/beefytech/Beef/files/11889497/PersistentCrash.zip) @bfiete here's another. Let me know if these crash dumps are actually useful and whether to keep posting them or not.
> You named your zip "Pesistent Crash". Are these one-time anomalies or something you're persistently (and maybe even reproducibly) seeing? This one was persistent as long as I didn't change...
Unfortunately, I did not know exactly which piece of code caused it and I already converted all that code to Beef. It was a bit of C# code I was...
Here are two more crash dumps: [Crashes.zip](https://github.com/beefytech/Beef/files/11931728/Crashes.zip) And a project that's presenting one of them. [Code.zip](https://github.com/beefytech/Beef/files/11931727/Code.zip)
[CrashJS.dmp](https://github.com/beefytech/Beef/files/12922642/CrashJS.dmp) Another crash. This is caused by a project that has some javascript files in the Beef project directory.
[Delegates.zip](https://github.com/beefytech/Beef/files/14156010/Delegates.zip) Another crash