Running rclone with wine

Hi, I have a windows app that uses rclone internally as a separate process, I am trying to package it for Linux through wine, but it doesn't work.

What is the problem you are having with rclone?

Wine doesn't work on Linux under wine

Run the command 'rclone version' and share the full output of the command.

0124:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 000000C0004DF980 000000C0004DF97C
2023/06/12 20:16:17 --log-systemd not supported on windows platform

Which cloud storage system are you using? (eg Google Drive)

N/A but google drive in this case

The command you were trying to run (eg rclone copy /tmp remote:tmp)

wine rclone.exe version

A log from the command with the -vv flag

2023/06/12 20:17:32 --log-systemd not supported on windows platform```

EDIT: In prev versions (not sure which one), sometime in 2019 it worked properly

You can't use a systemd setting an operating system that doesn't have systemd.

You'd have to remove that flag.

That flag is not present, with rclone 1.51 it seems to work fine

one slight chance is that you are using wrong rclone.exe version - there are three: amd64, 386 and arm64... make sure you use one your platform with wine needs

I'm using the correct one (amd64 on an x86_64 instruction set laptop)

you might have better luck on wine forums

Make sure you don't have any systemd stuff in your environment before running rclone. In particular INVOCATION_ID so unset INVOCATION_ID before running rclone might fix it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.