Actions
Bug #10225
closedPrinting Error when running under Windows
Start date:
01/05/2023
Due date:
% Done:
100%
Estimated time:
Chirp Version:
next (py3)
Model affected:
Windows 10+
Platform:
Windows
I read the instructions above:
Description
When attempting to print the CHIRP memories, an error message is displayed (see attached screen capture). Dismissing the message appears to continue normally. A complete debug log is attached and a snip-it of the associated part of the debug log is shown below.
[2023-01-05 10:59:54,094] chirp.wxui.common - ERROR: <function MemoryPrinter.print at 0x000001FD4BA432E0> raised unexpected exception
Traceback (most recent call last):
File "chirp\wxui\common.py", line 415, in run_safe
File "chirp\wxui\printing.py", line 104, in print
wx._core.wxAssertionError: C++ assertion ""Assert failure"" failed at ..\..\src\msw\toplevel.cpp(226) in wxTopLevelWindowMSW::MSWGetParent(): wxFRAME_FLOAT_ON_PARENT but no parent?
Note: When running under Linux Mint, there is no error message. The preview screen immediately appears but is totally black. This may or may not be related to the bug reported in this ticket.
Jim KC9HI
Files
Updated by Dan Smith almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset github|c55d2b237d614fe429c6ceea376607d66c6cd9bb.
Actions