CraigsBook:Panda craigmacomber$ /Users/craigmacomber/Desktop/Panda/panda3d packp3d.p3d Some function pointers not found: P3D_initialize = 1 P3D_finalize = 1 P3D_set_plugin_version = 0 P3D_set_super_mirror = 0 P3D_new_instance = 1 P3D_instance_start = 1 P3D_instance_start_stream = 0 P3D_instance_finish = 1 P3D_instance_setup_window = 1 P3D_object_get_type = 1 P3D_object_get_bool = 1 P3D_object_get_int = 1 P3D_object_get_float = 1 P3D_object_get_string = 1 P3D_object_get_repr = 1 P3D_object_get_property = 1 P3D_object_set_property = 1 P3D_object_has_method = 1 P3D_object_call = 1 P3D_object_eval = 1 P3D_object_incref = 1 P3D_object_decref = 1 P3D_make_class_definition = 1 P3D_new_undefined_object = 1 P3D_new_none_object = 1 P3D_new_bool_object = 1 P3D_new_int_object = 1 P3D_new_float_object = 1 P3D_new_string_object = 1 P3D_instance_get_panda_script_object = 1 P3D_instance_set_browser_script_object = 1 P3D_instance_get_request = 1 P3D_check_request = 1 P3D_request_finish = 1 P3D_instance_feed_url_stream = 1 P3D_instance_handle_event = 1 Unable to launch core API in /Users/craigmacomber/Library/Caches/Panda3D/coreapi/osx_i386/p3d_plugin.dylib :express(warning): error:0D07207B:asn1 encoding routines:ASN1_get_object:header too long :express(warning): error:0D068066:asn1 encoding routines:ASN1_CHECK_TLEN:bad object header :express(warning): error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error Some function pointers not found: P3D_initialize = 1 P3D_finalize = 1 P3D_set_plugin_version = 0 P3D_set_super_mirror = 0 P3D_new_instance = 1 P3D_instance_start = 1 P3D_instance_start_stream = 0 P3D_instance_finish = 1 P3D_instance_setup_window = 1 P3D_object_get_type = 1 P3D_object_get_bool = 1 P3D_object_get_int = 1 P3D_object_get_float = 1 P3D_object_get_string = 1 P3D_object_get_repr = 1 P3D_object_get_property = 1 P3D_object_set_property = 1 P3D_object_has_method = 1 P3D_object_call = 1 P3D_object_eval = 1 P3D_object_incref = 1 P3D_object_decref = 1 P3D_make_class_definition = 1 P3D_new_undefined_object = 1 P3D_new_none_object = 1 P3D_new_bool_object = 1 P3D_new_int_object = 1 P3D_new_float_object = 1 P3D_new_string_object = 1 P3D_instance_get_panda_script_object = 1 P3D_instance_set_browser_script_object = 1 P3D_instance_get_request = 1 P3D_check_request = 1 P3D_request_finish = 1 P3D_instance_feed_url_stream = 1 P3D_instance_handle_event = 1 Unable to launch core API in /Users/craigmacomber/Library/Caches/Panda3D/coreapi/osx_i386/p3d_plugin.dylib Unable to load Panda3D plugin. CraigsBook:Panda craigmacomber$ /Users/craigmacomber/Desktop/Panda/panda3d -h This is panda3d version 0.9.3c Usage: panda3d [opts] file.p3d [args] panda3d -m [opts] file_a.p3d file_b.p3d [file_c.p3d ...] This program is used to execute a Panda3D application bundle stored in a .p3d file. In the first form, without the -m option, it executes one application; remaining arguments following the application name are passed into the application. In the second form, with the -m option, it can execute multiple applications simultaneously, though in this form arguments cannot be passed into the applications. Options: -m Indicates that multiple application filenames will be passed on the command line. All applications will be run at the same time, but additional arguments may not be passed to any of the applictions. -t token=value Defines a web token or parameter to pass to the application(s). This simulates a entry in an tag. -w [toplevel|embedded|fullscreen|hidden] Specify the type of graphic window to create. If you specify "embedded", a new window is created to be the parent. -s width,height Specify the size of the graphic window. -o x,y Specify the position (origin) of the graphic window on the screen, or on the parent window. -l log_dirname Specify the full path to the directory in which log files are to be written. If this is not specified, the default is to send the application output to the console. -f Force an initial contact of the Panda3D download server, to check if a new version is available. Normally, this is done only if contents.xml cannot be read. -i Runs the application interactively. This requires that the application was built with -D on the packp3d command line. If so, this option will create an interactive Python prompt after the application has loaded. It will also retain the PYTHONPATH environment variable from the user's environment, allowing Python files on disk to shadow the same-named Python files within the p3d file, for rapid iteration on the Python code. -S Runs the application with security enabled, as if it were embedded in a web page. -u url Specify the URL of the Panda3D download server. This is the host from which the plugin itself will be downloaded if necessary. The default is "https://apollo.ddrose.com/~drose/p3d_7" . -M super_mirror_url Specifies the "super mirror" URL, the special URL that is consulted first before downloading any package file referenced by a p3d file. This is primarily intended to support pre-installing a downloadable Panda3D tree on the local machine, to allow p3d applications to execute without requiring an internet connection. -p platform Specify the platform to masquerade as. The default is "osx_i386" . CraigsBook:Panda craigmacomber$