Anonymous Maarten
Anonymous Maarten
This will need a rebase after #254 gets merged, but this does not feel too bad. What aspects do you feel are hacky?
Let's merge https://github.com/isledecomp/isle-portable/pull/407 first. This PR needs a rebase, and perhaps additional fixes, after that.
Looks good, but because the Release and CI workflow are split, I cannot see it running or test its binaries
Yup, the appimage works perfectly! Great job!
I think it has something to do with previous states. I can reproduce it with the `maarten` profile of this savegame: [savegame.zip](https://github.com/user-attachments/files/20969143/savegame.zip)
> Thank you @madebr for this fix! How about a neat icon for this game - maybe @Toshiba-3 or @Memorix101 could help? Great to hear! The arm64 incompatibility was in...
I looked into stacktrace generation past weekend, and I don't think `CaptureStackBackTrace` is useful here. That function captures the stack of the current thread stack where in an error state,...
My latest changes will also print a stacktrace-like on wine where dbghelp is not 100% supported, and when `addr2line.exe` does not exist: ``` Dethrace version: v0.7.1-13-g0ad96de2 Using root directory: \home\maarten\projects\dethrace\cmake-build-debug-mingw64\...
Perhaps it would be possible to make these variables configurable though the debug interface?
Thanks for the suggestion. I [applied it to my setup-sdl fork](https://github.com/madebr/setup-sdl/commit/41f924902ec57d2aff71889bc2856a361b6abdef#diff-4fab5baaca5c14d2de62d8d2fceef376ddddcc8e9509d86cfa5643f51b89ce3d), but alas [the error remains the same](https://github.com/madebr/librw/actions/runs/10424462291/job/28873801811#step:5:1235). Perhaps you're seeing a flaw in my implementation? I'm a relative typescript...