Bug 1433 : Windows Export Failure
Last modified: 2010-06-05 03:38




Status:
RESOLVED
Resolution:
WONTFIX -
Priority:
P2
Severity:
normal

 

Reporter:
Arkeen
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2010-01-11 08:58
My program works well when I run it from Processing, but I not when I
export it ( for Windows ) : the .exe file does nothing, my window it empty.
At the beginning, it worked fine, I added some classes and functions ...
and now nothing works.

Processing 1.0.9
Windows 7 - 64 bits

P.S : I tried to export it from Vista 32bits, and from ubuntu ... same result.

I hope you understand me, I don't speak fluently english
Additional Comment #1 From Arkeen 2010-01-11 09:04
Sorry, I have forgotten to say that my program uses OpenGL and Minim Audio.
Additional Comment #2 From fry 2010-01-13 09:08
That sounds like you haven't set up your files correctly. In particular, my
guess would be that you haven't placed the sound files in the data folder,
so they aren't being exported properly. If it's broken across all of those
platforms, then it's not likely to be a Processing bug. Try getting some
help with the project at processing.org/discourse.
Additional Comment #3 From Arkeen 2010-01-13 12:02
No, all the sound files are in the data folder. But you're right, my
program doesn't work across all platforms ... I'll try on
processing.org/discourse. Thanks, and sorry for the inconvenience.
Additional Comment #4 From fry 2010-01-13 12:04
No problem, and it may still turn out to be a bug, but I'm guessing that
there's something else happening in the code that's causing a problem. Of
course, let me know if that's not the case. Good luck!