http://bugs.winehq.org/show_bug.cgi?id=58942
--- Comment #10 from Tobias (:Tobbi) Markus tobbi.bugs@googlemail.com ---
(In reply to Tobias (:Tobbi) Markus from comment #2)
I tried to start Stratego without the installation succeeding and it exits with an error "Unable to 'CreateScalableFontResource()'". I don't know if that's related or not (I assumed it was because DirectX wasn't installed). Maybe that's the real bug I need to file?
This should probably be reported as a separate bug, but... I'm seeing it on Windows 10 as well, and indeed there's no ly2.for present. That's not very contemporaneous, but do we know that this ISO actually works?
I just created a batch file that continuously prints the contents of the "C:/Program Files/Hasbro Interactive/Stratego" directory and I noticed that, indeed, the Ly2.for file is created after the application started and removed again on exit:
``` :loop dir "C:/Programme/Hasbro Interactive/Stratego" ping -n 6 127.0.0.1 > nul goto loop ```
(In case you're wondering, the ping command is to imitate a "sleep for 5 seconds, so you don't get overwhelmed with messages").