http://bugs.winehq.org/show_bug.cgi?id=36537
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://glyph.dyn.triongames | |.com/glyph/live/GlyphInstal | |l.exe CC| |focht@gmx.net Component|-unknown |msvcrt Summary|Problem installing Trions |Trion's Glyph MMO manager |Glyph MMO manager |installer fails to proceed | |after accepting EULA Ever confirmed|0 |1
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
--- quote --- Attempting to install Glyph with the windows version set to win7 or higher fails. --- quote ---
don't do that unless explicitly requested by installer or you know what you're doing. There is _no_ reason to change the default WinVer for the WINEPREFIX. Deliberately changing it to 'Windows 7' will get you to bug 35121
--- quote --- because the Trove alpha is currently being compiled without XP support, XP doesn't see it as a valid exe, and I don't know if it's crashing because wine won't run it when set to XP. --- quote ---
The Glyph installer works fine here with clean WINEPREFIX ('Windows XP' = default) and the _proper_ workaround. The installer bundles private MSVC++ 2012 runtime libs -> msvcr110.dll, msvcp110.dll
--- snip --- $ WINEDLLOVERRIDES=msvcr110=n wine ./GlyphInstall.exe --- snip ---
$ sha1sum GlyphInstall.exe 64a9081ff89e2a41836f1c162c391308b8696b11 GlyphInstall.exe
$ du -sh GlyphInstall.exe 29M GlyphInstall.exe
$ wine --version wine-1.7.19-70-gd6a59f7
Regards