game-ci / unity-builder

Build Unity projects for different platforms
https://github.com/marketplace/actions/unity-builder
MIT License
846 stars 245 forks source link

Jenkins Build failing with Error Code 139 even with -nographics parameter #666

Open AMSchuette opened 1 month ago

AMSchuette commented 1 month ago

Bug description

I have been trying to build from Unity 2020.3.19f1 to iOS on my Macbook running macOS Sonoma but the build keeps failing with status code 139. After some digging with some closed issues, I thought adding the -nographics custom parameter would at least help but it's producing the same result. I'm able to run my build method in Unity and the build is successful, it is only when I go through Jenkins that it doesn't work.

How to reproduce

Here is my command line arguments in Jenkins: -projectPath /Users/aaron.schuette/CHF -logFile /Users/aaron.schuette/CHF/unity3d_macOS.log -quit -batchmode -executeMethod BuildIOS.StartBuild -nographics

Expected behavior

I just need the build to succeed so I can move onto building the Xcode project.

Additional details

I have attached my log file for reference. unity3d_macOS.log

AMSchuette commented 3 weeks ago

Just wanted to follow up on this. Any ideas?