Hey y'all, I installed Wine 1.1.37 and did the following: rm -rf ~/.wine After that I was ready to install Office 2007: wine D:/setup.exe worked quite well. But when I want to open eg winword.exe the following happens: wine WINWORD.exe fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit approx. 20 times repeating this, then: fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0) err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Programme\\Microsoft Office\\Office12\\WINWORD.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Programme\\Microsoft Office\\Office12\\WINWORD.exe" failed, status c0000135 dyres210-39:Office12 arne_rosenkranz$ fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit and again 20-30 times the same unsupported color depth stuff! Pls help!!!! :(
macScrooge wrote:> Hey y'all, > > I installed Wine 1.1.37 and did the following: > rm -rf ~/.wine > > After that I was ready to install Office 2007: > wine D:/setup.exe > > worked quite well. But when I want to open eg winword.exe the following happens: > > wine WINWORD.exe > fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit > fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit > fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit > > approx. 20 times repeating this, then: > > fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0) > err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Programme\\Microsoft Office\\Office12\\WINWORD.exe") not found > err:module:LdrInitializeThunk Main exe initialization for L"C:\\Programme\\Microsoft Office\\Office12\\WINWORD.exe" failed, status c0000135 > dyres210-39:Office12 arne_rosenkranz$ fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit > fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit > fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit > > > and again 20-30 times the same unsupported color depth stuff! >winetricks vcrun2005 Please look at our FAQ on how to run and get winetricks. James McKenzie
James McKenzie wrote:> macScrooge wrote: > > > > > fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0) > > err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Programme\\Microsoft Office\\Office12\\WINWORD.exe") not found > > err:module:LdrInitializeThunk Main exe initialization for L"C:\\Programme\\Microsoft Office\\Office12\\WINWORD.exe" failed, status c0000135 > > dyres210-39:Office12 arne_rosenkranz$ > > > > > winetricks vcrun2005 > > Please look at our FAQ on how to run and get winetricks. > > James McKenzieJames: Office 2007 installs msvcr80.dll itself. Installing it separately with winetricks is usually the cause of that error message when trying to start Word, not the solution. macScrooge: Office 2007 Enterprise works fine on my system in 1.1.37. It looks like you followed one of those howtos on some random website that calls for installing all sorts of unnecessary things. No overrides or tweaks are needed to install Office. Delete or rename ~/.wine and reinstall without any winetricks or other tweaks. Once Office is installed, set riched20 to native (needed for Powerpoint) and usp10 to native, builtin (needed for the equation toolbar in Word). Just set the override--Office installs its own versions of those dlls. Check the AppDB entries for the individual apps for information on other tweaks.
dimesio wrote:> James McKenzie wrote: > >> macScrooge wrote: >> >> >>> fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0) >>> err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Programme\\Microsoft Office\\Office12\\WINWORD.exe") not found >>> err:module:LdrInitializeThunk Main exe initialization for L"C:\\Programme\\Microsoft Office\\Office12\\WINWORD.exe" failed, status c0000135 >>> dyres210-39:Office12 arne_rosenkranz$ >>> >>> >>> >> winetricks vcrun2005 >> >> Please look at our FAQ on how to run and get winetricks. >> >> James McKenzie >> > > > James: Office 2007 installs msvcr80.dll itself. Installing it separately with winetricks is usually the cause of that error message when trying to start Word, not the solution. >Hmmm. That was something that I was not aware of. I only based this off of the errors that were displayed.> macScrooge: Office 2007 Enterprise works fine on my system in 1.1.37. It looks like you followed one of those howtos on some random website that calls for installing all sorts of unnecessary things. No overrides or tweaks are needed to install Office. Delete or rename ~/.wine and reinstall without any winetricks or other tweaks. Once Office is installed, set riched20 to native (needed for Powerpoint) and usp10 to native, builtin (needed for the equation toolbar in Word). Just set the override--Office installs its own versions of those dlls. Check the AppDB entries for the individual apps for information on other tweaks. > > >Hopefully, my pending patch will make this unnecessary. However, using the native versions of supplied dlls should be followed. James McKenzie