http://bugs.winehq.org/show_bug.cgi?id=23934
--- Comment #12 from mrboese@live.de 2013-07-05 11:03:40 CDT --- (In reply to comment #11)
(In reply to comment #10)
Is this still an issue with recent wine (1.6-rc1 or later)?
Stronghold Kingdoms shows the same behaviour on 1.6-rc1 (and rc2) (Kubuntu 13.04), but I found a way to skip the updater:
The updater downloads the real application to .../ApplicationData/Firefly/Stronghold Kingdoms.
Usually you can't start StrongholdKingdoms.exe (It checks some parameters)
By using ILSpy, I found the startup parameters:
StrongholdKingdoms.exe -InstallerVersion 116 de
Note: 116 will change on next Stronghold Kingdoms update, so you have to look at the public static int CurrentInstallerBuild = 116; attribute in class Kingdoms.Program
Addition: Change de to en ... etc (Your language)