blitz3d app black screen in windowed mode

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
runechaos
Level 2
Level 2
Posts: 11
Joined: Wed Jul 20, 2022 11:33 am

blitz3d app black screen in windowed mode

Post by runechaos »

hey im trying to get realmcrafter to run under wine, its a blitz3d app.


it works in fullscreen mode.
wine client.exe
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0068:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0068:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0068:err:vulkan:wine_vk_init Failed to load libvulkan.so.1.
0080:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0080:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00d0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00d0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00d0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
010c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
010c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
013c:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
0024:fixme:ddraw:ddraw7_WaitForVerticalBlank iface 001509A0, flags 0x1, event 00000000 stub!
00dc:fixme:service:QueryServiceConfig2W Level 6 not implemented
00dc:fixme:service:QueryServiceConfig2W Level 6 not implemented
runechaos
Level 2
Level 2
Posts: 11
Joined: Wed Jul 20, 2022 11:33 am

Re: blitz3d app black screen in windowed mode

Post by runechaos »

when the app isnt black screen, as i load into the game the output is as follows.
wine client.exe
01d0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
01d0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
01d8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
01d8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
01d0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0208:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
01d0:fixme:ddraw:ddraw_surface1_Flip Ignoring flags 0x9.
01d0:fixme:d3d:wined3d_output_get_raster_status output 0x150780, raster_status 0x31fa88 semi-stub!
01d0:fixme:msvcrt:__clean_type_info_names_internal (042273FC) stub
what do i need to configure to remove these errors and not have a black screen in windowed mode (in windowed mode there is no minimize option because it was coded that way)
Locked