Dennis87 wrote:
Yes the editor

And im changing the computer settings in the windows control panel.
In the RomRaider install directory there is a run.bat file. You can use that to add the settings I mentioned above, and then executing it will in-turn launch RR with US settings and you shouldn't have to change your computer settings.
You can delete everything in the run.bat file and replace it with this all on one line:
Code:
start javaw -Duser.language=en -Duser.country=US -Djava.library.path=lib/windows -Dawt.useSystemAAFontSettings=lcd -Dswing.aatext=true -Dsun.java2d.d3d=false -Xms64M -Xmx512M -jar RomRaider.jar 1>>"%HOMEPATH%\.RomRaider\romraider_sout.log" 2>&1
Note: it you then launch the Logger it will also be in en_US format. If you prefer to use the Logger in your native computer settings, you will need to close the Editor and launch the Logger separately.
If the program only functions properly with en/US, maybe we should try to set it during launch via stored settings that default to en/US?