Re: [Pharo-users] Pharo on Fedora 19

2013-07-04 Thread Daniel Miranda
Libraries reinstaller, problem persists, Pharo is definitely stuck on findMethodWithPrimitiveFromContextUpToContext(). It looks like a problem during initialization, way before graphics drivers would get in the way. As I mentioned the 3.0 alpha runs OK, which further raises my suspicions of a VM bu

Re: [Pharo-users] Pharo on Fedora 19

2013-07-04 Thread danielkza
I'll try reinstalling the libraries as instructed. I'm currently using the latest proprietary NVIDIA drivers, they may the problem. I suspect not because I tried the 3.0 alpha and it ran fine. -- View this message in context: http://forum.world.st/Pharo-on-Fedora-19-tp4697358p4697455.html Sent

Re: [Pharo-users] Pharo on Fedora 19

2013-07-04 Thread Pavel Krivanek
On KDE with acceleration it works fine too. Maybe some video card driver problem? -- Pavel On Thu, Jul 4, 2013 at 4:52 PM, Pavel Krivanek wrote: > Hi, > > for me Pharo fully works after upgrade to Fedora 19. With this packages: > glibc-devel.i686 mesa-libGLU.i686 libICE-devel.i686 libSM-devel.i6

Re: [Pharo-users] Pharo on Fedora 19

2013-07-04 Thread Pavel Krivanek
Hi, for me Pharo fully works after upgrade to Fedora 19. With this packages: glibc-devel.i686 mesa-libGLU.i686 libICE-devel.i686 libSM-devel.i686 I use XFCE without accelerated desktop. Cheers, -- Pavel On Thu, Jul 4, 2013 at 4:35 PM, Daniel Miranda wrote: > Hello, > > I tried to set up Pharo

[Pharo-users] Pharo on Fedora 19

2013-07-04 Thread Daniel Miranda
Hello, I tried to set up Pharo 2.0 on Fedora 19 x86-64, and for that I needed the 32-bit libraries. Using ldd I could figure out most of them: glibc (obviously), X11, OpenGL libs, ALSA, libSM, libICE. All the bundled executables/libs are okay according to ldd. But when I start pharo I get a blan