Closed Razor512 closed 3 years ago
I wasn't able to reproduce this error. I tried 1.7.1 on two different machines but both works. Thus I need your help to gather more information.
Could you run debug version of 1.7.1 and see what happens - if any more detailed errors are revealed? https://github.com/kolinger/rd-usb/releases/download/untagged-ca6860d7ed510a97ad37/rd-usb-1.7.1-debug.zip Here you can download zip, extract it and run "rd-usb.exe" (it is in root directory besides many files) - this doesn't need installation - and see what happens. If same errors occurs look for "error.log" it should be created in the same directory as "rd-usb.exe". This file should describe error in more detail. Could you also try running this debug version via "cmd.exe"? Launch cmd, navigate to directory with "rd-usb.exe" and start "rd-usb.exe" via cmd. Then detailed error should be printed into cmd window.
The site does not seem to be allowing me to download that file, it is showing as not found even though it is listed in the releases list.
Sorry I didn't realize how this works. This should work: https://github.com/kolinger/rd-usb/releases/download/1.0.0-alpha/rd-usb-1.7.1-debug.zip
The error when launched from cmd is:
Traceback (most recent call last):
File "app.py", line 12, in
Thank you, this seems like issue with cefpython library, not sure why it works for me. I did update integration of this library. Could you try again with this version? https://github.com/kolinger/rd-usb/releases/download/1.0.0-alpha/rd-usb-1.7.1-debug2.zip
It shows the following error with this debug2
Traceback (most recent call last):
File "app.py", line 12, in
just noticed the edit.
The extra paths are just confusing. They are not in use. It's just how pyinstaller is packing python application into executable.
This is not about missing *.py files. This is issue with cefpython binary where some dependency is missing but this error doesn't say what is missing exactly. Some .dll file is missing on your system but it is present on mine. The solution is to find out what .dll file is missing and put it into rd-usb so everyone can use it and not to rely on presence in system. But first I need to know what is missing exactly.
Seems like issue with cefpython 66.1. Previous rd-usb 1.7.0 used 66.0. Current rd-usb 1.7.1 uses 66.1. I found elsewhere where people did have exactly the same issue with 66.1. I don't have energy to debug issue with libraries for now so I will try easy workaround - downgrade to cefpython to 66.0. There is no reason to use 66.1 for now.
Can you try? Hopefully last time. https://github.com/kolinger/rd-usb/releases/download/1.0.0-alpha/rd-usb-1.7.1-debug3.zip
Thank you, that version is able to launch without issue.
While 1.7.0 is able to start just fine, after uninstalling it and then installing version 1.7.1, it doesn't seem to start, and instead gives the following error.
"Fatal error detected Failed to execute script app"
Installing version 1.7.0 allows the application to start again.