ESPToolsGUI icon indicating copy to clipboard operation
ESPToolsGUI copied to clipboard

how to launch ?.

Open anupam-dubey opened this issue 2 years ago • 9 comments
trafficstars

i have tried it with executables with no luck i think the main gui file from the exe is removed .

anupam-dubey avatar Oct 31 '23 05:10 anupam-dubey

Inside the ZIP, you can find the main executable and the "converted" python scripts. They are all exes but they are not signed. Maybe the antivirus has removed the exe as it is not signed.

Adrianotiger avatar Nov 01 '23 09:11 Adrianotiger

i have tried opening all exes working fine on cmd shell windows but cannot identify main exe Tried esptool.exe --working parttool.exe es32 secure

but which is main exe....where all these python vertables works together

anupam-dubey avatar Nov 01 '23 11:11 anupam-dubey

esp_tools_gui.exe in the root folder

Adrianotiger avatar Nov 01 '23 11:11 Adrianotiger

sir , there is no such file in esp_tools_gui.exe, also there is no antivirus program that i am using . I have downloaded your ESPToolsgui from github and couldnt find any executable named esp_tools_gui.exe

anupam-dubey avatar Nov 03 '23 06:11 anupam-dubey

Here a screenshot of the zip contents: image

Adrianotiger avatar Nov 03 '23 07:11 Adrianotiger

Hi.

Please download from the releases instead from the master branch.

jarodium avatar Dec 18 '23 21:12 jarodium

I downloaded from the releases and if I try to launch I get an error message of Microsoft Visual Studio: Invalid license data. Reinstall is required. The Visual Studio Shell of 2010 is missing. I installed VS new but the error is the same as before.

SchneHa avatar May 26 '24 17:05 SchneHa

I downloaded from the releases and if I try to launch I get an error message of Microsoft Visual Studio: Invalid license data. Reinstall is required. The Visual Studio Shell of 2010 is missing. I installed VS new but the error is the same as before.

The application is compiled with Visual Studio 2020. If a dll is missing a debug-window will appear (if you installed visual studio). The error message is not from the application if it search something from VS2010.

Adrianotiger avatar May 27 '24 06:05 Adrianotiger

The application is compiled with Visual Studio 2020. If a dll is missing a debug-window will appear (if you installed visual studio). The error message is not from the application if it search something from VS2010.

OK, now I deleted VS 2010 and all is fine!

SchneHa avatar May 27 '24 07:05 SchneHa