Wine does not play .mpg video file in game

Questions about Wine on Linux
Locked
Rusian
Newbie
Newbie
Posts: 1
Joined: Tue Mar 01, 2022 11:32 pm

Wine does not play .mpg video file in game

Post by Rusian »

I am using wine 7.3 on linux mint 20.3. Visual novel linked below does not play logo video at the start. You can only hear sound with white screen. And the screen flickers so much when I go into fullscreen mode. I have no library overrides on my default prefix. I tested with another new prefix with quartz, devenum, ffdshow using winetricks. The problem still remains.

Code: Select all

LANG=ja_JP.UTF8 wine red_cherish.exe &> /home/yukian/text.txt 2>&1

Code: Select all

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

WARNING: radv is not a conformant Vulkan implementation, testing use only.
WARNING: radv is not a conformant Vulkan implementation, testing use only.
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

WARNING: radv is not a conformant Vulkan implementation, testing use only.
WARNING: radv is not a conformant Vulkan implementation, testing use only.
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:win:WINNLSEnableIME hwnd 00020054 enable 0: stub!
0024:fixme:d3d:wined3d_check_device_format_conversion output 0x263d20, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8A8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
0024:fixme:imm:ImeSetActiveContext (0xcf43140, 1): stub
0024:fixme:imm:ImmReleaseContext (00020054, 0CF43140): stub
0098:fixme:imm:ImeSetActiveContext (0x4e570, 0): stub
0098:fixme:imm:ImmReleaseContext (0000000000010020, 000000000004E570): stub
0134:fixme:win:LockWindowUpdate (00000000), partial stub!
0134:err:sync:RtlLeaveCriticalSection section 0CF48930 is not acquired
0118:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
0134:err:ole:com_get_class_object apartment not initialised
0134:fixme:win:LockWindowUpdate (00000000), partial stub!
0024:fixme:d3d:wined3d_check_device_format_conversion output 0x263d20, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8A8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
0024:fixme:d3d:wined3d_check_device_format_conversion output 0x263d20, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8A8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
0024:fixme:win:WINNLSEnableIME hwnd 00020054 enable 1: stub!
0024:fixme:ver:GetCurrentPackageId (00BFFE94 00000000): stub
You can download demo from official game website Note: The game is NSFW
Locked