Running Software in Wine

Jeffrey Lapinski

Active Member
Joined
May 13, 2018
Messages
482
Reaction score
197
Credits
95
Hello,
I am trying to run a specific Windows PC app in Wine on Manjaro KDE Plasma (most recent as it is a new install). Other software that I try to run using Wine is working properly. This particular software gives me this error when installing:
Code:
Unhandled exception: assertion failed in 32-bit code (0xf7f64159).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:f7f64159 ESP:015af560 EBP:015af57c EFLAGS:00000282(   - --  I S - - - )
 EAX:00000000 EBX:00000002 ECX:015af57c EDX:00000000
 ESI:00000008 EDI:00000000
Stack dump:
0x015af560:  015af57c 00000000 015af57c f7bca9b6
0x015af570:  f7d7ae24 00000000 f7bb5009 00000000
0x015af580:  00000000 015b3b40 00000000 f7bc5276
0x015af590:  7b901ed0 00000000 f7d28094 21cb0300
0x015af5a0:  f7d7c860 f7d28094 00000000 f7d7ae24
0x015af5b0:  00000000 7b912f50 7b913400 f7bc7491
Backtrace:
=>0 0xf7f64159 (0x015af57c)
0xf7f64159: popl    %ebp
Modules:
Module    Address            Debug info    Name (54 modules)
PE      400000-  c29000    Deferred        acellus
PE    7ae00000-7ae04000    Deferred        rsaenh
PE    7afc0000-7afc3000    Deferred        atlthunk
PE    7afd0000-7afd4000    Deferred        schannel
PE    7aff0000-7aff3000    Deferred        kerberos
PE    7b020000-7b027000    Deferred        kernelbase
PE    7b0f0000-7b0f4000    Deferred        dnsapi
PE    7b420000-7b5db000    Deferred        kernel32
PE    7b690000-7b694000    Deferred        iphlpapi
PE    7b6c0000-7b6c3000    Deferred        netapi32
PE    7b700000-7b703000    Deferred        secur32
PE    7b760000-7b766000    Deferred        windowscodecs
PE    7b830000-7b855000    Deferred        ieframe
PE    7ba80000-7ba84000    Deferred        propsys
PE    7baf0000-7baf3000    Deferred        dhcpcsvc
PE    7bc30000-7bc34000    Deferred        ntdll
PE    7c420000-7c423000    Deferred        api-ms-win-core-localization-l1-2-1
PE    7c540000-7c543000    Deferred        api-ms-win-core-fibers-l1-1-1
PE    7c560000-7c563000    Deferred        api-ms-win-core-synch-l1-2-0
PE    7c590000-7c594000    Deferred        winex11
PE    7ccc0000-7ccc9000    Deferred        msacm32
PE    7ccf0000-7cd6d000    Deferred        winmm
PE    7cdc0000-7cdd7000    Deferred        oleacc
PE    7ce10000-7ce15000    Deferred        jsproxy
PE    7ce40000-7ce46000    Deferred        winhttp
PE    7ce80000-7cf5b000    Deferred        cryptui
PE    7cf90000-7cfd4000    Deferred        crypt32
PE    7d070000-7d074000    Deferred        bcrypt
PE    7d0a0000-7d0a4000    Deferred        winscard
PE    7d0c0000-7d0c4000    Deferred        gdiplus
PE    7d160000-7d164000    Deferred        ws2_32
PE    7d190000-7d19b000    Deferred        mpr
PE    7d1d0000-7d1ef000    Deferred        wininet
PE    7d260000-7d272000    Deferred        urlmon
PE    7d310000-7d31b000    Deferred        winspool
PE    7d360000-7d40c000    Deferred        comdlg32
PE    7d460000-7d486000    Deferred        oledlg
PE    7d4a0000-7d4a4000    Deferred        uxtheme
PE    7d4e0000-7d4e3000    Deferred        usp10
PE    7d550000-7d5a3000    Deferred        comctl32
PE    7d6c0000-7d6c8000    Deferred        oleaut32
PE    7d7f0000-7d818000    Deferred        ole32
PE    7d960000-7e236000    Deferred        shell32
PE    7e370000-7e374000    Deferred        imm32
PE    7e390000-7e393000    Deferred        msimg32
PE    7e3b0000-7e3b8000    Deferred        shlwapi
PE    7e430000-7e437000    Deferred        gdi32
PE    7e580000-7e584000    Deferred        rpcrt4
PE    7e610000-7e614000    Deferred        advapi32
PE    7e6b0000-7e6b4000    Deferred        ucrtbase
PE    7e7b0000-7e7bf000    Deferred        setupapi
PE    7e860000-7e948000    Deferred        user32
PE    7efd0000-7efd3000    Deferred        shcore
PE    7eff0000-7eff4000    Deferred        version
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
    00000024    0
    0000001a    0
    00000013    0
    00000010    0
    0000000f    0
00000011 plugplay.exe
    00000017    0
    00000016    0
    00000012    0
00000018 winedevice.exe
    00000021    0
    00000020    0
    0000001d    0
    0000001c    0
    0000001b    0
    00000019    0
0000001e explorer.exe
    0000002a    0
    00000029    0
    00000028    0
    0000001f    0
00000022 winedevice.exe
    00000027    0
    00000026    0
    00000025    0
    00000023    0
0000002b (D) C:\users\jalan76\Local Settings\Application Data\Acellus\Acellus.exe
    00000109    0
    00000106    0
    00000105    0 <==
    0000002e    0
    0000002c    0
System information:
    Wine build: wine-5.7
    Platform: i386 (WOW64)
    Version: Windows 7
    Host system: Linux
    Host version: 5.6.6-1-MANJARO
 


You're best bet it to run over to http://www.winehq.com. They have a database of apps and how well they run on WINE, and what tweaks you may need to use to get an app to work. Unfortunately, there's more Windows apps that don't run, won't run, or don't run well using WINE than those that do. There are other services you can check out too that help run WIndows apps in Linux. PlayonLinux is a good one, they have their own app and their own database of apps and what you need to do to run the Windows apps in it. Unlike regular WINE, PlayonLinux allows you to install multiple versions of WINE and each one loads based on what's best for your particular app. So in your output above, I see your running WINE 5.7, but maybe your app runs best under 4.2. Instead of uninstalling 5.7 and installing 4.2, which might not work for your other apps, PlayonLinux allows you to use both. Both WINE and PlayonLinux are free. There are also some pay services you can check out, like Crossover.
 

Members online

No members online now.

Top