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

[wow64] error with checking #289

Open
mira-roza opened this issue Apr 4, 2024 · 1 comment
Open

[wow64] error with checking #289

mira-roza opened this issue Apr 4, 2024 · 1 comment

Comments

@mira-roza
Copy link

mira-roza commented Apr 4, 2024

Describe the bug

at the end of downloading "windows dll or component" the checking don't check at the right place. i use wow64 (i don't know how change that so the checks are made at c:/windows/syswow64 instead of c:/windows/system32/

To Reproduce
Steps to reproduce the behavior:

  1. install protontricks from AUR
  2. open the gui of protontricks
  3. select the game
  4. you will probably see 2times:image
  5. after that:image
  6. and the last warning:image
  7. you select the wineprefix
  8. you select "Install a Windows DLL or component"
  9. in my case i want to download "vrcrun2022" so i select it
  10. you will probably see image
  11. you see: image
  12. you select "yes"
  13. i see that as it's already installed: image
  14. i click "repair"
  15. you will see that it's installed successfully
  16. and you will see: image
  17. and protontricks should close

Expected behavior
not see this error. the path is not good

System (please complete the following information):

  • Distro: EndeavourOS
  • Protontricks installation method: AUR
  • Protontricks version: 1.11.1
  • Steam version: Beta

Additional context

@Matoking
Copy link
Owner

Matoking commented Apr 8, 2024

The first two are Winetricks related issues.

  • "Unknown file arch 65" is being tracked at wine/wineserver bitness detection fails for wrapped Wine binaries Winetricks/winetricks#2183. The warnings can be safely skipped and they don't affect functionality besides the popups being annoying.
  • SHA256 mismatches happen occasionally when Microsoft updates their binaries. Winetricks updates the SHA256 sums every now and then to match the upstream binary but this is a moving target. You might have better luck if you forego the Arch packaging of Winetricks and install the latest development version using instructions here.

As for the path being at ~/.local/share/wineprefixes instead of at the Steam game's compatdata directory, can you try launching it using protontricks -vv <appid> -v --gui instead and posting the output to gist.github.com? Replace <appid> with the app ID of the game that has the issue; you can see the app ID in the game selection dialog. This should hopefully give a better idea of what's happening.

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

2 participants