...that deal with pure data
You are not logged in.
i'm trying to get into gem and have a first problem:
when i start rendering via [1( message to [gemwin] after creating a gem window, i get an error message:
GL: invalid numerant
what does it mean? although it seems to work, i guess there must be something wrong!?
i'm on a win xp.
Offline
i've had this problem too on windows - it has something to do with [pix_texture] , at least in my case it was. it was resolved by sending the message [mode 0 { to [pix_texture] . not sure what caused it, and now I don't have the problem anymore... i ended up making a patch called [pix_texture0] that just loadbang'd [mode 0 { to [pix_texture] , with an inlet/outlet so it could be used to replace [pix_texture] without manually sending the message every time
Offline
thanks, i'll give it a try... although i think, i didn't use pix_texture in the patch... as far as i can give an opinion on it, it doesn't seem to harm the functionality but i will see...
Offline
Hi toxonic,
I also saw the same error on WinXP if you are using a separator
If it's come from a separator, i saw a patch to replace the separator in the fid_abs abstractions :http://jy.gratius.free.fr/
See the patch below
Last edited by xray303 (2009-08-24 23:02:45)
Offline