https://bugs.winehq.org/show_bug.cgi?id=49730
--- Comment #17 from Rudy rudy.metzger@xs4all.nl --- How to reproduce:
- install wine-stating-5.11+ from winehq - install money 2002 (see above for version) - start up money (set locale to nl_NL.UTF-8) (see below) - create a new money file (mymoney.mny) - once in MSMoney, click the "portfolio" tab - you now seen an empty list with no investments - on the left side click "Add an investment" - add an investment (just use fake data) - Investments to watch - Investment name (e.g. google) - Select "shares" - Use defaults/fake data in next screen - select Finish - use fake data (100 price, 100 quantity, 10 fees, ...) - select "no" when ask if you want to add another - In the overview screen you can now see the broken numbers (nl_NL.UTF-8!)
during install you get some screens for log into money online or msn or the like. Just skip these.
How to "fix": - use wine-staging-5.10 (or below) - OR use en_US.UTF-8 for LANG
I use this script to startup ---------------------------------
#!/bin/sh
export WINEPREFIX="/home/username/wine-msmoney-staging" export LANG="nl_NL.UTF-8" /opt/wine-staging/bin/wine "C:\Program Files\Microsoft Money\System\msmoney.exe"
Please let me know if you need more information, screenshots or the like. I try to answer as fast as possible.