After the update, the application on windows don’t open.
He’s open the process and close after that.
I don’t have more informations
After the update, the application on windows don’t open.
He’s open the process and close after that.
I don’t have more informations
Was there any error dialog? If you run Task Manager do you see the process named DuplicacyGUI64.exe or DuplicacyGUI32.exe?
No showing any error dialog. I cant find anymore the proccess in Task Manager. I dont know what is happening…
I would suggest a complete reinstallation. Remove the registry key HKCU\Software\Duplicacy and HKLM\Software\Duplicacy before reinstallation.
i have made this steps and nothing change… keep not working
Bunch of questions to narrow down:
Radical steps (if you have spare time)
File
-> Launch Executable
.DuplicacyGUI64
and select it. It will be in C:\Users\me\AppData\Local\Duplicacy
gh
and press enter (cursor should already be there).I use Windows 10 Pro 64 bits.
I have made all this steps except the Radical steps, and executing the DuplicacyGUI64.exe from cmd works, but from click not working…
I have tryed the WinDBG and make the steps and GUI not opened, just the thread.
The output from WinDBG:
Microsoft ® Windows Debugger Version 10.0.17674.1000 AMD64
Copyright © Microsoft Corporation. All rights reserved.
CommandLine: C:\Users\lucal\AppData\Local\Duplicacy\DuplicacyGUI64.exe
Symbol search path is: srv*
Executable search path is:
ModLoad: 00007ff6f20a0000 00007ff6
f34e4000 DuplicacyGUI64.exe
ModLoad: 00007ffa623c0000 00007ffa
625a0000 ntdll.dll
ntdll!RtlUserThreadStart:
00007ffa`6242f040 4883ec48 sub rsp,48h
0:000> gh
^ No runnable debuggees error in ‘gh’
So, the problem must with with the shortcut then. Perhaps the “Start in” directory has changed?
Can you create a new shortcut to it on the desktop and see if that works?
I create a new shortcut and still not working
I create a new shortcut and still not working
Wow. That does not make sense.
So, when you double-click the shortcut nothing happens, and if you look in the tray area there is no duplicacy icon? And the “Start in” directory is the same as the location of the executable in the shortcut properties?
0:000> gh
^ No runnable debuggees error in ‘gh’
Did you use WinDBG from SDK or WinDBG Preview from the store? How did you load the executable?
Anyway, disregard that - because you have confirmed that starting the executable directly works, so the problem is not with Duplicacacy.
I use the Preview version of WinDBG. I m installing the SDK version now.
When i double click in the shorcut nothing happened… And in the executable too. Just from CMD works.
Its the same location the executable from where i start from CMD.
Well… If i install for all users (as a service), its works!!! If its only for me, not working… I really dont know what is happened.
There is no need to install WInDBG from SDK, the one from the store should have worked fine, but apparently it is also failed for you. Did you follow the steps exactly?
This all does not make sense, unless you have some weird shell extensions installed that screws your explorer. Does other applications start from shortcuts?
Try two things.
You have already confirm that launching the app by name from cmd works. Can you try now launching it using “start” utility? ie. start DuplicacyGUI64.exe
as opposed to DuplicacyGUI64.exe
Does it still start?
Boot into safe mode. Does it start there from a shortcut?
Well… If i install for all users (as a service), its works!!! If its only for me, not working… I really dont know what is happened.
Did you uninstall the instance for “all users” before installing one for yourself and confirmed that it was uninstalled?
Still does not make sense why shortcut would not work.