https://bugs.documentfoundation.org/show_bug.cgi?id=160590
--- Comment #11 from Patrick Luby (volunteer) <[email protected]> --- I don't know where this bug went off the rails. Seems like it got hijacked about adding logging. So, to set expectations, I am a volunteer and this is just my hobby. I am interested in stopping the crashing so when I get some time, I'll add the Intel HD Graphics 6000 GPU to the existing macOS deny list code. But I have zero time or interest in implementing Skia logging to match Windows and Linux. @Giuseppe S Can you do you following steps? These steps will print out the exact name that Metal uses for your GPU: 1. Download and install the latest nightly master build from the following URL: https://dev-builds.libreoffice.org/daily/master/current.html 2. The nightly master builds install in /Applications/LibreOfficeDev.app. These builds are not codesigned like regular LibreOffice releases so you will need to execute the following Terminal command after installation but before you launch /Applications/LibreOfficeDev: xattr -d com.apple.quarantine /Applications/LibreOfficeDev.app Finder and then run LibreOfficeDev.app from the Terminal by copying the following line into the Terminal and pressing the return key: /Applications/LibreOfficeDev.app/Contents/MacOS/soffice 4. In the Terminal, a message similar to the following line will be printed. warn:vcl.skia:1225:20083:vcl/quartz/cgutils.mm:105: Default MTLDevice is "Apple M1 Pro" 5. If you don't see the above line, you are using Skia/Raster so change to Skia/Metal and restart. Just before the crash, you should see the above line. 6. Paste message into this bug. -- You are receiving this mail because: You are the assignee for the bug.
