Skip to content
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

Setup file unable to run #11

Closed
doesthismatter12312 opened this issue Jun 13, 2021 · 6 comments
Closed

Setup file unable to run #11

doesthismatter12312 opened this issue Jun 13, 2021 · 6 comments

Comments

@doesthismatter12312
Copy link

doesthismatter12312 commented Jun 13, 2021

When I ran the installer (both the one click installer and the command line installer), the game couldn't find fate.exe.
Screenshot_20210612_232229

Going into the directory, the script file seems to not have generated fate.exe. It also did not generate the folder that houses fate.exe. The extraction worked fine, and the patches seem to be installed correctly (I think), but the only executable outside of the three folders that contain the 3 routes is the setup file.
Screenshot_20210612_232537

When I tried to run the setup file, wine was unable to execute it.
Screenshot_20210612_232711

Any help would be greatly appreciated!

@charttrakarn0784
Copy link

I got the same problem.

@leycec
Copy link
Owner

leycec commented Jun 15, 2021

...uhohs. At least those adorable folder thumbnails for the three F/SN routes momentarily brightened an otherwise dark, depressing issue that threatens to consume my evening.

The installer should be creating a drive_c/Program Files/Fate/stay night[Realta Nua] Ultimate Edition/ subdirectory containing the main Fate.exe executable, but that doesn't appear to be happening anymore. </sigh>

I suspect Lutris 0.5.8.3 broke something critical here. Let's have a deeper look then, shall we? 🔍

@leycec
Copy link
Owner

leycec commented Jun 15, 2021

Ohsnap. It's actually WINE 6.x at fault here, moe-bros.

WINE 6.5.2 is purportedly the last WINE version to not be hit by this issue. I can personally verify that both WINE 6.6.1 and WINE 6.10 are affected, despite upstream WINE developers claiming they resolved this in WINE 6.7. They didn't. We suffer for their negligence.

We now need to explicitly restrict F/SN to a specific WINE version known to play well with F/SN's antiquated 32-bit assumptions. Fortunately, that's trivial. Unfortunately, it requires my time and I am sleepy and I just want to play Dragon Quest XI S but what can you do? </sigh>

@leycec leycec closed this as completed in 0ef6dd8 Jun 15, 2021
@leycec
Copy link
Owner

leycec commented Jun 15, 2021

Bwaha! Summarily fixed. We now force usage of WINE 6.1.3 for F/SN, which we can all agree is pretty lame but better than letting newer versions of WINE indiscriminately break everything.

Thanks for the detailed report and those swag screenshots, @doesthismatter12312, and the confirmation, @charttrakarn0784. All's well that ends with a brute-force kludge. 😄

@denppa
Copy link

denppa commented Jun 15, 2021

Bwaha! Summarily fixed. We now force usage of WINE 6.1.3 for F/SN, which we can all agree is pretty lame but better than letting newer versions of WINE indiscriminately break everything.

Thanks for the detailed report and those swag screenshots, @doesthismatter12312, and the confirmation, @charttrakarn0784. All's well that ends with a brute-force kludge. smile

So I am on arch, I suppose in order for the force wine to work I need the wine 6.1.3 installed for it to work right? Since this error still happened to me.

@leycec
Copy link
Owner

leycec commented Jun 16, 2021

In theory, Lutris itself should automatically download and locally install WINE 6.1.3 before running the F/SN Ultimate Edition installer. If that isn't happening, you might be using our old installer that still has this bug.

Are you trying to install F/SN from the Lutris website? If so, please don't do that for the moment. The F/SN installer hosted on the Lutris website has yet to be patched with this fix. Instead:

  1. Manually download the F/SN installer hosted at this repository. It's just a single YAML file, so stuff it anywhere you like! 😛
  2. Manually run that installer from the command line:
lutris -i fate-stay-night-realta-nua-ultimate-edition.yml

I'm on Gentoo, so I feel your pain with respect to installing specific WINE versions. But that shouldn't be necessary here, because Lutris should internally automate this for you now. ...should

If none of the above resolves this for you, feel free to either open a new issue here for me or chime in on issue #12, where other horrible stuff possibly related to what you're seeing is happening.

leycec added a commit that referenced this issue Jun 17, 2021
This commit documents a trivial resolution for issue #11 as a
FAQ-formatted question and answer in our front-facing `README.md` file.
leycec added a commit that referenced this issue Jun 18, 2021
This commit improves the prior commit's trivial resolution for issue #11
with additional commentary on Vulkan and DXVK installation courtesy
@Horuyuki, a suspiciously well-informed Asuka clone.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants