Summary: | KMyMoney crashes on transaction report by payee | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Stew Schneider <stew.schneider> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | asoliverez, stew.schneider |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Stew Schneider
2012-01-02 15:53:46 UTC
Repeated without selecting Payees. KMyMoney crashed again. I'm guessing that it may have to do with the date, which was the only selection I made. I'm doing this on January 2 and asking for a report from last year Is it really 4.5.0 that you're using? You should consider to upgrade to something more recent (4.6.1 being the latest stable). Try to run "Tools/Consistency Check" after opening the file and see if that solves the issue. Please report back. BTW: I can run the report here w/o any problems, so I don't think it is related to the date. "Help" says I am running 4.5-2. I've purged it twice and reinstalled, to no great effect. Consistency check indicates that the data is consistent (It was generated by Gnucash). None of the Transaction reports will run. Taking your advice, I picked up the tarball of 4.6.1, but it simply won't make. It is currently looking for FindLibAlkimia.cmake. I've googled a bit, and have no idea what that is. I REALLY need this to work. I have taxes to prepare. Very grateful for any help. Thinking that it might be related to running KMyMoney in a GNome session, I logged out and began a KDE session. No change. I'd be happy to install v 4.6 if I could find a way to do so. I just won't make. Libalkimia is a library we also provide. See http://techbase.kde.org/Projects/KdeFinance/Alkimia for more information and http://kde-apps.org/content/show.php/libalkimia?content=137323 for a tar-ball. Be prepared to require libgmp on your system to build libalkimia. If you have further problems, please let us know. Thank you, Thomas. Now, could I inconvenience you a bit to tell me what to do with the libalkimia library? I have retrieved the source, but I don't see a make file. I exported the location of FindLibAlkimia.cmake as a Variable (export CMAKE_MODULE_PATH="/home/stewart/kmymoney-4.6.1/build")but we seem to not be getting anywhere -- same error. Again, many thanks in advance. (In reply to comment #6) > Thank you, Thomas. Now, could I inconvenience you a bit to tell me what to do > with the libalkimia library? I have retrieved the source, but I don't see a > make file. I exported the location of FindLibAlkimia.cmake as a Variable > (export CMAKE_MODULE_PATH="/home/stewart/kmymoney-4.6.1/build")but we seem to > not be getting anywhere -- same error. > > Again, many thanks in advance. Build and install libalkimia the same way that you would build kmymoney. $mkdir libalkimia-build $cd libalkimia-build $cmake ../libalkimia <- (replace with relative path to libalkimia) $make install Great! We made real progress. Kmymoney build. I ran it from a terminal, and got the following: ./kmymoney QPainter::begin: Paint device returned engine == 0, type: 2 kmymoney(1651) KXMLGUIClient::setXMLFile: cannot find .rc file "kmymoneyui.rc" for component "kmymoney" kmymoney(1651)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "KMyMoneyPlugin" not found Following these reports, the program ran, and produced the reports that we had been seeking. Are the errors of any concern? Did you install it correctly? It says, that it does not find the kmymoneyui.rc file which contains the description of the menu structure. The relevant bug has already been fixed in 4.5.1 and later. If you need further info on how to upgrade, please check http://kmymoney.org for all the ways you can get support from us. |