You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not entirely sure about the change to CMakeLists - running into a clang++ error: unsupported option -mcx16 for target arm64-apple-darwin25.3.0. Just referencing surrounding code which relates to the host.
While I'm PRing this to main (i.e. .NET 11), I've tested compilation on .NET 10 (our target SDK) here: https://github.com/ppy/Satori/actions/runs/27126600038 If this is accepted I can either backport to each of the branches as required or wait for you to do it.
Compile args: ./build.sh clr -c Release --cross -a x64
While it builds (and runs a simple hello world), it looks like there's something more to this because it segfaults at startup on our full-fledged app. Will try to debug further.
I'm a bit lost on how to debug this further for the moment, it looks like it dies in JITted code and only in release builds of Satori - debug works fine. LLDB is also currently crashing when loading SOS >_<
I'm a bit lost on how to debug this further for the moment, it looks like it dies in JITted code and only in release builds of Satori - debug works fine. LLDB is also currently crashing when loading SOS >_<
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm not entirely sure about the change to CMakeLists - running into a clang++ error:
unsupported option -mcx16 for target arm64-apple-darwin25.3.0. Just referencing surrounding code which relates to the host.While I'm PRing this to
main(i.e. .NET 11), I've tested compilation on .NET 10 (our target SDK) here: https://github.com/ppy/Satori/actions/runs/27126600038 If this is accepted I can either backport to each of the branches as required or wait for you to do it.Compile args:
./build.sh clr -c Release --cross -a x64