Too many files open error

Report crashes, strange behaviour, or apparent bugs
Post Reply
julioa44
Posts: 12
Joined: 06 Jul 2014, 20:01

Too many files open error

Post by julioa44 »

I'm publishing 3 topics within v-rep scene and subscribing to them via ROS using a C++ script. Everything works and runs nice but sometimes i get this error in v-rep terminal window and when i try to run any scene after that, v-rep crashes.

Code: Select all

(vrep:11596): Gtk-WARNING **: Error loading theme icon 'dialog-error' for stock: Error opening file: Too many open files 
Error:    Couldn't find file "rules/evdev" in include paths
Error:    1 include paths searched:
Error:    	/usr/share/X11/xkb
Error:    1 include paths could not be added:
Error:    	/home/julioa44/.xkb
Error:    Couldn't look up rules 'evdev', model 'pc105', layout 'us', variant '(null)', options '(null)'
Error:    Couldn't find file "rules/evdev" in include paths
Error:    1 include paths searched:
Error:    	/usr/share/X11/xkb
Error:    1 include paths could not be added:
Error:    	/home/julioa44/.xkb
Error:    Couldn't look up rules 'evdev', model 'pc105', layout 'us', variant '(null)', options '(null)'
Error:    Couldn't find file "rules/evdev" in include paths
Error:    1 include paths searched:
Error:    	/usr/share/X11/xkb
Error:    1 include paths could not be added:
Error:    	/home/julioa44/.xkb
Error:    Couldn't look up rules 'evdev', model 'pc105', layout 'us', variant '(null)', options '(null)'
Error:    Couldn't find file "rules/evdev" in include paths
Error:    1 include paths searched:
Error:    	/usr/share/X11/xkb
Error:    1 include paths could not be added:
Error:    	/home/julioa44/.xkb
Error:    Couldn't look up rules 'evdev', model 'pc105', layout 'us', variant '(null)', options '(null)'

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: Too many files open error

Post by coppelia »

Hello,

this is very probably linked to your system's settings, e.g. here.

Cheers

Post Reply