Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mathnmusic

Pages: [1]
1
General / Problems in VirtualBox Linux
« on: June 10, 2014, 05:26:47 am »
I installed a Lubuntu machine in VirtualBox and then installed Py-SFML within that.
When I try to open a window with:
   w = sf.RenderWindow(sf.VideoMode(640, 480), "A Window")
there are two error messages:
  libGL error: failed to authenticate magic 1  (this number increases on subsequent runs)
  libGL error: failed to load driver: vboxvideo
When I play music with:
   music = sf.Music.from_file("Orchestral.OGG")
   music.play()
it does play but the sound is distorted.
   Could these problems be caused because of the machine settings when I installed Lubuntu?  For example, maybe I should have selected "Null audio driver" instead of "Windows Direct Sound".  I tried enabling 3D acceleration and am otherwise clueless on how to fix the graphics problem.


Pages: [1]
anything