|
From: James W. W. <os...@jw...> - 2004-10-28 16:11:41
|
On Oct 28, 2004, at 8:04 AM, Peter Michelsen wrote: > >>> theErr = GetProcessBundleLocation( &thePSN, &bundleFSRef ); > > This line above returns a link to where the application is stored e.g. > " /private/Network/Servers/jupiter/Users/jbatt/Desktop/3D\ World.d.app > " Later the function " e3mac_load_plugins( &fileSpec[i] ); " is > called which calls " theErr = ResolveAlias(NULL, gQuesaLib, &fileSpec[ > dirCount ], &wasChanged); " This fails causing Quesa to assert. The only ResolveAlias call in E3MacSystem.c is in E3MacSystem_LoadPlugins. I think you must mean the ResolveAliasFile call in e3mac_load_plugins. But we don't even check for an error code from that, so I don't see how it can cause Quesa to assert. -- <http://www.jwwalker.com/> |