KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.41k stars 188 forks source link

The Avalonia version on Mac crashed when launching #693

Open fanyang-mono opened 11 months ago

fanyang-mono commented 11 months ago

I followed the instruction downloaded the Avalonia version for my mac x64. It crashed when launching.

hot33331 commented 10 months ago

same here. Is there a way to get the logs to you? I am using Ventura 13.4.1 on an Apple M1 Pro the version with the run.sh worked however.

jwosty commented 9 months ago

The app artifact is missing executable permissions. Running chmod +x ./StructuredLogViewer.app/Contents/MacOS/StructuredLogViewer.Avalonia then launching the app again works for me.

Potentially related to https://github.com/actions/upload-artifact/issues/38

fanyang-mono commented 9 months ago

@jwosty's workaround worked.

jwosty commented 6 months ago

Might be good to reopen this issue @fanyang-mono. Though there's a workaround, a real fix should still be possible