WinLems (EXCEPTION_FLT_INEXACT_RESULT)

Questions about Wine on Linux
Locked
User avatar
Maniaxx
Level 2
Level 2
Posts: 38
Joined: Sun Aug 20, 2017 5:42 pm

WinLems (EXCEPTION_FLT_INEXACT_RESULT)

Post by Maniaxx »

The game WinLems crashes with the error below.
Download (freeware): https://www.chip.de/downloads/WinLems_20750071.html
Any idea?

wine-6.2
Arch Linux

Code: Select all

$ wine WinLems.exe
0188:fixme:olepicture:OleLoadPictureEx (00EAFCDC,1086,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0031FB10), partially implemented.
0188:fixme:olepicture:OLEPictureImpl_SaveAsFile (001E5EA0)->(0020B180, 0, 00000000), hacked stub.
0188:err:seh:dispatch_exception Fatal EXCEPTION_FLT_INEXACT_RESULT exception (code=c000008f) raised
0188:err:seh:dispatch_exception Fatal EXCEPTION_FLT_INEXACT_RESULT exception (code=c000008f) raised
0188:err:seh:dispatch_exception Fatal EXCEPTION_FLT_INEXACT_RESULT exception (code=c000008f) raised
0188:err:seh:dispatch_exception Fatal EXCEPTION_FLT_INEXACT_RESULT exception (code=c000008f) raised
Pre-requisites:

Code: Select all

export WINEPREFIX=/tmp/wine2; export WINEARCH=win32
winetricks -q mdac28 vb6run
wine winlems-setup124.exe
wine WinLems.exe
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: WinLems (EXCEPTION_FLT_INEXACT_RESULT)

Post by jkfloris »

This game also needs vb5run
User avatar
Maniaxx
Level 2
Level 2
Posts: 38
Joined: Sun Aug 20, 2017 5:42 pm

Re: WinLems (EXCEPTION_FLT_INEXACT_RESULT)

Post by Maniaxx »

Works, thank you!
mdac28 and win32 not needed.
Locked