Entry Point Not Found?

When launching the majority of applications I get the modal “ppython.exe Entry Point Not Found” error. Which says “The procedure entry point cgGetBoolStateAssignmentValues could not be located in the dynamic link library cg.dll” After clicking “OK” the apps the seemingly run ok …

:question:

When using the command line “Hello World” tutorial, output goes to the windows console, not the Panda window. I assume the issues are related.

:question:

Any ideas how to fix this?

Thanx

Indeed. My friend has the same problem.
Just switch to software in your Config.prc. This runs slower, but without the error.
Its located:
On windows: c:\panda3d-1.3.2\etc\Config.prc
On linux: /etc/Config.prc

This is correct, isn’t it? The output has to go to the windows console.

The tutorial gives the impression that (as one is using ppython) “Hello World” should use a minimal Panda window for display.

Thanx for the info, I’ll poke around in the code, to see if it can be done with a programmatic approach at run-time so as not to scare end users.

YOU WERE RIGHT :unamused: Somehow I got the tuts in the manual mixed up. I rechecked and found I was in error.

Thanx