http://bugs.winehq.org/show_bug.cgi?id=4366
Summary: OpenOffice 2.0.1 complains "Missing vcl resource", then crashes Product: Wine Version: 0.9.6. Platform: Other URL: http://openoffice.org OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
To repeat: install OpenOffice 2.0.1 (without jre) Run soffice.exe. It complains:
Missing vcl resource. This indicates that files vital to localization are missing. You might have a corrupt installation.
Comparing with an installation on Windows, using find -type f | xargs md5sum doesn't find any obvious missing files (though I was comparing slightly different installations, so I might have missed something).
If you continue, the program crashes with an exception, or just silently exits. The log is not very informative: ... fixme:dbghelp:sffip_cb NIY on 'O:\SRC680\src\desktop\wntmsci10.pro\bin\soffice.pdb' fixme:dbghelp:sffip_cb NIY on 'O:\SRC680\src\vcl\wntmsci10.pro\bin\vcl680mi.pdb' ...
I'd like to use OpenOffice as a regression test for Wine, but first we have to get it working...