Skip to content
This repository has been archived by the owner on Feb 3, 2019. It is now read-only.

.dll location 32 bits vs 64 bits #11

Closed
ImperatorS79 opened this issue Jan 16, 2019 · 2 comments
Closed

.dll location 32 bits vs 64 bits #11

ImperatorS79 opened this issue Jan 16, 2019 · 2 comments

Comments

@ImperatorS79
Copy link

ImperatorS79 commented Jan 16, 2019

On windows 32 bits, 32 bits dll's go to system32.
On windows 64 bits, 32 bits dll's go to syswow64, and 64 bits dll's to system32.

So it seems that nine-install.sh is wrong.

@dhewg
Copy link
Owner

dhewg commented Jan 17, 2019

Note the usage of wine vs. wine64 in there:

$ wine winepath -u 'c:\windows\system32'
/home/andre/.wine/dosdevices/c:/windows/syswow64
$ wine64 winepath -u 'c:\windows\system32'
/home/andre/.wine/dosdevices/c:/windows/system32

Files get copied to their correct location, and 32bit as well as 64bit DX9 games do work ;)

@ImperatorS79
Copy link
Author

OK then ^^

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants