I am using 1.7.0 SDK, and Windows 7 64 bit.
I am packaging with packp3d.exe, the tutorial panda application from the manual. (I copied the models to the project directory).
When I double click on the generated “p3d” file I get a blank-white window. If i run it from command line the output is as follows:
:display: loading display module: libpandagl.dll
:display: loading display module: libpandadx9.dll
:display: loading display module: libpandadx8.dll
:display: loading display module: libtinydisplay.dll
Known pipe types:
wglGraphicsPipe
wdxGraphicsPipe9
wdxGraphicsPipe8
TinyWinGraphicsPipe
TinyOffscreenGraphicsPipe
(all display modules loaded.)
:display:windisplay: OS version: 6.1.2.7600
:display:windisplay:
:display:windisplay: max Mhz 2403000000, current Mhz 2403000000
:ShowBase: Default graphics pipe is wglGraphicsPipe (OpenGL).
:display: Unable to set window properties: !undecorated
:ShowBase: Successfully opened window of type wglGraphicsWindow (OpenGL)
:audio: NullAudioManager
:audio: NullAudioManager
:ShowBase: __dev__ == 0
:loader: Reading /mf/environment.bam
:loader: Reading /mf/panda-model.bam
:loader: Reading /mf/panda-walk4.bam
:ShowBase: Got window event: origin=(-1, -1) size=(640, 480) title="Panda" !unde
corated !fullscreen foreground !minimized open !cursor_hidden absolute
:ShowBase: Got window event: origin=(-1, -1) size=(640, 480) title="Panda" !unde
corated !fullscreen !foreground !minimized open !cursor_hidden absolute
PS: I tried vertex-buffers #f (found it somewhere on forums) - does nothing.