black screen when game start

Questions about Wine on Linux
Locked
gahara31
Newbie
Newbie
Posts: 1
Joined: Mon Dec 26, 2022 1:47 am

black screen when game start

Post by gahara31 »

I tried to run farm craft 2. Below is the error log

Code: Select all

lutris-wrapper: FarmCraft2
Started initial process 13088 from /usr/bin/wine /home/gaura/.wine/drive_c/Program Files (x86)/GameTop.com/Farmcraft 2/wrapgame.exe
Start monitoring process.
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
008c:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
008c:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
0024:fixme:imm:ImeSetActiveContext (00010058, 1): stub
0024:fixme:imm:ImmReleaseContext (00010056, 00010058): stub
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.
0110:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  12 (X_ConfigureWindow)
  Resource id in failed request:  0x680005f
  Serial number of failed request:  633
  Current serial number in output stream:  639
Monitored process exited.
Initial process has exited (return code: 256)
Exit with return code 256
here is my inxi -G

Code: Select all

Graphics:
  Device-1: Intel UHD Graphics 620 driver: i915 v: kernel
  Device-2: Acer SunplusIT Integrated Camera type: USB driver: uvcvideo
  Display: x11 server: X.Org v: 21.1.6 driver: X: loaded: modesetting
    dri: iris gpu: i915 resolution: 1920x1080~60Hz
  API: OpenGL v: 4.6 Mesa 22.3.1 renderer: Mesa Intel UHD Graphics 620 (KBL
    GT2)
wine version is wine-7.22
Locked