Hi Simon, the error message you have mentioned comes from the berryQtAssistantUtil, which tries to launch the QtAssistant to register the compressed help page ( *.qch ) and print out the error messages, if this process failes. The pregenerated help file MITKBlankPage.qch is copied by CMake to the $MITK_BIN_DIR/bin/ExtBundles/org.mitk.gui.qt.extapplication/resources/ directory.
There are in my opinion more possible causes of the failure: 1. CMake failed to create the sub-directory 'resources' and (or) to copy the .qch file from the source tree. Could you please check if the MITKBlankPage.qch was copied into the binary directory? 2. missing QtAssistant executable. Could you please check your CMake configuration, especially whether the CMake variable QT_ASSISTANT_EXECUTABLE is set properly? Best regards, Jan -----Ursprüngliche Nachricht----- Von: Simon Eck [mailto:[email protected]] Gesendet: Mittwoch, 7. Juli 2010 22:03 An: [email protected] Betreff: [mitk-users] Help System Error when starting MITK Project Dear list, in a recent mitk repository export (revision 24408) i experience the following error message dialog when starting any MITK project (e.g. created with the Bundle Generator): Help System Error Registering one ore more help files failed. The last error was: No such file or directory Console Output: x...@xxx:/.../newMitkTest/build/bin$ ./mitk_qt4_bmcv [Wed Jul 7 21:58:47 2010 0.350] Registering DiffusionImagingObjectFactory... [0.350] CoreObjectFactory c'tor [0.350] DiffusionImagingObjectFactory c'tor [0.360] CoreObjectFactory: registering extra factory of type DiffusionImagingObjectFactory [0.360] CoreObjectFactory: registering extra factory of type DiffusionImagingObjectFactory [0.360] Registering PlanarFigureObjectFactory... [0.360] PlanarFigureObjectFactory c'tor [0.360] CoreObjectFactory: registering extra factory of type PlanarFigureObjectFactory [0.360] Registering CoreExtObjectFactory... [0.360] CoreExtObjectFactory c'tor [0.360] CoreObjectFactory: registering extra factory of type CoreExtObjectFactory [0.410] QmitkRegisterClasses() [0.410] QmitkExtRegisterClasses() #0.510# [BlueBerry] ERROR: Registering compressed help file/data/development/mitk/mitk-24408-x11/bin/ExtBundles/org.mitk.gui.qt.extapplication/resources/MITKBlankPage.qch failed The application does not stop but continues running after accepting the dialog. Regards, Simon -- Simon Eck Biomedical Computer Vision Group Im Neuenheimer Feld 267 69120 Heidelberg [email protected] ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
