Hey all,
when i install GEM, it seems to work (be bussy anyway- it extracts a bunch of files and, after i edit the installer to have the right path to find PD, appears to be doing things there (patching it?)) but- after the install its... not installed? objects from GEM are not recognized (if i create them, they have dotted outlines just like if you create a gyberish object, instead of ports)- also, if i run examples that come with GEM they don't work- i get errors like this:
"gemhead
... couldn't create
sphere
... couldn't create
gemhead
... couldn't create
light
... couldn't create"
So- i know this is a really beginner issue, but whats going on? is there a tutorial or better instructions somewhere on how to iunstall GEM and get started? thanks everyone!
Bryan
-
Newb can't use GEM
-
ok I've switched by slashed and I now I'm getting this
/Program Files/pd/bin/pd -lib /Program Files/pd/gem/gem-0.90.1/: can't load library
what exactly am I trying to point to? the .dll file or something else?
-
it seems that the problem is not "cant load Gem Library ", but "cant load Gem Help files" here ...
Gem object works well but if you right click on any gem object and choose "help", the console will show me "couldnt find pix_texture help ... " like that.
I also got this problem on my xp pc laptop ,
and I'll try on my ubuntu ...vea
-
Hi,
I am on Ubuntu and when I launch Pd I get this :
../lib/pd/extra/Gem.pd_linux: ../lib/pd/extra/Gem.pd_linux: undefined symbol: _ZN6FTFont4BBoxEPKwRfS2_S2_S2_S2_S2_
Gem: can't load libraryIs there somebody who knows what is wrong?
Thanks -
HI,
I got the same problem as pnoe. I'm trying to run PD in openSuse 11.1 and after one week of work I'm not able to make GEM run..../ Gem.pd_linux: undefined symbol: _ZN6FTFont4BBoxEPKwRfS2_S2_S2_S2_S2_
Gem: can't load librarysomebody knows what's happening?
Many thanks.
-
same problem
-
Pd-extended includes GEM, as well as a number of other useful libraries. Unless you have a specific reason not to use Pd-extended, I would give it a shot.
-
I tried PD-extended and the problem persist.
/ Gem.pd_linux: undefined symbol: _ZN6FTFont4BBoxEPKwRfS2_S2_S2_S2_S2_
Gem: can't load libraryOpenSuse 11.1
-
I'd try the list, maybe someone can help you there.
http://lists.puredata.info/listinfo/pd-list -
Hi, thought I'd post here even thought the thread is old before starting a new topic because my problem is exactly that as described here, though none of the suggestions have help and no one seems to have my exact error console output, which is as follows:
WARNING: Font family 'Courier' not found, using default (DejaVu Sans Mono)
tried ./gem.l_i386 and failed
tried /usr/lib/pd/extra/Gem/gem.l_i386 and failed
tried /usr/lib/puredata/extra/gem.l_i386 and failed
tried /home/digithree/pd-externals/gem.l_i386 and failed
tried /usr/local/lib/pd-externals/gem.l_i386 and failed
tried /usr/lib/puredata/extra/gem.l_i386 and failed
tried /usr/lib/pd/extra/gem.l_i386 and failed
tried ./gem.pd_linux and failed
tried /usr/lib/pd/extra/Gem/gem.pd_linux and failed
tried /usr/lib/puredata/extra/gem.pd_linux and failed
tried /home/digithree/pd-externals/gem.pd_linux and failed
tried /usr/local/lib/pd-externals/gem.pd_linux and failed
tried /usr/lib/puredata/extra/gem.pd_linux and failed
tried /usr/lib/pd/extra/gem.pd_linux and failed
tried ./gem/gem.l_i386 and failed
tried /usr/lib/pd/extra/Gem/gem/gem.l_i386 and failed
tried /usr/lib/puredata/extra/gem/gem.l_i386 and failed
tried /home/digithree/pd-externals/gem/gem.l_i386 and failed
tried /usr/local/lib/pd-externals/gem/gem.l_i386 and failed
tried /usr/lib/puredata/extra/gem/gem.l_i386 and failed
tried /usr/lib/pd/extra/gem/gem.l_i386 and failed
tried ./gem/gem.pd_linux and failed
tried /usr/lib/pd/extra/Gem/gem/gem.pd_linux and failed
tried /usr/lib/puredata/extra/gem/gem.pd_linux and failed
tried /home/digithree/pd-externals/gem/gem.pd_linux and failed
tried /usr/local/lib/pd-externals/gem/gem.pd_linux and failed
tried /usr/lib/puredata/extra/gem/gem.pd_linux and failed
tried /usr/lib/pd/extra/gem/gem.pd_linux and failed
gem: can't load library
input channels = 2, output channels = 2
audio buffer set to 25
opened input device name hw:0
configuring sound input...
Sample width set to 2 bytes
configuring sound output...
Sample width set to 2 bytes
tried but couldn't sync A/D/ASo I've added the word "gem" (with no quotes) to the Startup list, and the external library locations (whose paths can be seen in the above output) yet it doesn't work.
Any ideas? I've verified that both pd and gem are installed and at the lastest version. I'm using Ubuntu 11.10
Thanks