Bug #11676
openBug? Windows 10
0%
Description
Hello,
Since today, when I start the Chirp program, I get the following error message.
Is there a solution to this?
OSError: [Errno 9] Bad file descriptor
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "chirpwx.py", line 8, in
File "chirp\wxui_init.py", line 214, in chirpmain
File "chirp\wxui\main.py", line 436, in __init_
File "chirp\wxui\main.py", line 693, in make_menubar
File "chirp\wxui\main.py", line 1078, in adj_menu_open_recent
File "chirp\wxui\config.py", line 47, in save
OSError: [Errno 9] Bad file descriptor
Updated by Dan Smith 9 days ago
Per the IssueInstructions you indicated you read, we need a debug log. The stack trace is helpful, but not enough.
I've seen this once before where people are saving into their OneDrive, which isn't a real location on disk and which Windows refuses to allow certain basic filesystem actions to happen. That error message is coming from the operating system, not chirp.