WolverineFan / YNABLinuxInstall

Install script for YNAB 4 on Linux
174 stars 18 forks source link

Script run successfully, but no YNAB installation #21

Open kescobo opened 3 years ago

kescobo commented 3 years ago

On pop!_os v20, I ran the script with pre-downloaded exe, and it seemed to go fine

❯ perl software/YNAB4_LinuxInstall.pl
Would you like to:
1. Install YNAB4 and link Dropbox
2. Link Dropbox ONLY
3. Download YNAB4, install it, and link Dropbox
Select an option: [1] 1

Searching for YNAB4 Installer...
Searching in .

Found Installer: './Downloads/YNAB+4_4.3.857_Setup.exe'

Found Dropbox Installation: '/home/kevin/Dropbox'

Specify WINE directory to use: [/home/kevin/.wine_YNAB4] 

Configuring /home/kevin/.wine_YNAB4 for Dropbox

Installing YNAB4 in /home/kevin/.wine_YNAB4
Installer output will be in /tmp/ynab4_install.log

Done!

But the installation didn't actually appear to happen. Or maybe I'm just not clear on how to launch it now, this is my first attempt with WINE

❯ ls .wine_YNAB4/drive_c/Program\ Files/
'Common Files'  'Internet Explorer'  'Windows Media Player'  'Windows NT'
❯ ls .wine_YNAB4/drive_c/Program\ Files\ \(x86\)/
'Common Files'  'Internet Explorer'  'Windows Media Player'  'Windows NT'

Log file here

kescobo commented 3 years ago

I was able to run the installation myself after, and the dropbox linking seems to work:

❯ env WINEPREFIX="/home/kevin/.wine_YNAB4" wine ~/Downloads/YNAB+4_4.3.857_Setup.exe
Fyrebyrd75 commented 1 month ago

Sorry to revive a 4 year old issue but I'm having the same problem. Here is my ynab4_install.log and also my terminal output. This is the main issue it looks like.

wine: failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135

Has anyone found a solution to this? I'm trying to install this on Fedora 40 with wine version 9.5-1.fc40 ynab4_install.log terminal_output.txt

Fyrebyrd75 commented 1 month ago

I did try to run it manually like @kescobo, but I get the same error