http://bugs.winehq.org/show_bug.cgi?id=9782
Summary: bridge building game installation errors
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rich(a)hq.vsaa.lv
during bridge building game installation following error message sare printed :
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls"
fixme:shell:DllCanUnloadNow stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4464
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martyspamtrap(a)comcast.net
--- Comment #31 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-09-26 22:35:20 ---
*** Bug 9791 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2398
Alan LeVee <alan.levee(a)prometheus-designs.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alan.levee@prometheus-
| |designs.net
--- Comment #191 from Alan LeVee <alan.levee(a)prometheus-designs.net> 2007-09-26 22:28:10 ---
Are there any updated patches for 0.9.45 or even wine-git? The most current
patch available (2007-04-09) only works for the 0.9.34 release.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6559
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8398
--- Comment #6 from Victor McDonald <vicmc75(a)orcon.net.nz> 2007-09-26 20:44:45 ---
...I knew that. That's what happens when you drink too much before lunch.
I think what got me was that
$ winepath -u ".\Components\"
seems to get me stuck in an endless list of appends. (It's that final \ of
course.)
What's really puzzling about this is that even when Components is copied into
c:/Program Files/Components/TAL3DEngine
the game fails. Part of the problem may lie in the game searching for
Components\TAL3DEngine\ (note that trailing slash), when there's no
subdirectory named TAL3DEngine, just a DLL named TAL3DEngineR.dll
Or am I on the wrong track here?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8398
--- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-09-26 20:08:18 ---
> $ winepath -u ..\..\Components\TextureManager
> /home/vmcdonal/.wine/dosdevices/c:/Program Files/Activision/Sfc3/....ComponentsTextureManager
Of course this won't work, but
winepath -u "..\..\Components\TextureManager"
does. Don't forget you are on *NIX and backslash is not a path separator.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8398
Victor McDonald <vicmc75(a)orcon.net.nz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vicmc75(a)orcon.net.nz
--- Comment #4 from Victor McDonald <vicmc75(a)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.
http://bugs.winehq.org/show_bug.cgi?id=9023
elyk53(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |elyk53(a)gmail.com
--- Comment #8 from elyk53(a)gmail.com 2007-09-26 19:16:37 ---
I just tried a fresh install on wine 0.9.45 (completely fresh wine directory
other than customizing the default organization in system.reg), and this bug
still occurs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.