FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1221 : file chooser dialogs fail with OpenGL on linux.
Last modified: 2009-08-11 05:59
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
ASSIGNED
Resolution:
-
Pr
i
ority:
P4
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
ames
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2009-03-26 09:27
chooseInput(), chooseOutput(), and chooseFolder() don't seem to work on
linux when using OpenGL.
I get this error loading OpenGL:
get fences failed: -1
param: 6, val: 0
but OpenGL has worked generally fine.
Tested on a 2005 MacBook running Ubuntu 9.04 development branch, Processing
1.0.3, KDM (KDE).
import processing.opengl.*;
void setup(){
size(200,200,OPENGL);
}
void draw(){
println(selectInput()); //does nothing.
}
Additional Comment
#1 From rlfbckr 2009-07-28 03:25
I have the same problem. Any news on this?
Additional Comment
#2 From ames 2009-07-28 07:48
No news.
I ended up basically making my own file browser, stripped down of course: a list of available
files in a preset folder, from which the user could choose one to load. That could easily have
been expanded to traverse the filesystem...
Additional Comment
#3 From fry 2009-07-29 06:24
rlfbckr - in your case you're only seeing the problem on linux as well?
Additional Comment
#4 From rlfbckr 2009-08-11 05:59
(In reply to
comment #3
)
>
>
>
> Additional
Comment #3
From
> fry
> 2009-07-29 06:24
>
> <!--
> addReplyLink(3); //-->[reply]
>
>
>
>
> rlfbckr - in your case you're only seeing the problem on linux as
well?
>
>
yes, only on linux (Ubuntu Jaunty 32bit). it works fine with any other
rendere (JAVA2D/P2D/P3D)
This bug is now being tracked
here
.