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.
IndexProgramming Questions & HelpPrograms › Developed und Linux and OSX - breaks on WindowsXP
Page Index Toggle Pages: 1
Developed und Linux and OSX - breaks on WindowsXP? (Read 409 times)
Developed und Linux and OSX - breaks on WindowsXP?
Jul 13th, 2007, 9:14pm
 
Hi,

I developed a processing (P3D renderer) application on Linux and OSX. Now running it on WinXP it breaks. I commented in and out a lot of code but it still doesn't run.

I thought Java is platformindependent - how is processing even able to break this? I use 100% pure Java, no native code.

The problem is a ArrayIndexOutOfBoundsException in an pixel array of a graphics object (a P3D graphics object) - problem does not appear in Linux or OSX.

How do I even debug this? Any idea?

Cheers,
sb
Re: Developed und Linux and OSX - breaks on Window
Reply #1 - Jul 13th, 2007, 9:38pm
 
Ok...fixed it. Wasn't Processings fault but my stupidity.

Cheers,
sb
Page Index Toggle Pages: 1