iXit / wine-nine-standalone

Build Gallium Nine support on top of an existing WINE installation
GNU Lesser General Public License v2.1
272 stars 23 forks source link

Any app or game #62

Closed Pednick closed 4 years ago

Pednick commented 4 years ago

wine-nine

When I put check mark in box for Enable Gallium Nine for better D3D9 graphic performance.

When I test it and run an app or game through console, it doesn't show the green text: Native Direct3D 9 v0.5.0.0-release is active. For more information visit https://github.com/iXit/wine-nine-standalone

apparently meaning that it's not active.

I further checked, Permissions change from Group:user to Group:root for d3d9.dll

All this didn't happen when I run wine-staging-nine and everthing works normal through that.

I'm on Arch Linux btw.

Pednick commented 4 years ago

wine-nine

When I put check mark in box for Enable Gallium Nine for better D3D9 graphic performance.

When I test it and run an app or game through console, it doesn't show the green text: Native Direct3D 9 v0.5.0.0-release is active. For more information visit https://github.com/iXit/wine-nine-standalone

apparently meaning that it's not active.

I further checked, Permissions change from Group:user to Group:root for d3d9.dll

All this didn't happen when I run wine-staging-nine and everthing works normal through that.

I'm on Arch Linux btw.

Just tried 0.2 and that one seems to work, shows green text: Native Direct3D 9 v0.2.0.166-release is active. For more information visit https://github.com/iXit/wine-nine-standalone.

dhewg commented 4 years ago

Do you use arch packages or the releases found here https://github.com/iXit/wine-nine-standalone/releases? If the former, do the latter work?

Pednick commented 4 years ago

Do you use arch packages or the releases found here https://github.com/iXit/wine-nine-standalone/releases? If the former, do the latter work?

I tried both new versions, and they don't work.

dhewg commented 4 years ago

Independent of the version, where do the binaries you're using come from?

Pednick commented 4 years ago

Independent of the version, where do the binaries you're using come from?

From the site you posted.

dhewg commented 4 years ago

Maybe you're missing a dependency. Do the arch packages work? https://www.archlinux.org/packages/multilib/x86_64/wine-nine/

dhewg commented 4 years ago

Actually, if you can enable it, it's active already. If you start ninewinecfg from a console, you should see that green text you mentioned.

Pednick commented 4 years ago

Maybe you're missing a dependency. Do the arch packages work? https://www.archlinux.org/packages/multilib/x86_64/wine-nine/

Nope the arch package doesn't work as that's the first one I tried.

Pednick commented 4 years ago

Actually, if you can enable it, it's active already. If you start ninewinecfg from a console, you should see that green text you mentioned.

Yes the green text works when running ninewinecfg but not when I test it with an app like dx9_initialization from https://wiki.ixit.cz/d3d9 it doesn't except on the earlier version.

dhewg commented 4 years ago

That sounds more like you're launching apps/games differently than ninewinecfg. Different prefix, or different envvars, something like that.

Please provide the output of WINEDEBUG=d3d9nine wine ninewinecfg and the output of a non-working app/game, also with WINEDEBUG=d3d9nine

Pednick commented 4 years ago

That sounds more like you're launching apps/games differently than ninewinecfg. Different prefix, or different envvars, something like that.

Please provide the output of WINEDEBUG=d3d9nine wine ninewinecfg and the output of a non-working app/game, also with WINEDEBUG=d3d9nine

I not launching differently than ninewinecfg, different prefix, or different envvars. I will try what you suggested with WINEDEBUG and get back to you.

Pednick commented 4 years ago

I'm not at my linux station right now but will get back to you but I wanted to ask you if you've tried running an app and or game in console to see if the green activated text shows with 0.5v?

Pednick commented 4 years ago

You know what, nevermind I noticed it does show the green activated text if I launch the app directly from console just not when I launch it from wine explorer. I did however show the green text in the ealier version even through wine explorer and also when I install my saved version of the obsolete wine-staging-nine but never the less I will close this topic.

dhewg commented 4 years ago

You're right that it didn't show the status message when launching it from explorer. It was active and working though. I restored the old behavior on current master!

Pednick commented 4 years ago

You're right that it didn't show the status message when launching it from explorer. It was active and working though. I restored the old behavior on current master!

Thank you.