[Bug 49730] Number formatting broken with "nl_NL.UTF-8" (for msmoney)

WineHQ Bugzilla wine-bugs at winehq.org
Sun Aug 23 12:40:14 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49730

--- Comment #17 from Rudy <rudy.metzger at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list