That's interesting.
We need a bit more information as we can't reproduce the problem on our end.
Could you edit the file libraries/joomla/application/component/model.php near line 122. You should have that:
JError::raiseWarning( 0, 'Model class ' . $modelClass . ' not found in file.' );
Could you replace it by:
JError::raiseWarning( 0, 'Model class ' . $modelClass . ' not found in file '. $path );
Then, try again and copy/paste us the new error message. That will allow us to better understand the problem.