start ADE

Questions about Wine on Linux
Locked
danidani
Level 2
Level 2
Posts: 27
Joined: Tue Jan 12, 2021 1:30 am

start ADE

Post by danidani »

Hello everybody!
I installed ADE (adobe Digital Editions) last version (4.5.1 or something like that) on my Ubuntu 20 and on my Linux Mint 19.3, then updated to Linux Mint 20. In any SO this does not work. I am not expert of Wine, so please tell me what could I do to make ADE start on my computer.
Thank everybody.

Dani
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: start ADE

Post by jkfloris »

Did you try the workarounds from the AppDB?
danidani
Level 2
Level 2
Posts: 27
Joined: Tue Jan 12, 2021 1:30 am

Re: start ADE

Post by danidani »

Yes, I did, except Dot net 4.0 that cannot be installed (microsoft software installation do an error)...
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: start ADE

Post by jkfloris »

Did you use (an up to date version of) winetricks?

Code: Select all

winetricks -q dotnet40
danidani
Level 2
Level 2
Posts: 27
Joined: Tue Jan 12, 2021 1:30 am

Re: start ADE

Post by danidani »

I tried your command, but it does not work. It gave me an error.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: start ADE

Post by Bob Wya »

danidani wrote: Wed Jan 13, 2021 7:35 pm I tried your command, but it does not work. It gave me an error.
@danidani

What's the output from:

Code: Select all

wine --version
winetricks --version
- to check that both Wine and Winetricks are up-to-date.

Bob
danidani
Level 2
Level 2
Posts: 27
Joined: Tue Jan 12, 2021 1:30 am

Re: start ADE

Post by danidani »

wine version: 4.0
winetricks version:
20201206-next - sha256sum: df61d998a52758d6070e1a32030901d2308f642d5edbbb3558c717bc3b1e2e7c
danidani
Level 2
Level 2
Posts: 27
Joined: Tue Jan 12, 2021 1:30 am

Re: start ADE

Post by danidani »

I managed to do it on Ubuntu!
But I want it on Mint, I don't know what I did wrong.
The command I wrote was Mint.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: start ADE

Post by Bob Wya »

danidani wrote: Thu Jan 14, 2021 9:12 pm wine version: 4.0
winetricks version:
20201206-next - sha256sum: df61d998a52758d6070e1a32030901d2308f642d5edbbb3558c717bc3b1e2e7c
We can't really support Wine version: 4.0, as the current Wine stable release version is: 6.0 ...
See: WineHQ Wiki: Ubuntu.

Bob
danidani
Level 2
Level 2
Posts: 27
Joined: Tue Jan 12, 2021 1:30 am

Re: start ADE

Post by danidani »

"Error: there are some damaged package"
I always have this message, also when I update Mint from 19 to 20 and from 20 to 20.1
do you know what is?
In another forum a guy talked about pulseaudio
now I'm searching the answer...
danidani
Level 2
Level 2
Posts: 27
Joined: Tue Jan 12, 2021 1:30 am

Re: start ADE

Post by danidani »

I resolve it, I installed Wine 6.0 on my Linux Mint.
But ADE still doesn't work...
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: start ADE

Post by jkfloris »

You can try to use winetricks to install Adobe Digital Editions

Code: Select all

# Make sure winetricks is up to date
sudo winetricks --self-update

# Install ADE 4.5
winetricks -q adobe_diged4
danidani
Level 2
Level 2
Posts: 27
Joined: Tue Jan 12, 2021 1:30 am

Re: start ADE

Post by danidani »

How could you do that?!
It give on my terminal an infinite processing, but now it works!!!
Evviva!!
Thank you!!! :D :D :D
Locked