Difference between revisions of "Wine"

From Alessandro's Wiki
Line 37: Line 37:


== err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered ==
== err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered ==
winetricks dotnet30 win7
*Please download netframework3.exe from http://www.oldversion.com/download-.Net-Framework-3.0.html, place it in /home/xunil/.cache/winetricks/dotnet30, then re-run this script.


http://www.oldversion.com/download-.Net-Framework-3.0.html
cp ~/Downloads/netframework3.exe /home/xunil/.cache/winetricks/dotnet30/
  winetricks dotnet30 win7
  winetricks dotnet30 win7


== Make sure that ntlm_auth >= 3.0.25 is in your path ==
== Make sure that ntlm_auth >= 3.0.25 is in your path ==


  yum install libntlm.i686 mod_auth_ntlm_winbind cntlm
  yum install libntlm.i686 mod_auth_ntlm_winbind cntlm

Revision as of 10:07, 8 September 2013



openGL on 64bit

  • install 32 bits package
yum install xorg-x11-drv-nvidia-libs.i686

deprecated ~/.fonts

  • comment the line calling the file
vi /etc/fonts/conf.d/50-user.conf


winetricks

yum install cabextract


sh winetricks corefonts vcrun6 
sh winetricks mfc40 

qsvg4.dll

./winetricks dlls list
./winetricks vcrun2008
./winetricks vcrun2005
# find /home/xunil/.wine -name qsvg4.dll
/home/xunil/.wine/drive_c/Program Files/Origin/imageformats/qsvg4.dll
[xunil@localhost .wine]$ regsvr32 drive_c/Program\ Files/Origin/imageformats/qsvg4.dll 
err:module:import_dll Library QtSvg4.dll (which is needed by L"Z:\\home\\xunil\\.wine\\drive_c\\Program Files\\Origin\\imageformats\\qsvg4.dll") not found
err:module:import_dll Library QtXml4.dll (which is needed by L"Z:\\home\\xunil\\.wine\\drive_c\\Program Files\\Origin\\imageformats\\qsvg4.dll") not found
err:module:import_dll Library QtGui4.dll (which is needed by L"Z:\\home\\xunil\\.wine\\drive_c\\Program Files\\Origin\\imageformats\\qsvg4.dll") not found
err:module:import_dll Library QtCore4.dll (which is needed by L"Z:\\home\\xunil\\.wine\\drive_c\\Program Files\\Origin\\imageformats\\qsvg4.dll") not found
Failed to load DLL drive_c/Program Files/Origin/imageformats/qsvg4.dll

err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered

winetricks dotnet30 win7


http://www.oldversion.com/download-.Net-Framework-3.0.html
cp ~/Downloads/netframework3.exe /home/xunil/.cache/winetricks/dotnet30/
winetricks dotnet30 win7

Make sure that ntlm_auth >= 3.0.25 is in your path

yum install libntlm.i686 mod_auth_ntlm_winbind cntlm