Loan Sizer Won't Run

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Mundy
Newbie
Newbie
Posts: 3
Joined: Wed Nov 27, 2019 7:07 pm

Loan Sizer Won't Run

Post by Mundy »

I'd like to run Loan Sizer (http://www.lendingapps.com/register.php) under WINE but I get an alert that says, "Unknown Error". Can this app run under WINE?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Loan Sizer Won't Run

Post by jkfloris »

If you had run the program from the command line, you saw these error messages:

Code: Select all

err:module:import_dll Library MFC42.DLL (...) not found
err:module:import_dll Library mswstr10.dll (...) not found
Both libraries can be installed with Winetricks:

Code: Select all

winetricks -q mfc42 jet40
Mundy
Newbie
Newbie
Posts: 3
Joined: Wed Nov 27, 2019 7:07 pm

Re: Loan Sizer Won't Run

Post by Mundy »

It still won't run. I think the problem is the app is probably 32bit and I am on 64bit.
Mundy
Newbie
Newbie
Posts: 3
Joined: Wed Nov 27, 2019 7:07 pm

Re: Loan Sizer Won't Run

Post by Mundy »

This is the output from "winetricks -q mfc42 jet40" ...


root@root-p6606f ~ $ winetricks -q mfc42 jet40
------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing w_do_call mfc42
Executing load_mfc42
Executing mkdir -p /home/root/.cache/winetricks/vcrun6
Downloading http://download.microsoft.com/download/ ... up_deu.exe to /home/root/.cache/winetricks/vcrun6
--2019-12-01 00:34:01-- http://download.microsoft.com/download/ ... up_deu.exe

Resolving download.microsoft.com (download.microsoft.com)... 104.123.192.147, 2600:140a:0:58c::e59, 2600:140a:0:583::e59, ...

Connecting to download.microsoft.com (download.microsoft.com)|104.123.192.147|:80... connected.
HTTP request sent, awaiting response... 200 OK

Length: 1837888 (1.8M) [application/octet-stream]

Saving to: ‘VC6RedistSetup_deu.exe’

VC6RedistSetup_deu.exe 100%[=======================================>] 1.75M 4.31MB/s in 0.4s

2019-12-01 00:34:02 (4.31 MB/s) - ‘VC6RedistSetup_deu.exe’ saved [1837888/1837888]

Executing wine /home/root/.cache/winetricks/vcrun6/vc6redistsetup_deu.exe /T:C:\windows\Temp\_mfc42 /c /q

Executing cabextract -q /home/root/.cache/winetricks/vcrun6/vcredist.exe -d /home/root/.wine/dosdevices/c:/windows/syswow64 -F mfc42*.dll

Executing w_do_call jet40

Executing load_jet40

Executing w_do_call mdac27

Executing load_mdac27
------------------------------------------------------
Installer doesn't support 64-bit architecture.
------------------------------------------------------
root@root-p6606f ~ $
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Loan Sizer Won't Run

Post by jkfloris »

Update Winetricks and try again.
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Loan Sizer Won't Run

Post by Gcenx »

Why are you running wine/winetricks as root....

Never run wine as root
Locked