Fails to build on macos M1 macbook pro #5

Closed
opened 2024-05-08 13:47:01 +03:00 by jwinterm · 0 comments
jwinterm commented 2024-05-08 13:47:01 +03:00 (Migrated from github.com)

Running 14" m1 pro 2021 with ventura 14.3.1

In order to build need to comment out some icon lines from main.rs - I think there needs to be special format icon for macos.

After that the program builds, but the paste button in wallet restore screen it does nothing and no output to terminal, and when I click scan qr and give the webcam permission it fails to load camera and I get this output:

2024-05-09 07:25:10.773 grim[75758:185521672] Requesting permission, bundle path for Info.plist: /Users/johnmurphy/src/grim/target/release
2024-05-09 07:25:13.462 grim[75758:185594704] Permission granted
OSX Unable to extract vendor ID
OSX Unable to extract product ID
OSX Unique ID is not exactly 18 characters - wrong format to extract location.
We might have trouble identifying the UVC control interface.
OSX Unable to extract vendor ID
OSX Unable to extract product ID
OSX Unique ID is not exactly 18 characters - wrong format to extract location.
We might have trouble identifying the UVC control interface.
OSX Unable to extract vendor ID
OSX Unable to extract product ID
OSX Unique ID is not exactly 18 characters - wrong format to extract location.
We might have trouble identifying the UVC control interface.
Camera stream: Descriptor { width: 1920, height: 1080, pixfmt: Custom("v024"), interval: 33.333335ms }
[DBG ] FOURCC = 420v
Running 14" m1 pro 2021 with ventura 14.3.1 In order to build need to comment out some icon lines from main.rs - I think there needs to be special format icon for macos. After that the program builds, but the paste button in wallet restore screen it does nothing and no output to terminal, and when I click scan qr and give the webcam permission it fails to load camera and I get this output: ``` 2024-05-09 07:25:10.773 grim[75758:185521672] Requesting permission, bundle path for Info.plist: /Users/johnmurphy/src/grim/target/release 2024-05-09 07:25:13.462 grim[75758:185594704] Permission granted OSX Unable to extract vendor ID OSX Unable to extract product ID OSX Unique ID is not exactly 18 characters - wrong format to extract location. We might have trouble identifying the UVC control interface. OSX Unable to extract vendor ID OSX Unable to extract product ID OSX Unique ID is not exactly 18 characters - wrong format to extract location. We might have trouble identifying the UVC control interface. OSX Unable to extract vendor ID OSX Unable to extract product ID OSX Unique ID is not exactly 18 characters - wrong format to extract location. We might have trouble identifying the UVC control interface. Camera stream: Descriptor { width: 1920, height: 1080, pixfmt: Custom("v024"), interval: 33.333335ms } [DBG ] FOURCC = 420v ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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: GUI/grim#5
No description provided.