Bug #6473
closedChirp not showing some menu items
0%
Description
After upgrading to 20190217 version, some menu items are not showing.
I'm sending a picture of the Chirp main screen. In the picture I was trying to access the Radio menu item.
The Chirp is running on Windows 10 Pro 64 bits.
Files
Updated by Luiz Tresso about 5 years ago
Any suggestion to solve that issue?
it's happening on any version after 20190205.
Updated by Jim Unroe about 5 years ago
- Status changed from New to Feedback
- Priority changed from High to Normal
You've not provided any information about your radio but the issue is that it has a setting or settings that are invalid/out-of-range. Please attach a CHIRP Radio Images (*.img) file from the radio and/or a CHIRP debug.log file.
Jim KC9HI
Updated by Luiz Tresso over 4 years ago
- File chirp_menu_issue.png chirp_menu_issue.png added
The issue is about not showing menu options. The picture attached to this message shows the issue. Anyway, I found out the cause.
Chirp can't show some menu itens when running through Portuguese language. It's ok for others languanges.
Updated by Jim Unroe over 4 years ago
Hi Luiz,
I finally comprehend what you are saying. When I switch to the Portuguese (BR) language I get the following error that I don't see when switching to other languages. Hopefully it is a clue to someone as to what is going on.
/media/jim/e86c7433-1ab9-44d7-a2f8-76ea78f5f498/chirp.hg/chirp/ui/mainapp.py:1903: GtkWarning: Invalid input string "/MenuBar/help/clone_information") /media/jim/e86c7433-1ab9-44d7-a2f8-76ea78f5f498/chirp.hg/chirp/ui/mainapp.py:2107: GtkWarning: Invalid input string self.add(vbox) chirpw:142: GtkWarning: Invalid input string a.show() /media/jim/e86c7433-1ab9-44d7-a2f8-76ea78f5f498/chirp.hg/chirp/ui/mainapp.py:1593: PangoWarning: Invalid UTF-8 string passed to pango_layout_set_text() r = d.run()
Jim KC9HI
Updated by Bernhard Hailer over 3 years ago
Luiz, sorry for the late feedback - maybe you resolved this already?
I think you might be using some accented characters or umlauts in the path to where your Chirp files are located (hard drive folder). There's a Python restriction which requires exclusively plain ASCII characters in the path. Might that be the reason for the issues you have?
Updated by Luiz Tresso over 3 years ago
Hi Bernhard.
I have changed the language to English and the menu items went show again.
The path for the Chirp in my pc is "c:\radio\Chirp". I had got the path issue on others applications written in Python.
Thanks for help.
Updated by Bernhard Hailer over 3 years ago
- Status changed from Feedback to Closed
Thanks Luiz for the feedback!