How to run Adobe Premiere Pro 2024 on Wine (Linux)

Any discussion of software that doesn't fit into any category goes here.
Post Reply
User avatar
MattKC
Site Admin
Posts: 323
Joined: Mon Aug 22, 2022 1:05 am
Contact:

How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by MattKC »

The following is instructions on getting the (currently) latest version of Adobe Premiere Pro 2024 running on Wine.

For reference, I'm using Arch Linux and Wine 8.20, however these instructions should work just as well on other distros too with a similar Wine version.
Screenshot_20231115_223558.png

Installation

Unfortunately, Adobe Creative Cloud - i.e. the main installer hub for Adobe software - does not currently work on Wine. Thankfully, Adobe apps are not picky about running from the same place they were installed from, and can therefore be copied straight from a Windows install with few issues.
  1. Set up a Windows VM (or computer) if you don't have one already. Either Windows 10 or 11 should be fine.
  2. Install Adobe Creative Cloud and use it to install Premiere Pro.
    • This process will require an Adobe account, and may ask for a credit card even if you're only installing the free trial. A tool called CCStopper can be used to bypass the credit card check.
  3. Once Premiere Pro has finished installing, you'll now want to transfer the following folder from your Windows computer into your Wine prefix:

    Code: Select all

    C:\Program Files\Adobe\Adobe Premiere Pro 2024
    
  4. You'll also need to install some Winetricks into your Wine prefix:

    Code: Select all

    winetricks dxvk corefonts
    
    • DXVK is technically optional, but much of Premiere's newer web-based UI won't render correctly without it, which makes it difficult or even impossible to navigate some areas.
    • Without "corefonts", Premiere will close on startup with "Unknown Error".
  5. After installing the Winetricks, you'll also need to transplant some DLLs manually from Windows too. Grab the following files from Windows and place them in your Wine prefix's "C:\Windows\system32" folder (overwriting where necessary):

    Code: Select all

    C:\Windows\system32\msxml3.dll
    C:\Windows\system32\msxml3r.dll
    
    • Installing "msxml3" through Winetricks will not work here. This seems to be because Winetricks only installs the 32-bit version of msxml3 while Premiere requires the 64-bit version.
  6. You'll need to add a DLL override for msxml3.dll. To do this, open "winecfg" (in your Wine prefix), browse to the "Libraries" tab, and add "msxml3" as a new override. It should be set to "native, builtin".
    Screenshot_20231115_225638.png
  7. Finally, you'll need to duplicate some DLLs in the "Adobe Premiere Pro 2024" directory. Specifically duplicate the following:

    Code: Select all

    icuin69.dll -> icuin.dll
    icuuc69.dll -> icuuc.dll
    
    • Make sure you duplicate these files into these new names and don't just rename them. Some parts of Premiere expect the old name and some expect the new name. Therefore you should copy/paste and rename the duplicate so both names are available.
  8. Premiere Pro should now launch! However it'll present you with a broken login page. At this time, I'm not sure if there's any way to get it to accept login information correctly. For this reason, you'll probably need to bypass this using GenP.
  9. Optionally, run the following Winetricks to improve Premiere Pro's appearance/user interface:

    Code: Select all

    winetricks gdiplus fontsmooth=rgb
    
  10. Done! If everything went correctly, you should now have a functional Premiere Pro 2024 build on Linux!
Known Issues

Currently an issue prevents Premiere Pro from using OpenCL, meaning regardless of your GPU's capabilities, Photoshop will use software rendering only. This means it will run somewhat slower than it otherwise would on the same hardware.

Photoshop currently has the same issue, and I'd like to try investigating this further at some point, but currently have no real information about why it happens or how to fix it.

I hope this tutorial was helpful, enjoy Premiering!
User avatar
Furret
Posts: 2
Joined: Fri Feb 02, 2024 6:24 am

can confirm it works, kind of

Post by Furret »

first of all, the only version that worked for me is the v24.0.3.2 one, I got it from a website that shall I not mention, newer versions will most likely not work as I got an error about Wine unable to find the library "Windows.Data.Json.JsonObject", for anyone who's reading, if you're getting the same issue try to use the version I mentioned.

Everything works except that Adobe Premiere doesn't like the NVIDIA Linux Driver and will try to use software encoding instead, this will lead to an unstable program that will trigger high CPU percentages when doing certain things if you're doing really advanced editing, if you're just doing simple things then it should be okay. I'm not sure about AMD but I guess it would be the same issue, I don't know what's causing this and if there's a fix for it, I really hope there is.

Aside that it's really good but for me, I guess I will have to use Windows for premiere, anyways it's nice seeing premiere work on Linux, I approve
Attachments
system compatibility report
system compatibility report
premiere
premiere
User avatar
Furret
Posts: 2
Joined: Fri Feb 02, 2024 6:24 am

Re: can confirm it works, kind of

Post by Furret »

Furret wrote: Fri Feb 02, 2024 6:39 am first of all, the only version that worked for me is the v24.0.3.2 one, I got it from a website that shall I not mention, newer versions will most likely not work as I got an error about Wine unable to find the library "Windows.Data.Json.JsonObject", for anyone who's reading, if you're getting the same issue try to use the version I mentioned.

Everything works except that Adobe Premiere doesn't like the NVIDIA Linux Driver and will try to use software encoding instead, this will lead to an unstable program that will trigger high CPU percentages when doing certain things if you're doing really advanced editing, if you're just doing simple things then it should be okay. I'm not sure about AMD but I guess it would be the same issue, I don't know what's causing this and if there's a fix for it, I really hope there is.

Aside that it's really good but for me, I guess I will have to use Windows for premiere, anyways it's nice seeing premiere work on Linux, I approve
Issue fixed, apparently disabling an option on the Adobe Premiere settings (Preferences -> General -> Show system compatibility issues at startup) and installing this https://github.com/SveSop/nvidia-libs/r ... ag/v0.7.13 will fix the issue, now I can edit videos on Adobe Premiere, this is neat!
QwertyChouskie
Posts: 1
Joined: Sat Apr 08, 2023 8:09 pm

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by QwertyChouskie »

Since the merge of https://github.com/Winetricks/winetricks/pull/2176, `winetricks msxml3` should be sufficient. (If it doesn't work, please let me know.)
Cikappa2904
Posts: 1
Joined: Sun Mar 03, 2024 9:44 pm

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by Cikappa2904 »

Has someone managed to get this working on AMD?
User avatar
FurryGang
Posts: 4
Joined: Fri Apr 19, 2024 2:58 pm

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by FurryGang »

Well uhm... Doesn't quite work for me...
(yes adobe premiere pro does run but it does not render anything when a project is opened)
Screenshot_20240424_062908-2.png
Hi!, I'm FurryGang.
Average Crazy Error (czes) Content Creator.
I'm 14 years old turning 15 in june.
My sexuality is Trans! (she/her)
My current job is editor at X's Studio!
My Main Linux Distro is Arch! Nice to meet you! ;3
User avatar
FurryGang
Posts: 4
Joined: Fri Apr 19, 2024 2:58 pm

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by FurryGang »

The problems was resolved by running ```winetricks msxml3```
Hi!, I'm FurryGang.
Average Crazy Error (czes) Content Creator.
I'm 14 years old turning 15 in june.
My sexuality is Trans! (she/her)
My current job is editor at X's Studio!
My Main Linux Distro is Arch! Nice to meet you! ;3
Adya
Posts: 1
Joined: Sat Apr 27, 2024 9:12 pm

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by Adya »

undefined - Imgur.png
I am getting this issue, any ideas on how to fix it?
User avatar
FurryGang
Posts: 4
Joined: Fri Apr 19, 2024 2:58 pm

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by FurryGang »

Update. When i tried to edit. it's just white screen on previewer
image.png
Hi!, I'm FurryGang.
Average Crazy Error (czes) Content Creator.
I'm 14 years old turning 15 in june.
My sexuality is Trans! (she/her)
My current job is editor at X's Studio!
My Main Linux Distro is Arch! Nice to meet you! ;3
User avatar
flatrute
Posts: 352
Joined: Sat Dec 17, 2022 11:32 am
Location: Thành phố Hồ Chí Minh, Việt Nam

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by flatrute »

Adya wrote: Sat Apr 27, 2024 9:15 pm undefined - Imgur.png

I am getting this issue, any ideas on how to fix it?
FurryGang wrote: Sun Apr 28, 2024 6:00 am Update. When i tried to edit. it's just white screen on previewer
image.png
Unrelated but I have edited your posts to have images hosted here instead due to concerns about link rots. Please beware of it next time.
It turns out leaving an Internet identity behind is hard MikeBruh

My username is read as "flatorte".

[deleted] posts index

Avatar source
samsagaz
Posts: 1
Joined: Thu May 02, 2024 3:05 am

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by samsagaz »

What about after effects? i tried to follow the same steps without luck.
kek123321
Posts: 1
Joined: Tue Jun 11, 2024 2:00 am

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by kek123321 »

any fix for this error?

Code: Select all

 wine Adobe\ Premiere\ Pro.exe 
009c:fixme:wineusb:add_usb_device Interface 0 has 2 alternate settings; using the first one.
0098:fixme:wineusb:query_id Unhandled ID query type 0x5.
0098:fixme:wineusb:query_id Unhandled ID query type 0x5.
0098:fixme:wineusb:query_id Unhandled ID query type 0x5.
0120:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00006FFFD5E0B6A8, 43) stub
0120:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00006FFFF1411E76, 62) stub
0120:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0120:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0120:fixme:combase:RoGetActivationFactory (L"Windows.Data.Json.JsonObject", {00000035-0000-0000-c000-000000000046}, 00007FFFFE1FF4A0): semi-stub
0120:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Data.Json.JsonObject"
0120:fixme:combase:RoOriginateLanguageException 0x80040154, L"", 0000000000000000: stub
0120:err:module:loader_init "Frontend.dll" failed to initialize, aborting
0120:err:module:loader_init Initializing dlls for L"C:\\Program Files\\Adobe\\Adobe Premiere Pro 2024\\Adobe Premiere Pro.exe" failed, status e06d7363 
User avatar
hydroly
Posts: 1
Joined: Tue Oct 22, 2024 12:31 pm

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by hydroly »

this worked perfectly for my premiere pro 2023 (I pirated it from soft98.ir)
but one thing that I haven't found a good solution for is the fact that I want to change wine to use dolphin instead of windows explorer
16 yo chronically online boi :3 im into synth-wave music and I sometimes produce some myself
Renzust
Posts: 1
Joined: Fri Jun 06, 2025 11:43 am

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by Renzust »

Some of my experience:
  • Built from source wine 10.9
  • Bottles, DXVK + vkd3d-proton-2.14.1 for the bottle
  • Nvidia-libs-0.8.4 installed inside the bottle
  • DXVK 2.6.1 enabled (in the launch options)
  • vkd3d-proton disabled (in the launch options)
Premiere Pro 2024 24.6.5 running perfectly with CUDA acceleration enabled.

Only one trouble that's left for me after some trial and error is Speech To Text module - transcribing does nothing.
In the logs it was calling out unimplemented function from icuuc.dll and crashing premiere, fixed the crash itself by transplanting icuuc.dll from Windows 11 VM system32 folder and adding an override for it in the wine config. Now it doesn't crash but neither does it transcribe - after clicking on the transcribe button progress appears but then quickly disappears and nothing happens afterwards, logs seem totally quiet about it, this is what it outputs:

Code: Select all

07c4:err:ole:com_get_class_object no class object {7ab36653-1796-484b-bdfa-e74f1db7c1dc} could be created for context 0x1
05d8:err:ole:com_get_class_object class {7ab36653-1796-484b-bdfa-e74f1db7c1dc} not registered
05d8:err:ole:com_get_class_object no class object {7ab36653-1796-484b-bdfa-e74f1db7c1dc} could be created for context 0x1
Anyone succeeded with that?
Huloxyee
Posts: 1
Joined: Thu Jun 12, 2025 9:41 am

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by Huloxyee »

Renzust wrote: Fri Jun 06, 2025 12:02 pm Some of my experience:
  • Built from source wine 10.9
  • Bottles, DXVK + vkd3d-proton-2.14.1 for the bottle
  • Nvidia-libs-0.8.4 installed inside the bottle
  • DXVK 2.6.1 enabled (in the launch options)
  • vkd3d-proton disabled (in the launch options)
Premiere Pro 2024 24.6.5 running perfectly with CUDA acceleration enabled.

Only one trouble that's left for me after some trial and error is Speech To Text module - transcribing does nothing.
In the logs it was calling out unimplemented function from icuuc.dll and crashing premiere, fixed the crash itself by transplanting icuuc.dll from Windows 11 VM system32 folder and adding an override for it in the wine config. Now it doesn't crash but neither does it transcribe - after clicking on the transcribe button progress appears but then quickly disappears and nothing happens afterwards, logs seem totally quiet about it, this is what it outputs:

Code: Select all

07c4:err:ole:com_get_class_object no class object {7ab36653-1796-484b-bdfa-e74f1db7c1dc} could be created for context 0x1
05d8:err:ole:com_get_class_object class {7ab36653-1796-484b-bdfa-e74f1db7c1dc} not registered
05d8:err:ole:com_get_class_object no class object {7ab36653-1796-484b-bdfa-e74f1db7c1dc} could be created for context 0x1
Anyone succeeded with that?
im also stuck with this :/, did you find a fix yet?
Kreg
Posts: 1
Joined: Sun Jun 29, 2025 3:42 pm

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by Kreg »

Renzust wrote: Fri Jun 06, 2025 12:02 pm Some of my experience:
  • Built from source wine 10.9
  • Bottles, DXVK + vkd3d-proton-2.14.1 for the bottle
  • Nvidia-libs-0.8.4 installed inside the bottle
  • DXVK 2.6.1 enabled (in the launch options)
  • vkd3d-proton disabled (in the launch options)
Premiere Pro 2024 24.6.5 running perfectly with CUDA acceleration enabled.

Only one trouble that's left for me after some trial and error is Speech To Text module - transcribing does nothing.
In the logs it was calling out unimplemented function from icuuc.dll and crashing premiere, fixed the crash itself by transplanting icuuc.dll from Windows 11 VM system32 folder and adding an override for it in the wine config. Now it doesn't crash but neither does it transcribe - after clicking on the transcribe button progress appears but then quickly disappears and nothing happens afterwards, logs seem totally quiet about it, this is what it outputs:

Code: Select all

07c4:err:ole:com_get_class_object no class object {7ab36653-1796-484b-bdfa-e74f1db7c1dc} could be created for context 0x1
05d8:err:ole:com_get_class_object class {7ab36653-1796-484b-bdfa-e74f1db7c1dc} not registered
05d8:err:ole:com_get_class_object no class object {7ab36653-1796-484b-bdfa-e74f1db7c1dc} could be created for context 0x1
Anyone succeeded with that?
Hello,
I installed the 2024 version + nvidia-libs

I think I'm close but I have this popup :
Error.png
Would you be kind enough to specify :
- The renderer (GL, GDI, Vulkan)
- If the runner kron4ek-wine-10.10 or sys-wine-10.0 would work ? Or have I to build Wine myself ?
- What is you premiere pro 2024 version ?
- Did you get my error previously ?

Kind regards
byteemily
Posts: 2
Joined: Fri Jul 11, 2025 6:42 am

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by byteemily »

i tried this guide with Adobe Animate 2024 and it starts up fine, but when creating a new project it errors out and quits ...
i only barely know what's going on that would cause it to error bsince the end of the log has both a java exception and a vulkan error, so any help would be greatly appreciated

screen recording of animate running and crashing:
[media]https://files.catbox.moe/2nu89f.mkv[/media]

i have an nvidia graphics card (rtx 3060 ti) and in wine i have dxvk installed but NOT vkd3d-proton in my wineprefix
here's the log for my version of wine (wine-staging 10.10, running on cachyos)
part of it is cut off due to the character limit so i posted the rest here: https://pastebin.com/3vQiwdPE

Code: Select all

0024:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0024:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0024:fixme:msvcp:locale__Locimp__Makexloc (000000000011F370 63 00000000001454F0 0000000000000000) semi-stub
0024:fixme:msvcp:locale__Locimp__Makewloc (000000000011F370 63 00000000001454F0 0000000000000000) semi-stub
0024:fixme:msvcp:locale__Locimp__Makeushloc (000000000011F370 63 00000000001454F0 0000000000000000) semi-stub
0124:fixme:secur32:GetUserNameExW NameFormat 6 not implemented
0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0124:fixme:wbemprox:client_security_SetBlanket 00006FFFECEA2F20, 0000000001766E30, 10, 0, (null), 3, 3, 0000000000000000, 0
0124:fixme:wbemprox:client_security_Release 00006FFFECEA2F20
0124:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0140:fixme:wbemprox:client_security_SetBlanket 00006FFFECEA2F20, 00000000017DBB10, 10, 0, (null), 3, 3, 0000000000000000, 0
0140:fixme:wbemprox:client_security_Release 00006FFFECEA2F20
0140:fixme:bcrypt:BCryptGenerateSymmetricKey ignoring object buffer
0140:fixme:bcrypt:BCryptGenerateSymmetricKey ignoring object buffer
0140:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0140:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x409 000000000011EF64 0000000000000000 000000000011EF60) returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x409 000000000011EF64 000000000262B4D0 000000000011EF60) returning a dummy value (current locale)
0024:fixme:win:SetGestureConfig handle 0000000000010074, reserved 0, count 5, config 000000000011E430, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010078, reserved 0, count 5, config 000000000011DF80, size 12 stub!
warn:  CreateDXGIFactory2: Ignoring flags
info:  Game: sketchConfigTest.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffeabfe840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
014c:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
014c:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
0024:fixme:win:RegisterSuspendResumeNotification 0000000102E3FF50, 0x2: stub.
0024:fixme:file:NtLockFile I/O completion on lock not implemented yet
[{"event.build":"24.0.0.305","event.language":"en_US","event.session_guid":"21720650-688d-47a5-afbd-b17e289a75e2","source.name":"Animate","source.version":"24.0.0"}]
[{"env.fw.version":"13.2.0.202308091502_65b8636","event.build":"24.0.0.305","event.device_guid":"59461d9e-27d4-4cad-958e-29d424e12482","event.dts_end":"2025-07-11T21:49:07.078146Z","event.dts_start":"2025-07-11T21:49:07.078146Z","event.guid":"0b1c676a-ab94-49d3-bc98-5322d873013f","event.language":"en_US","event.session_guid":"21720650-688d-47a5-afbd-b17e289a75e2","source.name":"Animate","source.os_version":"10.0.19045","source.platform":"Win-x86:64","source.version":"24.0.0"}]
0188:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0188:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0194:fixme:reg:RegQueryInfoKeyW security argument not supported.
0024:fixme:font:find_matching_face Untranslated charset 255
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\TTF\\odokai-ExtB.ttf"
0198:fixme:font:find_matching_face Untranslated charset 255
0198:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\TTF\\odokai-ExtB.ttf"
0024:err:module:import_dll Library mfc140u.dll (which is needed by L"Z:\\home\\emily\\Applications\\Adobe Animate 2024\\Common\\Configuration\\External Libraries\\FLAirAndroidExt.dll") not found
0024:err:module:import_dll Library mfc140u.dll (which is needed by L"Z:\\home\\emily\\Applications\\Adobe Animate 2024\\Common\\Configuration\\External Libraries\\FLAirDesktopExt.dll") not found
01a8:err:ole:com_get_class_object apartment not initialised
01a8:fixme:ntdll:NtQuerySystemInformation (0x000000a4,0x1002f170,0x00000020,(nil)) stub
0024:fixme:dwmapi:DwmGetWindowAttribute attribute 1 not implemented.
0024:fixme:wtsapi:WTSRegisterSessionNotification Stub 00000000000100BC 0x00000001
0024:fixme:win:SetGestureConfig handle 0000000000020124, reserved 0, count 5, config 000000000011D750, size 12 stub!
0024:fixme:win:GetGestureConfig handle 0000000000020124, reserved 0, flags 0, count 000000000011DFD0, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000020124, reserved 0, count 5, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010150, reserved 0, count 5, config 000000000011CBC0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010152, reserved 0, count 5, config 000000000011CC30, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010156, reserved 0, count 5, config 000000000011C400, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010158, reserved 0, count 5, config 000000000011C470, size 12 stub!
0024:fixme:win:SetGestureConfig handle 000000000001015C, reserved 0, count 5, config 000000000011C430, size 12 stub!
0024:fixme:win:SetGestureConfig handle 000000000001015E, reserved 0, count 5, config 000000000011C4A0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010162, reserved 0, count 5, config 000000000011CCC0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010164, reserved 0, count 5, config 000000000011CD30, size 12 stub!
0024:fixme:win:GetGestureConfig handle 0000000000020124, reserved 0, flags 0, count 000000000011DDD0, config 000000000011DDD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000020124, reserved 0, count 5, config 000000000011DDD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010168, reserved 0, count 5, config 000000000011D710, size 12 stub!
0024:fixme:win:GetGestureConfig handle 0000000000010168, reserved 0, flags 0, count 000000000011DFD0, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010168, reserved 0, count 5, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 000000000001017A, reserved 0, count 5, config 000000000011C230, size 12 stub!
0024:fixme:win:SetGestureConfig handle 000000000001017C, reserved 0, count 5, config 000000000011C2A0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 000000000001017E, reserved 0, count 5, config 000000000011D740, size 12 stub!
0024:fixme:win:GetGestureConfig handle 000000000001017E, reserved 0, flags 0, count 000000000011DFD0, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 000000000001017E, reserved 0, count 5, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101A4, reserved 0, count 5, config 000000000011AC30, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101A6, reserved 0, count 5, config 000000000011ACA0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101AA, reserved 0, count 5, config 000000000011AC30, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101AC, reserved 0, count 5, config 000000000011ACA0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101B0, reserved 0, count 5, config 000000000011AC30, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101B2, reserved 0, count 5, config 000000000011ACA0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101B6, reserved 0, count 5, config 000000000011ABC0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101B8, reserved 0, count 5, config 000000000011AC30, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101BC, reserved 0, count 5, config 000000000011D730, size 12 stub!
0024:fixme:win:GetGestureConfig handle 00000000000101BC, reserved 0, flags 0, count 000000000011DFD0, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101BC, reserved 0, count 5, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101C6, reserved 0, count 5, config 000000000011D720, size 12 stub!
0024:fixme:win:GetGestureConfig handle 00000000000101C6, reserved 0, flags 0, count 000000000011DFD0, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101C6, reserved 0, count 5, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101D6, reserved 0, count 5, config 000000000011A5C0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101D8, reserved 0, count 5, config 000000000011A610, size 12 stub!
0024:fixme:win:GetGestureConfig handle 00000000000101D6, reserved 0, flags 0, count 000000000011AE90, config 000000000011AE98, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101D6, reserved 0, count 5, config 000000000011AE98, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101EA, reserved 0, count 5, config 000000000011A610, size 12 stub!
0024:fixme:win:GetGestureConfig handle 00000000000101EA, reserved 0, flags 0, count 000000000011AE90, config 000000000011AE98, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101EA, reserved 0, count 5, config 000000000011AE98, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101F6, reserved 0, count 5, config 0000000000118B30, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101F8, reserved 0, count 5, config 0000000000118BA0, size 12 stub!
0024:fixme:appbar:SHAppBarMessage unknown msg: 4
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=0000000000000000): stub
0024:fixme:appbar:SHAppBarMessage unknown msg: 4
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=0000000000000000): stub
0024:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0024:fixme:system:EnableNonClientDpiScaling (0000000000010204): stub
0024:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0024:fixme:system:EnableNonClientDpiScaling (0000000000010212): stub
[36][Warn] [general] We are going to deprecate hostInfo access soon01dc:fixme:msvcrt:_set_FMA3_enable (0) stub
. Please use HostInfoController instead.
01dc:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
01dc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035B320, 16) stub
0024:fixme:dwrite:dwritefactory_CreateMonitorRenderingParams (0000000000000001): monitor setting ignored
0230:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00000000028BFAD4, 0000000000000000 00000000028BFAD0
0230:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00000000028BFAD4 0000000000000000 00000000028BFAD0) returning a dummy value (current locale)
0230:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00000000028BFAD4, 00000000028BFAB2 00000000028BFAD0
0230:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00000000028BFAD4 00000000028BFAB2 00000000028BFAD0) returning a dummy value (current locale)
0230:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
[2025-07-11 14:49:10] [info] asio async_connect error: asio.system:10061 (Connection refused.)
[2025-07-11 14:49:10] [info] Error getting remote endpoint: asio.system:10057 (asio.system error)
[2025-07-11 14:49:10] [error] handle_connect error: Connection refused.
0238:err:ole:com_get_class_object apartment not initialised
0024:fixme:appbar:SHAppBarMessage unknown msg: 4
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=0000000000000000): stub
0024:fixme:appbar:SHAppBarMessage unknown msg: 4
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=0000000000000000): stub
01e8:fixme:msvcrt:_set_FMA3_enable (0) stub
01e8:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
01e8:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035A9A0, 16) stub
026c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00000000028BFAD4, 0000000000000000 00000000028BFAD0
026c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00000000028BFAD4 0000000000000000 00000000028BFAD0) returning a dummy value (current locale)
026c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00000000028BFAD4, 00000000028BFAB2 00000000028BFAD0
026c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00000000028BFAD4 00000000028BFAB2 00000000028BFAD0) returning a dummy value (current locale)
026c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0230:fixme:winsock:WSALookupServiceBeginW (00000000028BF700 0xff0 00000000028BF778) Stub!
0230:fixme:userenv:RegisterGPNotification 0000000000000264 0
0230:fixme:userenv:RegisterGPNotification 0000000000000268 1
0230:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here?
0290:fixme:wtsapi:WTSRegisterSessionNotification Stub 000000000003011E 0x00000001
0140:fixme:secur32:get_cipher_algid unknown algorithm 23
0140:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
026c:fixme:winsock:WSALookupServiceBeginW (00000000028BF700 0xff0 00000000028BF778) Stub!
026c:fixme:userenv:RegisterGPNotification 0000000000000264 0
026c:fixme:userenv:RegisterGPNotification 0000000000000268 1
026c:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here?
02b8:fixme:wtsapi:WTSRegisterSessionNotification Stub 000000000002016E 0x00000001
02ac:fixme:msvcrt:_set_FMA3_enable (0) stub
02ac:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
02ac:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000003528D0, 16) stub
02ac:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe359e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
02ac:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
02ac:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
02ac:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0230:fixme:win:GetPointerDevices (00000000028BF3B4 0000000000000000): partial stub
0230:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
0230:fixme:win:GetPointerDevices (00000000028BF3B4 0000000000000000): partial stub
0230:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
0230:fixme:combase:RoActivateInstance (00000000016FE600, 00000000028BF628): semi-stub
0230:fixme:combase:RoGetActivationFactory (L"Windows.UI.ViewManagement.UISettings", {00000035-0000-0000-c000-000000000046}, 00000000028BF488): semi-stub
0230:fixme:ui:uisettings2_add_TextScaleFactorChanged iface 0000000001700AC8, handler 000000000173CDE0, cookie 00006FFFEC334A48 stub!
0294:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 00000000032BF7E0)
0244:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0000000002BBF720 0000000002BBF710
0230:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,00000000028BE770): stub!
0230:fixme:dwmapi:DwmExtendFrameIntoClientArea (00000000000201C8, 00000000028BD810) stub
0290:fixme:wtsapi:WTSRegisterSessionNotification Stub 000000000003011C 0x00000000
0230:fixme:manipulation:viewport_ActivateConfiguration 0000000003950400, 823
0230:fixme:manipulation:viewport_SetViewportOptions 0000000003950400, 2
02a4:fixme:sync:NtSetInformationJobObject stub: 0x38c 4 0x36df1d8 4
0230:fixme:manipulation:viewport_AddEventHandler 0000000003950400, 000000000001024A, 00000000038F7EF0, 0000000003921EA8
0230:fixme:manipulation:viewport_Stop 0000000003950400
0230:fixme:manipulation:viewport_RemoveEventHandler 0000000003950400, 0
0230:fixme:manipulation:viewport_Abandon 0000000003950400
0230:fixme:manipulation:direct_manip_Deactivate 00000000039503A0, 000000000001024A
0230:fixme:manipulation:viewport_ActivateConfiguration 0000000003950520, 823
0230:fixme:manipulation:viewport_SetViewportOptions 0000000003950520, 2
0230:fixme:manipulation:viewport_AddEventHandler 0000000003950520, 000000000001024A, 00000000038F7EF0, 0000000003921F48
0230:fixme:manipulation:viewport_Stop 0000000003950520
0230:fixme:manipulation:viewport_RemoveEventHandler 0000000003950520, 0
0230:fixme:manipulation:viewport_Abandon 0000000003950520
0230:fixme:manipulation:direct_manip_Deactivate 00000000039504C0, 000000000001024A
0230:fixme:manipulation:viewport_ActivateConfiguration 000000000395B870, 823
0230:fixme:manipulation:viewport_SetViewportOptions 000000000395B870, 2
0230:fixme:manipulation:viewport_AddEventHandler 000000000395B870, 000000000001024A, 0000000003958070, 000000000395BD18
0230:fixme:manipulation:viewport_Stop 000000000395B870
0230:fixme:manipulation:viewport_RemoveEventHandler 000000000395B870, 36
0230:fixme:manipulation:viewport_Abandon 000000000395B870
0230:fixme:manipulation:direct_manip_Deactivate 000000000395B810, 000000000001024A
0230:fixme:manipulation:viewport_ActivateConfiguration 000000000384E150, 823
0230:fixme:manipulation:viewport_SetViewportOptions 000000000384E150, 2
0230:fixme:manipulation:viewport_AddEventHandler 000000000384E150, 000000000001024A, 0000000003972620, 0000000003974308
0230:fixme:manipulation:viewport_Stop 000000000384E150
0230:fixme:manipulation:viewport_RemoveEventHandler 000000000384E150, 0
0230:fixme:manipulation:viewport_Abandon 000000000384E150
0230:fixme:manipulation:direct_manip_Deactivate 000000000384DF70, 000000000001024A
0230:fixme:manipulation:viewport_ActivateConfiguration 000000000384E150, 823
0230:fixme:manipulation:viewport_SetViewportOptions 000000000384E150, 2
0230:fixme:manipulation:viewport_AddEventHandler 000000000384E150, 000000000001024A, 0000000003972620, 0000000003974308
0230:fixme:manipulation:viewport_Stop 000000000384E150
0230:fixme:manipulation:viewport_RemoveEventHandler 000000000384E150, 0
0230:fixme:manipulation:viewport_Abandon 000000000384E150
0230:fixme:manipulation:direct_manip_Deactivate 000000000384DF70, 000000000001024A
0230:fixme:manipulation:viewport_ActivateConfiguration 000000000397DD60, 823
0230:fixme:manipulation:viewport_SetViewportOptions 000000000397DD60, 2
0230:fixme:manipulation:viewport_AddEventHandler 000000000397DD60, 000000000001024A, 0000000003972620, 00000000039743F8
0230:fixme:manipulation:viewport_Stop 000000000397DD60
0230:fixme:manipulation:viewport_RemoveEventHandler 000000000397DD60, 0
0230:fixme:manipulation:viewport_Abandon 000000000397DD60
0230:fixme:manipulation:direct_manip_Deactivate 000000000397DD00, 000000000001024A
0230:fixme:manipulation:viewport_ActivateConfiguration 000000000397DD60, 823
0230:fixme:manipulation:viewport_SetViewportOptions 000000000397DD60, 2
0230:fixme:manipulation:viewport_AddEventHandler 000000000397DD60, 000000000001024A, 0000000003972620, 00000000039743F8
0230:fixme:manipulation:viewport_Stop 000000000397DD60
0230:fixme:manipulation:viewport_RemoveEventHandler 000000000397DD60, 0
0230:fixme:manipulation:viewport_Abandon 000000000397DD60
0230:fixme:manipulation:direct_manip_Deactivate 000000000397DD00, 000000000001024A
02d8:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
02d0:fixme:msvcrt:_set_FMA3_enable (0) stub
02d0:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
02d0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000353C10, 16) stub
02d0:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe359e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00006FFFE3532628, 43) stub
02d0:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
02d0:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
02d0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
026c:fixme:win:GetPointerDevices (00000000028BF3B4 0000000000000000): partial stub
026c:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
026c:fixme:win:GetPointerDevices (00000000028BF3B4 0000000000000000): partial stub
026c:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
026c:fixme:combase:RoActivateInstance (00000000016F60B0, 00000000028BF628): semi-stub
026c:fixme:combase:RoGetActivationFactory (L"Windows.UI.ViewManagement.UISettings", {00000035-0000-0000-c000-000000000046}, 00000000028BF488): semi-stub
026c:fixme:ui:uisettings2_add_TextScaleFactorChanged iface 00000000016FC218, handler 00000000017036C0, cookie 00006FFFEC334A48 stub!
02bc:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 00000000032BF7E0)
0278:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0000000002BBF720 0000000002BBF710
026c:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,00000000028BE770): stub!
033c:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
026c:fixme:dwmapi:DwmExtendFrameIntoClientArea (0000000000010256, 00000000028BD810) stub
02b8:fixme:wtsapi:WTSRegisterSessionNotification Stub 0000000000020170 0x00000000
02c8:fixme:sync:NtSetInformationJobObject stub: 0x420 4 0x35df1d8 4
026c:fixme:manipulation:viewport_ActivateConfiguration 000000000385A9C0, 823
026c:fixme:manipulation:viewport_SetViewportOptions 000000000385A9C0, 2
026c:fixme:manipulation:viewport_AddEventHandler 000000000385A9C0, 0000000000010260, 00000000037FD260, 000000000382C908
026c:fixme:manipulation:viewport_Stop 000000000385A9C0
026c:fixme:manipulation:viewport_RemoveEventHandler 000000000385A9C0, 0
026c:fixme:manipulation:viewport_Abandon 000000000385A9C0
026c:fixme:manipulation:direct_manip_Deactivate 000000000385A960, 0000000000010260
026c:fixme:manipulation:viewport_ActivateConfiguration 000000000385AAE0, 823
026c:fixme:manipulation:viewport_SetViewportOptions 000000000385AAE0, 2
026c:fixme:manipulation:viewport_AddEventHandler 000000000385AAE0, 0000000000010260, 00000000037FD260, 000000000382C9A8
026c:fixme:manipulation:viewport_Stop 000000000385AAE0
026c:fixme:manipulation:viewport_RemoveEventHandler 000000000385AAE0, 0
026c:fixme:manipulation:viewport_Abandon 000000000385AAE0
026c:fixme:manipulation:direct_manip_Deactivate 000000000385AA80, 0000000000010260
026c:fixme:manipulation:viewport_ActivateConfiguration 0000000003878270, 823
026c:fixme:manipulation:viewport_SetViewportOptions 0000000003878270, 2
026c:fixme:manipulation:viewport_AddEventHandler 0000000003878270, 0000000000010260, 00000000016C4440, 00000000038784E8
026c:fixme:manipulation:viewport_Stop 0000000003878270
026c:fixme:manipulation:viewport_RemoveEventHandler 0000000003878270, 0
026c:fixme:manipulation:viewport_Abandon 0000000003878270
026c:fixme:manipulation:direct_manip_Deactivate 0000000003878210, 0000000000010260
0300:fixme:msvcrt:_set_FMA3_enable (0) stub
0300:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0300:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000350CE0, 16) stub
026c:fixme:manipulation:viewport_ActivateConfiguration 000000000388D7E0, 823
026c:fixme:manipulation:viewport_SetViewportOptions 000000000388D7E0, 2
026c:fixme:manipulation:viewport_AddEventHandler 000000000388D7E0, 0000000000010260, 0000000003888050, 000000000388CCC8
026c:fixme:manipulation:viewport_Stop 000000000388D7E0
026c:fixme:manipulation:viewport_RemoveEventHandler 000000000388D7E0, 0
026c:fixme:manipulation:viewport_Abandon 000000000388D7E0
026c:fixme:manipulation:direct_manip_Deactivate 000000000388D600, 0000000000010260
026c:fixme:manipulation:viewport_ActivateConfiguration 000000000388D7E0, 823
026c:fixme:manipulation:viewport_SetViewportOptions 000000000388D7E0, 2
026c:fixme:manipulation:viewport_AddEventHandler 000000000388D7E0, 0000000000010260, 0000000003888050, 000000000388CCC8
026c:fixme:manipulation:viewport_Stop 000000000388D7E0
026c:fixme:manipulation:viewport_RemoveEventHandler 000000000388D7E0, 0
026c:fixme:manipulation:viewport_Abandon 000000000388D7E0
026c:fixme:manipulation:direct_manip_Deactivate 000000000388D600, 0000000000010260
0300:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
026c:fixme:manipulation:viewport_ActivateConfiguration 000000000389A510, 823
026c:fixme:manipulation:viewport_SetViewportOptions 000000000389A510, 2
026c:fixme:manipulation:viewport_AddEventHandler 000000000389A510, 0000000000010260, 0000000003888050, 000000000388CDB8
026c:fixme:manipulation:viewport_Stop 000000000389A510
026c:fixme:manipulation:viewport_RemoveEventHandler 000000000389A510, 0
026c:fixme:manipulation:viewport_Abandon 000000000389A510
026c:fixme:manipulation:direct_manip_Deactivate 000000000389A4B0, 0000000000010260
026c:fixme:manipulation:viewport_ActivateConfiguration 000000000389A510, 823
026c:fixme:manipulation:viewport_SetViewportOptions 000000000389A510, 2
026c:fixme:manipulation:viewport_AddEventHandler 000000000389A510, 0000000000010260, 0000000003888050, 000000000388CDB8
026c:fixme:manipulation:viewport_Stop 000000000389A510
026c:fixme:manipulation:viewport_RemoveEventHandler 000000000389A510, 0
026c:fixme:manipulation:viewport_Abandon 000000000389A510
026c:fixme:manipulation:direct_manip_Deactivate 000000000389A4B0, 0000000000010260
0300:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0314:fixme:msvcrt:_set_FMA3_enable (0) stub
0314:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0314:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000350CE0, 16) stub
0314:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
03c0:fixme:winsock:WSALookupServiceBeginW (00000000029DE240 0xff0 00000000029DE2B8) Stub!
03c0:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 00000000029DD678) semi-stub
03c0:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 00000000029DD678) semi-stub
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x409 000000000011E7C4 0000000000000000 000000000011E7C0) returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x409 000000000011E7C4 0000000010F50500 000000000011E7C0) returning a dummy value (current locale)
031c:fixme:msvcrt:_set_FMA3_enable (0) stub
031c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
031c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000354820, 16) stub
031c:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
031c:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000011E5F0,000000000011E5E8) stub!
031c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
031c:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E9F0): stub!
0324:fixme:msvcrt:_set_FMA3_enable (0) stub
0324:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0324:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000354820, 16) stub
0324:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
032c:fixme:msvcrt:_set_FMA3_enable (0) stub
032c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
032c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000003528C0, 16) stub
032c:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe351e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
0324:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000011E5F0,000000000011E5E8) stub!
info:  OpenVR: Failed to locate module
info:    OpenXR
0324:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0324:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E9F0): stub!
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
032c:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
032c:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
032c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
036c:fixme:msvcrt:_set_FMA3_enable (0) stub
036c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
036c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000003525F0, 16) stub
036c:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
036c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
048c:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
0380:fixme:msvcrt:_set_FMA3_enable (0) stub
0380:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0380:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000003525F0, 16) stub
0380:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
04c4:fixme:winsock:WSALookupServiceBeginW (00000000029DE240 0xff0 00000000029DE2B8) Stub!
04c4:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 00000000029DD678) semi-stub
04c4:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 00000000029DD678) semi-stub
03ac:fixme:msvcrt:_set_FMA3_enable (0) stub
03ac:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
03ac:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035FF60, 16) stub
03ac:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
03ac:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000011E5F0,000000000011E5E8) stub!
03ac:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
03ac:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E9F0): stub!
03dc:fixme:msvcrt:_set_FMA3_enable (0) stub
03dc:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
03dc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035FF60, 16) stub
03dc:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
03dc:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000011E5F0,000000000011E5E8) stub!
03f0:fixme:msvcrt:_set_FMA3_enable (0) stub
03f0:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
03f0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000353C10, 16) stub
03dc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
03f0:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
03dc:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E9F0): stub!
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe351e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
03f0:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
03f0:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
03f0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0588:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
04e4:fixme:msvcrt:_set_FMA3_enable (0) stub
04e4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
04e4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000003528D0, 16) stub
04e4:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe351e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
04e4:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
04e4:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
04e4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
059c:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
0594:fixme:msvcrt:_set_FMA3_enable (0) stub
0594:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0594:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000353C10, 16) stub
0594:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe351e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
0594:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
0594:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
0594:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
05ac:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
05a4:fixme:msvcrt:_set_FMA3_enable (0) stub
05a4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
05a4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000357250, 16) stub
05a4:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe351e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
05a4:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
05a4:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
05a4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
05bc:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
05dc:fixme:dwmapi:DwmGetCompositionTimingInfo (0000000000000000 00000000036DEFC0)
05b4:fixme:msvcrt:_set_FMA3_enable (0) stub
05b4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
05b4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000354BB0, 16) stub
05b4:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe1b0e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
0324:fixme:dwrite:dwritefontface5_HasVariations 000000000174C4E0: stub
05b4:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
05b4:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
05b4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0324:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
05ec:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
060c:fixme:dwmapi:DwmGetCompositionTimingInfo (0000000000000000 00000000036DEFC0)
03dc:fixme:dwrite:dwritefontface5_HasVariations 00000000016A0C70: stub
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
04d8:fixme:file:NtLockFile I/O completion on lock not implemented yet
04d8:fixme:virtual:prefetch_memory (process=0xffffffffffffffff,flags=0) NtSetInformationVirtualMemory(VmPrefetchInformation) partial stub
0248:fixme:file:ReplaceFileW Ignoring flags 2
0248:fixme:file:NtLockFile I/O completion on lock not implemented yet
0248:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 0000000002CBE958, 4): stub
0274:fixme:file:ReplaceFileW Ignoring flags 2
0274:fixme:file:NtLockFile I/O completion on lock not implemented yet
0274:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 0000000002ABE958, 4): stub
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0618:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
04c0:fixme:file:ReplaceFileW Ignoring flags 2
0024:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0024:fixme:system:EnableNonClientDpiScaling (00000000000302FE): stub
0670:fixme:msvcrt:_set_FMA3_enable (0) stub
0670:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0670:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035BEC0, 16) stub
067c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00000000028BFAD4, 0000000000000000 00000000028BFAD0
067c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00000000028BFAD4 0000000000000000 00000000028BFAD0) returning a dummy value (current locale)
067c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00000000028BFAD4, 00000000028BFAB2 00000000028BFAD0
067c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00000000028BFAD4 00000000028BFAB2 00000000028BFAD0) returning a dummy value (current locale)
067c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
067c:fixme:winsock:WSALookupServiceBeginW (00000000028BF700 0xff0 00000000028BF778) Stub!
067c:fixme:userenv:RegisterGPNotification 0000000000000264 0
067c:fixme:userenv:RegisterGPNotification 0000000000000268 1
067c:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here?
06a0:fixme:wtsapi:WTSRegisterSessionNotification Stub 0000000000010322 0x00000001
06b8:fixme:msvcrt:_set_FMA3_enable (0) stub
06b8:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
06b8:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000352C50, 16) stub
06b8:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe1b0e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
067c:fixme:win:GetPointerDevices (00000000028BF3B4 0000000000000000): partial stub
067c:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
067c:fixme:win:GetPointerDevices (00000000028BF3B4 0000000000000000): partial stub
067c:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
067c:fixme:combase:RoActivateInstance (0000000001732580, 00000000028BF628): semi-stub
067c:fixme:combase:RoGetActivationFactory (L"Windows.UI.ViewManagement.UISettings", {00000035-0000-0000-c000-000000000046}, 00000000028BF488): semi-stub
067c:fixme:ui:uisettings2_add_TextScaleFactorChanged iface 00000000017389C8, handler 000000000173FE70, cookie 00006FFFEC334A48 stub!
06b8:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
06b8:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
06a4:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 00000000032BF7E0)
0688:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0000000002BBF720 0000000002BBF710
err:   Failed to initialize DXVK.
067c:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,00000000028BE770): stub!
06b8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
067c:fixme:dwmapi:DwmExtendFrameIntoClientArea (0000000000010346, 00000000028BD810) stub
06a0:fixme:wtsapi:WTSRegisterSessionNotification Stub 0000000000010324 0x00000000
067c:fixme:manipulation:viewport_ActivateConfiguration 0000000004058790, 823
067c:fixme:manipulation:viewport_SetViewportOptions 0000000004058790, 2
067c:fixme:manipulation:viewport_AddEventHandler 0000000004058790, 0000000000010350, 0000000004007EE0, 0000000004040488
067c:fixme:manipulation:viewport_Stop 0000000004058790
067c:fixme:manipulation:viewport_RemoveEventHandler 0000000004058790, 0
067c:fixme:manipulation:viewport_Abandon 0000000004058790
067c:fixme:manipulation:direct_manip_Deactivate 0000000004058730, 0000000000010350
067c:fixme:manipulation:viewport_ActivateConfiguration 00000000040588B0, 823
067c:fixme:manipulation:viewport_SetViewportOptions 00000000040588B0, 2
067c:fixme:manipulation:viewport_AddEventHandler 00000000040588B0, 0000000000010350, 0000000004007EE0, 0000000004040528
067c:fixme:manipulation:viewport_Stop 00000000040588B0
067c:fixme:manipulation:viewport_RemoveEventHandler 00000000040588B0, 0
067c:fixme:manipulation:viewport_Abandon 00000000040588B0
067c:fixme:manipulation:direct_manip_Deactivate 0000000004058850, 0000000000010350
06b0:fixme:sync:NtSetInformationJobObject stub: 0x384 4 0x35df1d8 4
067c:fixme:manipulation:viewport_ActivateConfiguration 0000000004061E80, 823
067c:fixme:manipulation:viewport_SetViewportOptions 0000000004061E80, 2
067c:fixme:manipulation:viewport_AddEventHandler 0000000004061E80, 0000000000010350, 000000000405D7A0, 0000000004062AE8
067c:fixme:manipulation:viewport_Stop 0000000004061E80
067c:fixme:manipulation:viewport_RemoveEventHandler 0000000004061E80, 0
067c:fixme:manipulation:viewport_Abandon 0000000004061E80
067c:fixme:manipulation:direct_manip_Deactivate 0000000004061E20, 0000000000010350
06ec:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
06e8:fixme:msvcrt:_set_FMA3_enable (0) stub
06e8:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
06e8:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000351940, 16) stub
06e8:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
06e8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0700:fixme:msvcrt:_set_FMA3_enable (0) stub
0700:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0700:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000351940, 16) stub
0700:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
074c:fixme:winsock:WSALookupServiceBeginW (00000000029DE240 0xff0 00000000029DE2B8) Stub!
074c:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 00000000029DD678) semi-stub
074c:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 00000000029DD678) semi-stub
0708:fixme:msvcrt:_set_FMA3_enable (0) stub
0708:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0708:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035EB40, 16) stub
0708:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
0708:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0708:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E9F0): stub!
0710:fixme:msvcrt:_set_FMA3_enable (0) stub
0710:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0710:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035EB40, 16) stub
0710:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
0710:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0710:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E9F0): stub!
0718:fixme:msvcrt:_set_FMA3_enable (0) stub
0718:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0718:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000352C50, 16) stub
0718:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe1b0e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
0718:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
0718:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
0718:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
07fc:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
0804:fixme:msvcrt:_set_FMA3_enable (0) stub
0804:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0804:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000352C50, 16) stub
0804:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe1b0e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
0804:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
0804:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
0804:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
080c:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
0814:fixme:msvcrt:_set_FMA3_enable (0) stub
0814:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0814:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000354A10, 16) stub
0814:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe1b0e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
0814:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
0814:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
0814:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
081c:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
0710:fixme:dwrite:dwritefontface5_HasVariations 00000000016326C0: stub
0710:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0710:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0710:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
067c:fixme:manipulation:viewport_ActivateConfiguration 000000000425FE10, 823
067c:fixme:manipulation:viewport_SetViewportOptions 000000000425FE10, 2
067c:fixme:manipulation:viewport_AddEventHandler 000000000425FE10, 0000000000010350, 00000000042769B0, 0000000004257C88
067c:fixme:manipulation:viewport_Stop 000000000425FE10
067c:fixme:manipulation:viewport_RemoveEventHandler 000000000425FE10, 0
067c:fixme:manipulation:viewport_Abandon 000000000425FE10
067c:fixme:manipulation:direct_manip_Deactivate 000000000425FDB0, 0000000000010350
067c:fixme:manipulation:viewport_ActivateConfiguration 000000000425FE10, 823
067c:fixme:manipulation:viewport_SetViewportOptions 000000000425FE10, 2
067c:fixme:manipulation:viewport_AddEventHandler 000000000425FE10, 0000000000010350, 00000000042769B0, 0000000004257C88
067c:fixme:manipulation:viewport_Stop 000000000425FE10
067c:fixme:manipulation:viewport_RemoveEventHandler 000000000425FE10, 0

[The rest of the log was too long so i posted it here: https://pastebin.com/3vQiwdPE]

byteemily
Posts: 2
Joined: Fri Jul 11, 2025 6:42 am

Re: How to run Adobe Premiere Pro 2024 on Wine (Linux)

Post by byteemily »

byteemily wrote: Fri Jul 11, 2025 10:02 pm i tried this guide with Adobe Animate 2024 and it starts up fine, but when creating a new project it errors out and quits ...
i only barely know what's going on that would cause it to error bsince the end of the log has both a java exception and a vulkan error, so any help would be greatly appreciated

screen recording of animate running and crashing:
[media]https://files.catbox.moe/2nu89f.mkv[/media]

i have an nvidia graphics card (rtx 3060 ti) and in wine i have dxvk installed but NOT vkd3d-proton in my wineprefix
here's the log for my version of wine (wine-staging 10.10, running on cachyos)
part of it is cut off due to the character limit so i posted the rest here: https://pastebin.com/3vQiwdPE

Code: Select all

0024:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0024:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0024:fixme:msvcp:locale__Locimp__Makexloc (000000000011F370 63 00000000001454F0 0000000000000000) semi-stub
0024:fixme:msvcp:locale__Locimp__Makewloc (000000000011F370 63 00000000001454F0 0000000000000000) semi-stub
0024:fixme:msvcp:locale__Locimp__Makeushloc (000000000011F370 63 00000000001454F0 0000000000000000) semi-stub
0124:fixme:secur32:GetUserNameExW NameFormat 6 not implemented
0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0124:fixme:wbemprox:client_security_SetBlanket 00006FFFECEA2F20, 0000000001766E30, 10, 0, (null), 3, 3, 0000000000000000, 0
0124:fixme:wbemprox:client_security_Release 00006FFFECEA2F20
0124:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0140:fixme:wbemprox:client_security_SetBlanket 00006FFFECEA2F20, 00000000017DBB10, 10, 0, (null), 3, 3, 0000000000000000, 0
0140:fixme:wbemprox:client_security_Release 00006FFFECEA2F20
0140:fixme:bcrypt:BCryptGenerateSymmetricKey ignoring object buffer
0140:fixme:bcrypt:BCryptGenerateSymmetricKey ignoring object buffer
0140:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0140:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x409 000000000011EF64 0000000000000000 000000000011EF60) returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x409 000000000011EF64 000000000262B4D0 000000000011EF60) returning a dummy value (current locale)
0024:fixme:win:SetGestureConfig handle 0000000000010074, reserved 0, count 5, config 000000000011E430, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010078, reserved 0, count 5, config 000000000011DF80, size 12 stub!
warn:  CreateDXGIFactory2: Ignoring flags
info:  Game: sketchConfigTest.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffeabfe840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
014c:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
014c:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
0024:fixme:win:RegisterSuspendResumeNotification 0000000102E3FF50, 0x2: stub.
0024:fixme:file:NtLockFile I/O completion on lock not implemented yet
[{"event.build":"24.0.0.305","event.language":"en_US","event.session_guid":"21720650-688d-47a5-afbd-b17e289a75e2","source.name":"Animate","source.version":"24.0.0"}]
[{"env.fw.version":"13.2.0.202308091502_65b8636","event.build":"24.0.0.305","event.device_guid":"59461d9e-27d4-4cad-958e-29d424e12482","event.dts_end":"2025-07-11T21:49:07.078146Z","event.dts_start":"2025-07-11T21:49:07.078146Z","event.guid":"0b1c676a-ab94-49d3-bc98-5322d873013f","event.language":"en_US","event.session_guid":"21720650-688d-47a5-afbd-b17e289a75e2","source.name":"Animate","source.os_version":"10.0.19045","source.platform":"Win-x86:64","source.version":"24.0.0"}]
0188:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0188:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0194:fixme:reg:RegQueryInfoKeyW security argument not supported.
0024:fixme:font:find_matching_face Untranslated charset 255
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\TTF\\odokai-ExtB.ttf"
0198:fixme:font:find_matching_face Untranslated charset 255
0198:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\TTF\\odokai-ExtB.ttf"
0024:err:module:import_dll Library mfc140u.dll (which is needed by L"Z:\\home\\emily\\Applications\\Adobe Animate 2024\\Common\\Configuration\\External Libraries\\FLAirAndroidExt.dll") not found
0024:err:module:import_dll Library mfc140u.dll (which is needed by L"Z:\\home\\emily\\Applications\\Adobe Animate 2024\\Common\\Configuration\\External Libraries\\FLAirDesktopExt.dll") not found
01a8:err:ole:com_get_class_object apartment not initialised
01a8:fixme:ntdll:NtQuerySystemInformation (0x000000a4,0x1002f170,0x00000020,(nil)) stub
0024:fixme:dwmapi:DwmGetWindowAttribute attribute 1 not implemented.
0024:fixme:wtsapi:WTSRegisterSessionNotification Stub 00000000000100BC 0x00000001
0024:fixme:win:SetGestureConfig handle 0000000000020124, reserved 0, count 5, config 000000000011D750, size 12 stub!
0024:fixme:win:GetGestureConfig handle 0000000000020124, reserved 0, flags 0, count 000000000011DFD0, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000020124, reserved 0, count 5, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010150, reserved 0, count 5, config 000000000011CBC0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010152, reserved 0, count 5, config 000000000011CC30, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010156, reserved 0, count 5, config 000000000011C400, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010158, reserved 0, count 5, config 000000000011C470, size 12 stub!
0024:fixme:win:SetGestureConfig handle 000000000001015C, reserved 0, count 5, config 000000000011C430, size 12 stub!
0024:fixme:win:SetGestureConfig handle 000000000001015E, reserved 0, count 5, config 000000000011C4A0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010162, reserved 0, count 5, config 000000000011CCC0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010164, reserved 0, count 5, config 000000000011CD30, size 12 stub!
0024:fixme:win:GetGestureConfig handle 0000000000020124, reserved 0, flags 0, count 000000000011DDD0, config 000000000011DDD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000020124, reserved 0, count 5, config 000000000011DDD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010168, reserved 0, count 5, config 000000000011D710, size 12 stub!
0024:fixme:win:GetGestureConfig handle 0000000000010168, reserved 0, flags 0, count 000000000011DFD0, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 0000000000010168, reserved 0, count 5, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 000000000001017A, reserved 0, count 5, config 000000000011C230, size 12 stub!
0024:fixme:win:SetGestureConfig handle 000000000001017C, reserved 0, count 5, config 000000000011C2A0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 000000000001017E, reserved 0, count 5, config 000000000011D740, size 12 stub!
0024:fixme:win:GetGestureConfig handle 000000000001017E, reserved 0, flags 0, count 000000000011DFD0, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 000000000001017E, reserved 0, count 5, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101A4, reserved 0, count 5, config 000000000011AC30, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101A6, reserved 0, count 5, config 000000000011ACA0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101AA, reserved 0, count 5, config 000000000011AC30, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101AC, reserved 0, count 5, config 000000000011ACA0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101B0, reserved 0, count 5, config 000000000011AC30, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101B2, reserved 0, count 5, config 000000000011ACA0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101B6, reserved 0, count 5, config 000000000011ABC0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101B8, reserved 0, count 5, config 000000000011AC30, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101BC, reserved 0, count 5, config 000000000011D730, size 12 stub!
0024:fixme:win:GetGestureConfig handle 00000000000101BC, reserved 0, flags 0, count 000000000011DFD0, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101BC, reserved 0, count 5, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101C6, reserved 0, count 5, config 000000000011D720, size 12 stub!
0024:fixme:win:GetGestureConfig handle 00000000000101C6, reserved 0, flags 0, count 000000000011DFD0, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101C6, reserved 0, count 5, config 000000000011DFD8, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101D6, reserved 0, count 5, config 000000000011A5C0, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101D8, reserved 0, count 5, config 000000000011A610, size 12 stub!
0024:fixme:win:GetGestureConfig handle 00000000000101D6, reserved 0, flags 0, count 000000000011AE90, config 000000000011AE98, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101D6, reserved 0, count 5, config 000000000011AE98, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101EA, reserved 0, count 5, config 000000000011A610, size 12 stub!
0024:fixme:win:GetGestureConfig handle 00000000000101EA, reserved 0, flags 0, count 000000000011AE90, config 000000000011AE98, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101EA, reserved 0, count 5, config 000000000011AE98, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101F6, reserved 0, count 5, config 0000000000118B30, size 12 stub!
0024:fixme:win:SetGestureConfig handle 00000000000101F8, reserved 0, count 5, config 0000000000118BA0, size 12 stub!
0024:fixme:appbar:SHAppBarMessage unknown msg: 4
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=0000000000000000): stub
0024:fixme:appbar:SHAppBarMessage unknown msg: 4
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=0000000000000000): stub
0024:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0024:fixme:system:EnableNonClientDpiScaling (0000000000010204): stub
0024:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0024:fixme:system:EnableNonClientDpiScaling (0000000000010212): stub
[36][Warn] [general] We are going to deprecate hostInfo access soon01dc:fixme:msvcrt:_set_FMA3_enable (0) stub
. Please use HostInfoController instead.
01dc:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
01dc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035B320, 16) stub
0024:fixme:dwrite:dwritefactory_CreateMonitorRenderingParams (0000000000000001): monitor setting ignored
0230:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00000000028BFAD4, 0000000000000000 00000000028BFAD0
0230:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00000000028BFAD4 0000000000000000 00000000028BFAD0) returning a dummy value (current locale)
0230:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00000000028BFAD4, 00000000028BFAB2 00000000028BFAD0
0230:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00000000028BFAD4 00000000028BFAB2 00000000028BFAD0) returning a dummy value (current locale)
0230:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
[2025-07-11 14:49:10] [info] asio async_connect error: asio.system:10061 (Connection refused.)
[2025-07-11 14:49:10] [info] Error getting remote endpoint: asio.system:10057 (asio.system error)
[2025-07-11 14:49:10] [error] handle_connect error: Connection refused.
0238:err:ole:com_get_class_object apartment not initialised
0024:fixme:appbar:SHAppBarMessage unknown msg: 4
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=0000000000000000): stub
0024:fixme:appbar:SHAppBarMessage unknown msg: 4
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
0078:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=0000000000000000): stub
01e8:fixme:msvcrt:_set_FMA3_enable (0) stub
01e8:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
01e8:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035A9A0, 16) stub
026c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00000000028BFAD4, 0000000000000000 00000000028BFAD0
026c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00000000028BFAD4 0000000000000000 00000000028BFAD0) returning a dummy value (current locale)
026c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00000000028BFAD4, 00000000028BFAB2 00000000028BFAD0
026c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00000000028BFAD4 00000000028BFAB2 00000000028BFAD0) returning a dummy value (current locale)
026c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0230:fixme:winsock:WSALookupServiceBeginW (00000000028BF700 0xff0 00000000028BF778) Stub!
0230:fixme:userenv:RegisterGPNotification 0000000000000264 0
0230:fixme:userenv:RegisterGPNotification 0000000000000268 1
0230:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here?
0290:fixme:wtsapi:WTSRegisterSessionNotification Stub 000000000003011E 0x00000001
0140:fixme:secur32:get_cipher_algid unknown algorithm 23
0140:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
026c:fixme:winsock:WSALookupServiceBeginW (00000000028BF700 0xff0 00000000028BF778) Stub!
026c:fixme:userenv:RegisterGPNotification 0000000000000264 0
026c:fixme:userenv:RegisterGPNotification 0000000000000268 1
026c:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here?
02b8:fixme:wtsapi:WTSRegisterSessionNotification Stub 000000000002016E 0x00000001
02ac:fixme:msvcrt:_set_FMA3_enable (0) stub
02ac:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
02ac:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000003528D0, 16) stub
02ac:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe359e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
02ac:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
02ac:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
02ac:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0230:fixme:win:GetPointerDevices (00000000028BF3B4 0000000000000000): partial stub
0230:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
0230:fixme:win:GetPointerDevices (00000000028BF3B4 0000000000000000): partial stub
0230:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
0230:fixme:combase:RoActivateInstance (00000000016FE600, 00000000028BF628): semi-stub
0230:fixme:combase:RoGetActivationFactory (L"Windows.UI.ViewManagement.UISettings", {00000035-0000-0000-c000-000000000046}, 00000000028BF488): semi-stub
0230:fixme:ui:uisettings2_add_TextScaleFactorChanged iface 0000000001700AC8, handler 000000000173CDE0, cookie 00006FFFEC334A48 stub!
0294:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 00000000032BF7E0)
0244:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0000000002BBF720 0000000002BBF710
0230:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,00000000028BE770): stub!
0230:fixme:dwmapi:DwmExtendFrameIntoClientArea (00000000000201C8, 00000000028BD810) stub
0290:fixme:wtsapi:WTSRegisterSessionNotification Stub 000000000003011C 0x00000000
0230:fixme:manipulation:viewport_ActivateConfiguration 0000000003950400, 823
0230:fixme:manipulation:viewport_SetViewportOptions 0000000003950400, 2
02a4:fixme:sync:NtSetInformationJobObject stub: 0x38c 4 0x36df1d8 4
0230:fixme:manipulation:viewport_AddEventHandler 0000000003950400, 000000000001024A, 00000000038F7EF0, 0000000003921EA8
0230:fixme:manipulation:viewport_Stop 0000000003950400
0230:fixme:manipulation:viewport_RemoveEventHandler 0000000003950400, 0
0230:fixme:manipulation:viewport_Abandon 0000000003950400
0230:fixme:manipulation:direct_manip_Deactivate 00000000039503A0, 000000000001024A
0230:fixme:manipulation:viewport_ActivateConfiguration 0000000003950520, 823
0230:fixme:manipulation:viewport_SetViewportOptions 0000000003950520, 2
0230:fixme:manipulation:viewport_AddEventHandler 0000000003950520, 000000000001024A, 00000000038F7EF0, 0000000003921F48
0230:fixme:manipulation:viewport_Stop 0000000003950520
0230:fixme:manipulation:viewport_RemoveEventHandler 0000000003950520, 0
0230:fixme:manipulation:viewport_Abandon 0000000003950520
0230:fixme:manipulation:direct_manip_Deactivate 00000000039504C0, 000000000001024A
0230:fixme:manipulation:viewport_ActivateConfiguration 000000000395B870, 823
0230:fixme:manipulation:viewport_SetViewportOptions 000000000395B870, 2
0230:fixme:manipulation:viewport_AddEventHandler 000000000395B870, 000000000001024A, 0000000003958070, 000000000395BD18
0230:fixme:manipulation:viewport_Stop 000000000395B870
0230:fixme:manipulation:viewport_RemoveEventHandler 000000000395B870, 36
0230:fixme:manipulation:viewport_Abandon 000000000395B870
0230:fixme:manipulation:direct_manip_Deactivate 000000000395B810, 000000000001024A
0230:fixme:manipulation:viewport_ActivateConfiguration 000000000384E150, 823
0230:fixme:manipulation:viewport_SetViewportOptions 000000000384E150, 2
0230:fixme:manipulation:viewport_AddEventHandler 000000000384E150, 000000000001024A, 0000000003972620, 0000000003974308
0230:fixme:manipulation:viewport_Stop 000000000384E150
0230:fixme:manipulation:viewport_RemoveEventHandler 000000000384E150, 0
0230:fixme:manipulation:viewport_Abandon 000000000384E150
0230:fixme:manipulation:direct_manip_Deactivate 000000000384DF70, 000000000001024A
0230:fixme:manipulation:viewport_ActivateConfiguration 000000000384E150, 823
0230:fixme:manipulation:viewport_SetViewportOptions 000000000384E150, 2
0230:fixme:manipulation:viewport_AddEventHandler 000000000384E150, 000000000001024A, 0000000003972620, 0000000003974308
0230:fixme:manipulation:viewport_Stop 000000000384E150
0230:fixme:manipulation:viewport_RemoveEventHandler 000000000384E150, 0
0230:fixme:manipulation:viewport_Abandon 000000000384E150
0230:fixme:manipulation:direct_manip_Deactivate 000000000384DF70, 000000000001024A
0230:fixme:manipulation:viewport_ActivateConfiguration 000000000397DD60, 823
0230:fixme:manipulation:viewport_SetViewportOptions 000000000397DD60, 2
0230:fixme:manipulation:viewport_AddEventHandler 000000000397DD60, 000000000001024A, 0000000003972620, 00000000039743F8
0230:fixme:manipulation:viewport_Stop 000000000397DD60
0230:fixme:manipulation:viewport_RemoveEventHandler 000000000397DD60, 0
0230:fixme:manipulation:viewport_Abandon 000000000397DD60
0230:fixme:manipulation:direct_manip_Deactivate 000000000397DD00, 000000000001024A
0230:fixme:manipulation:viewport_ActivateConfiguration 000000000397DD60, 823
0230:fixme:manipulation:viewport_SetViewportOptions 000000000397DD60, 2
0230:fixme:manipulation:viewport_AddEventHandler 000000000397DD60, 000000000001024A, 0000000003972620, 00000000039743F8
0230:fixme:manipulation:viewport_Stop 000000000397DD60
0230:fixme:manipulation:viewport_RemoveEventHandler 000000000397DD60, 0
0230:fixme:manipulation:viewport_Abandon 000000000397DD60
0230:fixme:manipulation:direct_manip_Deactivate 000000000397DD00, 000000000001024A
02d8:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
02d0:fixme:msvcrt:_set_FMA3_enable (0) stub
02d0:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
02d0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000353C10, 16) stub
02d0:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe359e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00006FFFE3532628, 43) stub
02d0:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
02d0:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
02d0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
026c:fixme:win:GetPointerDevices (00000000028BF3B4 0000000000000000): partial stub
026c:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
026c:fixme:win:GetPointerDevices (00000000028BF3B4 0000000000000000): partial stub
026c:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
026c:fixme:combase:RoActivateInstance (00000000016F60B0, 00000000028BF628): semi-stub
026c:fixme:combase:RoGetActivationFactory (L"Windows.UI.ViewManagement.UISettings", {00000035-0000-0000-c000-000000000046}, 00000000028BF488): semi-stub
026c:fixme:ui:uisettings2_add_TextScaleFactorChanged iface 00000000016FC218, handler 00000000017036C0, cookie 00006FFFEC334A48 stub!
02bc:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 00000000032BF7E0)
0278:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0000000002BBF720 0000000002BBF710
026c:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,00000000028BE770): stub!
033c:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
026c:fixme:dwmapi:DwmExtendFrameIntoClientArea (0000000000010256, 00000000028BD810) stub
02b8:fixme:wtsapi:WTSRegisterSessionNotification Stub 0000000000020170 0x00000000
02c8:fixme:sync:NtSetInformationJobObject stub: 0x420 4 0x35df1d8 4
026c:fixme:manipulation:viewport_ActivateConfiguration 000000000385A9C0, 823
026c:fixme:manipulation:viewport_SetViewportOptions 000000000385A9C0, 2
026c:fixme:manipulation:viewport_AddEventHandler 000000000385A9C0, 0000000000010260, 00000000037FD260, 000000000382C908
026c:fixme:manipulation:viewport_Stop 000000000385A9C0
026c:fixme:manipulation:viewport_RemoveEventHandler 000000000385A9C0, 0
026c:fixme:manipulation:viewport_Abandon 000000000385A9C0
026c:fixme:manipulation:direct_manip_Deactivate 000000000385A960, 0000000000010260
026c:fixme:manipulation:viewport_ActivateConfiguration 000000000385AAE0, 823
026c:fixme:manipulation:viewport_SetViewportOptions 000000000385AAE0, 2
026c:fixme:manipulation:viewport_AddEventHandler 000000000385AAE0, 0000000000010260, 00000000037FD260, 000000000382C9A8
026c:fixme:manipulation:viewport_Stop 000000000385AAE0
026c:fixme:manipulation:viewport_RemoveEventHandler 000000000385AAE0, 0
026c:fixme:manipulation:viewport_Abandon 000000000385AAE0
026c:fixme:manipulation:direct_manip_Deactivate 000000000385AA80, 0000000000010260
026c:fixme:manipulation:viewport_ActivateConfiguration 0000000003878270, 823
026c:fixme:manipulation:viewport_SetViewportOptions 0000000003878270, 2
026c:fixme:manipulation:viewport_AddEventHandler 0000000003878270, 0000000000010260, 00000000016C4440, 00000000038784E8
026c:fixme:manipulation:viewport_Stop 0000000003878270
026c:fixme:manipulation:viewport_RemoveEventHandler 0000000003878270, 0
026c:fixme:manipulation:viewport_Abandon 0000000003878270
026c:fixme:manipulation:direct_manip_Deactivate 0000000003878210, 0000000000010260
0300:fixme:msvcrt:_set_FMA3_enable (0) stub
0300:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0300:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000350CE0, 16) stub
026c:fixme:manipulation:viewport_ActivateConfiguration 000000000388D7E0, 823
026c:fixme:manipulation:viewport_SetViewportOptions 000000000388D7E0, 2
026c:fixme:manipulation:viewport_AddEventHandler 000000000388D7E0, 0000000000010260, 0000000003888050, 000000000388CCC8
026c:fixme:manipulation:viewport_Stop 000000000388D7E0
026c:fixme:manipulation:viewport_RemoveEventHandler 000000000388D7E0, 0
026c:fixme:manipulation:viewport_Abandon 000000000388D7E0
026c:fixme:manipulation:direct_manip_Deactivate 000000000388D600, 0000000000010260
026c:fixme:manipulation:viewport_ActivateConfiguration 000000000388D7E0, 823
026c:fixme:manipulation:viewport_SetViewportOptions 000000000388D7E0, 2
026c:fixme:manipulation:viewport_AddEventHandler 000000000388D7E0, 0000000000010260, 0000000003888050, 000000000388CCC8
026c:fixme:manipulation:viewport_Stop 000000000388D7E0
026c:fixme:manipulation:viewport_RemoveEventHandler 000000000388D7E0, 0
026c:fixme:manipulation:viewport_Abandon 000000000388D7E0
026c:fixme:manipulation:direct_manip_Deactivate 000000000388D600, 0000000000010260
0300:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
026c:fixme:manipulation:viewport_ActivateConfiguration 000000000389A510, 823
026c:fixme:manipulation:viewport_SetViewportOptions 000000000389A510, 2
026c:fixme:manipulation:viewport_AddEventHandler 000000000389A510, 0000000000010260, 0000000003888050, 000000000388CDB8
026c:fixme:manipulation:viewport_Stop 000000000389A510
026c:fixme:manipulation:viewport_RemoveEventHandler 000000000389A510, 0
026c:fixme:manipulation:viewport_Abandon 000000000389A510
026c:fixme:manipulation:direct_manip_Deactivate 000000000389A4B0, 0000000000010260
026c:fixme:manipulation:viewport_ActivateConfiguration 000000000389A510, 823
026c:fixme:manipulation:viewport_SetViewportOptions 000000000389A510, 2
026c:fixme:manipulation:viewport_AddEventHandler 000000000389A510, 0000000000010260, 0000000003888050, 000000000388CDB8
026c:fixme:manipulation:viewport_Stop 000000000389A510
026c:fixme:manipulation:viewport_RemoveEventHandler 000000000389A510, 0
026c:fixme:manipulation:viewport_Abandon 000000000389A510
026c:fixme:manipulation:direct_manip_Deactivate 000000000389A4B0, 0000000000010260
0300:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0314:fixme:msvcrt:_set_FMA3_enable (0) stub
0314:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0314:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000350CE0, 16) stub
0314:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
03c0:fixme:winsock:WSALookupServiceBeginW (00000000029DE240 0xff0 00000000029DE2B8) Stub!
03c0:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 00000000029DD678) semi-stub
03c0:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 00000000029DD678) semi-stub
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x409 000000000011E7C4 0000000000000000 000000000011E7C0) returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x409 000000000011E7C4 0000000010F50500 000000000011E7C0) returning a dummy value (current locale)
031c:fixme:msvcrt:_set_FMA3_enable (0) stub
031c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
031c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000354820, 16) stub
031c:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
031c:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000011E5F0,000000000011E5E8) stub!
031c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
031c:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E9F0): stub!
0324:fixme:msvcrt:_set_FMA3_enable (0) stub
0324:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0324:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000354820, 16) stub
0324:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
032c:fixme:msvcrt:_set_FMA3_enable (0) stub
032c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
032c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000003528C0, 16) stub
032c:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe351e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
0324:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000011E5F0,000000000011E5E8) stub!
info:  OpenVR: Failed to locate module
info:    OpenXR
0324:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0324:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E9F0): stub!
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
032c:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
032c:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
032c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
036c:fixme:msvcrt:_set_FMA3_enable (0) stub
036c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
036c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000003525F0, 16) stub
036c:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
036c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
048c:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
0380:fixme:msvcrt:_set_FMA3_enable (0) stub
0380:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0380:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000003525F0, 16) stub
0380:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
04c4:fixme:winsock:WSALookupServiceBeginW (00000000029DE240 0xff0 00000000029DE2B8) Stub!
04c4:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 00000000029DD678) semi-stub
04c4:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 00000000029DD678) semi-stub
03ac:fixme:msvcrt:_set_FMA3_enable (0) stub
03ac:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
03ac:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035FF60, 16) stub
03ac:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
03ac:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000011E5F0,000000000011E5E8) stub!
03ac:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
03ac:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E9F0): stub!
03dc:fixme:msvcrt:_set_FMA3_enable (0) stub
03dc:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
03dc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035FF60, 16) stub
03dc:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
03dc:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000011E5F0,000000000011E5E8) stub!
03f0:fixme:msvcrt:_set_FMA3_enable (0) stub
03f0:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
03f0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000353C10, 16) stub
03dc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
03f0:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
03dc:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E9F0): stub!
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe351e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
03f0:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
03f0:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
03f0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0588:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
04e4:fixme:msvcrt:_set_FMA3_enable (0) stub
04e4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
04e4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000003528D0, 16) stub
04e4:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe351e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
04e4:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
04e4:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
04e4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
059c:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
0594:fixme:msvcrt:_set_FMA3_enable (0) stub
0594:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0594:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000353C10, 16) stub
0594:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe351e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
0594:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
0594:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
0594:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
05ac:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
05a4:fixme:msvcrt:_set_FMA3_enable (0) stub
05a4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
05a4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000357250, 16) stub
05a4:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe351e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
05a4:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
05a4:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
05a4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
05bc:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
05dc:fixme:dwmapi:DwmGetCompositionTimingInfo (0000000000000000 00000000036DEFC0)
05b4:fixme:msvcrt:_set_FMA3_enable (0) stub
05b4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
05b4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000354BB0, 16) stub
05b4:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe1b0e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
0324:fixme:dwrite:dwritefontface5_HasVariations 000000000174C4E0: stub
05b4:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
05b4:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
05b4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0324:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
05ec:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
060c:fixme:dwmapi:DwmGetCompositionTimingInfo (0000000000000000 00000000036DEFC0)
03dc:fixme:dwrite:dwritefontface5_HasVariations 00000000016A0C70: stub
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
04d8:fixme:file:NtLockFile I/O completion on lock not implemented yet
04d8:fixme:virtual:prefetch_memory (process=0xffffffffffffffff,flags=0) NtSetInformationVirtualMemory(VmPrefetchInformation) partial stub
0248:fixme:file:ReplaceFileW Ignoring flags 2
0248:fixme:file:NtLockFile I/O completion on lock not implemented yet
0248:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 0000000002CBE958, 4): stub
0274:fixme:file:ReplaceFileW Ignoring flags 2
0274:fixme:file:NtLockFile I/O completion on lock not implemented yet
0274:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 0000000002ABE958, 4): stub
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0618:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
03dc:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
04c0:fixme:file:ReplaceFileW Ignoring flags 2
0024:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0024:fixme:system:EnableNonClientDpiScaling (00000000000302FE): stub
0670:fixme:msvcrt:_set_FMA3_enable (0) stub
0670:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0670:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035BEC0, 16) stub
067c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00000000028BFAD4, 0000000000000000 00000000028BFAD0
067c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00000000028BFAD4 0000000000000000 00000000028BFAD0) returning a dummy value (current locale)
067c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00000000028BFAD4, 00000000028BFAB2 00000000028BFAD0
067c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00000000028BFAD4 00000000028BFAB2 00000000028BFAD0) returning a dummy value (current locale)
067c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
067c:fixme:winsock:WSALookupServiceBeginW (00000000028BF700 0xff0 00000000028BF778) Stub!
067c:fixme:userenv:RegisterGPNotification 0000000000000264 0
067c:fixme:userenv:RegisterGPNotification 0000000000000268 1
067c:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here?
06a0:fixme:wtsapi:WTSRegisterSessionNotification Stub 0000000000010322 0x00000001
06b8:fixme:msvcrt:_set_FMA3_enable (0) stub
06b8:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
06b8:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000352C50, 16) stub
06b8:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe1b0e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
067c:fixme:win:GetPointerDevices (00000000028BF3B4 0000000000000000): partial stub
067c:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
067c:fixme:win:GetPointerDevices (00000000028BF3B4 0000000000000000): partial stub
067c:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
067c:fixme:combase:RoActivateInstance (0000000001732580, 00000000028BF628): semi-stub
067c:fixme:combase:RoGetActivationFactory (L"Windows.UI.ViewManagement.UISettings", {00000035-0000-0000-c000-000000000046}, 00000000028BF488): semi-stub
067c:fixme:ui:uisettings2_add_TextScaleFactorChanged iface 00000000017389C8, handler 000000000173FE70, cookie 00006FFFEC334A48 stub!
06b8:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
06b8:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
06a4:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 00000000032BF7E0)
0688:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0000000002BBF720 0000000002BBF710
err:   Failed to initialize DXVK.
067c:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,00000000028BE770): stub!
06b8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
067c:fixme:dwmapi:DwmExtendFrameIntoClientArea (0000000000010346, 00000000028BD810) stub
06a0:fixme:wtsapi:WTSRegisterSessionNotification Stub 0000000000010324 0x00000000
067c:fixme:manipulation:viewport_ActivateConfiguration 0000000004058790, 823
067c:fixme:manipulation:viewport_SetViewportOptions 0000000004058790, 2
067c:fixme:manipulation:viewport_AddEventHandler 0000000004058790, 0000000000010350, 0000000004007EE0, 0000000004040488
067c:fixme:manipulation:viewport_Stop 0000000004058790
067c:fixme:manipulation:viewport_RemoveEventHandler 0000000004058790, 0
067c:fixme:manipulation:viewport_Abandon 0000000004058790
067c:fixme:manipulation:direct_manip_Deactivate 0000000004058730, 0000000000010350
067c:fixme:manipulation:viewport_ActivateConfiguration 00000000040588B0, 823
067c:fixme:manipulation:viewport_SetViewportOptions 00000000040588B0, 2
067c:fixme:manipulation:viewport_AddEventHandler 00000000040588B0, 0000000000010350, 0000000004007EE0, 0000000004040528
067c:fixme:manipulation:viewport_Stop 00000000040588B0
067c:fixme:manipulation:viewport_RemoveEventHandler 00000000040588B0, 0
067c:fixme:manipulation:viewport_Abandon 00000000040588B0
067c:fixme:manipulation:direct_manip_Deactivate 0000000004058850, 0000000000010350
06b0:fixme:sync:NtSetInformationJobObject stub: 0x384 4 0x35df1d8 4
067c:fixme:manipulation:viewport_ActivateConfiguration 0000000004061E80, 823
067c:fixme:manipulation:viewport_SetViewportOptions 0000000004061E80, 2
067c:fixme:manipulation:viewport_AddEventHandler 0000000004061E80, 0000000000010350, 000000000405D7A0, 0000000004062AE8
067c:fixme:manipulation:viewport_Stop 0000000004061E80
067c:fixme:manipulation:viewport_RemoveEventHandler 0000000004061E80, 0
067c:fixme:manipulation:viewport_Abandon 0000000004061E80
067c:fixme:manipulation:direct_manip_Deactivate 0000000004061E20, 0000000000010350
06ec:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
06e8:fixme:msvcrt:_set_FMA3_enable (0) stub
06e8:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
06e8:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000351940, 16) stub
06e8:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
06e8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0700:fixme:msvcrt:_set_FMA3_enable (0) stub
0700:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0700:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000351940, 16) stub
0700:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
074c:fixme:winsock:WSALookupServiceBeginW (00000000029DE240 0xff0 00000000029DE2B8) Stub!
074c:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 00000000029DD678) semi-stub
074c:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 00000000029DD678) semi-stub
0708:fixme:msvcrt:_set_FMA3_enable (0) stub
0708:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0708:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035EB40, 16) stub
0708:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
0708:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0708:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E9F0): stub!
0710:fixme:msvcrt:_set_FMA3_enable (0) stub
0710:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0710:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000000035EB40, 16) stub
0710:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
0710:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0710:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E9F0): stub!
0718:fixme:msvcrt:_set_FMA3_enable (0) stub
0718:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0718:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000352C50, 16) stub
0718:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe1b0e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
0718:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
0718:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
0718:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
07fc:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
0804:fixme:msvcrt:_set_FMA3_enable (0) stub
0804:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0804:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000352C50, 16) stub
0804:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe1b0e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
0804:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
0804:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
0804:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
080c:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
0814:fixme:msvcrt:_set_FMA3_enable (0) stub
0814:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0814:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000354A10, 16) stub
0814:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F198, 4): stub
info:  Game: CEPHtmlEngine.exe
info:  DXVK: v2.7
info:  Build: x86_64 gcc 15.1.0
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6fffe1b0e840
info:  Extension providers:
info:    Platform WSI
info:    OpenVR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:    OpenXR
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
0814:err:vulkan:wine_vk_instance_init_physical_devices Failed to enumerate physical devices, res=-3
0814:err:vulkan:wine_vkCreateInstance Failed to load physical devices, res=-3
err:   DxvkInstance::createInstance: Failed to create Vulkan instance
err:   Failed to initialize DXVK.
0814:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
081c:fixme:thread:QueryThreadCycleTime (0000000000000144,00000000026AFD50): stub!
0710:fixme:dwrite:dwritefontface5_HasVariations 00000000016326C0: stub
0710:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0710:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0710:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
067c:fixme:manipulation:viewport_ActivateConfiguration 000000000425FE10, 823
067c:fixme:manipulation:viewport_SetViewportOptions 000000000425FE10, 2
067c:fixme:manipulation:viewport_AddEventHandler 000000000425FE10, 0000000000010350, 00000000042769B0, 0000000004257C88
067c:fixme:manipulation:viewport_Stop 000000000425FE10
067c:fixme:manipulation:viewport_RemoveEventHandler 000000000425FE10, 0
067c:fixme:manipulation:viewport_Abandon 000000000425FE10
067c:fixme:manipulation:direct_manip_Deactivate 000000000425FDB0, 0000000000010350
067c:fixme:manipulation:viewport_ActivateConfiguration 000000000425FE10, 823
067c:fixme:manipulation:viewport_SetViewportOptions 000000000425FE10, 2
067c:fixme:manipulation:viewport_AddEventHandler 000000000425FE10, 0000000000010350, 00000000042769B0, 0000000004257C88
067c:fixme:manipulation:viewport_Stop 000000000425FE10
067c:fixme:manipulation:viewport_RemoveEventHandler 000000000425FE10, 0

[The rest of the log was too long so i posted it here: https://pastebin.com/3vQiwdPE]

my mistake for posting this here, the fix was embarassingly easy
i just had to restart my computer and copy `mfc140u.dll` to the adobe animate directory and now it works fine
though the fluid brush tool is still disabled for whatever reason, maybe opencl?
Post Reply