Installing FreeStyler in WINE
Posted: 24 Sep 2009, 11:26
Installation on linux/wine.
It seems like there are a typical problem with some ActiveX "components" and the Windows registry
especially hirestimer.ocx
Numbers in the installation program gets shown with abnormal characters instead.
(I am not trying to generate DMX output, just to learn how to use FreeStyler for light programming)
---
from http://www.freestylersupport.com/fsforu ... p?f=6&t=34 it is suggested to run:
which I did after the first failed installation of Freestyler.
--------
I get an error when trying to register hirestimer.ocx:
a Microsoft Foundation Classes Library, which is not distributed with WINE, must be present. I downloaded it from http://www.dll-files.com and put it in directory system32 and ran " (note command promt)
I don't know what part of the procedure I used, that actually did the trick. Perhaps it is enough to find, place and register MFC42.DLL in the windows/system32 directory before starting the installation.
It seems like there are a typical problem with some ActiveX "components" and the Windows registry
especially hirestimer.ocx
Numbers in the installation program gets shown with abnormal characters instead.
(I am not trying to generate DMX output, just to learn how to use FreeStyler for light programming)
---
from http://www.freestylersupport.com/fsforu ... p?f=6&t=34 it is suggested to run:
Code: Select all
regsvr32 'C:\Windows\System32\msflxgrd.ocx'
regsvr32 'C:\Windows\System32\MSWINSCK.OCX'
regsvr32 'C:\Windows\System32\MSCOMM32.OCX'
regsvr32 'C:\Windows\System32\hirestimer.ocx'
regsvr32 'C:\Windows\System32\fsled.ocx'
regsvr32 'C:\Windows\System32\fsledr.ocx'
--------
I get an error when trying to register hirestimer.ocx:
Code: Select all
Library MFC42.DLL (which is needed by L"C:\\windows\\system32\\hirestimer.ocx") not found
Code: Select all
~/.wine/drive_c/windows/system32$ regsvr32 mfc42.dll
I don't know what part of the procedure I used, that actually did the trick. Perhaps it is enough to find, place and register MFC42.DLL in the windows/system32 directory before starting the installation.