
A quick search shows high DPI scaling for Windows only supported properly on gtk4 development versions, unless somethings changed in mean time. Good you got it work-arounded regardless.
Perfect! Replaced NSSM with the W10 compatible release and used the debug exe files from the develop version as suggested. Worked instantly. Thanks for the quick response and all your work on this!mhertz wrote:You're welcome!
In my two stable deluge installers, there's missing debug exe's because they for some reason weren't included in the build made by Cas.
In my other two installers for deluge git-develop, there's no pre-made version to use, so I built it myself and there's included debug exes there. I tested it works with latest prerelease nssm(which is stated to be needed on win10) and using the debug exes, like the instructions state.
I build stable deluge myself, and tested nssm worked using the debug exe's, like git-develop also did before, so I updated the two stable installers, and it's portable alternatives, to include debug exe's also.
Note, stop all daemons running, before updating/changing-version.
Code: Select all
{
"file": 1,
"format": 1
}{
"default_ui": "gtk"
}
Code: Select all
Traceback (most recent call last):
File "C:\Program Files\Deluge\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "C:\Program Files\Deluge\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Program Files\Deluge\deluge-debug.exe\__main__.py", line 9, in <module>
File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\ui_entry.py", line 143, in start_ui
ui.start()
File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\gtk3\__init__.py", line 43, in start
from .gtkui import GtkUI
File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\gtk3\gtkui.py", line 19, in <module>
import gi # isort:skip (Required before Gtk import).
File "C:\Program Files\Deluge\lib\site-packages\gi\__init__.py", line 42, in <module>
from . import _gi
ImportError: DLL load failed: The specified procedure could not be found.
Win10 x64, tried both portable and installer.mhertz wrote:Could you please rename your profile folder to deluge-bak and try again, thanks. If it's that, then you probably just need to delete session.state in that folder and start again.
Though i've never seen that error though, when experiencing the above, so i'm alittle unsure.
Which OS, and 64bit right? Are you using the portable version or installers(or all)?