UltrawideIndex icon indicating copy to clipboard operation
UltrawideIndex copied to clipboard

Non Steam PC client - not working? (Path of Exile)

Open joyzer opened this issue 3 years ago • 11 comments

Hello there!

Is there anyting one has to do in order to have it working? I am running their own client - not Steam - and I don't see any difference.

Cheers!

joyzer avatar Aug 25 '22 13:08 joyzer

What is the game in question?

RoseTheFlower avatar Aug 26 '22 02:08 RoseTheFlower

Ah sorry! Path of Exile.

joyzer avatar Aug 26 '22 05:08 joyzer

According to this comment, it should work for the standalone launcher too. Did you set your resolution in the settings after dropping the fix files?

RoseTheFlower avatar Aug 26 '22 05:08 RoseTheFlower

I did but having black bars on either side.

joyzer avatar Aug 26 '22 06:08 joyzer

Weird. For me, this works fine with the native client on windows. However, with the steam client on arch linux, regardless of the resolution, full screen or windowed, or renderer, I still have black bars on my 5120x1440 ultra wide.

freddiehaddad avatar Dec 28 '22 19:12 freddiehaddad

I re-test after most updates at 48:9 and I tested again at 3840x1080 on Steam today. No issues on Windows with either Vulkan or DX11. For Linux, the general thing to do is ensure that the DLL name is set to native and builtin in Wine.

RoseTheFlower avatar Dec 29 '22 00:12 RoseTheFlower

Two questions:

  1. Are you saying to rename the dll from version.dll to native.dll?
  2. What you do you mean "builtin in Wine"?

freddiehaddad avatar Dec 29 '22 00:12 freddiehaddad

Two questions: 1. Are you saying to rename the dll from version.dll to native.dll?

No, it's an override to set via Wine configuration.

RoseTheFlower avatar Dec 29 '22 00:12 RoseTheFlower

Ah, thank you! That makes sense and is similar to this thread: https://www.reddit.com/r/linux_gaming/comments/ycunaj/cannot_get_the_ultrawide_fix_in_gotham_knights_to/

I know this is out of scope for this repository. But how do you get to that window when all the Wine stuff is managed by Steam?

freddiehaddad avatar Dec 29 '22 00:12 freddiehaddad

I know this is out of scope for this repository. But how do you get to that window when all the Wine stuff is managed by Steam?

I do not have a Linux repo installed at this time, so I wouldn't really know. It's been a while since I ran it as my main OS and a lot has changed. It's best to ask the people in that thread or sub.

RoseTheFlower avatar Dec 29 '22 00:12 RoseTheFlower

Got it!

There is a section in the configuration options for the game: https://ibb.co/QJGLrqG

In there I added:

WINEDLLOVERRIDES="version.dll=n,b" %command%

It's working!

freddiehaddad avatar Dec 29 '22 02:12 freddiehaddad