bri3d / VW_Flash

Flashing tools for VW AG control units over UDS. Compression, encryption, RSA bypass, and checksums are supported for Simos18.1/6/10, DQ250-MQB, DQ381-MQB, and Haldex4Motion-Gen5-MQB.
Other
304 stars 77 forks source link

Installation #40

Closed xXxCryxXx closed 2 years ago

xXxCryxXx commented 2 years ago

Hello, is there any install info? On my Lapto does it work without any issue but on the Desktop PC it dose not work ... everytime i try to start the window close it as soon as it opens

pip install -r requirements.txt was done ..

if i try to open the tool via command line it is missing the Moduls see below:

dashing module not loaded Traceback (most recent call last): File "VW_Flash_GUI.py", line 870, in File "VW_Flash_GUI.py", line 601, in init File "VW_Flash_GUI.py", line 156, in init File "VW_Flash_GUI.py", line 121, in poll_interfaces File "VW_Flash_GUI.py", line 106, in get_dlls_from_registry FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden [15256] Failed to execute script 'VW_Flash_GUI' due to unhandled exception!

i got Python 3.9

bri3d commented 2 years ago

No more information about what unhandled exception? The rest of these errors are somewhat expected - the FileNotFoundError is because you don't have a Registry entry for a J2534 device. Dashing not being available is not an issue. So there is something else unexpected wrong here I think.

On Windows you should almost always use the premade release from https://github.com/bri3d/VW_Flash/releases/ anyway.