Search found 306 matches

by mike.dld
Wed Apr 18, 2018 8:44 am
Forum: Support
Topic: svn downloads older version!
Replies: 4
Views: 3339

Re: svn downloads older version!

For instance, switch to the tag corresponding to the version you want: git checkout 2.93
by mike.dld
Sun Apr 15, 2018 4:41 pm
Forum: Support
Topic: svn downloads older version!
Replies: 4
Views: 3339

Re: svn downloads older version!

Transmission no longer uses Subversion for its SCM, but rather Git. You could find latest sources at https://github.com/transmission/transmission.
by mike.dld
Thu Mar 15, 2018 7:01 pm
Forum: Support
Topic: deleted torrents keep coming back
Replies: 5
Views: 6123

Re: deleted torrents keep coming back

Are you using the Qt client to manage the daemon? if so, check that the watch directory is disabled for it as well. Basically, there will be two settings.json files, one used by the client and one used by the daemon.
by mike.dld
Thu Mar 15, 2018 6:57 pm
Forum: Windows Support
Topic: Windows 10 x64
Replies: 14
Views: 27199

Re: Windows 10 x64

Yes, that is me. The update is for more than just Windows 7 but yes, it doesn't apply to Windows 10. The .msi package check for the needed updates is slightly broken and may not function as desired. Just a quick though: have you tried running other executables installed? I.e. does the Qt client or t...
by mike.dld
Thu Mar 15, 2018 6:43 pm
Forum: Support
Topic: Transmission cross-compilation issues after v2.84
Replies: 7
Views: 4665

Re: Transmission cross-compilation issues after v2.84

As could be seen from your last message, ZLIB_LIBS environment variable value is not currect. It should point to libz.a/.so, but instead points to a directory (not even a file). That is what I presume is causing the "/opt/toolchains/uclibc-crosstools/lib/: No such file: File format not recogniz...
by mike.dld
Wed Mar 14, 2018 12:48 pm
Forum: Windows Support
Topic: Windows 10 x64
Replies: 14
Views: 27199

Re: Windows 10 x64

If you select "Daemon" during installation, it'll install the file. Otherwise it won't try starting the service. It's either one or the other.
by mike.dld
Wed Mar 14, 2018 12:47 pm
Forum: Windows Support
Topic: Windows 10 x64
Replies: 14
Views: 27199

Re: Windows 10 x64

This is weird. Do you maybe have some antivirus software that removes the file? Also, not sure if it'll help but you could try looking inside C:\Windows\Temp for a log file from installation to see if there's anything there.
by mike.dld
Wed Mar 14, 2018 12:31 pm
Forum: Windows Support
Topic: Windows 10 x64
Replies: 14
Views: 27199

Re: Windows 10 x64

Run the command prompt (cmd.exe) and within it execute: "C:\Program Files (x86)\Transmission\transmission-daemon.exe" -f
by mike.dld
Wed Mar 14, 2018 12:25 pm
Forum: Windows Support
Topic: Windows 10 x64
Replies: 14
Views: 27199

Re: Windows 10 x64

Are you able to start the daemon in foreground mode (passing it the -f flag via command line)?
by mike.dld
Wed Mar 14, 2018 12:01 pm
Forum: Windows Support
Topic: Windows 10 x64
Replies: 14
Views: 27199

Re: Windows 10 x64

Anything in the event log that might point to an issue?
by mike.dld
Tue Mar 13, 2018 7:42 pm
Forum: Mac Support
Topic: Transmission asked to use my microphone
Replies: 2
Views: 2894

Re: Transmission asked to use my microphone

I'd also suggest scanning your Mac with some antivirus, obviously...
by mike.dld
Tue Mar 13, 2018 7:38 pm
Forum: Mac Support
Topic: Transmission asked to use my microphone
Replies: 2
Views: 2894

Re: Transmission asked to use my microphone

Should not happen, Transmission has no use for the mic. What does the message look like? If it's a notification popup, those are relatively easy to spoof --- any program on your computer is able to show the notification that would appear as if it's shown by some other program.
by mike.dld
Tue Mar 13, 2018 7:34 pm
Forum: Support
Topic: deleted torrents keep coming back
Replies: 5
Views: 6123

Re: deleted torrents keep coming back

If this also happens when you restart Transmission (without restarting Windows), I would guess that you have watch directory set up and for some reason Transmission is unable to either remove or rename the two .torrent files thus adding them on each start.
by mike.dld
Tue Mar 13, 2018 7:31 pm
Forum: Support
Topic: Transmission cross-compilation issues after v2.84
Replies: 7
Views: 4665

Re: Transmission cross-compilation issues after v2.84

I don't think the issue is with bitfield-test specifically, but rather with linking of dynamic targets, and bitfield-test is the first such target you encounter during the build. The error you're getting mentions something about instruction set (I'm not good with Italian, would appreciate if you run...