Uinspected Wine Error while installing Game

Questions about Wine on Linux
Locked
baalhimself
Newbie
Newbie
Posts: 1
Joined: Mon Mar 18, 2019 4:57 am

Uinspected Wine Error while installing Game

Post by baalhimself »

Hi,

I want to install Diablo2 on my Linux Mint 19.1 machine via Wine.
I have done this for many years now without any problems but now (after installing a new Mint version) I cant install the game.

I run the .exe file with wine and after the the installer opens an I click through the menu the error:

Code: Select all

Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x0046ae56).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:006b GS:0063
 EIP:0046ae56 ESP:0033ebb0 EBP:00000001 EFLAGS:00010246(  R- --  I  Z- -P- )
 EAX:00000000 EBX:7fa14e80 ECX:0033eba8 EDX:0033ebb0
 ESI:0001005c EDI:00000000
Stack dump:
0x0033ebb0:  00000000 00000000 00000001 001a4c28
0x0033ebc0:  7fb8a280 0046831a 00010064 0033ebe8
0x0033ebd0:  0033ebe0 0033ebe4 0001005c 00000000
0x0033ebe0:  ffffffff ffffffff ffffffff 00000000
0x0033ebf0:  0001005c 00000000 00000001 00468672
0x0033ec00:  0001005c 00468672 00468482 0001005c
Backtrace:
=>0 0x0046ae56 in installer (+0x6ae56) (0x00000001)
0x0046ae56: movl	0x0(%eax),%ecx
Modules:
Module	Address			Debug info	Name (27 modules)
PE	  400000-  589000	Export          installer
PE	7ac10000-7ac23000	Deferred        riched20
PE	7b410000-7b5b6000	Deferred        kernel32
PE	7bc10000-7bc14000	Deferred        ntdll
PE	7de60000-7de71000	Deferred        mshtml
PE	7e170000-7e181000	Deferred        urlmon
PE	7e320000-7e344000	Deferred        ieframe
PE	7ea30000-7ea33000	Deferred        winepulse
PE	7ea60000-7ea64000	Deferred        mmdevapi
PE	7ea80000-7ea84000	Deferred        dsound
PE	7eb30000-7eb33000	Deferred        usp10
PE	7eb70000-7eb74000	Deferred        uxtheme
PE	7ede0000-7ede4000	Deferred        winex11
PE	7ee70000-7ee74000	Deferred        imm32
PE	7f0b0000-7f0b4000	Deferred        ws2_32
PE	7f0e0000-7f0ea000	Deferred        mpr
PE	7f130000-7f148000	Deferred        wininet
PE	7f1b0000-7f1b8000	Deferred        oleaut32
PE	7f2e0000-7f2e4000	Deferred        rpcrt4
PE	7f360000-7f388000	Deferred        ole32
PE	7f4b0000-7f500000	Deferred        comctl32
PE	7f5d0000-7f5d8000	Deferred        shlwapi
PE	7f650000-7f7b2000	Deferred        shell32
PE	7f890000-7f894000	Deferred        version
PE	7f8b0000-7f8b7000	Deferred        gdi32
PE	7f9f0000-7fab6000	Deferred        user32
PE	7fbc0000-7fbc4000	Deferred        advapi32
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
	00000035    0
	00000022    0
	0000001d    0
	00000015    0
	00000014    0
	00000013    0
	00000010    0
	0000000f    0
00000011 winedevice.exe
	0000001c    0
	00000017    0
	00000016    0
	00000012    0
0000001a plugplay.exe
	0000001f    0
	0000001e    0
	0000001b    0
00000020 winedevice.exe
	00000029    0
	00000024    0
	00000023    0
	00000021    0
00000027 explorer.exe
	0000002c    0
	0000002b    0
	0000002a    0
	00000028    0
0000002d (D) C:\users\myusername\Temp\Blizzard Installer Bootstrap - 0052bfa1\Installer.exe
	00000031   15
	00000030   15
	0000002f    0
	0000002e    0 <==
00000033 rpcss.exe
	0000003c    0
	0000003b    0
	0000003a    0
	00000039    0
	00000038    0
	00000037    0
	00000036    0
	00000034    0
System information:
    Wine build: wine-3.0 (Ubuntu 3.0-1ubuntu1)
    Platform: i386
    Version: Windows XP
    Host system: Linux
    Host version: 4.15.0-20-generi
occures. I would very much appreciate any tips here!


Thanks in advance
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Uinspected Wine Error while installing Game

Post by jkfloris »

Update Wine to a recent version [1]. If there is still an error post the complete terminal output [2].

[1] https://wiki.winehq.org/Ubuntu
[2] https://wiki.winehq.org/Wine_User's_Gui ... mmand_line
after installing a new Mint version
Did you also installed the necessary 32bit packages?
Locked