Unable to launch the specified application

Specific support for Deluge on Microsoft Windows OS
Post Reply
Wiccio
New User
New User
Posts: 5
Joined: Sun May 25, 2014 12:47 pm

Unable to launch the specified application

Post by Wiccio »

Hello guys!
This is the error message I get when I try to launch the software.
Mistakenly, I copied an old installation folder on the new installation on this formatted pc... and now I can't get rid of that error message! I also tried to uninstall the software and install an older version, but there was nothing to do. I also tried to change the installation directory, but it didn't do anything. How can I fix it?

This is the exact message I get:
Image
Translated into English:
Unable to launch the specified application. The application configuration is incorrect. A new installation of the application may fix this problem.
But no, it does not solve the problem! Any suggestions? Thanks.
:(
Wiccio
New User
New User
Posts: 5
Joined: Sun May 25, 2014 12:47 pm

Re: Unable to launch the specified application

Post by Wiccio »

Any suggestions? :cry:
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Unable to launch the specified application

Post by Cas »

Completely delete the Deluge folder in program files and config (back it up first): http://dev.deluge-torrent.org/wiki/Faq# ... ingsconfig
Wiccio
New User
New User
Posts: 5
Joined: Sun May 25, 2014 12:47 pm

Re: Unable to launch the specified application

Post by Wiccio »

Thanks for your reply, Cas, but there isn't the Deluge folder in %APPDATA% (C:\Documents and Settings\MyName\AppData). Nor after uninstallation or when the software is still installed.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Unable to launch the specified application

Post by Cas »

Did you install the package as described here: http://dev.deluge-torrent.org/wiki/Faq# ... gonWindows
Wiccio
New User
New User
Posts: 5
Joined: Sun May 25, 2014 12:47 pm

Re: Unable to launch the specified application

Post by Wiccio »

Thanks again, Cas, for your reply.
I have installed the Visual C++ 2008 SP1 Redistributable Package (x86) but, after a while, I obtain the attached error that puts down Deluge.
Image
I am sorry to disturb you again but... how can I fix it?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Unable to launch the specified application

Post by Cas »

If you did a search then you find suggestions of installing .NET or IPv6, since I don't run windows I have no idea why you would get that error so you will need to investigate further yourself.
Wiccio
New User
New User
Posts: 5
Joined: Sun May 25, 2014 12:47 pm

Re: Unable to launch the specified application

Post by Wiccio »

Cas wrote:If you did a search then you find suggestions of installing .NET or IPv6, since I don't run windows I have no idea why you would get that error so you will need to investigate further yourself.
Hello again, Cas!
I asked at the Microsoft Developer Network (MSDN) and this is their reply:
MSDN wrote:You're running your program, and then it suddenly exits with the message This application has requested the Runtime to terminate it in an unusual way. What happened?

That message is printed by the C runtime function abort, the same function that also causes your program to terminate with exit code 3.

Your program might call abort explicitly, or it might end up being called implicitly by the runtime library itself.
That's exactly what the cause of the message is, the programmer called abort(). If you want to stop that error the developer has to stop calling abort().
So, Cas, can you do something at this time with the source code even if Windows it's not your o.s.? Or maybe you think that this error is not depending by the function abort()?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Unable to launch the specified application

Post by Cas »

Deluge is written in Python and these are low level function calls so not part of our code. It could be something in gtk or libtorrent but those are out of our scope.

Have you tried with 1.3.7? The only other suggestion is to install from source and see if running from an installed python instance gives the same error.
Post Reply