https://bugs.winehq.org/show_bug.cgi?id=26463
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.robvanderwoude.c | |om/htaexamples.php CC| |focht@gmx.net Summary|"18 Wheels of Steel" won't |Multiple applications and |launch, says "There is no |games need 'hta' file |Windows program configured |association, reporting |to open this kind of file." |'There is no Windows | |program configured to open | |this kind of file' (18 | |Wheels of Steel, HTA | |Examples)
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
not sure what this bug is really about... different issues mixed together.
The second app, 'Garbage Truck Simulator' is not worth to continue. The game uses DHTML to process some online activation (DRM scheme) and times out doing that because the server 'amlocalhost.macrovision.com' is not longer reachable.
Download: http://mirror.iprimus.com.au/games/GarbageTruckSimulator/garbage_truck_simul...
--- snip --- 0024:fixme:shell:UrlIsW (L"http://amlocalhost.macrovision.com/offline/007b3074/open.html?currenttime=20..."... 2): stub --- snip ---
Even with 'winetricks -q ie7' it doesn't go further.
$ sha1sum garbage_truck_simulator-v1_0.exe 7b309d83c23780a160668aee0c252b3c2455ca5c garbage_truck_simulator-v1_0.exe
$ du -sh garbage_truck_simulator-v1_0.exe 750M garbage_truck_simulator-v1_0.exe
====
Making this bug about missing 'hta' file association. Since 'mshta' is a stub program itself it will not be really useful though.
Site which provides example HTAs:
http://www.robvanderwoude.com/htaexamples.php
--- snip --- $ wine start ADSITEST.HTA fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Success. --- snip ---
$ wine --version wine-1.7.14
Regards