[Bug 8398] Engine DLL Fails to Load

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 26 19:59:21 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8398


Victor McDonald <vicmc75 at orcon.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vicmc75 at orcon.net.nz




--- Comment #4 from Victor McDonald <vicmc75 at orcon.net.nz>  2007-09-26 19:59:20 ---
As has been reported, the Starfleet Command 3 binary executes, then
successfully plays the intro movies, and then exits before the game is run,
returning the following error:

> DLL Load Error
>
> Unable to load 'TAL3DEngine' component.
> GetLastError() reported: Invalid parameter
>
> Paths attempted:
> ..\..\Components\TAL3DEngine\
> ..\..\Components\TextureManager\
> .\Components\


When the winepath utility is used to convert these Windows paths to Unix, it
returns incorrect paths.  The problem seems to occur when converting the ".."
to the parent directory.

$ winepath -u ..\..\Components\TAL3DEngine
/home/vmcdonal/.wine/dosdevices/c:/Program
Files/Activision/Sfc3/....ComponentsTAL3DEngine

--

$ winepath -u ..\..\Components\TextureManager
/home/vmcdonal/.wine/dosdevices/c:/Program
Files/Activision/Sfc3/....ComponentsTextureManager

--

$ winepath -u .\Components\
/home/vmcdonal/.wine/dosdevices/c:/Program Files/Activision/Sfc3/.Components


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list