ieframe showing blank screen

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
frankenstein
Newbie
Newbie
Posts: 1
Joined: Sun Sep 29, 2024 8:36 am

ieframe showing blank screen

Post by frankenstein »

Hello. I am trying to install a program which runs on Windows 7 or above. I checked the installer runs upon ieframe by inspecting its code with notepad.

However the program itself only shows white blank screen and nothing works other than right clicking menu.
Screenshot_20240929_222747.png
Here is the log that shows in console.

Code: Select all

002c:fixme:winediag:loader_init wine-staging 9.17 is a testing version containing experimental patches.
002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org.
0024:fixme:file:GetTempPath2W (261, L"") semi-stub
0024:fixme:file:GetTempPath2W (261, L"") semi-stub
0114:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0619FF18
0024:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 04EBFEB8
011c:fixme:file:GetTempPath2W (261, L"") semi-stub
011c:fixme:file:GetTempPath2W (261, L"") semi-stub
011c:fixme:ieframe:PersistStorage_InitNew (05EB1EA8)->(05FA4418)
0128:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 74384250, context 05ED92B0, init_notify 0, handle 06C8FE00): stub
011c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
011c:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (070CB138)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 050BD44C)
011c:fixme:file:NtLockFile I/O completion on lock not implemented yet
011c:fixme:ieframe:BrowserService_GetTravelLog 0C7AE248 050BDA50
011c:fixme:ieframe:ClientSite_GetContainer (05EB1F80)->(050BDA30)
011c:fixme:ieframe:ClientSite_GetContainer (05EB1F80)->(050BE730)
011c:fixme:ieframe:DocHostUIHandler_GetDropTarget (05EB1F80)
0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data
011c:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {a3da04e0-57d7-482a-a1c1-61da5f95bacb}
011c:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {917b96b1-ecad-4dab-a760-8d49027748ae}
011c:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {26d1e091-0ae7-4f49-a554-4214445c505c}
011c:fixme:mshtml:get_guid_from_type Unknown type L"module"
011c:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001
011c:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
011c:fixme:mshtml:ActiveScriptSite_OnScriptError (0DB66FB0)->(0DB6F928)
011c:fixme:mshtml:InternetBindInfo_GetBindString (0DB2D008)->(10 050BF420 1 050BF424)
011c:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
011c:fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
011c:fixme:ieframe:ControlSite_OnFocus (05EB1F80)->(1)
011c:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 050BFEB8
Here are the things I tried but didn't work:
  • Installing ie8 via Winetricks and running
  • Installing ie8 via Winetricks, switching to win7, and running
  • Running through Lutris
  • Running through Bottles
  • Proton GE, Lutris, Soda, UMU
Wine version: wine-9.17 (staging)
Distribution: openSUSE Tumbleweed v20240926
NVIDIA driver version: 560.35.03

Thank you!
MeowImmunecat
Level 2
Level 2
Posts: 10
Joined: Sat Aug 24, 2024 7:59 pm

Re: ieframe showing blank screen

Post by MeowImmunecat »

Can the program be tested for free? What program is it?
Locked