Cheaterman / panda3d-glhost

Deprecated - see https://github.com/Cheaterman/panda3d-kivy for a modern way to integrate Kivy into Panda3D.
4 stars 5 forks source link

Exception: No graphics pipe is available! #1

Open juanjavatus opened 4 years ago

juanjavatus commented 4 years ago

Hi, I had this exception running main.py: File "/home/juanjo/MnPy/venv/lib/python3.6/site-packages/direct/showbase/ShowBase.py", line 759, in _doOpenWindow self.makeDefaultPipe() File "/home/juanjo/MnPy/venv/lib/python3.6/site-packages/direct/showbase/ShowBase.py", line 598, in makeDefaultPipe "No graphics pipe is available!\n" File "/home/juanjo/MnPy/venv/lib/python3.6/site-packages/direct/directnotify/Notifier.py", line 130, in error raise exception(errorString) Exception: No graphics pipe is available! Your Config.prc file must name at least one valid panda display library via load-display or aux-display.

Thanks

Cheaterman commented 4 years ago

Hello and thanks for your interest!

I am proud to announce the Panda3D-GLhost patch is now officially EOL.

I have now developed a better and simpler alternative to use Kivy inside Panda3D, which can be seen here: https://github.com/Cheaterman/panda3d-kivy/

It's still very much a work in progress, but no further work will be done on the GLhost patch.

Thanks for your understanding!

juanjavatus commented 4 years ago

Oh, yes, I know it. Very interesting too but in the opposite way, rendering kivy inside panda3d instead panda 3d inside kivy. Thank you very much for your quick answer. I will be soon with some question in panda3d-kivy. Just in this moment i'm having a problem: [CRITICAL] [App ] Unable to get a Window, abort. But sure is something i did wrong with my code. Best regards