Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

running game with wine

A topic by Zadelrob created Oct 27, 2025 Views: 356 Replies: 10
Viewing posts 1 to 3
(+1)

Does anyone know how to get this game running with wine? Several other RPGmaker games seem to run fine by executing `wine Game.exe`(or equivalent), but not this game.

Distro, version of wine and the error, or we can't really help.

(1 edit)

I'm on Linux Mint 22 x86_64
the version of wine seems to be 9.0~repack-4build3
the wine error thing is:

0024:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.

0024:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems

[32:36:1028/152620.762:ERROR:network_change_notifier_win.cc(157)] WSALookupServiceBegin failed with: 8

0024:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UIViewSettings"

01b4:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.

01b4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems

01e0:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.

01e0:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems

[432:436:1028/152621.964:ERROR:mf_helpers.cc(14)] Error in dxva_video_decode_accelerator_win.cc on line 396

[432:436:1028/152622.029:ERROR:gles2_command_buffer_stub.cc(226)] ContextResult::kFatalFailure: Failed to create surface.

[32:36:1028/152622.033:ERROR:gpu_process_transport_factory.cc(1024)] Lost UI shared context.

01d8:err:ole:com_get_class_object class {17072f7b-9abe-4a74-a261-1eb76b55107a} not registered

01d8:err:ole:com_get_class_object no class object {17072f7b-9abe-4a74-a261-1eb76b55107a} could be created for context 0x1

02b0:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.

02b0:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems

02e0:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.

02e0:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems

I fixed the ntlm problem by installing winbind, now the error is 

[32:36:1028/160559.576:ERROR:network_change_notifier_win.cc(157)] WSALookupServiceBegin failed with: 8

0024:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UIViewSettings"

[416:420:1028/160600.500:ERROR:mf_helpers.cc(14)] Error in dxva_video_decode_accelerator_win.cc on line 396

[416:420:1028/160600.576:ERROR:gles2_command_buffer_stub.cc(226)] ContextResult::kFatalFailure: Failed to create surface.

[32:36:1028/160600.579:ERROR:gpu_process_transport_factory.cc(1024)] Lost UI shared context.

Are you using just pure wine or something like Lutris

pure wine

Try Something like Lutris. Makes it easier. If you want i can help you set it up

Developer

I think that RPGMaker MV has an option to export to linux. I don't have any Linux computers atm though so I don't have a way to test it right now. 

Would you want to test it for me?

(1 edit)

I can give it a shot (I won't promise any expediency though)

Developer

I've added a Linux download option. Test it when you can and let me know if it works.

You could try it with WSL. it is an windows feature that allows to run Linux under windows