---
** [bugs:#242] [pix_video] not working on new Retina Display Macbook Pros**
**Status:** open
**OS:** OSX
**Release:** 0.94
**Labels:** pix_video retina display Mac OS X
**Created:** Fri Jun 05, 2015 10:38 AM UTC by Anonymous
**Last Updated:** Fri Jun 05, 2015 10:38 AM UTC
**Owner:** nobody
[pix_video] object does not work when streaming from built-in iSight cameras on new Macbook Pros with Retina displays. All you see is a white screen.... and error is "could not make SG channel error -9405" is reported. See attached screengrab. This was tested across multiple machines with same result - all latest Macbook Pros have this issue. However, works on latest iMac. Note: Tested on brand new machines - late 2014/early 2015 models running Mac OS Yosemite.
---
Sent from sourceforge.net because gem-dev(a)lists.iem.at is subscribed to http://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at http://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
---
** [bugs:#232] gemkeyname did not work anymore**
**Status:** open
**OS:** any
**Release:** 0.93-git
**Created:** Fri Aug 22, 2014 01:52 PM UTC by Cyrille Henry
**Last Updated:** Fri Aug 22, 2014 01:52 PM UTC
**Owner:** nobody
gemkeyname did not output anything.
---
Sent from sourceforge.net because gem-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
please don't ever reply to my privately, unless you have privacy
concerns (if so, please make that explicit).
On 2015-06-24 12:12, Husk 00 wrote:
> Actually Gem does detects glfw3 automatically but still I get an error when
> create the object:
>
> /usr/lib/pd/extra/Gem/gemglfw3window.pd_linux: undefined symbol:
> XineramaQueryScreens
i guess some underlinking has happened here.
[gemglfw3window] does not use the XineramaQueryScreens symbols directly,
so it's glfw3 that uses it.
what's the output of:
$ pkg-config --libs glfw3
and whats the output of:
$ ldd gemglfw3window.pd_linux
and whats the output of:
$ ldd /usr/lib/libglfw.so.3 | grep -i xin
(or whatever the libglfw.so binary you are using is¹)
fgmsdr
IOhannes
¹ you could use something like
$ ldd $(ldd gemglfw3window.pd_linux | grep -i glfw | awk '{print $3}') |
grep -i xin
Hi list,
I'm testing the last version of Gem from git and I'm really interested to
context sharing.
I tried to run 03.texture.sharing from examples but it crash pd.
I'm using ubuntu linux 14.04, kernel 3.18, pd 0.46 from git, and glxwindow
as render.
my console give me this error after crash:
intel_do_flush_locked failed: No such file or directory
Is this a bug or I'm missing something?
What is the right procedure to share context inside same gem process?
I would like to get a copy of the entire data in the context without using
pix_snap (without pass for the cpu). Am I on the right path?
thanks
husk
--
--
Nothing is mine but every thing belong to me
www.estereotips.net
Hello,
when skip message is > 1, multimodel doesn't open the first index,
that makes skipping unusable in some contextes I'm working on,
is it possible to correct this behavior that looks like a bug?
TYIA,
Pat.Co.