[GH-ISSUE #3345] win11 Settings ->Advanced Settings cannot be opened #7067

Open
opened 2026-08-05 01:11:27 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @moqiu365 on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/3345

Describe the problem

After pulling the code, I tracked the issue and found that due to the default font loading order, the tray icon, Settings ->Advanced Settings cannot be opened

Just move the code from line 113 in the client/ui/cron_ui.go file to line 93, and the problem will be solved

I used the fixed code, but it still reports this error on Win10 with only comments
client.setDefaultFonts()
Later, the management page can only be opened, and I don't know how to fix it

After reviewing the information, I found that the reason is that FYNE does not support the ttc font very well

Because I am not very good at using Git and do not know how to submit the code I have modified, I am raising this issue. Once the issue is resolved, I will close it

The following is the repair process

Image

The following is the console log after the error occurred

Image

Expected behavior

Successful images when running the program after repair

Image

Are you using NetBird Cloud?

Please specify whether you use NetBird Cloud or self-host NetBird's control plane.

NetBird version

netbird version

NetBird status -dA output:

If applicable, add the `netbird status -dA' command output.

Do you face any (non-mobile) client issues?

Please provide the file created by netbird debug for 1m -AS.
We advise reviewing the anonymized files for any remaining PII.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Originally created by @moqiu365 on GitHub (Feb 18, 2025). Original GitHub issue: https://github.com/netbirdio/netbird/issues/3345 **Describe the problem** After pulling the code, I tracked the issue and found that due to the default font loading order, the tray icon, Settings ->Advanced Settings cannot be opened Just move the code from line 113 in the client/ui/cron_ui.go file to line 93, and the problem will be solved I used the fixed code, but it still reports this error on Win10 with only comments client.setDefaultFonts() Later, the management page can only be opened, and I don't know how to fix it After reviewing the information, I found that the reason is that FYNE does not support the ttc font very well Because I am not very good at using Git and do not know how to submit the code I have modified, I am raising this issue. Once the issue is resolved, I will close it The following is the repair process ![Image](https://github.com/user-attachments/assets/ae3946c8-f8b9-4bf9-afec-d13649554271) The following is the console log after the error occurred ![Image](https://github.com/user-attachments/assets/8f3a6c11-83a3-472b-9c51-e2c58cd2aaaa) **Expected behavior** Successful images when running the program after repair ![Image](https://github.com/user-attachments/assets/8063ff26-7e22-4212-aaa8-c3c599b0f38a) **Are you using NetBird Cloud?** Please specify whether you use NetBird Cloud or self-host NetBird's control plane. **NetBird version** `netbird version` **NetBird status -dA output:** If applicable, add the `netbird status -dA' command output. **Do you face any (non-mobile) client issues?** Please provide the file created by `netbird debug for 1m -AS`. We advise reviewing the anonymized files for any remaining PII. **Screenshots** If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here.
saavagebueno added the triage-needed label 2026-08-05 01:11:27 -04:00
Sign in to join this conversation.
No Label triage-needed
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#7067