J
J
jsdeemon2022-04-22 09:41:39
Wine
jsdeemon, 2022-04-22 09:41:39

How to run Stalker game in docker?

I wanted to play Stalker using docker. Used this: https://github.com/scottyhardy/docker-wine
The game installed without problems. But the following errors occurred on startup:

$ ./docker-wine --local wine C:/Games/S.T.A.L.K.E.R.\ -\ Shadow\ of\ Chernobyl/bin/XR_3DA.exe
wine: could not open working directory L"unix\\home\\wineuser\\", starting in the Windows directory.
0024:fixme:msvcrt:_set_abort_behavior _WRITE_CALL_REPORTFAULT unhandled
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0050:fixme:imm:ImeSetActiveContext (0x356c0, 0): stub
0050:fixme:imm:ImmReleaseContext (0000000000010020, 00000000000356C0): stub
0024:fixme:imm:ImeSetActiveContext (0x5b9d20, 1): stub
0024:fixme:imm:ImmReleaseContext (0001004A, 005B9D20): stub
0024:fixme:heap:RtlCompactHeap (02B90000, 0x0) stub
0024:fixme:rawinput:RegisterRawInputDevices Unhandled flags 0x230 for device 0.
libGL error: MESA-LOADER: failed to retrieve device information
0024:fixme:d3d:wined3d_caps_gl_ctx_test_filling_convention Unexpected filling convention test result.
0024:fixme:d3d:wined3d_caps_gl_ctx_test_filling_convention Unexpected filling convention test result.
0024:fixme:d3d:wined3d_adapter_find_fill_offset Did not find a way to get the filling convention we want.
intel_do_flush_locked failed: Input/output error


Can you please tell me how to fix them? Where to dig?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
CityCat4, 2022-04-22
@CityCat4

And why did you decide that it should start? wine is not Windows at all, in the text of errors there are solid stubs, that is, stubs in order to write a full-fledged implementation sometime in the future.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question