http://bugs.winehq.org/show_bug.cgi?id=58674
Bug ID: 58674 Summary: Texture Tool errors out on boot Product: Wine Version: 10.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: danileon95@gmail.com Distribution: ---
Created attachment 79258 --> http://bugs.winehq.org/attachment.cgi?id=79258 Screenshot of error and black window
Texture tool, which can be downloaded here: https://www.evolved-software.com/texturetool/texturetool crashes on boot with the following error: "Display using 32 bit is not supported by available hardware at line 27". A black window is present alongside this error, which then closes upon dismissing said error.
In case this information is useful, I also tried it on Proton and the same error was present there.
The same program works fine on the same machine on Windows 11.
Let me know if you need more information from me.
I can't attach 2 files apparently, so since the terminal output is so short I'll just copypaste it here:
$ wine Texture\ Tool.exe 00b4:fixme:wineusb:query_id Unhandled ID query type 0x5. 00b4:fixme:wineusb:query_id Unhandled ID query type 0x5. 0124:err:environ:init_peb starting L"Z:\run\media\dani\860 EVO\Herramientas windows\Texture Tool\Texture Tool.exe" in experimental wow64 mode 0124:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0124:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet 0124:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet 0124:fixme:icon:NtUserDrawIconEx Error retrieving icon frame 0
http://bugs.winehq.org/show_bug.cgi?id=58674
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com Keywords| |download URL| |https://www.evolved-softwar | |e.com/texturetool/textureto | |ol
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi,
This program starts fine for me in current wine.
I got some different console output then you:
wine Texture\ Tool.exe MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete 0024:err:environ:init_peb starting L"Z:\home\louis\ramdisk\Texture Tool\Texture Tool.exe" in experimental wow64 mode 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet vkd3d:0024:fixme:D3DCompile2VKD3D Ignoring flags 0x1000. vkd3d:0024:fixme:D3DCompile2VKD3D Ignoring flags 0x1000. vkd3d:0024:fixme:D3DCompile2VKD3D Ignoring flags 0x1000.
Have you used any special setup/native dlls, and is this on X11 or wayland?
http://bugs.winehq.org/show_bug.cgi?id=58674
--- Comment #2 from danileon95@gmail.com --- (In reply to Louis Lenders from comment #1)
Hi,
This program starts fine for me in current wine.
I got some different console output then you:
wine Texture\ Tool.exe MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete 0024:err:environ:init_peb starting L"Z:\home\louis\ramdisk\Texture Tool\Texture Tool.exe" in experimental wow64 mode 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet vkd3d:0024:fixme:D3DCompile2VKD3D Ignoring flags 0x1000. vkd3d:0024:fixme:D3DCompile2VKD3D Ignoring flags 0x1000. vkd3d:0024:fixme:D3DCompile2VKD3D Ignoring flags 0x1000.
Have you used any special setup/native dlls, and is this on X11 or wayland?
Thanks for testing!
That's weird. I'm on Wayland. I haven't done anything special, just regular wine without any special config. Here is my full setup. EndeavourOS with KDE Plasma (up to date as of today) wine Arch package, up to date also Ryzen 5800X Nvidia 4070Ti Super with proprietary driver 32 GB RAM
From googling around, I think the bug is related to the program not being able to find a suitable video mode? So in case it's relevant, I have 2 monitors connected, one being 1440p 144 Hz at 125% scaling and the other one being 1080p 144Hz at 100%. Doubt it's relevant though, but I can't think of much else.
Let me know if I can help diagnose this.