The fact that is shows a C: in the path is suspicious since the asset manager will be looking in the assets folder/jar and so the requested asset should be a relative path. Since you haven’t given us how name is set I’m only guessing.
The Exception which was thrown after I already registered the Locator was caused because IN the registered Directory the assetmanager searched a file with the absolute filepath.
I did that before and it didn't work.
I registered the parent directory and got the assetNotFound Exeption.
A JME Application put its assets into the assetfolder.
If I just copy the selected File into that folder and then load it, it should work...
BUT the running App gets its assets from the asset.jar...
and it's not possible to put a file into that jar, right?
the issue is the path that you are trying to load with. it has to be part of the assetmanager root and “C:/Users/Ägaren/Desktop/PixelPwn/ModelsHouse_1.mesh.xml” isn’t