Search found 5 matches

by lunch
Tue Nov 10, 2015 9:26 pm
Forum: Windows OS
Topic: Improve detection of Visual C++ 2008 Redistributable
Replies: 2
Views: 3837

Re: Improve detection of Visual C++ 2008 Redistributable

Ouch, I wasn't aware of this version issue... Some links: http://www.py2exe.org/index.cgi/Tutorial#Step5 https://sourceforge.net/p/py2exe/mailman/message/27220164/ http://stackoverflow.com/questions/20175129/python-cannot-open-msvcr90-dll#20306053 I had a quick look at deluge.exe and python27.dll's ...
by lunch
Tue Nov 10, 2015 7:28 pm
Forum: Windows OS
Topic: Very slow start-up of Deluge in Windows 10
Replies: 22
Views: 22184

Re: Very slow start-up of Deluge in Windows 10

To get a clean report: Start Process Monitor, then Deluge. Once Deluge has started, in Process Monitor stop capturing (Ctrl+E). Then include only deluge.exe (in "Process Name" column, right-clic on deluge.exe > Include "deluge.exe") To analyse the events: You may guess long opera...
by lunch
Mon Nov 02, 2015 3:35 am
Forum: Windows OS
Topic: Very slow start-up of Deluge in Windows 10
Replies: 22
Views: 22184

Re: Very slow start-up of Deluge in Windows 10

You might find out the culprit by using Process Monitor.
by lunch
Sun Nov 01, 2015 2:42 am
Forum: Windows OS
Topic: Improve detection of Visual C++ 2008 Redistributable
Replies: 2
Views: 3837

Improve detection of Visual C++ 2008 Redistributable

Currently the installer doesn't check for the latest versions of Visual C++ 2008 Redistributable. As a result, if the user has the latest version of these runtimes installed, it isn't recognized and he is prompted to install these. As more, an older version. Relevant file: deluge-win32-installer.nsi...
by lunch
Sun Nov 01, 2015 2:03 am
Forum: Development
Topic: Add description for the "Application Indicator" preference
Replies: 0
Views: 2884

Add description for the "Application Indicator" preference

Hello, I have spent quite some time to understand what is the "Preferences > Interface > System Tray > Enable Application Indicator" setting. Of course, as it does nothing on my system... After some googling, I landed on this thread , which made me understand it is about some Ubuntu-specif...