This forum has been archived. All content is frozen. Please use KDE Discuss instead.

KMyMoney 5.x for Windows

Tags: None
(comma "," separated)
rblackwell
Registered Member
Posts
124
Karma
0
OS

Re: KMyMoney 5.x for Windows

Tue Oct 16, 2018 1:47 pm
With the help of Thomas I've narrowed my issue down to the Windows PC upon which KMyMoney is installed. Installation on another Windows PC showed the application was working fine. While troubleshooting the PC having issues running KMyMoney I've re-installed the application, manually cleared entries from the registry and deleted files from the hard drive. I've been successful at resolving a couple of issues however Price Update remains a problem. I will post a solution here if I find one.
grntbn
Registered Member
Posts
22
Karma
0
OS

Re: KMyMoney 5.x for Windows

Wed Nov 14, 2018 4:49 pm
Yesterday I’ve installed the “kmymoney-5.0-76-windows-msvc2017_64-cl.exe” file on Windows 10 and basically it’s working fine for me.

Now I tried to save the data into a MySQL database which is already set up and accessible from the MySQL Workbench with the same user.

File > Save As >
In the window “Save storage as… KMyMoney” I choose the option “SQL” for the “Storage type to use for your data

After also filling in the following window and clicking OK I’m getting the following message:

Cannot save to current database: opening database in function bool_cded MyMoneyStorageSqlPrivate::createDatabase(const class QUrl&) c:\craft\downloads\git\extragear\kmymoney\kmymoney\plugins\sql\mymoneystoragesql_p.h:2024

The directory c:\craft\... doesn’t exist on my computer.

Is that a bug or am I doing something wrong?
User avatar
ipwizard
KDE Developer
Posts
1359
Karma
6
OS

Re: KMyMoney 5.x for Windows

Wed Nov 14, 2018 5:08 pm
grntbn wrote:After also filling in the following window and clicking OK I’m getting the following message:

Cannot save to current database: opening database in function bool_cded MyMoneyStorageSqlPrivate::createDatabase(const class QUrl&) c:\craft\downloads\git\extragear\kmymoney\kmymoney\plugins\sql\mymoneystoragesql_p.h:2024

The directory c:\craft\... doesn’t exist on my computer.

Is that a bug or am I doing something wrong?
This directory (and the file mymoneystoragesql_p.h) is the where the source code was stored during the production of the install package. It is therefore not expected to be found on your computer. It is a hint to the developers where the error was detected.

Please try the following: create a completely empty database using an external tool e.g. MySQL Workbench and give it a name of your choice. Then try to run the save as procedure again and provide the exact same name as database name and setup the rights to access this database from the user running KMyMoney.

So far all I can say is that it tried to create a database because it could not open the one provided in the dialog (for whatever reason).


ipwizard, proud to be a member of the KMyMoney forum since its beginning. :-D
openSuSE Leap 15.4 64bit, KF5
empenoso
Registered Member
Posts
31
Karma
0

Re: KMyMoney 5.x for Windows

Tue Nov 27, 2018 4:19 am
I do not find stable version for Windows: https://download.kde.org/stable/kmymoney/5.0.2/
demner
Registered Member
Posts
19
Karma
0

Re: KMyMoney 5.x for Windows

Fri Dec 07, 2018 4:50 am
I'm using the mingw nightly build version and it's working well so far the KMyMoney CI system
myroad
Registered Member
Posts
4
Karma
0

Re: KMyMoney 5.x for Windows

Sun Jan 13, 2019 4:56 pm
Hi again. It's been a while. I tried the nightly version from CI but it only provides 64bit install and I have unfortunately a 32bit install. I know it is better to change my pc, but is-there a 32bit installer? And when will we have a official release for Windows? I keep having the major bug of Qif import that oftenly fails (detail https://bugs.kde.org/show_bug.cgi?id=349938), that is fixed in 5.x. Thanks.
User avatar
ipwizard
KDE Developer
Posts
1359
Karma
6
OS

Re: KMyMoney 5.x for Windows

Sun Jan 13, 2019 6:31 pm
myroad wrote:And when will we have a official release for Windows?

I guess that will happen as soon as someone steps up and says "Hey, I am the maintainer for the KMyMoney Windows builds and make sure that the official versions are made available for this operating system."


ipwizard, proud to be a member of the KMyMoney forum since its beginning. :-D
openSuSE Leap 15.4 64bit, KF5
myroad
Registered Member
Posts
4
Karma
0

Re: KMyMoney 5.x for Windows

Sun Jan 13, 2019 9:26 pm
I guess that will happen as soon as someone steps up and says "Hey, I am the maintainer for the KMyMoney Windows builds and make sure that the official versions are made available for this operating system."

Thank you for the answer. For that purpose, I asked you before, on 2018-05-01, what would be the good profile for such a job, and I had that answer:
lukaszw wrote:
myroad wrote:Hi,

What would be the requirement for someone to start helping in this matter? And how much time do we need to invest for someone who knows how to compile, Jenkins, Linux and a bit of Windows? Did KMyMoney changed so much that the previous packaging needs reworking for 5.x? Thanks.


Hi,
no help is needed right now. We have working KMyMoney 5 on MS Windows (and soon on MacOS as well). We need some time to do finishing work and find out how to distribute it. Please stay tuned.
User avatar
ipwizard
KDE Developer
Posts
1359
Karma
6
OS

Re: KMyMoney 5.x for Windows

Mon Jan 14, 2019 10:17 am
Here's a list of requirements and responsibilities I can think of. If something is new to you, don't worry: we all started small and this is a cool environment to learn new things.
  • Good understanding of MS-Windows specifics
  • Basic understanding of the cmake build tools
  • Can setup local build environment using MSVC and/or
  • Can setup local build environment using MinGW
  • Can setup a local Craft based build chain for the above
  • Provides MS-Windows installers for project based on released tarballs
  • Supports developers with execution of MS-Windows specific tests
  • Supports team of developers maintaining MS-Windows builds for project on KDE CI
optional
  • Maintains MS-Windows builds for project on KDE CI in team with developers
  • Can fix software in windows specific areas in team with developers
  • Basic knowledge of C++/Qt/KDE development environment


ipwizard, proud to be a member of the KMyMoney forum since its beginning. :-D
openSuSE Leap 15.4 64bit, KF5
demner
Registered Member
Posts
19
Karma
0

Re: KMyMoney 5.x for Windows

Wed Feb 20, 2019 9:08 pm
Quick report on the windows versions:

I upgraded to the latest version (https://binary-factory.kde.org/job/KMyMoney_Nightly_mingw64/) + added the DLL libraries that are missing in that build (from the last successful build at https://binary-factory.kde.org/job/KMyMoney_Nightly_mingw64/269/).

It's working well so far, including quite a few fixed bugs (like ofx importing).
rblackwell
Registered Member
Posts
124
Karma
0
OS

Re: KMyMoney 5.x for Windows

Thu Feb 21, 2019 2:02 pm
demner wrote:I upgraded to the latest version (https://binary-factory.kde.org/job/KMyMoney_Nightly_mingw64/).....


Curious to know why you elected to use the mingw64 build over the the mscv build. I don't really understand the difference between these two build types. I'm using mscv builds and was wondering if the mingw64 offer anything better/different.
demner
Registered Member
Posts
19
Karma
0

Re: KMyMoney 5.x for Windows  Topic is solved

Thu Feb 21, 2019 6:52 pm
rblackwell wrote:
demner wrote:I upgraded to the latest version (https://binary-factory.kde.org/job/KMyMoney_Nightly_mingw64/).....


Curious to know why you elected to use the mingw64 build over the the mscv build. I don't really understand the difference between these two build types. I'm using mscv builds and was wondering if the mingw64 offer anything better/different.


The mscv build didn't work for me ages ago. I haven't tried it recently. No other reason.
sandyvee
Registered Member
Posts
14
Karma
0

Re: KMyMoney 5.x for Windows

Tue Sep 24, 2019 2:16 am
How do you download from the last build for windows. Says last stable #18, so where can I find it?

Permalinks

Last build (#18), 1 hr 29 min ago
Last stable build (#18), 1 hr 29 min ago
Last successful build (#18), 1 hr 29 min ago
Last completed build (#18), 1 hr 29 min ago

Thanks.
User avatar
ipwizard
KDE Developer
Posts
1359
Karma
6
OS

Re: KMyMoney 5.x for Windows

Tue Sep 24, 2019 5:44 am
Check https://binary-factory.kde.org/job/KMyM ... ase_win64/ and download the lastest working (currently #370).


ipwizard, proud to be a member of the KMyMoney forum since its beginning. :-D
openSuSE Leap 15.4 64bit, KF5
chrisbrewer
Registered Member
Posts
12
Karma
0

Re: KMyMoney 5.x for Windows

Tue Sep 24, 2019 11:57 am
I am not a Linux / Open Source person.
I use Windows and do not understand "compilation and builds" etc.
Currently I followed my nose and downloaded kmymoney5-mingw64-5.0.5-6.1-setup.exe
I ran that and it appears to be working fine.
I have just read the post
Check https://binary-factory.kde.org/job/KMyM ... ase_win64/ and download the lastest working (currently #370).

I see there are 6 "files"
Should they all be downloaded to the same sub-directory in Windows and then the executable file launched?

It may be helpful to other Windows Users to have a clear installation instruction page (OR maybe this already exists and I haven't found it)
I apologise for my ignorance but enjoy the functionalities in KMymoney.

I run Windows10 version 1903 x64


Bookmarks



Who is online

Registered users: Bing [Bot], blue_bullet, Google [Bot], rockscient, Yahoo [Bot]