hi, dear list !
does anyone in this wonderful PD-land by any chance got a self-compiled version of a recent Gem source for the windows platform that he/she would share ?
the reason i'm asking is:
the last official windows binary of Gem dates from 2011 (version: 0.93.3) and has the following bug (windows only):
https://github.com/umlaeute/Gem/issues/156
the issue was declared closed on 14.11.17
so, i assume that compiling Gem from source for windows would be a way to overcome this bug, am i right here ?
now, sooner than i thought came the project, when i really need to be able to play back a big series of still images from recorded video input streams, so the Gem 0.93.3 windows bug strikes me right there.
and this is where i'm stuck:
the latest "self-compiling" guide i found for Gem is this one from 2014:
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-Microsoft-Windows-%...
but meanwhile a lot of things seem to have changed. i am using the latest MSYS. i recently successfully self-compiled a 64-bit version of PD, using this guide from Lucas Cordiviola:
https://lists.puredata.info/pipermail/pd-list/2018-03/122089.html
is there a similar howto like this existing for (the latest sources of) Gem for Windows ? what would be the 2018 equivalent of the libraries mentioned in the 2014 guide (which MSYS doesn't seem to find)
any help in this regard is highly appreciated !
best
oliver
A friend did some work on GEM for Windows 10 about a year ago. I have asked him for any info (I think he used MS toolchain) and possibly a binary. I'll post anything I get.
Chris
On Wed, Apr 18, 2018 at 12:08 PM, oliver oliver@klingt.org wrote:
hi, dear list !
does anyone in this wonderful PD-land by any chance got a self-compiled version of a recent Gem source for the windows platform that he/she would share ?
the reason i'm asking is:
the last official windows binary of Gem dates from 2011 (version: 0.93.3) and has the following bug (windows only):
https://github.com/umlaeute/Gem/issues/156
the issue was declared closed on 14.11.17
so, i assume that compiling Gem from source for windows would be a way to overcome this bug, am i right here ?
now, sooner than i thought came the project, when i really need to be able to play back a big series of still images from recorded video input streams, so the Gem 0.93.3 windows bug strikes me right there.
and this is where i'm stuck:
the latest "self-compiling" guide i found for Gem is this one from 2014:
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-Mic rosoft-Windows-%28MINGW%29
but meanwhile a lot of things seem to have changed. i am using the latest MSYS. i recently successfully self-compiled a 64-bit version of PD, using this guide from Lucas Cordiviola:
https://lists.puredata.info/pipermail/pd-list/2018-03/122089.html
is there a similar howto like this existing for (the latest sources of) Gem for Windows ? what would be the 2018 equivalent of the libraries mentioned in the 2014 guide (which MSYS doesn't seem to find)
any help in this regard is highly appreciated !
best
oliver
-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\ /////////////// http://pendler.klingt.org ////////////// \\\\\\\\ http://oliver.klingt.org \\\\\\\ ////////////////////////////////////////////////////////
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/li stinfo/pd-list
I did a Msys2 compile a few weeks ago:
./autogen.sh
./configure --with-pd=path/to/your-pd-sources --prefix=path/for/installation --without-ftgl
make
Then I copied "libwinpthread-1.dll" & "libstdc++-6.dll" from the compiler to a manually built Gem folder.
@Oliver: remember you discover a change on Pd post 0-48-1 thats stopping Gem to load. I just did it to try get Gem loaded and I could.
see this thread ---> https://lists.puredata.info/pipermail/pd-dev/2018-03/021538.html
This is just a starting point. May be you get what you need with this basic compile. I'm not a Gem user so I'm not sure.
Mensaje telepatico asistido por maquinas.
On 4/18/2018 3:57 PM, Chris Clepper wrote: A friend did some work on GEM for Windows 10 about a year ago. I have asked him for any info (I think he used MS toolchain) and possibly a binary. I'll post anything I get.
Chris
On Wed, Apr 18, 2018 at 12:08 PM, oliver <oliver@klingt.orgmailto:oliver@klingt.org> wrote: hi, dear list !
does anyone in this wonderful PD-land by any chance got a self-compiled version of a recent Gem source for the windows platform that he/she would share ?
the reason i'm asking is:
the last official windows binary of Gem dates from 2011 (version: 0.93.3) and has the following bug (windows only):
https://github.com/umlaeute/Gem/issues/156
the issue was declared closed on 14.11.17
so, i assume that compiling Gem from source for windows would be a way to overcome this bug, am i right here ?
now, sooner than i thought came the project, when i really need to be able to play back a big series of still images from recorded video input streams, so the Gem 0.93.3 windows bug strikes me right there.
and this is where i'm stuck:
the latest "self-compiling" guide i found for Gem is this one from 2014:
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-Microsoft-Windows-%...
but meanwhile a lot of things seem to have changed. i am using the latest MSYS. i recently successfully self-compiled a 64-bit version of PD, using this guide from Lucas Cordiviola:
https://lists.puredata.info/pipermail/pd-list/2018-03/122089.html
is there a similar howto like this existing for (the latest sources of) Gem for Windows ? what would be the 2018 equivalent of the libraries mentioned in the 2014 guide (which MSYS doesn't seem to find)
any help in this regard is highly appreciated !
best
oliver
-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\ /////////////// http://pendler.klingt.org ////////////// \\\\\\\\ http://oliver.klingt.org \\\\\\\ ////////////////////////////////////////////////////////
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
hi, thanks a lot for your replies
@chris: yes, if you could post or link to a recent binary, that would be great !
@lucas: sorry, no luck here !
autogen.sh and configure.sh seem to work (i'm getting a similar config status like you posted). but the make process terminates after half an hour with an error i have yet to identify.
would you mind sending me your Gem binary so at least i can check if the "too many open files" bug is gone so i know it would be worth the effort to self-compile ?
thanks for all your inputs !
best
oliver
On 2018-04-18 22:04, Lucas Cordiviola wrote:
I did a Msys2 compile a few weeks ago:
_./autogen.sh_
_./configure --with-pd=path/to/your-pd-sources --prefix=path/for/installation --without-ftgl_
_make_
Then I copied "libwinpthread-1.dll" & "libstdc++-6.dll" from the compiler to a manually built Gem folder.
@Oliver: remember you discover a change on Pd post 0-48-1 thats stopping Gem to load. I just did it to try get Gem loaded and I could.
see this thread ---> https://lists.puredata.info/pipermail/pd-dev/2018-03/021538.html [7]
This is just a starting point. May be you get what you need with this basic compile. I'm not a Gem user so I'm not sure.
Mensaje telepatico asistido por maquinas.
On 4/18/2018 3:57 PM, Chris Clepper wrote:
A friend did some work on GEM for Windows 10 about a year ago. I have asked him for any info (I think he used MS toolchain) and possibly a binary. I'll post anything I get.
Chris
On Wed, Apr 18, 2018 at 12:08 PM, oliver oliver@klingt.org wrote:
hi, dear list !
does anyone in this wonderful PD-land by any chance got a self-compiled version of a recent Gem source for the windows platform that he/she would share ?
the reason i'm asking is:
the last official windows binary of Gem dates from 2011 (version: 0.93.3) and has the following bug (windows only):
https://github.com/umlaeute/Gem/issues/156 [1]
the issue was declared closed on 14.11.17
so, i assume that compiling Gem from source for windows would be a way to overcome this bug, am i right here ?
now, sooner than i thought came the project, when i really need to be able to play back a big series of still images from recorded video input streams, so the Gem 0.93.3 windows bug strikes me right there.
and this is where i'm stuck:
the latest "self-compiling" guide i found for Gem is this one from 2014:
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-Microsoft-Windows-%...
[2]
but meanwhile a lot of things seem to have changed. i am using the latest MSYS. i recently successfully self-compiled a 64-bit version of PD, using this guide from Lucas Cordiviola:
https://lists.puredata.info/pipermail/pd-list/2018-03/122089.html [3]
is there a similar howto like this existing for (the latest sources of) Gem for Windows ? what would be the 2018 equivalent of the libraries mentioned in the 2014 guide (which MSYS doesn't seem to find)
any help in this regard is highly appreciated !
best
oliver
-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\ /////////////// http://pendler.klingt.org [4] ////////////// \\\\\\\\ http://oliver.klingt.org [5] \\\\\\\ ////////////////////////////////////////////////////////
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list [6]
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Links:
[1] https://github.com/umlaeute/Gem/issues/156 [2] https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-Microsoft-Windows-%... [3] https://lists.puredata.info/pipermail/pd-list/2018-03/122089.html [4] http://pendler.klingt.org [5] http://oliver.klingt.org [6] https://lists.puredata.info/listinfo/pd-list [7] https://lists.puredata.info/pipermail/pd-dev/2018-03/021538.html
wow, I just realized Gem has over 2 thousand commits since 0.93.3
I wonder why 0.93.4 never came out
2018-04-19 9:30 GMT-03:00 oliver oliver@klingt.org:
hi, thanks a lot for your replies
@chris: yes, if you could post or link to a recent binary, that would be great !
@lucas: sorry, no luck here !
autogen.sh and configure.sh seem to work (i'm getting a similar config status like you posted). but the make process terminates after half an hour with an error i have yet to identify.
would you mind sending me your Gem binary so at least i can check if the "too many open files" bug is gone so i know it would be worth the effort to self-compile ?
thanks for all your inputs !
best
oliver
On 2018-04-18 22:04, Lucas Cordiviola wrote:
I did a Msys2 compile a few weeks ago:
_./autogen.sh_
_./configure --with-pd=path/to/your-pd-sources --prefix=path/for/installation --without-ftgl_
_make_
Then I copied "libwinpthread-1.dll" & "libstdc++-6.dll" from the compiler to a manually built Gem folder.
@Oliver: remember you discover a change on Pd post 0-48-1 thats stopping Gem to load. I just did it to try get Gem loaded and I could.
see this thread ---> https://lists.puredata.info/pipermail/pd-dev/2018-03/021538.html [7]
This is just a starting point. May be you get what you need with this basic compile. I'm not a Gem user so I'm not sure.
Mensaje telepatico asistido por maquinas.
On 4/18/2018 3:57 PM, Chris Clepper wrote:
A friend did some work on GEM for Windows 10 about a year ago. I
have asked him for any info (I think he used MS toolchain) and possibly a binary. I'll post anything I get.
Chris
On Wed, Apr 18, 2018 at 12:08 PM, oliver oliver@klingt.org wrote:
hi, dear list !
does anyone in this wonderful PD-land by any chance got a self-compiled version of a recent Gem source for the windows platform that he/she would share ?
the reason i'm asking is:
the last official windows binary of Gem dates from 2011 (version: 0.93.3) and has the following bug (windows only):
https://github.com/umlaeute/Gem/issues/156 [1]
the issue was declared closed on 14.11.17
so, i assume that compiling Gem from source for windows would be a way to overcome this bug, am i right here ?
now, sooner than i thought came the project, when i really need to be able to play back a big series of still images from recorded video input streams, so the Gem 0.93.3 windows bug strikes me right there.
and this is where i'm stuck:
the latest "self-compiling" guide i found for Gem is this one from 2014:
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-Mic
rosoft-Windows-%28MINGW%29
[2]
but meanwhile a lot of things seem to have changed. i am using the latest MSYS. i recently successfully self-compiled a 64-bit version of PD, using this guide from Lucas Cordiviola:
https://lists.puredata.info/pipermail/pd-list/2018-03/122089.html [3]
is there a similar howto like this existing for (the latest sources of) Gem for Windows ? what would be the 2018 equivalent of the libraries mentioned in the 2014 guide (which MSYS doesn't seem to find)
any help in this regard is highly appreciated !
best
oliver
-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\ /////////////// http://pendler.klingt.org [4] ////////////// \\\\\\\\ http://oliver.klingt.org [5] \\\\\\\ ////////////////////////////////////////////////////////
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list [6]
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Links:
[1] https://github.com/umlaeute/Gem/issues/156 [2] https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-Mic rosoft-Windows-%28MINGW%29 [3] https://lists.puredata.info/pipermail/pd-list/2018-03/122089.html [4] http://pendler.klingt.org [5] http://oliver.klingt.org [6] https://lists.puredata.info/listinfo/pd-list [7] https://lists.puredata.info/pipermail/pd-dev/2018-03/021538.html
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/li stinfo/pd-list
@ Oliver:
Here's a compiled Gem a few weeks ago: ----> http://lucarda.com.ar/x/Gem-for-oliver-test.zip
I didn't did a "make install" so it contains manually copying of certain files (the hole Gem-master folder is 500MB post compilation). I'm not a Gem user so I just opened a couple of helps and they worked.
Hope it helps, Lucarda.
Mensaje telepatico asistido por maquinas.
On 4/19/2018 7:14 PM, Alexandre Torres Porres wrote: wow, I just realized Gem has over 2 thousand commits since 0.93.3
I wonder why 0.93.4 never came out
2018-04-19 9:30 GMT-03:00 oliver <oliver@klingt.orgmailto:oliver@klingt.org>: hi, thanks a lot for your replies
@chris: yes, if you could post or link to a recent binary, that would be great !
@lucas: sorry, no luck here !
autogen.sh and configure.sh seem to work (i'm getting a similar config status like you posted). but the make process terminates after half an hour with an error i have yet to identify.
would you mind sending me your Gem binary so at least i can check if the "too many open files" bug is gone so i know it would be worth the effort to self-compile ?
thanks for all your inputs !
best
oliver
On 2018-04-18 22:04, Lucas Cordiviola wrote: I did a Msys2 compile a few weeks ago:
_./autogen.sh_
_./configure --with-pd=path/to/your-pd-sources --prefix=path/for/installation --without-ftgl_
_make_
Then I copied "libwinpthread-1.dll" & "libstdc++-6.dll" from the compiler to a manually built Gem folder.
@Oliver: remember you discover a change on Pd post 0-48-1 thats stopping Gem to load. I just did it to try get Gem loaded and I could.
see this thread ---> https://lists.puredata.info/pipermail/pd-dev/2018-03/021538.html [7]
This is just a starting point. May be you get what you need with this basic compile. I'm not a Gem user so I'm not sure.
Mensaje telepatico asistido por maquinas.
On 4/18/2018 3:57 PM, Chris Clepper wrote:
A friend did some work on GEM for Windows 10 about a year ago. I have asked him for any info (I think he used MS toolchain) and possibly a binary. I'll post anything I get.
Chris
On Wed, Apr 18, 2018 at 12:08 PM, oliver <oliver@klingt.orgmailto:oliver@klingt.org> wrote:
hi, dear list !
does anyone in this wonderful PD-land by any chance got a self-compiled version of a recent Gem source for the windows platform that he/she would share ?
the reason i'm asking is:
the last official windows binary of Gem dates from 2011 (version: 0.93.3) and has the following bug (windows only):
https://github.com/umlaeute/Gem/issues/156 [1]
the issue was declared closed on 14.11.17
so, i assume that compiling Gem from source for windows would be a way to overcome this bug, am i right here ?
now, sooner than i thought came the project, when i really need to be able to play back a big series of still images from recorded video input streams, so the Gem 0.93.3 windows bug strikes me right there.
and this is where i'm stuck:
the latest "self-compiling" guide i found for Gem is this one from 2014:
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-Microsoft-Windows-%... [2]
but meanwhile a lot of things seem to have changed. i am using the latest MSYS. i recently successfully self-compiled a 64-bit version of PD, using this guide from Lucas Cordiviola:
https://lists.puredata.info/pipermail/pd-list/2018-03/122089.html [3]
is there a similar howto like this existing for (the latest sources of) Gem for Windows ? what would be the 2018 equivalent of the libraries mentioned in the 2014 guide (which MSYS doesn't seem to find)
any help in this regard is highly appreciated !
best
oliver
-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\ /////////////// http://pendler.klingt.org [4] ////////////// \\\\\\\\ http://oliver.klingt.org [5] \\\\\\\ ////////////////////////////////////////////////////////
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list [6]
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
[1] https://github.com/umlaeute/Gem/issues/156 [2] https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-Microsoft-Windows-%... [3] https://lists.puredata.info/pipermail/pd-list/2018-03/122089.html [4] http://pendler.klingt.org [5] http://oliver.klingt.org [6] https://lists.puredata.info/listinfo/pd-list [7] https://lists.puredata.info/pipermail/pd-dev/2018-03/021538.html
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Lucas Cordiviola wrote:
@ Oliver:
Here's a compiled Gem a few weeks ago: ----> http://lucarda.com.ar/x/Gem-for-oliver-test.zip
I didn't did a "make install" so it contains manually copying of certain files (the hole Gem-master folder is 500MB post compilation). I'm not a Gem user so I just opened a couple of helps and they worked.
hi, lucas !
thanks a bunch for your efforts ! only managed today to give it a try !
by and large your compiled GEM works, but unfortunately [pix_image] is unable to load any file (which was my main goal to achieve). same goes for [pix_buffer] of course. graphics and [pix_film] seem to work ok, though.
holding my breath for 0.94 ;-)
best
oliver
On 2018-04-24 21:52, oliver wrote:
but unfortunately [pix_image] is unable to load any file (which was my main goal to achieve)
errors? (start Pd with "-verbose" AND raise the verbosity in the Pd-console to "debug"). start pd.com from the cmd-terminal (rather than double clicking on pd.exe) and check whether there's some interesting printout on the terminal as well.
interesting printout can occur while loading Gem, and while trying to open the image.
fgamsdr IOhannes
IOhannes m zmoelnig wrote:
On 2018-04-24 21:52, oliver wrote:
but unfortunately [pix_image] is unable to load any file (which was my main goal to achieve)
errors? (start Pd with "-verbose" AND raise the verbosity in the Pd-console to "debug").
thanks, sorry for being lazy here. doing so, i think i found the source of my problem:
start pd.com from the cmd-terminal (rather than double clicking on pd.exe) and check whether there's some interesting printout on the terminal as well.
no printout on the cmd-terminal
but in the PD window (among many other things), it says:
GEM: image loading support: SGI
i received this version from lucas, and i'm pretty sure it wasn't compiled with all image support stuff, because the official build (0.93.3) says:
Image loading support: QT SGI jpeg tiff
so i guess that is that.
..............................................
anyway:
here's the whole printout when loading pd with -verbose -noprefs -lib Gem:
==========================================================================
'pd-gui' connecting to 'pd' on localhost 5400 ... ------------------ done with main ---------------------- Tk 8.5.10 Detected font: courier WARNING: Font family 'DejaVu Sans Mono' not found, using default (courier) Base font: courier bold tried ./Gem.m_i386 and failed tried ./Gem.dll and failed tried ./Gem/Gem.m_i386 and failed tried ./Gem/Gem.dll and failed tried ./Gem.pd and failed tried ./Gem.pat and failed tried ./Gem/Gem.pd and failed tried C:/Users/oliver/AppData/Roaming/Pd/Gem.m_i386 and failed tried C:/Users/oliver/AppData/Roaming/Pd/Gem.dll and failed tried C:/Users/oliver/AppData/Roaming/Pd/Gem/Gem.m_i386 and failed tried C:/Users/oliver/AppData/Roaming/Pd/Gem/Gem.dll and failed tried C:/Users/oliver/AppData/Roaming/Pd/Gem.pd and failed tried C:/Users/oliver/AppData/Roaming/Pd/Gem.pat and failed tried C:/Users/oliver/AppData/Roaming/Pd/Gem/Gem.pd and failed tried C:/Program Files (x86)/Common Files/Pd/Gem.m_i386 and failed tried C:/Program Files (x86)/Common Files/Pd/Gem.dll and failed tried C:/Program Files (x86)/Common Files/Pd/Gem/Gem.m_i386 and failed tried C:/Program Files (x86)/Common Files/Pd/Gem/Gem.dll and failed tried C:/Program Files (x86)/Common Files/Pd/Gem.pd and failed tried C:/Program Files (x86)/Common Files/Pd/Gem.pat and failed tried C:/Program Files (x86)/Common Files/Pd/Gem/Gem.pd and failed tried D:/pd_0.48/extra/Gem.m_i386 and failed tried D:/pd_0.48/extra/Gem.dll and failed tried D:/pd_0.48/extra/Gem/Gem.m_i386 and failed tried D:/pd_0.48/extra/Gem/Gem.dll and succeeded GEM: Graphics Environment for Multimedia GEM: ver: 0.93. GEM: compiled on Mar 24 2018 GEM: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version) GEM: Chris Clepper GEM: Cyrille Henry GEM: IOhannes m zmoelnig GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christoph Steiner, et al. GEM: found a bug? miss a feature? please report it: GEM: homepage https://gem.iem.at/ GEM: bug-tracker https://bugs.gem.iem.at/ GEM: mailing-list https://lists.puredata.info/listinfo/gem-dev/ tried ./Gem-meta.pd and failed tried C:/Users/oliver/AppData/Roaming/Pd/Gem-meta.pd and failed tried C:/Program Files (x86)/Common Files/Pd/Gem-meta.pd and failed tried D:/pd_0.48/extra/Gem-meta.pd and failed tried D:/pd_0.48/doc/5.reference/Gem-meta.pd and failed GEM: trying to add Gem path 'D:/pd_0.48/extra/Gem' to search-paths GEM: compiled for MMX architecture GEM: using MMX optimization GEM: detected 4 CPUs GEM: image loading support: SGI GEM: image saving support: SGI Loading plugin: D:/pd_0.48/tcl/pd_deken.tcl [deken] Platform detected: Windows-i686-32bit Loading plugin: D:/pd_0.48/tcl/pd_docsdir.tcl Loading plugin: D:/pd_0.48/extra/deken-plugin/deken-plugin.tcl [deken]: installed version [0.2.3] < 0.3.1...overwriting! [deken] deken-plugin.tcl (Pd externals search) loaded from D:/pd_0.48/extra/deken-plugin. [deken] Platform detected: Windows-i686-float32
==========================================================================
interesting printout can occur while loading Gem, and while trying to open the image.
on opening the help file for [pix_image], i get the following console messages:
==========================================================================
tried D:/pd_0.48/#nice_patches/GEM/img/testimg_02.jpg and succeeded [pix_image]: loading of 'D:/pd_0.48/#nice_patches/GEM/img/testimg_02.jpg' failed tried D:/pd_0.48/extra/Gem/help/gemwin.pd and failed tried D:/pd_0.48/extra/Gem/gemwin.pd and succeeded tried D:/pd_0.48/extra/Gem/gemdefaultwindow.pd and succeeded [pix_draw]: requesting [pix_draw] - consider using [pix_texture] tried D:/pd_0.48/extra/Gem/help/examples/data/fractal.JPG and failed tried D:/pd_0.48/extra/Gem/examples/data/fractal.JPG and failed tried C:/Users/oliver/AppData/Roaming/Pd/examples/data/fractal.JPG and failed tried C:/Program Files (x86)/Common Files/Pd/examples/data/fractal.JPG and failed tried D:/pd_0.48/extra/examples/data/fractal.JPG and failed tried D:/pd_0.48/doc/5.reference/examples/data/fractal.JPG and failed [pix_image]: loading image 'D:/pd_0.48/extra/Gem/help/examples/data/fractal.JPG' with ID:1 GLEW version 1.10.0 [pix_image]: failed to load image 'D:/pd_0.48/extra/Gem/help/examples/data/fractal.JPG' tried D:/pd_0.48/#nice_patches/GEM/img/testimg_07.jpg and succeeded [pix_image]: loading image 'D:/pd_0.48/#nice_patches/GEM/img/testimg_07.jpg' with ID:2 [pix_image]: failed to load image 'D:/pd_0.48/#nice_patches/GEM/img/testimg_07.jpg'
==========================================================================
thanks for caring
best
oliver
On 4/25/2018 7:05 AM, oliver wrote:
no printout on the cmd-terminal
This is what I get with "-verbose -stderr":
==================================================
pd -noprefs -noautopatch -font 12 -verbose -stderr -lib Gem input channels = 2, output channels = 2 Pd-0.48.1 ("") compiled 13:16:30 Jan 7 2018 port 5400 Waiting for connection request... ... connected tried ./Gem.m_i386 and failed tried ./Gem.dll and failed tried ./Gem/Gem.m_i386 and failed tried ./Gem/Gem.dll and failed tried ./Gem.pd and failed tried ./Gem.pat and failed tried ./Gem/Gem.pd and failed tried C:/Users/Lucarda/AppData/Roaming/Pd/Gem.m_i386 and failed tried C:/Users/Lucarda/AppData/Roaming/Pd/Gem.dll and failed tried C:/Users/Lucarda/AppData/Roaming/Pd/Gem/Gem.m_i386 and failed tried C:/Users/Lucarda/AppData/Roaming/Pd/Gem/Gem.dll and succeeded GEM: Graphics Environment for Multimedia verbose(2): GEM: ver: 0.93. verbose(2): GEM: compiled on Mar 24 2018 verbose(2): GEM: maintained by IOhannes m zmoelnig verbose(2): GEM: Authors : Mark Danks (original version) verbose(2): GEM: Chris Clepper verbose(2): GEM: Cyrille Henry verbose(2): GEM: IOhannes m zmoelnig verbose(2): GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, H ans-Christoph Steiner, et al. verbose(2): GEM: found a bug? miss a feature? please report it: verbose(2): GEM: homepage https://gem.iem.at/ verbose(2): GEM: bug-tracker https://bugs.gem.iem.at/ verbose(2): GEM: mailing-list https://lists.puredata.info/listinfo/gem-de v/ open: C:\Program Files (x86)\Common Files\Pd/gem.conf: No such file or directory
open: C:\Users\Lucarda\AppData\Roaming\Pd/gem.conf: No such file or directory open: ./gem.conf: No such file or directory tried ./Gem-meta.pd and failed tried C:/Users/Lucarda/AppData/Roaming/Pd/Gem-meta.pd and failed tried C:/Program Files (x86)/Common Files/Pd/Gem-meta.pd and failed tried C:/Users/Lucarda/Downloads/pd048.1miller/pd/extra/Gem-meta.pd and failed tried C:/Users/Lucarda/Downloads/pd048.1miller/pd/doc/5.reference/Gem-meta.pd an d failed verbose(4): GEM: trying to add Gem path 'C:/Users/Lucarda/AppData/Roaming/Pd/Gem ' to search-paths verbose(2): GEM: compiled for MMX architecture verbose(2): GEM: using MMX optimization verbose(2): GEM: detected 4 CPUs load plugins 'film' in 'C:/Users/Lucarda/AppData/Roaming/Pd/Gem/' pattern : C:/Users/Lucarda/AppData/Roaming/Pd/Gem/gem_film*.dll dylib loading file 'gem_filmAVI.dll'! GemDylib failed: #126: The specified module could not be found.
GemDylib throwing: DLLerror(0x7e)The specified module could not be found.
dylib loading file 'gem_filmDS.dll'! GemDylib failed: #126: The specified module could not be found.
GemDylib throwing: DLLerror(0x7e)The specified module could not be found.
load plugins 'image' in 'C:/Users/Lucarda/AppData/Roaming/Pd/Gem/' pattern : C:/Users/Lucarda/AppData/Roaming/Pd/Gem/gem_image*.dll dylib loading file 'gem_imageSGI.dll'! GemDylib failed: #126: The specified module could not be found.
GemDylib throwing: DLLerror(0x7e)The specified module could not be found.
GEM: image loading support: SGI not reloading 'image' plugins (already 1 loaded) load plugins 'image' in 'C:/Users/Lucarda/AppData/Roaming/Pd/Gem/' pattern : C:/Users/Lucarda/AppData/Roaming/Pd/Gem/gem_image*.dll dylib loading file 'gem_imageSGI.dll'! GEM: image saving support: SGI load plugins 'model' in 'C:/Users/Lucarda/AppData/Roaming/Pd/Gem/' pattern : C:/Users/Lucarda/AppData/Roaming/Pd/Gem/gem_model*.dll dylib loading file 'gem_modelOBJ.dll'! GemDylib failed: #126: The specified module could not be found.
GemDylib throwing: DLLerror(0x7e)The specified module could not be found.
load plugins 'record' in 'C:/Users/Lucarda/AppData/Roaming/Pd/Gem/' pattern : C:/Users/Lucarda/AppData/Roaming/Pd/Gem/gem_record*.dll load plugins 'video' in 'C:/Users/Lucarda/AppData/Roaming/Pd/Gem/' pattern : C:/Users/Lucarda/AppData/Roaming/Pd/Gem/gem_video*.dll dylib loading file 'gem_videoDS.dll'! GemDylib failed: #126: The specified module could not be found.
GemDylib throwing: DLLerror(0x7e)The specified module could not be found.
dylib loading file 'gem_videoVFW.dll'! GemDylib failed: #126: The specified module could not be found.
GemDylib throwing: DLLerror(0x7e)The specified module could not be found.
=================================================================
--
Mensaje telepatico asistido por maquinas.
Lucas Cordiviola wrote:
On 4/25/2018 7:05 AM, oliver wrote:
no printout on the cmd-terminal
This is what I get with "-verbose -stderr":
so i get less errors from your compiled Gem than you ;-)
strange ...
anyway ... even when i load an .sgi formatted image, [pix_image] actually shows it but crashes PD when i try to load another one ;-(
thanks anyway !
best
oliver