http://bugs.winehq.org/show_bug.cgi?id=8398
Victor McDonald vicmc75@orcon.net.nz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vicmc75@orcon.net.nz
--- Comment #4 from Victor McDonald vicmc75@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