But i also get 'Error creating output Thread' 'ActiveX component can't create object'

It would be really cool to have freestyler run on linux

I did this but still it doesn't work. When i run regsvr32 regtool.dll i get succesfully registered dll. But still the same errordavid007 wrote:Big news!!!
I managed to get Freestyler working under linux...
I've installed a registery tool in system32 that registers the neccesary ActiveX components.
Once run regsvr32 regtool.dll Freestyler works just fine...
Thanks to all who helped me to resolve this problem!!!
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'
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