-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyperdimension Neptunia Re;Birth 3 (353270): Steam fails to install DirectX #833
Comments
If I recall, Lolihunter's fix requires that you use a 32b bottle, and for that to work you need to force 32b on all bottles. |
@nstgc My fix works without a 32bit prefix, but just an FYI: you don't need to force 32bit on all prefixes to use a 32bit prefix. If you apply this patch to proton, it will still create 64bit prefixes by default, but now it will also run any 32bit prefixes you make manually: diff --git a/steam/steamapps/common/Proton 3.7/proton b/steam/steamapps/common/Proton 3.7/proton
index fbb5f87..b9bb661 100755
--- a/steam/steamapps/common/Proton 3.7/proton
+++ b/steam/steamapps/common/Proton 3.7/proton
@@ -86,7 +86,7 @@ basedir = os.path.dirname(sys.argv[0])
bindir = basedir + "/dist/bin/"
libdir = basedir + "/dist/lib"
lib64dir = basedir + "/dist/lib64"
-wine_path = bindir + "/wine64"
+wine_path = bindir + "/wine"
#extract if needed
dist_lock = FileLock(basedir + "/dist.lock", timeout=-1) |
@mat8913 I'm not interested in building my Proton. Not for one game that I already have running elsewhere. By the way, is there a pull request for that patch? |
@nstgc You don't have to build your own Proton, the patch can be directly applied to [UPDATE: I've just created a pull request containing this patch] |
Another workaround (requires Re;Birth 1):
|
I just realized something important! In Windows, |
@mat8913 |
Sorry, I don't have access to Steam right now. A question for the people who are able to run it flawlessly: did you have to use any workarounds, or does it just work? If it just works, then I'll close this issue and you can open a whitelist request. |
Hello @Elmapul, @mat8913, in general, you don't need to open a new issue report once a game is working well enough to recommend whitelisting. We just need the current system information, Proton version used to test, and it made explicitly clear that you'd like it whitelisted on this issue report (or you could grab the whitelist request template, copy into the comment box on this issue report, and fill it out). |
Checking back in, i am having a black screen issue with this game now. |
Upon first launching the game, while Steam is "Performing first time setup", an error message is produced: "Unable to find dsetup.dll". Further, once the game launches, the intro screen loops.
In my opinion, the core issue is that Steam fails to install DirectX into the wine prefix. The intro screen looping is merely a symptom of this. Thus, I have renamed this issue accordingly.
Until this is fixed, here's a workaround for the core issue:
BEFORE THE EDIT:
Here are a couple of relevant comments from issue #189.
nstgc says:
Lolihunter1337 says:
As for me, Lolihunter's workaround is effective, but then I don't have sound except in cutscenes. However, it is possible to fix both of these problems just by running
winetricks xact_jun2010
in the game's prefix. (related: #54)The text was updated successfully, but these errors were encountered: