Several errors: PersistMemory_Load, OleControl_FreezeEvents, REBAR_WindowProc, imagelist:ImageListImpl, fixme:ieframe:Ol

Questions about Wine on Linux
Locked
route53
Newbie
Newbie
Posts: 1
Joined: Thu Jan 02, 2025 10:04 pm

Several errors: PersistMemory_Load, OleControl_FreezeEvents, REBAR_WindowProc, imagelist:ImageListImpl, fixme:ieframe:Ol

Post by route53 »

Hi.

I am trying to run a .exe program in the terminal, but it is showing these messages:

0024:fixme:ieframe:PersistMemory_Load (0189AA10)->(008C5EDC 98)
0024:fixme:ieframe:OleControl_FreezeEvents (0189AA10)->(1)
0024:fixme:ieframe:OleControl_FreezeEvents (0189AA10)->(0)
0024:err:rebar:REBAR_WindowProc unknown msg 0465, wp 0, lp 4c
0024:err:imagelist:ImageListImpl_Initialize Error creating mask bitmap!
0024:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (0189AA10)

My system is:

# cat /etc/os-release

PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

What can I do, please?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Several errors: PersistMemory_Load, OleControl_FreezeEvents, REBAR_WindowProc, imagelist:ImageListImpl, fixme:iefram

Post by jkfloris »

What is the name of the program you want to run? Is it possible to download the program or a demo?
Locked