Jim
Smal window "Error.." is not my problem. Main problem is that CHIRP after showing this windov DOES NOT START - no application is in WINDOWS TASKS, no process CHIRP.exe is there. So I canĀ“t work with CHIRP on my XP computers, only on WIN 10 (notebook). And comparing debug.log for WIN XP and WIN 10 there is something wrong at loading data for Vertex standard_VXA-700
WIN XP:
2017-07-02 12:59:49,217] chirp.directory - INFO: Registered Vertex_Standard_VXA-700 = VXA700Radio
[2017-07-02 12:59:49,233] elib.intl - DEBUG: Set environment variable 'LANG' to 'sk_SK' ('kernel32.SetEnvironmentVariableW')
[2017-07-02 12:59:49,233] elib.intl - DEBUG: Set environment variable 'LANG' to 'sk_SK' ('msvcrt.putenv')
[2017-07-02 12:59:49,233] elib.intl - DEBUG: Set environment variable 'LANG' to 'sk_SK' ('msvcr90._putenv')
Traceback (most recent call last):
File "chirpw", line 126, in
File "chirp\ui\mainapp.pyo", line 2064, in __init_
File "chirp\ui\mainapp.pyo", line 571, in update_stock_configs
File "chirp\ui\mainapp.pyo", line 552, in copy_shipped_stock_configs
File "ntpath.pyo", line 85, in join
UnicodeDecodeError: 'utf8' codec can't decode byte 0xed in position 42: invalid continuation byte
END OF DEBUG.LOG
BUT: The same in WIN 10
[2017-07-01 21:26:06,865] chirp.directory - INFO: Registered Vertex_Standard_VXA-700 = VXA700Radio
[2017-07-01 21:26:06,869] elib.intl - DEBUG: Set environment variable 'LANG' to 'sk_SK' ('kernel32.SetEnvironmentVariableW')
[2017-07-01 21:26:06,871] elib.intl - DEBUG: Set environment variable 'LANG' to 'sk_SK' ('msvcrt._putenv')
[2017-07-01 21:26:06,871] elib.intl - DEBUG: Set environment variable 'LANG' to 'sk_SK' ('msvcr90._putenv')
[2017-07-01 21:26:07,065] chirp.ui.mainapp - INFO: Skipping existing stock config
[2017-07-01 21:26:07,065] chirp.ui.mainapp - INFO: Skipping existing stock config
[2017-07-01 21:26:07,066] chirp.ui.mainapp - INFO: Skipping existing stock config
[2017-07-01 21:26:07,066] chirp.ui.mainapp - INFO: Skipping existing stock config
[2017-07-01 21:26:07,066] chirp.ui.mainapp - INFO: Skipping existing stock config
[2017-07-01 21:26:07,068] chirp.ui.mainapp - INFO: Skipping existing stock config
[2017-07-01 21:26:07,068] chirp.ui.mainapp - INFO: Skipping existing stock config
[2017-07-01 21:26:07,068] chirp.ui.mainapp - INFO: Skipping existing stock config
[2017-07-01 21:26:07,068] chirp.ui.mainapp - INFO: Skipping existing stock config
[2017-07-01 21:26:07,068] chirp.ui.mainapp - INFO: Skipping existing stock config
[2017-07-01 21:26:07,069] chirp.ui.mainapp - INFO: Skipping existing stock config
and win10 debug.log continues....
Stan