Help with running a game on wine

Hello, everyone. I hope it's okay to post again. I'm having an issue with a game called I Wanna Be the Boshy .
I looked at winehq for the game and found that it has a platinum rating. However, that was for wine version 2.4.
When I try to start the game with wine 4.0 or 2.4, I just get a screen with garbled graphics. (Screenshots below)
On another note, the ini files it generated become corrupt.

Here's the output of the game when I run it with wine 4.0

000b:fixme:winediag:start_process Wine Staging 4.0 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
0009:fixme:heap:RtlCompactHeap (0x4b0000, 0x0) stub
0009:fixme:win:LockWindowUpdate (0x4004e), partial stub!
0009:fixme:win:LockWindowUpdate ((nil)), partial stub!
002f:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
0009:fixme:win:LockWindowUpdate (0x4004e), partial stub!
0009:fixme:win:LockWindowUpdate ((nil)), partial stub!

Here's a line that gets spammed if I resize the window (wine 4.0)

002f:fixme:d3d:texture2d_blt_fbo Unsupported filter mode WINED3D_TEXF_ANISOTROPIC (0x3).

I tried googling the issue, but I didn't come up with any results. Here is some system information that might help.

lspci -vnn

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X] [1002:67df] (rev ef) (prog-if 00 [VGA controller])
	Subsystem: Gigabyte Technology Co., Ltd Radeon RX 570 Gaming 4G [1458:22f7]
	Flags: bus master, fast devsel, latency 0, IRQ 29, NUMA node 0
	Memory at c0000000 (64-bit, prefetchable) 
	Memory at d0000000 (64-bit, prefetchable) 
	I/O ports at e000 
	Memory at fe900000 (32-bit, non-prefetchable) 
	Expansion ROM at 000c0000 [disabled] 
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
	Capabilities: [58] Express Legacy Endpoint, MSI 00
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150] Advanced Error Reporting
	Capabilities: [200] Resizable BAR <?>
	Capabilities: [270] Secondary PCI Express <?>
	Capabilities: [2b0] Address Translation Service (ATS)
	Capabilities: [2c0] Page Request Interface (PRI)
	Capabilities: [2d0] Process Address Space ID (PASID)
	Capabilities: [320] Latency Tolerance Reporting
	Capabilities: [328] Alternative Routing-ID Interpretation (ARI)
	Capabilities: [370] L1 PM Substates
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu

wine --version
wine-4.0 (Staging)

Heya. I switched to wine-4.0 (not staging). I also installed all optional dependencies, and now the game works fine.

2 Likes

Thanks for sharing.