http://bugs.winehq.org/show_bug.cgi?id=24328
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |1cd5e69478afe031566fc265c7c | |1ecec318e936c Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting.
This was fixed by commit http://source.winehq.org/git/wine.git/commitdiff/1cd5e69478afe031566fc265c7c...
Thanks Sergey (@etersoft)
There is another problem with 30-day trial period expiring too fast (really!).
Except for 'Filter Forge.exe' all executables (x86, SSE2) refuse to start, claiming 'trial expired' after fresh installation. 'Filter Forge.exe' start succeeds the first time, initializes the period and fails on subsequent runs with same message.
Use the following 'workaround' for the time being before starting 'Filter Forge.exe':
--- snip --- $ wine reg delete "HKLM\Software\Classes\CLSID\{56AB089D-B9DB-A853-14CD-51B5F1F34426}"
$ wine reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved\{56AB089D-B9DB-A853-14CD-51B5F1F34426}" --- snip ---
Regards