We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › non-english windows - problem with paths
Page Index Toggle Pages: 1
non-english windows - problem with paths (Read 1245 times)
non-english windows - problem with paths
May 14th, 2005, 1:01am
 
Hello, I am testing processing on windows XP sp2 czech version. Localized versions of windows use translated folder names for system folders, so, in my case, C:\Documents and Settings\tk\Application Data\Processing\build becomes C:\Documents and Settings\tk\Data aplikací (note the non-english letter here) \Processing\build.
When the processing tries to compile any program, it seeks for some preferences in this folder, but the non-standard letters get changed into invalid character '?' (probably because the 'í' character doesn't exist in java's codepage). So processing tries to reach a folder with invalid character in the path, and returns only a set of errors:


Error: The directory specified in the "-d" option, "C:\Documents and Settings\tk\Data aplikac?\Processing\build", is either invalid or it could not be expanded.

Error: The directory specified in the "-d" option, "C:\Documents and Settings\tk\Data aplikac?\Processing\build", is either invalid or it could not be expanded.

use: jikes [options] [@files] file.java...
use: jikes [options] [@files] file.java...
For more help, try -help or -version.
For more help, try -help or -version.


I don't know which data are stored there, but since this can be problem of many non-english people, i suggest user-adjustable path to settings, not fixed place in 'Document and settings' folder.
Thanks for a wonderful programming environment, you have even made me buy a webcam Wink). Good luck with the further development...
Keff
Re: non-english windows - problem with paths
Reply #1 - May 14th, 2005, 1:05am
 
Oh - and the processing version is beta 90.
Re: non-english windows - problem with paths
Reply #2 - May 14th, 2005, 3:28pm
 
this is the top item under "processing won't start" in the faq:
http://processing.org/faq/bugs.html#wontstart

looking into it. the paths should be user adjustable but because of a bug they're not working properly.
Re: non-english windows - problem with paths
Reply #3 - May 14th, 2005, 9:45pm
 
fry wrote on May 14th, 2005, 3:28pm:
this is the top item under "processing won't start" in the faq:
http://processing.org/faq/bugs.html#wontstart

looking into it. the paths should be user adjustable but because of a bug they're not working properly.


Ops, forgive me Wink. I'll be looking forward together with all other non-english users for a next release Smiley).
Re: non-english windows - problem with paths
Reply #4 - Jun 7th, 2005, 6:04am
 
should be fixed for rev 91, keep your fingers crossed...
Page Index Toggle Pages: 1