https://bugs.winehq.org/show_bug.cgi?id=47302
Bug ID: 47302 Summary: Not recognized float point in Saturn Design Toolkit Product: Wine Version: 4.9 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: hildogjr@gmail.com Distribution: ---
After install the Saturn PCB ToolKit http://www.saturnpcb.com/download-our-pcb-toolkit/ and tried to start. I get the message: '4,6' is not a valid float point value.
My installed system is a Ubuntu 16 with wine 4.9 English but with a latin input method (keyboard), using "," as decimal separator. Just comment this if is related to the issue.
https://bugs.winehq.org/show_bug.cgi?id=47302
pattietreutel katyaberezyaka@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |katyaberezyaka@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=47302
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr --- Does the software work in a real windows box with your setup?
https://bugs.winehq.org/show_bug.cgi?id=47302
--- Comment #2 from Hildo Guillardi Júnior hildogjr@gmail.com --- Yep. Just perfect with a Windows 10 at a virtual machine (that share same OS language and input configuration as the host).
https://bugs.winehq.org/show_bug.cgi?id=47302
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 URL| |http://www.saturnpcb.com/do | |wnload-our-pcb-toolkit/ CC| |dark.shadow4@web.de Keywords| |download Status|UNCONFIRMED |NEW
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Confirming. On windows it respects the locale, on wine it does not.
On my (German) VM, "4,6" is valid and "4.6" is not. On my main system, "4.5" is valid and "4,6" is not, setting LC_ALL doesn't help.
https://bugs.winehq.org/show_bug.cgi?id=47302
--- Comment #4 from Fabian Maurer dark.shadow4@web.de --- The program gets its decimal separator from HKEY_CURRENT_USER\Control Panel\International\sDecimal.
For some reason it works for me now. Did you already try a fresh WINEPREFIX? If that doesn't help, do you know how to reproduce the error?
https://bugs.winehq.org/show_bug.cgi?id=47302
--- Comment #5 from Hildo Guillardi Júnior hildogjr@gmail.com --- How do I do that? (fresh WINEPREFIX)
Changing on regedit, the software works but this hard configuration could change behavior of other softwares.
https://bugs.winehq.org/show_bug.cgi?id=47302
--- Comment #6 from Fabian Maurer dark.shadow4@web.de --- This key should be updated when setting LC_ALL, like for example with LC_ALL=de_DE.UTF-8.
How do I do that? (fresh WINEPREFIX)
You mean how to create a fresh WINEPREFIX? See https://wiki.winehq.org/FAQ#Can_I_store_the_virtual_Windows_installation_som.... Either delete .wine (removing everything inside it), or use a different folder.