I am trying to run a game with Wine. Specifically, Undertale: Last Breath. Regrettably, however, the game does not work as expected. I am able to hear the music and interact with the menus, but the game window is just a plain black screen. Terminal output follows.
Code: Select all
$ WINEPREFIX="/home/anon/.wine-new/" wine undertale-last-breath.exe # I'm using an empty bottle called wine-new.
0080:fixme:seh:WerSetFlags (2) stub
0080:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0094:fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
0094:fixme:ver:GetCurrentPackageId (00007FFFFEEFE700 0000000000000000): stub
00cc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00cc:fixme:seh:WerSetFlags (2) stub
00cc:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
00cc:err:winediag:gnutls_process_attach failed to load libgnutls, no support for encryption
00d8:fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
00d8:fixme:ver:GetCurrentPackageId (011BEE94 00000000): stub
0024:fixme:msg:ChangeWindowMessageFilterEx 00010098 233 1 00000000
0024:fixme:msg:ChangeWindowMessageFilterEx 00010098 4a 1 00000000
0024:fixme:msg:ChangeWindowMessageFilterEx 00010098 49 1 00000000
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:heap:RtlCompactHeap handle 00350000, flags 0 stub!
0024:fixme:d3d:wined3d_swapchain_init The application requested more than one back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if possible.
0164:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.
0024:err:d3d:wined3d_swapchain_resize_buffers Something's still holding back buffer 0 (014619D0).
0024:fixme:win:NtUserLockWindowUpdate (0x200a2), partial stub!
0024:fixme:win:NtUserLockWindowUpdate ((nil)), partial stub!
0168:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0378FEF4
0164:err:d3d:state_undefined Undefined state UNKNOWN_STATE(0) (0).
0164:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
0094:fixme:service:QueryServiceConfig2W Level 6 not implemented
0094:fixme:service:QueryServiceConfig2W Level 6 not implemented
0094:fixme:service:QueryServiceConfig2W Level 6 not implemented
0094:fixme:service:QueryServiceConfig2W Level 6 not implemented
0094:fixme:service:QueryServiceConfig2W Level 6 not implemented
00d8:fixme:service:QueryServiceConfig2W Level 6 not implemented
00d8:fixme:service:QueryServiceConfig2W Level 6 not implemented
00d8:fixme:service:QueryServiceConfig2W Level 6 not implemented
00d8:fixme:service:QueryServiceConfig2W Level 6 not implemented
00d8:fixme:service:QueryServiceConfig2W Level 6 not implemented
^C0174:fixme:console:default_ctrl_handler Terminating process 20 on event 0
How can I fix this? By the way, other games work fine. Undertale Yellow, for instance, works perfectly. Its terminal output follows.
Code: Select all
$ WINEPREFIX="/home/anon/.wine-new/" wine Undertale\ Yellow\ v1_1/Undertale\ Yellow.exe
0080:fixme:seh:WerSetFlags (2) stub
0080:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0094:fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
0094:fixme:ver:GetCurrentPackageId (00007FFFFEEFE700 0000000000000000): stub
00cc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00cc:fixme:seh:WerSetFlags (2) stub
00cc:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
00cc:err:winediag:gnutls_process_attach failed to load libgnutls, no support for encryption
00d8:fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
00d8:fixme:ver:GetCurrentPackageId (011BEE94 00000000): stub
015c:fixme:dwmapi:DwmEnableMMCSS (1571795713) stub
015c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
015c:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x20.
0174:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
015c:fixme:dwmapi:DwmGetCompositionTimingInfo (0000000000000000 000000000011E370)
015c:fixme:dxgi:dxgi_output_WaitForVBlank iface 000000000FED4C80 stub!
015c:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000011FD40
0094:fixme:service:QueryServiceConfig2W Level 6 not implemented
0094:fixme:service:QueryServiceConfig2W Level 6 not implemented
0094:fixme:service:QueryServiceConfig2W Level 6 not implemented
0094:fixme:service:QueryServiceConfig2W Level 6 not implemented
0094:fixme:service:QueryServiceConfig2W Level 6 not implemented
00d8:fixme:service:QueryServiceConfig2W Level 6 not implemented
00d8:fixme:service:QueryServiceConfig2W Level 6 not implemented
00d8:fixme:service:QueryServiceConfig2W Level 6 not implemented
00d8:fixme:service:QueryServiceConfig2W Level 6 not implemented
00d8:fixme:service:QueryServiceConfig2W Level 6 not implemented
Thank you for your consideration.