Search found 93 matches

by petersasi
Fri Oct 16, 2020 7:36 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 265
Views: 497868

Re: Unofficial Deluge 2.0.x for Windows installer

Python 3.9.0 and OpenSSL 1.1.1i are available for next build... ;) You mean 1.1.1h,right? I have not seen i in the changelog yet... 3.9 may prove a bit painful if any of the needed components do not yet have the py39 version available, we will see. I saw it here (don't mind the version in URL): htt...
by petersasi
Fri Oct 16, 2020 2:04 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 265
Views: 497868

Re: Unofficial Deluge 2.0.x for Windows installer

JGAS2 wrote:Python 3.9.0 and OpenSSL 1.1.1i are available for next build... ;)
You mean 1.1.1h,right? I have not seen i in the changelog yet...
3.9 may prove a bit painful if any of the needed components do not yet have the py39 version available, we will see.
by petersasi
Fri Oct 16, 2020 2:02 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 265
Views: 497868

Re: Unofficial Deluge 2.0.x for Windows installer

Have you taken a look at the bat file in the OpenSSL-build folder? That exactly just installs it and copies two DLLs out of it. I'm using this as base : https://github.com/doadin/DelugeBuildFromSource I manage to build each step, but i don't understand some parts. Is building OpenSSL necessary ? Is ...
by petersasi
Fri Oct 16, 2020 2:00 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 265
Views: 497868

Re: Unofficial Deluge 2.0.x for Windows installer

It is really hard to help you with these reports that have no information about what failed, error messages, etc. ;) Ok, i've been able to build the GTK. Try to do what is described here https://dev.deluge-torrent.org/ticket/3201#comment:9 but i don't realy understand, not clear, not working (not su...
by petersasi
Fri Oct 16, 2020 1:57 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 265
Views: 497868

Re: Unofficial Deluge 2.0.x for Windows installer

3.8 should work For personnal use, i allready have Visual Studio 2019 and msys2 installed. I've downloaded (not installed yet) the following : python-3.6.8.exe python-3.7.9.exe python-3.8.6.exe Win32OpenSSL-1_1_1h.exe libtorrent-rasterbar-1.2.10.tar.gz Also begin to follow what's here : https://gith...
by petersasi
Fri Oct 16, 2020 1:56 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 265
Views: 497868

Re: Unofficial Deluge 2.0.x for Windows installer

You have to run the appropriate (not the 64 bit one) vcvars bat file before starting the build. Also, gcc is not necessary, you build using msvc on Windows. Unfortunately it fails during meson build saying there is no compiler avaible, saying that gcc command fails with "file not found" ev...
by petersasi
Wed Oct 14, 2020 12:46 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 265
Views: 497868

Re: Unofficial Deluge 2.0.x for Windows installer

Hi, have you followed the steps in my README? Also I have tried to add comments to my scripts then converted them to messages following the clean code pattern, but have not committed my latest yet. Not planning on creating and maintaining separate documents but rather a self documenting sequence of ...
by petersasi
Tue Oct 13, 2020 7:13 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 265
Views: 497868

Re: Unofficial Deluge 2.0.x for Windows installer

I don't know about those steps, I started from the already working steps of MHerz (never ending gratitude for that :)) May I ask what Windows version and hardware or virtual platform do you need this for? I personnaly already have VS2019, msys2. Python provide both x86 and x64 installers. At this po...
by petersasi
Tue Oct 13, 2020 3:55 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 265
Views: 497868

Re: Unofficial Deluge 2.0.x for Windows installer

Never appeared to me that there would still be need for it. Is there still 32 bit windows 10 for x86? What do you use it on that cannot run 64 bit? I think you would need a 32 bit python, OpenSSL, msvc initialization, boost and libtorrent and GTK3 build and nullsoft installer at least for that, so I...
by petersasi
Tue Oct 13, 2020 3:50 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 265
Views: 497868

Re: Unofficial Deluge 2.0.x for Windows installer

Yep, once I get past fixing the cleanup. Sorry for butting in, but I tested deluge with codepage 936 without getting that error, and so I suspect you're having the issue I have talked about before of having PYTHONHOME or PYTHONPATH env-vars defined, which can mess with this and can give errors prett...