Meteor Assets not working

Any file in Meteor private directory on fresh Meteor installs apps not working

ex: AppRoot/private/bin/x11vnc

in AppRoot/server/main.js

...
Assets.absoluteFilePath('bin/x11vnc')
...

the error is Error: Unknown asset: bin/x11vnc

Meteor version is 1.4.3.1

in my older instalations works