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

ERROR: <create_render_bin:90>: Failed to create 'sink_sub_bin_sink1' #18

Open
huwade opened this issue Jan 13, 2020 · 3 comments
Open

Comments

@huwade
Copy link

huwade commented Jan 13, 2020

Hi, I pull the container from https://ngc.nvidia.com/catalog/containers/nvidia:deepstream_360d
and use following command
nvidia-docker run -it --rm -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -w /root nvcr.io/nvidia/deepstream-360d:4.0.1-19.11

I got this error
(gst-plugin-scanner:15): GStreamer-WARNING **: 06:51:21.855: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_eglglessink.so': libcuda.so.1: cannot open shared object file: No such file or directory
** ERROR: main:601: Specify config file with -c option
Quitting
App run failed
root@e35d64642179:~/DeepStream360d_Release/samples# deepstream-360d-app -c configs/deepstream-360d-app/source10_gpu0.txt

(deepstream-360d-app:16): GLib-GObject-CRITICAL **: 06:51:27.571: g_object_set: assertion 'G_IS_OBJECT (object)' failed
** ERROR: <create_render_bin:90>: Failed to create 'sink_sub_bin_sink1'
** ERROR: <create_render_bin:168>: create_render_bin failed
** ERROR: <create_sink_bin:670>: create_sink_bin failed
** ERROR: <create_processing_instance:709>: create_processing_instance failed
** ERROR: <create_pipeline:1121>: create_pipeline failed
** ERROR: main:631: Failed to create pipeline
Quitting
App run failed

please help, thanks

@eyale-tracxpoint
Copy link

Could be an issue of LD_LIBRARY_PATH environment variable , can you find libcuda.* anywhere? e.g. on / folder do a "find . | grep libcuda"

@huwade
Copy link
Author

huwade commented Jan 13, 2020

Hi, I did find some libcuda.* file

root@5d67c6e231be:/# find . | grep libcuda
./usr/local/cuda-10.1/targets/x86_64-linux/lib/libcudart.so.10.1.168
./usr/local/cuda-10.1/targets/x86_64-linux/lib/libcudart.so.10.1
./usr/local/cuda-10.1/compat/libcuda.so.418.67
./usr/local/cuda-10.1/compat/libcuda.so
./usr/local/cuda-10.1/compat/libcuda.so.1

@eyale-tracxpoint
Copy link

Hi, Add /usr/local/cuda-10.1/compat/ to LD_LIBRARY_PATH and try to run again.

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

2 participants