View Single Post
Old 10-30-2019, 01:49 PM   #19
DrLimu
Connoisseur
DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.
 
Posts: 61
Karma: 2485318
Join Date: Jun 2018
Location: Sweden
Device: Kobo Clara
Quote:
Originally Posted by droopy View Post
DrLimu, thanks for your comment. I was following the workarounds too on WineHQ, but ADE crashes on me. Which Linux distro are you using? Can you tell me what terminal commands exactly, from start to finish, you used? Thanks.

I double-clicked ADE_4.5_Installer.exe, and I get this:

Here's the "backtrace.txt" file that I was given an option to save:
Code:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x10001559).
I'm using Manjaro, but there are some reports at wineHQ of it working with ubuntu which should be similar to Mint.

Make sure you have installed winbind (sudo apt install winbind according to wineHQ) and Winetricks.

First create a new wineprefix (you may change the path to whatever you like). If you have an existing one with the same name it may be a good idea to delete it first.

WINEPREFIX="$HOME/.wineADE" wine wineboot

Install dotnet4 and mscorefonts using winetricks:

WINEPREFIX="$HOME/.wineADE" winetricks corefonts dotnet40

Navigate to the location of your ADE-download in the terminal (eg cd ~Downloads) and run the installer:

WINEPREFIX="$HOME/.wineADE" wine ADE_4.5_Installer.exe

Run the winetricks fix for rendering bugs:

WINEPREFIX="$HOME/.wineADE" winetricks ddr=gdi

Hopefully this works.

Edit:

I checked out a bit more, I think the problem might be that filehippo gives you the latest version of ADE.

Last edited by DrLimu; 10-30-2019 at 06:22 PM.
DrLimu is offline   Reply With Quote