Batman Arkham City doesn't run on lutris-GE-Proton7.33 build

Questions about Wine on Linux
Locked
byjove01
Level 3
Level 3
Posts: 56
Joined: Tue Jan 12, 2021 10:00 am

Batman Arkham City doesn't run on lutris-GE-Proton7.33 build

Post by byjove01 »

Hello.

That's what I get when I want to run Batman: Arkham City on my Arch Linux with the lutris-GE-Proton7.33 build. Trying other builds didn't solve the problem, I feel like it's more linked to dependencies then but the AppDB page doesn't bring a lot of information outside of putting the MouseOverride property to "force".

I saved the log output, you can get it in the attachments. Thanks in advance.
Attachments
output.zip
(8.08 KiB) Downloaded 56 times
byjove01
Level 3
Level 3
Posts: 56
Joined: Tue Jan 12, 2021 10:00 am

Re: Batman Arkham City doesn't run on lutris-GE-Proton7.33 build

Post by byjove01 »

Hm?
Rabcor
Level 1
Level 1
Posts: 9
Joined: Fri Jan 17, 2014 7:30 am

Re: Batman Arkham City doesn't run on lutris-GE-Proton7.33 build

Post by Rabcor »

If it's lutris-ge-proton wouldn't that mean you installed the game through lutris? and are using proton which is a fork of wine but not wine itself? Seems like you're kinda in the wrong place, try looking for help on lutris forums.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Batman Arkham City doesn't run on lutris-GE-Proton7.33 build

Post by jkfloris »

A few things I notice in the output:

Code: Select all

0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file ...
Although winemenubuilder should not cause a crash, you can turn it off with:

Code: Select all

WINEDLLOVERRIDES="winemenubuilder.exe=d" wine BatmanAC.exe
Or disable winemenubuilder in winecfg
---

Code: Select all

0200:err:module:import_dll Library crypt32.dll (which is needed by L"C:\\windows\\system32\\cryptdlg.dll") not found
crypt32.dll is built in. What adjustments did you make to the wineprefix?
---

Code: Select all

02ac:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\Friday13 Bonus NFI.otf"
Does it make a difference if you install the Microsoft corefonts?
Locked