If I invoke the Help from any window in the Options menue and close it (red X) LO crashes with: Runtime Error R6025 -pure virtual function call It started with version 4.0 and is still present in 4.1.1.2. Clicking on the Debug button from windows does not show any additional info but closes LO.
Getting the same error when jumping in Help a few links. Not only from Menue>Options.
Same behavior with LO 4.1.4.2 Windows 7 Pro x64. I updated from LO 3.6.x... so I can't tell when problem started in between. Explicit error message says: MS Visual C++ Runtime library Runtime Error! Program: C:\... default installation path ...\ soffice.bin R6025 -pure virtual function call Then Windows searches for an answer, doesn't find any, shuts down LibreOffice. I have MS Visual C++ 2010 x64 (and x86) redistributable 10.0.40219 (1), KB2565063 installed at date of OS initialization on new computer: Feb. 2013. There are no updates on MS Update site. What gives? Thanks for your attention. JFJB
Bug is still present in LO 4.2.0.4.
Horst: do you have Java (1.6 or 1.7 but 64 bits) installed? It seems this could be a workaround. See fdo#74385 + fdo#76830
(In reply to comment #4) > Horst: do you have Java (1.6 or 1.7 but 64 bits) installed? > It seems this could be a workaround. > See fdo#74385 + fdo#76830 Hi Julien, I have Java 1.7 32-bit installed on Win 7 64-bit.
For the test, could you also install Java 1.7 64 bits?
... and give a new try with Help option in LibreOffice of course.
(In reply to comment #7) > ... and give a new try with Help option in LibreOffice of course. Nope no luck. Using LO4.2.2.1, installed Jave 64-bit 1.7.051, restarted PC. Control Panel Applet shows Java 64-bit. LO Options>Advanced show Java 32-bit. Help still crashes :(. Might this be a weird bug in the C++ compiler?
Would it be possible you get a backtrace by following this link? https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#Windows:_How_to_get_a_backtrace
(In reply to comment #9) > Would it be possible you get a backtrace by following this link? > https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#Windows: > _How_to_get_a_backtrace I try my best, but it might take a while.
Created attachment 96808 [details] Backtrace output Run the backtrace according to instructions. Command !analyze -v did not produce any output. I waited about half an hour. The produced output is in the attachment. Julien have fun or tell me what I did wrong.
Horst: Sorry I can't help more since I never retrieved a bt with Windows (only with Linux).
ModLoad: 0d1d0000 0d1d7000 C:\Program Files (x86)\Avanquest\PowerDesk\DClickDesktopHook.dll Your LibreOffice uses an extension to this program? Try disabling it. ModLoad: 73850000 738f3000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll Try uninstalling all VC++ packages and install again. Julien, LibreOffice depends on what VC++ versions?
Try the ProcDump procedure as-well.
*** Bug 75901 has been marked as a duplicate of this bug. ***
Created attachment 96912 [details] BT file from the Dump BT output from WinDBG(x86). Killed the "Extension" which is a seperate prog "Powerdesk". Could not upload the dump file, it is 7MB big. If you need it we could try it over dropbox.
Compressing to zip format should lower the size significantly. Upload the zip with the BT inside.
Created attachment 96993 [details] Dump and Debug file Zipping it seems to work.
(In reply to comment #13) > Julien, LibreOffice depends on what VC++ versions? Sorry for the delay. Quoting this link https://wiki.documentfoundation.org/Development/BuildingOnWindows : "Compatible Visual Studio versions are 2010 and 2012. (For older branches also 2008 is supported.) Configure will try to use the most recent one. if you don't want, use --with-visual-studio=YYYY to force the version. If you use an Express version, you will need additional setup. The simple path is to add --disable-atl and --disable-activex. If you need the related features, see Getting ATL work with VS Express "
well, i'm guessing that if it is required to build it is required to run. Why LibreOffice doesn't come with those VC++ Packages? Sorry if I'm saying some nonsense. Thanks for the reply.
Makrea: I'm not an expert but I think it depends on if the libs are built statically (so included in the soft) or dynamically (not included in the soft and so the dlls must be present on the system). You may find requirements of the different platforms here: http://www.libreoffice.org/get-help/system-requirements/ Also, since there's no LO 64 for Windows for the moment, only Java 32 bits can be used. Horst: - did you install any LO specific extensions? - for the test, could you rename your LO directory profile (see https://wiki.documentfoundation.org/UserProfile#Windows) and give it a new try?
Julien, Makrea: It looks you are on to something with the extensions! I run a virgin LO (new profile) and could not replicate the bug. Running the old profile with a few extensions, bug was back. Then I disabled all extensions and the bug was gone. Will enable one by one and see if I find the culprit.
I found the culprt. Unfortunatly it is AltSearch which I love. I have the following Extensions installed: AltSearch American spelling ... Compose Special Character CorelPolyGUI History Master. I disabled all and enabled one by one. Only with AltSearch enabld the bug can be replicated.
(In reply to comment #23) > I found the culprt. Unfortunatly it is AltSearch which I love. > I disabled all and enabled one by one. Only with AltSearch enabld the bug > can be replicated. Hmm. If this bug is truly a duplicate of Bug 75901, then this is not the root cause because I have no extensions installed: mine is a vanilla install from the libreoffice.org provided debs.
Horst: do you have Altsearch 1.4? According to http://extensions.libreoffice.org/extension-center/alternative-dialog-find-replace-for-writer, this version should be compatible with LO 4.1.X However, nothing about compatibility with 4.2.X and I don't find any English version of the website http://mujweb.cz/macrojtb/ Anyway, the problem is triggered by this extension so I'd put NOTOURBUG.
(In reply to comment #25) > Horst: do you have Altsearch 1.4? According to > http://extensions.libreoffice.org/extension-center/alternative-dialog-find- > replace-for-writer, this version should be compatible with LO 4.1.X > However, nothing about compatibility with 4.2.X > and I don't find any English version of the website > http://mujweb.cz/macrojtb/ > > Anyway, the problem is triggered by this extension so I'd put NOTOURBUG. Yes I have 1.4, I also downloaded the latest version and replaced it just to be sure. Are the other bugs also related to Altsearch? It is a Writer extension. Should we tell the author to have a look at his source to fix the problem?
> Should we tell the author to have a look at his source to fix the problem? If you like the extension that's a good idea.
Horst: if you mean "other bugs", the "See also" ones, I don't know for the moment. I'm gonna suggest the rename of profiling for those in which it's not been proposed yet. About the extension, I agree Makrea, go ahead and send them an email. You can quote this tracker. You can also suggest them to contact devs if needed by using the dev mailing list or http://nabble.documentfoundation.org/Dev-f1639786.html
I just installed LO4.2.3.3 (latest Release) and can no longer repruduce this bug. may be it got fixed by any patch. Can the other "See also" bug be tested with the new version?
Bug 76830 still happen on this version on a XP Pro SP3 x86 machine. Regarding the VC++ version that LO 4.2.3.3 wants it is always VC++ 2010. When the VC++ 2010 is uninstalled LO searches other locations of the drive in search of the msvcr100.dll. Other programs included... I give an example. Imagemagick software includes the VC++ dlls on installation folder. LO tries to use it when doesn't find at system32 folder... I can prove that by analysing the dump that windows generates when closing the pure virtual function call window. I had the VC++ 2012 and 2013 installed in the hope that by uninstalling VC++ 2010 LO started to use one of them... It doesn't. Wants only VC++ 2010.