[Bug 40656] New: Wine tries to run 32 bit app (Hearthstone Deck Tracker) as 64 bit and fails
https://bugs.winehq.org/show_bug.cgi?id=40656 Bug ID: 40656 Summary: Wine tries to run 32 bit app (Hearthstone Deck Tracker) as 64 bit and fails Product: Wine Version: 1.9.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: wavecycle(a)gmail.com Distribution: --- I'm trying to get Hearthstone Deck Tracker (HDT) to work in wine. Hearthstone is running perfectly.
HDT requires dotnet 4.5 so I have created a 32 bit prefix for HDT: export WINEARCH=win32 && WINEPREFIX=/home/justin/.PlayOnLinux/wineprefix/HS_32 winecfg
I set the Windows version to 7
I install dotnet through PlayonLinux and the following Dotnet versions have been installed: 1.1sp1, 2.0sp2, 3.0sp2, 3.5sp1, 4Client, 4Full, 4.5. I have verified each of these installs with the microsoft verification utility and verification is successful with all.
I then try to run HDT in the prefix as follows: WINEPREFIX="/home/justin/.PlayOnLinux/wineprefix/HS_32" wine "Hearthstone Deck Tracker.exe"
The returned error message is as follows: fixme:winediag:start_process Wine Staging 1.9.10 is a testing version containing experimental patches. fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org. fixme:mscoree:ConfigFileHandler_startElement Unknown element L"loadFromRemoteSources" in state 4 fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.5" not implemented The entry point method could not be loaded Help please! THanks -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40656 Justin Hall <wavecycle(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine tries to run 32 bit |Trying to run Heartstone |app (Hearthstone Deck |Deck Tracker in dotnet 4.5 |Tracker) as 64 bit and |prefix and it doesn't |fails |recognise dotnet | |installation -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40656 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio(a)earthlink.net, | |winetest(a)luukku.com --- Comment #1 from winetest(a)luukku.com --- You need to install the dotnet versions via winetricks. Other way it's not guranteed that it works. winetricks -q dotnet20 winetricks -q dotnet35 etc. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org