Closed Gcenx closed 3 years ago
I tried to notarize the installer pkg (that install the WS11WineCX64Bit19.0.1 based app) and it failed. The log file should be helpful to you, to figure out what needs to be signed (when you get some time to work on that). notarization_log.txt
Please note that a couple of executables need to be hardened as they had this error "The executable does not have the hardened runtime enabled." Actually, if you take care of them (if I understand it correctly it is just a matter of adding --options=runtime to OTHER_CODE_SIGN_FLAGS build setting), we can probably sign the rest ourselves if we need it.
6 files also have this error "The binary uses an SDK older than the 10.9 SDK."
The Engine typo is within the Engine so that’s an easy fix, only Wineskin bug left was an Engine version handling fix I didn’t move from Winery but shouldn’t be a major one.
I’ll be using Hardened Runtime soon so that won’t be an issue.
The 6 items that were built on pre-10.9 SDK will be the dylibs contained within wstools.bundle and the CustomEXE.app within Wineskin.app\
But for now I’d avoid using this for any commercial ports that install into /Applicaions, installing into ~/Applications however should be fine
I’ll try making some last minute tweaks on the weekend then push the new versions of Winery/Wrapper and WS11 Engines.
Hi all, I am testing the latest release of April 4 on my 32 bit catalina program. For now I find the following anomalies.
1) If I publish my package on my server when I downloaded it Catalina says that the file is damaged, instead if I download it on Windows and I bring it on the mac with a USB stick it works.
2) Always only on catalina 10.5.4, if I start my package with a double click or open it, I cannot access the Mac's HD. This does not happen if I test wineskin or run the WineskinServer file in the MacOS folder
Thanx in advance.
Ciao. L.
Catalina flags files downloaded from the Internet as 'downloaded', eh, and refuses to execute them if they are not signed. Run this command in terminal to remove the flag sudo xattr -cr YourApp.app
You need to enable Full Disk Access for your app in Sytem Preferences - Security & Privacy - Privacy
Yeah the pre-release won’t function normally that’s by design it’s only really meant to facilitate debugging until it’s ready for an actual release.
Also current Wineskin wrappers can’t be used for commercial products in still working on the required changes to enable it to be used for actual commercial ports.
I had to slow development again as I had to take a side job now that I’m no longer ill, we all got laid off
@Alex1844 its not just Catalina that does this, I think that started since Gatekeeper got added into macOS.
@Alex1844 Gcenx is right about that, that (issue) has been present since Gatekeeper was introduced, in OS X El Capitan (10.11.x).
A possible way around this is using an application named Code Signer, which lets you sign applications and executables at any time, with a valid Dev certificate.
I’ll look for where I found Code Signer, and link it once I’ve found it.
That will not help. I have already used Apple's code signing tools with my Dev certificate to try and sign the package and it fails because of the way some Wine files were built (see one of my comments above). Until that is resolved, it cannot be signed.
I’m not talking about apple’s code signing tool(s), I’m talking about a third party one.
I’ll try signing an empty wineskin application ti check if the tool I’m talking about is able (to sign it)
@The-SamminAter you can’t currently code-sign and notarize Wineskin wrappers for a few different reasons, @Alex1844 did provide a log of the attempt.
@Alex1844 the major problem files were not wine files but other libraries/binaries I’d lazily taken from XQuartz and other places. And WineskinLauncher is a debug executable (bypasses SIP stripping)
Any Engine I build from source used a custom patched 10.14 SDK that allows compiling 32Bit code and support down to 10.6, Winehq releases are lightly still built using the 10.8 SDK (I have checked recently)
@The-SamminAter - Third-party signing tools are simply front ends for Apple's signing tools. They won't sign anything that can't be signed with Apple's tools.
I have tried the latest update and it seems that the closing time again increased to about 8-10 seconds
@Alex1844 was this with a new or existing wraper?
New one
Hum I don’t remember making any real changes to WineskinLauncher since you last tested only change was a slight runtime update and tweak.
And today’s update was just a refreshed WS11 Engine rebuild with an additional patch to disabled winemenubuilder
Actually, I checked the previous one just now, and the closing time is about the same as this latest one, 8-10 seconds. I am not sure right now then which of the previous ones did I test and it was something like 4-6 seconds
I’ll skip a two stage check and instead use wineserver -k9 instantly on shutdown.
As Winery will no longer be supporting 10.8, might now be the time to add Sparkle to handle the application updates
Uploaded a newer wrapper to pre-releases, let me know if that’s helps @Alex1844
It is better, thanks.
@Gcenx - I don't know if there's a solution for this, but when I downloaded the latest update of the wrapper, and tried to refresh the existing wrapper in my projects (the existing wrapper was an earlier update on pre-release page), I got an error message about the lproj file not being found (I did this yesterday and I think it was the english.lproj file or some similar name from the resources). I tried putting the earlier update of the wrapper into the Application Support etc. folder, and then tried to update the wrapper again, but this produced a similar error message. (I think you may have updated some build settings in Xcode, so that the lproj files got renamed.)
I couldn't find any way to recover from this, so I restored my projects from backups and haven't tried to refresh or update the wrapper since. Is there any way of getting a new wrapper into an existing project, or will it be necessary to create the project from the start?
And if I simply don't know what I'm doing, please let me know.
@emendelson yes I’ve been updating the project setting within Xcode.
Just run wrapper update twice, the first will be running the update using the previous Wineskin.app that doesn’t know about these changes, the second run will copying in the missing “base.lproj” file.
To avoid these kind of issues in the future when updating the master wrapper version, manually copy in Wineskin.app from the new wrapper, now run “update wrapper” this will avoid any potential issues.
The Pre-release Wrapper with a newer runtime and some miscellaneous fixes.
The Pre-release Winery, on Catalina only compatible Engines will be shown as usabled and Engines that require XQuartz will be permanently hidden\ All macOS Versions have Wine versions below 2.18 hidden by default as those aren't compatible with Freetype 2.8.1 (I might drop the included legacy FreeType and Legacy FAudio for the release)
It runs smoothly, great job as always.
One thing I noticed in the last couple of pre-releases, now Catalina requests the user at first wrapper launch to allow the App access to the user's Files and Folders, and once you do it, it works perfectly, no need to enable Full Disk Access for the wrapper. However, I do not see the wrapper in the System Preferences as having rights to the Files and Folders. Anyways, not a complaint, just an observation.
Thanks
The permissions prompt on creation makes sense, regedit isn’t ran until after prefix creation.
As for not showing up in permissions that seems odd, does the Winery app now show up or Terminal perhaps?
Actually, I just now figured out that it does show up. I had Full Disk Access enabled, so I had it removed from there first, before I checked the File and Folders permission, at which point it was not there for some reason. But after I signed out and back into my Mac, and launched the app it asked me again to allow access and after that it did show up in File and Folders. So everything is working great.,
Could you please help me? For around a month I've been unable to install software on my wrappers. I've downloaded the newest version of Wineskin with the latest engines, but it still gives me the same error of "file not found". I don't know what else to do.
@ilcamariacuna that error isn’t coming from Wineskin, that errors is coming from the windows application your attempting to install.
If this isn’t on macOS Catalina please open a new issues and provide macOS version/engine used/software your attempting to install/ winetricks of any are installed
@ilcamariacuna that error isn’t coming from Wineskin, that errors is coming from the windows application your attempting to install.
If this isn’t on macOS Catalina please open a new issues and provide macOS version/engine used/software your attempting to install/ winetricks of any are installed
It has macOS Catalina. I've attempted to download several applications but it appears the same message.
@ilcamariacuna no really the error message is coming from wine not Wineskin.
Please link to a demo or if the thing your trying to install is free so I can test it on my end
Any ETA for the official release?
Sometime this month (well that’s the plan), currently awaiting some feedback from PaulTheTall as the next release directly affects the current version of PortingKit.
@Gcenx I have the same issue with @ilcamariacuna Here is the Mac I'm using:
So far I tried to install the following programs:
I get the following issues:
And the last run log is:
000b:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
000d:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0010:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0017:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
001d:err:plugplay:process_IOService_Device object 0x3d03
001d:err:plugplay:process_IOService_Device object 0x5c03
001d:err:plugplay:process_IOService_Device object 0x9403
001d:err:plugplay:process_IOService_Device Unable to create plug in interface for USB deviceobject 0x9407
001d:err:plugplay:process_IOService_Device Unable to create plug in interface for USB deviceobject 0x940b
001d:err:plugplay:process_IOService_Device Unable to create plug in interface for USB deviceobject 0x940f
001d:err:plugplay:process_IOService_Device Unable to create plug in interface for USB deviceobject 0x9413
001d:err:plugplay:process_IOService_Device Unable to create plug in interface for USB deviceobject 0x9417
001d:err:plugplay:process_IOService_Device Unable to create plug in interface for USB deviceobject 0x941b
001c:err:plugplay:runloop_thread Couldn't open IOHIDManager.
001f:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0025:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Success.
wine: Unhandled page fault on read access to 0xffffffffffffffff at address 0x7fff3463fe16 (thread 001a), starting debugger...
001a:err:seh:start_debugger Couldn't start debugger ("winedbg --auto 22 80") (1115)
Read the Wine Developers Guide on how to set up winedbg or another debugger
Same issue here! @theodesp
000b:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
000d:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0010:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0017:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
001d:err:plugplay:process_IOService_Device object 0x6403
001d:err:plugplay:process_IOService_Device object 0x9f07
001d:err:plugplay:process_IOService_Device object 0x9c07
001d:err:plugplay:process_IOService_Device Unable to create plug in interface for USB deviceobject 0x9c0b
001d:err:plugplay:process_IOService_Device object 0x9b0b
001f:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
001d:err:plugplay:process_IOService_Device object 0x9807
001d:err:plugplay:process_IOService_Device Unable to create plug in interface for USB deviceobject 0x980b
001d:err:plugplay:process_IOService_Device object 0x680b
001d:err:plugplay:process_IOService_Device object 0x6b07
001d:err:plugplay:process_IOService_Device object 0x6e07
001d:err:plugplay:process_IOService_Device object 0x6f03
001d:err:plugplay:process_IOService_Device object 0x9403
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0025:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Success.
@theodesp I have both Steam and PCSX2 installed into wrappers.
I just updated PCSX2 to the new release and the install ran and installed without issue.
So not sure what you guys are doing wrong as others are running applications/games without issue.
I managed to solve the problem.
@Gcenx I managed to install steam and PCSX2 using the technique @jeduardo824 mentioned. But now I have more issues.
First when I run steam I get this error:
Then when I try to load a PCSX2 iso image I get issues:
I've installed the Visual C++ 2015 x86 Redistributable using Winetricks and some other stuff. but it seems that nothing works.
I've installed DirectX End-User Runtimes (June 2010) but the problem persists.
@theodesp were you following some guide to install Steam? as Winetricks defaults to setting Steam to Win7, Windows XP/Vista are no longer supported by Steam.
I didn't install vcrun for PCSX2 but you also can't run games using the latest releases as they only contain DirectX 11 render and as you know wine on macOS can't use DirectX 10 and above, I know 1.4.0 works as it still contains DirectX 9 rendering
Hi @Gcenx, I'm trying to run a 32 bits Windows application (TOWeb, direct download link of the setup: https://www.lauyan.com/download/setup-toweb8.exe) under Catalina 10.15.4, with Wineskin 2.9.0.6 and the engine WS11WineCX19.0.1.
I can see the splash screen, so the app is starting (SIP is NOT disabled), but it crashes, here is the error log:
0021:err:plugplay:process_IOService_Device object 0x3303
0021:err:plugplay:process_IOService_Device object 0x5703
0021:err:plugplay:process_IOService_Device object 0x6203
0021:err:plugplay:process_IOService_Device object 0x9d07
0021:err:plugplay:process_IOService_Device object 0x6507
0020:err:plugplay:runloop_thread Couldn't open IOHIDManager.
0024:err:plugplay:process_IOService_Device object 0x3303
0024:err:plugplay:process_IOService_Device object 0x5703
0024:err:plugplay:process_IOService_Device object 0x6203
0024:err:plugplay:process_IOService_Device object 0x9d07
0023:err:plugplay:runloop_thread Couldn't open IOHIDManager.
0024:err:plugplay:process_IOService_Device object 0x6507
001b:err:plugplay:load_function_driver AddDevice failed for driver L"winebus", status 0xc0000002.
0009:fixme:shell:FileIconInit (true)
0009:fixme:shell:SHGetKnownFolderIDList user token is not used.
0009:fixme:process:SetProcessDEPPolicy (3): stub
0009:fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
0009:fixme:imm:ImmDisableTextFrameService Stub
0009:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33f61c, 0x0 0x33f620
0009:fixme:nls:get_dummy_preferred_ui_language (0x38 0x33f61c 0x0 0x33f620) returning a dummy value (current locale)
0009:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33f61c, 0x2850bf0 0x33f620
0009:fixme:nls:get_dummy_preferred_ui_language (0x38 0x33f61c 0x2850bf0 0x33f620) returning a dummy value (current locale)
0009:fixme:winsock:WSALookupServiceBeginW (0x33f4f0 0x00000ff0 0x33f52c) Stub!
[0512/161456:ERROR:network_change_notifier_win.cc(157)] WSALookupServiceBegin failed with: 122
0009:fixme:iphlpapi:NotifyAddrChange (Handle 0x33f658, overlapped 0x284fd6c): stub
0009:fixme:win:RegisterDeviceNotificationW (hwnd=0x1008c, filter=0x33f664,flags=0x00000000) returns a fake device notification handle!
0009:fixme:win:RegisterDeviceNotificationW (hwnd=0x1008c, filter=0x33f664,flags=0x00000000) returns a fake device notification handle!
0036:fixme:ver:GetCurrentPackageId (0x3f0fe08 0x0): stub
[0512/161456:ERROR:proxy_service_factory.cc(105)] Cannot use V8 Proxy resolver in single process mode.
0009:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
0041:fixme:gdi:GdiInitializeLanguagePack stub
0041:fixme:ntdll:EtwRegisterTraceGuidsW (0x1014ec40, 0x12554aa8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x12514430, (null), (null), 0x12554ac0): stub
0041:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
0041:fixme:seh:RtlCaptureStackBackTrace (5, 30, 0x23d108c, 0x0) stub!
0009:fixme:win:UnregisterDeviceNotification (handle=0xcafeaffe), STUB!
0009:fixme:win:UnregisterDeviceNotification (handle=0xcafeaffe), STUB!
0009:fixme:iphlpapi:CancelIPChangeNotify (overlapped 0x284fd6c): stub
0009:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
wine: Unhandled page fault on read access to 0xffffffff at address 0x1007:0x7bca9785 (thread 001c), starting debugger...
001c:err:seh:start_debugger Couldn't start debugger ("winedbg --auto 24 988") (1115)
Read the Wine Developers Guide on how to set up winedbg or another debugger
Any idea ?
Thx!
@PlanetIrata the one thing I see that stands out to me is a memory location read issue.
Has your software worked using wine on macOS prior to wine32on64
?
If you need to test wine within a macOS VM please note Wine-4.14 (WineCX19.0.1 is based on Winw-4.12.1 so it’s fine) is the last version that’s macDriver will function within a VM after this XQuartz and setting X11 on screen settings is required.\ I’d recommend using 10.9 (runs well) for 32Bit testing or Mojave in a physical system.
I forgot to mention use WineCX19.0.1-1
along with the pre-release wrapper, while it’s marked as 2.9.0.6 is really 2.9.0.7 just renamed to stop Winery from complaining
@PlanetIrata the one thing I see that stands out to me is a memory location read issue.
Has your software worked using wine on macOS prior to
wine32on64
?If you need to test wine within a macOS VM please note Wine-4.14 (WineCX19.0.1 is based on Winw-4.12.1 so it’s fine) is the last version that’s macDriver will function within a VM after this XQuartz and setting X11 on screen settings is required. I’d recommend using 10.9 (runs well) for 32Bit testing or Mojave in a physical system.
Yes it works perfectly with Wineskin 2.6.1 and WS9Wine1.9.24. Will test the pre-release wrapper, where can I find it... ?
https://github.com/Gcenx/WineskinServer/releases/tag/V1.8.4.2
I recommend downloading everything using
curl -L -O
Then extracting using Apples builtin extractor utility you avoid some annoyances.
Then retest your application using a new wrapper using WineCX19.0.1-1
on a Mojave or lower if it works then it’s a bug in wine32on64 (it does have some weirdness)
I really don’t consider Wine-1.9.24 or really anything below Wine-4.x valid (including Wineskin-2.6.2 due to old libraries etc)
https://github.com/Gcenx/WineskinServer/releases/tag/V1.8.4.2
I recommend downloading everything using
curl -L -O
Then extracting using Apples builtin extractor utility you avoid some annoyances.
Then retest your application using a new wrapper using
WineCX19.0.1-1
on a Mojave or lower if it works then it’s a bug in wine32on64 (it does have some weirdness)I really don’t consider Wine-1.9.24 or really anything below Wine-4.x valid (including Wineskin-2.6.2 due to old libraries etc)
[UPDATE]
Solved by disabling d3d11 this way: 1) Run winecfg 2) Go to the libraries tab 3) add "d3d11" (not listed in the dropdown) 4) edit it to disable it.
[/UPDATE]
TOWeb 8 works far better with the pre-release, no crash, but Chromium Embedded still don't render anything, here is the log:
001d:err:plugplay:process_IOService_Device object 0x3e03
001d:err:plugplay:process_IOService_Device object 0x3d07
001d:err:plugplay:process_IOService_Device object 0x5507
001d:err:plugplay:process_IOService_Device object 0xa907
001d:err:plugplay:process_IOService_Device object 0x5807
0009:fixme:thread:GetThreadUILanguage : stub, returning default language.
0009:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33d544, 0x0 0x33d56c
0009:fixme:nls:get_dummy_preferred_ui_language (0x38 0x33d544 0x0 0x33d56c) returning a dummy value (current locale)
0009:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33d544, 0x141a680 0x33d56c
0009:fixme:nls:get_dummy_preferred_ui_language (0x38 0x33d544 0x141a680 0x33d56c) returning a dummy value (current locale)
0009:fixme:shell:FileIconInit (true)
0009:fixme:shell:SHGetKnownFolderIDList user token is not used.
0009:fixme:process:SetProcessDEPPolicy (3): stub
0009:fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
0009:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33f61c, 0x0 0x33f620
0009:fixme:nls:get_dummy_preferred_ui_language (0x38 0x33f61c 0x0 0x33f620) returning a dummy value (current locale)
0009:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33f61c, 0x1bf3d20 0x33f620
0009:fixme:nls:get_dummy_preferred_ui_language (0x38 0x33f61c 0x1bf3d20 0x33f620) returning a dummy value (current locale)
0009:fixme:winsock:WSALookupServiceBeginW (0x33f4f0 0x00000ff0 0x33f52c) Stub!
[0519/013743:ERROR:network_change_notifier_win.cc(157)] WSALookupServiceBegin failed with: 122
0009:fixme:iphlpapi:NotifyAddrChange (Handle 0x33f658, overlapped 0x1bf0d6c): stub
0009:fixme:win:RegisterDeviceNotificationW (hwnd=0x1008c, filter=0x33f664,flags=0x00000000) returns a fake device notification handle!
0009:fixme:win:RegisterDeviceNotificationW (hwnd=0x1008c, filter=0x33f664,flags=0x00000000) returns a fake device notification handle!
0031:fixme:ver:GetCurrentPackageId (0x32afe08 0x0): stub
0009:fixme:file:FindFirstFileExW flags not implemented 0x00000002
0035:fixme:ntdll:EtwRegisterTraceGuidsW (0x1014ec40, 0x12554aa8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x12514430, (null), (null), 0x12554ac0): stub
0035:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
0009:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
0009:fixme:win:WINNLSEnableIME hwnd 0x2009c enable 0: stub!
003b:fixme:thread:GetThreadUILanguage : stub, returning default language.
003b:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x0 0x32d56c
003b:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x0 0x32d56c) returning a dummy value (current locale)
003b:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x141a680 0x32d56c
003b:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x141a680 0x32d56c) returning a dummy value (current locale)
003b:fixme:shell:FileIconInit (true)
003b:fixme:shell:SHGetKnownFolderIDList user token is not used.
003b:fixme:process:SetProcessDEPPolicy (3): stub
003b:fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
0041:fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of other threads
003b:err:winediag:wined3d_get_user_override_gpu_description Invalid GPU override 8086:5926 specified, ignoring.
0042:fixme:d3d:wined3d_context_gl_init OpenGL implementation does not support GL_PRIMITIVE_RESTART_FIXED_INDEX.
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 87, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 87, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 87, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 87, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 87, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 87, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 87, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 87, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 65, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 65, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 65, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 65, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 24, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 24, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 24, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 24, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 53, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 55, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 56, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 55, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 44, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 45, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 46, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 45, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 44, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 45, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 46, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 45, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 61, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 61, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 61, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 61, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 49, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 49, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 49, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 49, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 54, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 54, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 54, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 54, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 41, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 41, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 41, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 41, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 34, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 34, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 34, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 34, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 16, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 16, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 16, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 16, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 64, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 64, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 64, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 64, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 62, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 62, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 62, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 62, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 59, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 59, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 59, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 59, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 57, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 57, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 57, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 57, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 43, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 43, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 43, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 43, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 42, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 42, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 42, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 42, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 52, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 52, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 52, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 52, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 50, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 50, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 50, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 50, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 38, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 38, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 38, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 38, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 36, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 36, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 36, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 36, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 18, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 18, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 18, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 18, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 17, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 17, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 17, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 17, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 71, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 71, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 71, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 71, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 71, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 71, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 74, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 74, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 74, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 77, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 77, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 77, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 2, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 10, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 44, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 45, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 46, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 45, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 26, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 26, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 26, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 26, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 67, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 67, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 67, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 29, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 29, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 29, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 29, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 29, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 29, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 29, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 39, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 40, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 41, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 40, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 19, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 20, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 21, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 20, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 44, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 45, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 47, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 45, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 28, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 3, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 3, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 3, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 3, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 3, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 3, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 3, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 3, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 12, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 12, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 12, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 12, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 12, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 12, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 12, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 12, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 30, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 30, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 30, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 30, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 30, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 30, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 30, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 30, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 4, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 4, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 4, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 4, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 4, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 4, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 4, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 4, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 14, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 14, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 14, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 14, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 14, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 14, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 14, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 14, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 32, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 32, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 32, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 32, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 32, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 32, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 32, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 32, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 63, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 63, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 63, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 51, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 51, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 51, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 31, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 31, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 31, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 31, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 31, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 31, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 25, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 25, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 25, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 25, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 0, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 87, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 87, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 87, format_support 0032EC90 partial-stub!
003b:fixme:d3d11:d3d11_device_CheckFormatSupport iface 001DB420, format 87, format_support 0032EC90 partial-stub!
0009:fixme:win:WINNLSEnableIME hwnd 0x2009c enable -1: stub!
004a:fixme:thread:GetThreadUILanguage : stub, returning default language.
004a:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x0 0x32d56c
004a:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x0 0x32d56c) returning a dummy value (current locale)
004a:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x140a680 0x32d56c
004a:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x140a680 0x32d56c) returning a dummy value (current locale)
004a:fixme:shell:FileIconInit (true)
004a:fixme:shell:SHGetKnownFolderIDList user token is not used.
004a:fixme:process:SetProcessDEPPolicy (3): stub
004a:fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
004a:fixme:ntdll:EtwRegisterTraceGuidsW (0x1014ec40, 0x12554aa8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x12514430, (null), (null), 0x12554ac0): stub
004a:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
004a:fixme:gdi:GdiInitializeLanguagePack stub
0009:fixme:dwmapi:DwmIsCompositionEnabled 0033E588
0009:fixme:wtsapi:WTSRegisterSessionNotification Stub 00010188 0x00000000
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (04453318)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0033EDB0)
0009:fixme:wtsapi:WTSRegisterSessionNotification Stub 00010190 0x00000000
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (044529B0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0033EDB0)
0009:fixme:seh:RtlCaptureStackBackTrace (5, 30, 0x177108c, 0x0) stub!
0009:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
0009:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0051:fixme:thread:GetThreadUILanguage : stub, returning default language.
0051:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x0 0x32d56c
0051:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x0 0x32d56c) returning a dummy value (current locale)
0051:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x141a680 0x32d56c
0051:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x141a680 0x32d56c) returning a dummy value (current locale)
0009:fixme:toolhelp:Heap32ListFirst : stub
0051:fixme:shell:FileIconInit (true)
0051:fixme:shell:SHGetKnownFolderIDList user token is not used.
0009:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0054:fixme:thread:GetThreadUILanguage : stub, returning default language.
0054:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x0 0x32d56c
0054:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x0 0x32d56c) returning a dummy value (current locale)
0054:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x141a680 0x32d56c
0054:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x141a680 0x32d56c) returning a dummy value (current locale)
0009:fixme:toolhelp:Heap32ListFirst : stub
0051:fixme:process:SetProcessDEPPolicy (3): stub
0051:fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
0051:fixme:ntdll:EtwRegisterTraceGuidsW (0x1014ec40, 0x12554aa8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x12514430, (null), (null), 0x12554ac0): stub
0051:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
0051:fixme:gdi:GdiInitializeLanguagePack stub
0054:fixme:shell:FileIconInit (true)
0054:fixme:shell:SHGetKnownFolderIDList user token is not used.
0009:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 00010188
[0519/013747:ERROR:renderer_main.cc(207)] Running without renderer sandbox
0009:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 00010190
0051:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
0054:fixme:process:SetProcessDEPPolicy (3): stub
0054:fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
0054:fixme:ntdll:EtwRegisterTraceGuidsW (0x1014ec40, 0x12554aa8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x12514430, (null), (null), 0x12554ac0): stub
0054:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
0054:fixme:gdi:GdiInitializeLanguagePack stub
[0519/013748:ERROR:renderer_main.cc(207)] Running without renderer sandbox
0054:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
0009:fixme:wtsapi:WTSRegisterSessionNotification Stub 000102D8 0x00000000
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (00213C90)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0033ED50)
0009:fixme:wtsapi:WTSRegisterSessionNotification Stub 000102E2 0x00000000
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (05DCE700)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0033ED50)
0060:fixme:thread:GetThreadUILanguage : stub, returning default language.
0060:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x0 0x32d56c
0060:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x0 0x32d56c) returning a dummy value (current locale)
0060:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x141a680 0x32d56c
0060:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x141a680 0x32d56c) returning a dummy value (current locale)
0060:fixme:shell:FileIconInit (true)
0060:fixme:shell:SHGetKnownFolderIDList user token is not used.
0062:fixme:thread:GetThreadUILanguage : stub, returning default language.
0062:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x0 0x32d56c
0062:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x0 0x32d56c) returning a dummy value (current locale)
0062:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x141a680 0x32d56c
0062:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x141a680 0x32d56c) returning a dummy value (current locale)
0060:fixme:process:SetProcessDEPPolicy (3): stub
0060:fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
0060:fixme:ntdll:EtwRegisterTraceGuidsW (0x1014ec40, 0x12554aa8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x12514430, (null), (null), 0x12554ac0): stub
0060:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
0060:fixme:gdi:GdiInitializeLanguagePack stub
0062:fixme:shell:FileIconInit (true)
0062:fixme:shell:SHGetKnownFolderIDList user token is not used.
0062:fixme:process:SetProcessDEPPolicy (3): stub
0062:fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
0062:fixme:ntdll:EtwRegisterTraceGuidsW (0x1014ec40, 0x12554aa8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x12514430, (null), (null), 0x12554ac0): stub
0062:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
0062:fixme:gdi:GdiInitializeLanguagePack stub
0009:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 000102D8
[0519/013751:ERROR:renderer_main.cc(207)] Running without renderer sandbox
0060:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
0009:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 000102E2
[0519/013751:ERROR:renderer_main.cc(207)] Running without renderer sandbox
0062:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
003b:fixme:dwmapi:DwmIsCompositionEnabled 0032E728
[0519/013752:ERROR:renderer_main.cc(207)] Running without renderer sandbox
006e:fixme:ver:GetCurrentPackageId (0x3ccfe08 0x0): stub
0009:fixme:wtsapi:WTSRegisterSessionNotification Stub 0004028E 0x00000000
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (05E2DC00)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0033ECFC)
0009:fixme:wtsapi:WTSRegisterSessionNotification Stub 0005018A 0x00000000
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (05DF7510)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0033F140)
0071:fixme:thread:GetThreadUILanguage : stub, returning default language.
0071:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x0 0x32d56c
0071:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x0 0x32d56c) returning a dummy value (current locale)
0071:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x141a680 0x32d56c
0071:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x141a680 0x32d56c) returning a dummy value (current locale)
0071:fixme:shell:FileIconInit (true)
0071:fixme:shell:SHGetKnownFolderIDList user token is not used.
0071:fixme:process:SetProcessDEPPolicy (3): stub
0071:fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
0071:fixme:ntdll:EtwRegisterTraceGuidsW (0x1014ec40, 0x12554aa8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x12514430, (null), (null), 0x12554ac0): stub
0071:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
0071:fixme:gdi:GdiInitializeLanguagePack stub
0009:fixme:seh:RtlCaptureStackBackTrace (5, 30, 0x1771110, 0x0) stub!
0009:fixme:seh:RtlCaptureStackBackTrace (5, 30, 0x1771194, 0x0) stub!
[0519/013757:ERROR:renderer_main.cc(207)] Running without renderer sandbox
003b:fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
003b:fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible.
003b:fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
003b:fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible.
003b:fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
003b:fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible.
003b:fixme:hlsl_parser:hlsl_parse Array.
003b:fixme:d3dcompiler:make_assignment Check for casts in the lhs.
003b:fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
003b:fixme:d3dcompiler:make_assignment Check for casts in the lhs.
003b:fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
003b:err:d3dcompiler:compile_shader HLSL shader parsing failed.
003b:fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
003b:fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible.
003b:fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
003b:fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible.
003b:fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
003b:fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible.
003b:fixme:hlsl_parser:hlsl_parse Array.
003b:fixme:d3dcompiler:make_assignment Check for casts in the lhs.
003b:fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
003b:fixme:d3dcompiler:make_assignment Check for casts in the lhs.
003b:fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
003b:err:d3dcompiler:compile_shader HLSL shader parsing failed.
003b:fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
003b:fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible.
003b:fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
003b:fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible.
003b:fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
003b:fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible.
003b:fixme:hlsl_parser:hlsl_parse Array.
003b:fixme:d3dcompiler:make_assignment Check for casts in the lhs.
003b:fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
003b:fixme:d3dcompiler:make_assignment Check for casts in the lhs.
003b:fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
003b:err:d3dcompiler:compile_shader HLSL shader parsing failed.
003b:fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
003b:fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible.
003b:err:d3dcompiler:compile_shader HLSL shader parsing failed.
003b:fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
003b:fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible.
003b:err:d3dcompiler:compile_shader HLSL shader parsing failed.
007a:fixme:ver:GetCurrentPackageId (0x3c3fe08 0x0): stub
003b:fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
003b:fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible.
003b:err:d3dcompiler:compile_shader HLSL shader parsing failed.
[0519/013757:ERROR:gles2_cmd_decoder.cc(6155)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUseProgram: program not linked
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform1i: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform2fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniformMatrix4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(6360)] [.Compositor-01C01B00]RENDER WARNING: Drawing with no current shader program.
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform1i: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform2fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniformMatrix4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(6360)] [.Compositor-01C01B00]RENDER WARNING: Drawing with no current shader program.
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform1i: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform2fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniformMatrix4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(6360)] [.Compositor-01C01B00]RENDER WARNING: Drawing with no current shader program.
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform1i: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform2fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniformMatrix4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(6360)] [.Compositor-01C01B00]RENDER WARNING: Drawing with no current shader program.
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform1i: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform2fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniformMatrix4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(6360)] [.Compositor-01C01B00]RENDER WARNING: Drawing with no current shader program.
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform1i: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform2fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniformMatrix4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(6360)] [.Compositor-01C01B00]RENDER WARNING: Drawing with no current shader program.
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform1i: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform2fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniformMatrix4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(6360)] [.Compositor-01C01B00]RENDER WARNING: Drawing with no current shader program.
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform1i: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniform2fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(5849)] [.Compositor-01C01B00]GL ERROR :GL_INVALID_OPERATION : glUniformMatrix4fv: no program in use
[0519/013757:ERROR:gles2_cmd_decoder.cc(6360)] [.Compositor-01C01B00]RENDER WARNING: Drawing with no current shader program.
003b:fixme:dwmapi:DwmGetCompositionTimingInfo (00000000 0032E1A4)
0042:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
0042:fixme:d3d:state_multisampmask WINED3D_RS_MULTISAMPLEMASK 0xfffffff not yet implemented.
0042:fixme:d3d_shader:print_glsl_info_log Info log received from GLSL shader #1:
0042:fixme:d3d_shader:print_glsl_info_log WARNING: 0:6: extension 'GL_ARB_uniform_buffer_object' is not supported
0042:fixme:d3d_shader:print_glsl_info_log WARNING: 0:8: extension 'GL_EXT_texture_array' is not supported
0042:fixme:d3d_shader:print_glsl_info_log WARNING: 0:9: extension 'GL_ARB_draw_instanced' is not supported
0042:fixme:d3d_shader:print_glsl_info_log Info log received from GLSL shader #2:
0042:fixme:d3d_shader:print_glsl_info_log WARNING: 0:6: extension 'GL_ARB_uniform_buffer_object' is not supported
0042:fixme:d3d_shader:print_glsl_info_log WARNING: 0:8: extension 'GL_EXT_texture_array' is not supported
0042:fixme:d3d_shader:print_glsl_info_log WARNING: 0:10: extension 'GL_ARB_fragment_coord_conventions' is not supported
0042:fixme:wgl:get_dc_pixel_format DC for window 0x4028e of other process: not implemented
0042:fixme:wgl:get_dc_pixel_format DC for window 0x4028e of other process: not implemented
0042:fixme:wgl:set_pixel_format DC for window 0x4028e of other process: not implemented
0042:err:d3d:wined3d_context_gl_init Failed to set pixel format 29 on device context 0x70095.
wine: Unhandled page fault on read access to 0x00001131 at address 0x1007:0x7bca2e65 (thread 0042), starting debugger...
0042:err:seh:start_debugger Couldn't start debugger ("false") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
0009:fixme:seh:RtlCaptureStackBackTrace (5, 30, 0x1771218, 0x0) stub!
0009:fixme:win:WINNLSEnableIME hwnd 0x302ba enable 0: stub!
0009:fixme:win:WINNLSEnableIME hwnd 0x302ba enable -1: stub!
0009:fixme:win:WINNLSEnableIME hwnd 0x302b0 enable 0: stub!
0009:fixme:win:WINNLSEnableIME hwnd 0x302b0 enable -1: stub!
0009:fixme:win:WINNLSEnableIME hwnd 0x302ba enable 0: stub!
0009:fixme:win:WINNLSEnableIME hwnd 0x302ba enable -1: stub!
007d:fixme:thread:GetThreadUILanguage : stub, returning default language.
007d:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x0 0x32d56c
007d:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x0 0x32d56c) returning a dummy value (current locale)
007d:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x141a680 0x32d56c
007d:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x141a680 0x32d56c) returning a dummy value (current locale)
007d:fixme:shell:FileIconInit (true)
007d:fixme:shell:SHGetKnownFolderIDList user token is not used.
007d:fixme:process:SetProcessDEPPolicy (3): stub
007d:fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
007d:fixme:ntdll:EtwRegisterTraceGuidsW (0x1014ec40, 0x12554aa8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x12514430, (null), (null), 0x12554ac0): stub
007d:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
007d:fixme:gdi:GdiInitializeLanguagePack stub
0009:fixme:wtsapi:WTSRegisterSessionNotification Stub 000301D6 0x00000000
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (05F1ABA8)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0033E0CC)
0084:fixme:thread:GetThreadUILanguage : stub, returning default language.
0084:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x0 0x32d56c
0084:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x0 0x32d56c) returning a dummy value (current locale)
0084:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d544, 0x140a680 0x32d56c
0084:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d544 0x140a680 0x32d56c) returning a dummy value (current locale)
0084:fixme:shell:FileIconInit (true)
0084:fixme:shell:SHGetKnownFolderIDList user token is not used.
0084:fixme:process:SetProcessDEPPolicy (3): stub
0084:fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
0084:fixme:ntdll:EtwRegisterTraceGuidsW (0x1014ec40, 0x12554aa8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x12514430, (null), (null), 0x12554ac0): stub
0084:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
0084:fixme:gdi:GdiInitializeLanguagePack stub
[0519/013823:ERROR:renderer_main.cc(207)] Running without renderer sandbox
008d:fixme:ver:GetCurrentPackageId (0x3c3fe08 0x0): stub
Thanks!
@PlanetIrata could you modify your application to instead launch chromium without sandbox being enabled as that won’t function when using wine that’s possibly part of the issue here.
The other is the provided output shows DirectX11 calls, was this output before setting DirectX11 to disabled or after?
I used the advice up above to curl
the files on the release page, and use the Catalina archive utility to extract the two executables, and put all the files in the right places. I then used Winery to create new Wrapper; copied a folder with a 64-bit Windows app into it, and it worked perfectly. And the resulting app started quickly. I haven't tried anything complicated, but this is perfect so far.
One question: what does "no-wine" mean in the name of an engine? As far as I can see (and I haven't looked very hard) everything seems to work the same way as a NON-no-wine engine. But probably I'm missing something obvious.
Meanwhile, thank you for this - and when and if you need more contributions toward a developer account, just let us know.
The "no-wine" were just examples of Engines that don't include the wine
binaries, the new version of Winery can handle wine64
only Engines.
I see - "no-wine" means something like "64-bit engine only". Maybe it would be more clear to ignorant users (like me) if the engines were called "no32bit" or something like that? If I'm misunderstanding what's going on, then of course just ignore me.
Your correct and I agree no-wine makes no sense thinking about it, but it’s not something I’d planned on providing just more an example showing it’s possible.
@PlanetIrata could you modify your application to instead launch chromium without sandbox being enabled as that won’t function when using wine that’s possibly part of the issue here.
The other is the provided output shows DirectX11 calls, was this output before setting DirectX11 to disabled or after?
The logs are before disabling d3d11.
Everything works fine now but one thing: TOWeb opens a html files by running a command, and it works fine under Catalina by opening the user browser. But it doesn't work under Mojave, the browser hangs and crash (browser's icon is bouncing and we have to force to quit).
The shell command we put in the registry is C:\windows\system32\winebrowser.exe -nohome "%1"
and has always worked before, but now crash the browser when opening a .html file under Mojave.
Any idea regarding this issue under Mojave (and maybe older macOS versions) ?
Thx
On request I've added WineCX19.0.1-1 engines for download earlier than I was planning too.
These function on OS X 10.9 to macOS 10.14 without any changes, however for macOS Catalina 10.15 > 10.15.3 will required SIP to be disabled or
wine32on64
will spit out the follow error when launched via terminal.While this isn't ideal it will allow people who don't want to wait or are unable to downgrade to a lower version of macOS two working Engines.
macOS Catalina 10.15.4 changes;
Apple now allows access to
i386_set_ldt
with SIP enabled, this wasn't previously possible. However keeping SIP enabled will block access multiple user directory’s if permission isn’t granted.Known wine32on64 bugs;
vcrun* verbs from winetricks will fail bug 47564 (I’ll try adding the upstream patch)(Hoping the new version with an upstream patch resolved this issue) *PaulTheTall said only vcrun2015 causes him issue, vcrun2019 can be used in place of vcrun2015