At opening is crashing on Mac M1 PRO and don't run. #176

Open
opened 2024-05-04 05:46:07 +02:00 by suyu819 · 4 comments

Is there an existing issue for this?

  • I have searched the existing issues

Affected Commit or Release

v0.0.3

Description of Issue

First download from here v0.0.3 for suyu-macos-arm64.zip

Then uncompress, then I pass de app to Application folder then open the app is crash right away see photos....

But I solve that problem with this line on Terminal: sudo xattr -dr com.apple.quarantine /Applications/suyu.app

Then I try to open again but this time suyu quit unexpectedly.

All these things happens on my MAC M1 PRO with Sonoma OS V.14.4.1

See photos attached.

Any solutions ???

Thanks.

All the best.

Expected Behavior

First download from here v0.0.3 for suyu-macos-arm64.zip

Then uncompress, then I pass de app to Application folder then open the app is crash right away see photos....

But I solve that problem with this line on Terminal: sudo xattr -dr com.apple.quarantine /Applications/suyu.app

Then I try to open again but this time suyu quit unexpectedly.

All these things happens on my MAC M1 PRO with Sonoma OS V.14.4.1

See photos attached.

Any solutions ???

Thanks.

All the best.

Reproduction Steps

First download from here v0.0.3 for suyu-macos-arm64.zip

Then uncompress, then I pass de app to Application folder then open the app is crash right away see photos....

But I solve that problem with this line on Terminal: sudo xattr -dr com.apple.quarantine /Applications/suyu.app

Then I try to open again but this time suyu quit unexpectedly.

All these things happens on my MAC M1 PRO with Sonoma OS V.14.4.1

See photos attached.

Any solutions ???

Thanks.

All the best.

Log File

First download from here v0.0.3 for suyu-macos-arm64.zip

Then uncompress, then I pass de app to Application folder then open the app is crash right away see photos....

But I solve that problem with this line on Terminal: sudo xattr -dr com.apple.quarantine /Applications/suyu.app

Then I try to open again but this time suyu quit unexpectedly.

All these things happens on my MAC M1 PRO with Sonoma OS V.14.4.1

See photos attached.

Any solutions ???

Thanks.

All the best.

System Configuration

First download from here v0.0.3 for suyu-macos-arm64.zip

Then uncompress, then I pass de app to Application folder then open the app is crash right away see photos....

But I solve that problem with this line on Terminal: sudo xattr -dr com.apple.quarantine /Applications/suyu.app

Then I try to open again but this time suyu quit unexpectedly.

All these things happens on my MAC M1 PRO with Sonoma OS V.14.4.1

See photos attached.

Any solutions ???

Thanks.

All the best.

### Is there an existing issue for this? - [x] I have searched the existing issues ### Affected Commit or Release v0.0.3 ### Description of Issue First download from here v0.0.3 for suyu-macos-arm64.zip Then uncompress, then I pass de app to Application folder then open the app is crash right away see photos.... But I solve that problem with this line on Terminal: sudo xattr -dr com.apple.quarantine /Applications/suyu.app Then I try to open again but this time suyu quit unexpectedly. All these things happens on my MAC M1 PRO with Sonoma OS V.14.4.1 See photos attached. Any solutions ??? Thanks. All the best. ### Expected Behavior First download from here v0.0.3 for suyu-macos-arm64.zip Then uncompress, then I pass de app to Application folder then open the app is crash right away see photos.... But I solve that problem with this line on Terminal: sudo xattr -dr com.apple.quarantine /Applications/suyu.app Then I try to open again but this time suyu quit unexpectedly. All these things happens on my MAC M1 PRO with Sonoma OS V.14.4.1 See photos attached. Any solutions ??? Thanks. All the best. ### Reproduction Steps First download from here v0.0.3 for suyu-macos-arm64.zip Then uncompress, then I pass de app to Application folder then open the app is crash right away see photos.... But I solve that problem with this line on Terminal: sudo xattr -dr com.apple.quarantine /Applications/suyu.app Then I try to open again but this time suyu quit unexpectedly. All these things happens on my MAC M1 PRO with Sonoma OS V.14.4.1 See photos attached. Any solutions ??? Thanks. All the best. ### Log File First download from here v0.0.3 for suyu-macos-arm64.zip Then uncompress, then I pass de app to Application folder then open the app is crash right away see photos.... But I solve that problem with this line on Terminal: sudo xattr -dr com.apple.quarantine /Applications/suyu.app Then I try to open again but this time suyu quit unexpectedly. All these things happens on my MAC M1 PRO with Sonoma OS V.14.4.1 See photos attached. Any solutions ??? Thanks. All the best. ### System Configuration First download from here v0.0.3 for suyu-macos-arm64.zip Then uncompress, then I pass de app to Application folder then open the app is crash right away see photos.... But I solve that problem with this line on Terminal: sudo xattr -dr com.apple.quarantine /Applications/suyu.app Then I try to open again but this time suyu quit unexpectedly. All these things happens on my MAC M1 PRO with Sonoma OS V.14.4.1 See photos attached. Any solutions ??? Thanks. All the best.
suyu819 added the
bug
label 2024-05-04 05:46:07 +02:00
Author

P.S. I already have installed on my Mac Homebrew with QT5... But still doesn't work the app of SUYU.

P.S. I already have installed on my Mac Homebrew with QT5... But still doesn't work the app of SUYU.
Owner

logs?

logs?
Author

logs?

How obtain the log ??

If you tell me how... I will put here...

Thanks.

> logs? How obtain the log ?? If you tell me how... I will put here... Thanks.

To run suyu, you need to install qt5, ffmpeg, boost, fmt and speexdsp. The latest versions from brew will have to be "modified".
ln -s libavcodec.61.dylib libavcodec.60.dylib ln -s libavdevice.61.dylib libavdevice.60.dylib ln -s libavfilter.10.dylib libavfilter.9.dylib ln -s libavformat.61.dylib libavformat.60.dylib ln -s libavutil.59.dylib libavutil.58.dylib ln -s libswresample.5.dylib libswresample.4.dylib ln -s libswscale.8.dylib libswscale.7.dylib
All that lib linking dynamically... I think it's not convenient, but it's solvable
But even when you do all this, you won't be able to play. At least in Bayonetta 3.
[mvk-error] VK_ERROR_INVALID_SHADER_NV: Fragment shader function could not be compiled into pipeline. See previous logged error. libc++abi: terminating due to uncaught exception of type Vulkan::vk::Exception: VK_ERROR_INVALID_SHADER_NV
A little later, I'll check on other games and create a task on this topic, if it doesn't exist yet

To run suyu, you need to install qt5, ffmpeg, boost, fmt and speexdsp. The latest versions from brew will have to be "modified". ` ln -s libavcodec.61.dylib libavcodec.60.dylib ln -s libavdevice.61.dylib libavdevice.60.dylib ln -s libavfilter.10.dylib libavfilter.9.dylib ln -s libavformat.61.dylib libavformat.60.dylib ln -s libavutil.59.dylib libavutil.58.dylib ln -s libswresample.5.dylib libswresample.4.dylib ln -s libswscale.8.dylib libswscale.7.dylib ` All that lib linking dynamically... I think it's not convenient, but it's solvable But even when you do all this, you won't be able to play. At least in Bayonetta 3. ` [mvk-error] VK_ERROR_INVALID_SHADER_NV: Fragment shader function could not be compiled into pipeline. See previous logged error. libc++abi: terminating due to uncaught exception of type Vulkan::vk::Exception: VK_ERROR_INVALID_SHADER_NV ` A little later, I'll check on other games and create a task on this topic, if it doesn't exist yet
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suyu/suyu#176
No description provided.