Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError with base.oobe #99

Open
thetestgame opened this issue Jul 16, 2018 · 0 comments
Open

AssertionError with base.oobe #99

thetestgame opened this issue Jul 16, 2018 · 0 comments

Comments

@thetestgame
Copy link

Calling base.oobe results in an error using these plugin settings. plugins.txt

Traceback (most recent call last): File "start_client.py", line 18, in <module> engine.run() File "D:\Panda3D-1.10.0\direct\showbase\ShowBase.py", line 3047, in run self.taskMgr.run() File "D:\Panda3D-1.10.0\direct\task\Task.py", line 531, in run self.step() File "D:\Panda3D-1.10.0\direct\task\Task.py", line 485, in step self.mgr.poll() File "thirdparty/RenderPipeline\rpcore\render_pipeline.py", line 561, in _plugin_pre_render_update self.plugin_mgr.trigger_hook("pre_render_update") File "thirdparty/RenderPipeline\rpcore\pluginbase\manager.py", line 171, in trigger_hook getattr(plugin_handle, hook_method)() File "thirdparty/RenderPipeline\rpplugins\pssm\plugin.py", line 146, in on_pre_render_update self.camera_rig.update(Globals.base.camera, sun_vector) AssertionError: cam != nullptr at line 373 of c:\buildslave\sdk-windows-i386\build\contrib\src\rplight\pssmCameraRig.cxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant