labstreaminglayer / App-LabRecorder

An application for streaming one or more LSL streams to disk in XDF file format.
MIT License
123 stars 45 forks source link

Can't open Labrecorder on M1 Mac #109

Closed Matthew910818 closed 9 months ago

Matthew910818 commented 9 months ago

I tried to open Labrecorder on the computer but it kept popping out this error.

截圖 2023-11-23 下午5 03 48
cboulay commented 9 months ago

How did you install LabRecorder?

This is a problem with the Qt that comes from homebrew. See here: https://bugreports.qt.io/browse/QTBUG-100686

The solution is to build LabRecorder yourself.

Matthew910818 commented 9 months ago

I followed the steps in this website (https://github.com/labstreaminglayer/App-LabRecorder/blob/master/BUILD.md), but after cmake the LabRecorder.app shows that the app is crushed or not complete.

Matthew910818 commented 9 months ago

The problem is solved, thank you!