Ticket #3170 (closed: fixed)
Error messages on startup
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 29 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Stuart Campbell |
Description
Welcome to Mantid - Manipulation and Analysis Toolkit for Instrument Data Could not open library C:\MantidProject\builds\trunk\bin\Debug\\Lib.dll: failed with error 126: The specified module could not be found. Error opening C:\MantidProject\builds\trunk\bin\Debug\Lib. Could not open library C:\MantidProject\builds\trunk\bin\Debug\\Lib.dll: failed with error 126: The specified module could not be found. Error opening C:\MantidProject\builds\trunk\bin\Debug\Lib. Could not open library C:\MantidProject\builds\trunk\bin\Debug\\Lib.dll: failed with error 126: The specified module could not be found. Error opening C:\MantidProject\builds\trunk\bin\Debug\Lib.
Since the python bundling on Windows, when you start Mantid with the plugins directory pointed at bin you get these messages.
Change History
comment:1 Changed 9 years ago by Martyn Gigg
- Status changed from new to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:5 Changed 9 years ago by Owen Arnold
- Status changed from verifying to verify
- Tester Owen Arnold deleted
comment:6 Changed 9 years ago by Stuart Campbell
- Status changed from verify to verifying
- Tester set to Stuart Campbell
comment:7 Changed 9 years ago by Stuart Campbell
I don't see the messages listed in the ticket, but I do see ...
DllOpen-[Error] Could not open library C:\MantidBuild\bin\Debug\\QtDesignerd4.dl l: failed with error 126: The specified module could not be found. DllOpen-[Error] DllOpen-[Error] DllOpen-[Error] Could not open library C:\MantidBuild\bin\Debug\\QtDesignerd4.dl l: failed with error 126: The specified module could not be found. DllOpen-[Error] DllOpen-[Error] DllOpen-[Error] Could not open library C:\MantidBuild\bin\Debug\\QtDesignerd4.dl l: failed with error 126: The specified module could not be found. DllOpen-[Error] DllOpen-[Error] MantidPython-[Notice] Error: Importing module "LoadNISTSANS" failed". No module named multiarray MantidPython-[Notice] Error: Importing module "LoadNISTSANS" failed". No module named multiarray
Note: See
TracTickets for help on using
tickets.
(In [12502]) Kill the error messages from LibraryManager that appeared when Mantid started up with the plugins directory pointed at the bin directory. The real trouble was that Poco::Path().isDirectory does not actually examine the disk as to whether something is a directory, Poco::File().isdirectory() does this. Also cleared a compiler warning and a warning message on MantidPlot startup about a QWidget already having a layout. Fixes #3170.