sim0n00ps / OF-DL

C# console app to download all of the media from Onlyfans accounts with DRM video downloading support
569 stars 54 forks source link

Can’t launch ‘OF DL.EXE’ (Ubuntu Linux) #334

Closed kevingscript closed 1 month ago

kevingscript commented 2 months ago

I’ve been trying to figure this out for days. Can’t get ‘OF DL.exe’ program to launch. Using Ubuntu Linux with the ‘Wine’ command line app (for exe). Any tips greatly appreciated lol. IMG_0573

melithine commented 2 months ago

If you're on Linux, don't use Wine, use the Docker image instead.

kevingscript commented 2 months ago

If you're on Linux, don't use Wine, use the Docker image instead.

So I setup everything using Docker and have the welcome message. But I'm not greeted with the 'selection prompt'.

image

melithine commented 2 months ago

I think there are problems with the CDRM project (a third party that generates client decryption keys for Wildvine DRM) at the moment, which is a semifrequent occurrence. If you generate your own keys using Android Studio, you might have better luck. CDRM is meant as a fallback solution if you don't have your own keys, but it's best not to rely on it... it's been offline before due to the maintainer having billing issues, for example.

kevingscript commented 2 months ago

I think there are problems with the CDRM project (a third party that generates client decryption keys for Wildvine DRM) at the moment, which is a semifrequent occurrence. If you generate your own keys using Android Studio, you might have better luck. CDRM is meant as a fallback solution if you don't have your own keys, but it's best not to rely on it... it's been offline before due to the maintainer having billing issues, for example.

Thanks!!