http://bugs.winehq.org/show_bug.cgi?id=7834
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-25-03 05:15 -------
The patch looks fine. However it would be nice and should be easy to add a test
case to dlls/version/tests to make sure that Windows rejects truncated keys. You
could also test if it's only the last keys in the path that can't be truncated.
If that for all of them then replacing the condition with a simpler one:
if ( !strncasecmp( child->szKey, szKey, cbKey ) )
if ( szKey[cbKey] == 0 || szKey[cbKey] == '\\' )
return child;
should work. When you have this all I'd also recomend to send it to wine-patches.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7851
Summary: Warrock installer crash
Product: Wine
Version: 0.9.33.
Platform: Other
URL: http://www.warrock.net
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)piggz.co.uk
The Warrock install shield installer crashes after selecting the destination
folder.
The warrock client game is freely downloadable if you want to try.
Attached the wine output.
Cheers
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7834
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-25-03 03:58 -------
Hi Anastasius, yeah the code change make PhotoImpact start fine! I don't know
anything about this version stuff, but if you think your patch is correct, you
could send it to wine-patches for review. Thanks very much
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7690
------- Additional Comments From hans(a)it.vu.nl 2007-25-03 03:53 -------
I used builtin odbc and I have unixODBC installed (not sure if that
matters though). When I force native odbc I see the error mentioning
hoai_access. In both cases the app complains about the Lizenzdatenbank
not being present.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7850
------- Additional Comments From focht(a)gmx.net 2007-25-03 03:44 -------
Hello,
can you supply the msi setup log (as text attachment)?
It resides somewhere in "temp" directory (e.g. ../windows/temp).
Just make sure you clean out everything before install and then search for log
files created by setup.
I was working on same target a while ago.
Just wondering on any progress regarding "invalid msi table size" issue.
http://bugs.winehq.org/show_bug.cgi?id=7189
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7725
shadow.wizzard(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From shadow.wizzard(a)gmail.com 2007-25-03 03:10 -------
Checking the latest CVS it's somehow fixed now and
shadows are mapped correctly.
Great Job WineD3D Developers !!!
Thanks a lot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7850
Summary: Freeze on installation of Visual Studio 2005
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)hahne.id.au
Tried to run the setup.exe for Visual Studio 2005, new window opened as expected
and then froze.
FYI I am very new to wine, so please forgive any obvious errors.
Message returned in console:
fixme:ver:RtlVerifyVersionInfo (0x7fb9f3c8,64,180000): Not all cases correctly
implemented yet
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:netapi32:NetUserModalsGet ((null) 2 0x7fb9f2a0) stub!
fixme:ver:RtlVerifyVersionInfo (0x7fb9d930,64,180000): Not all cases correctly
implemented yet
err:seh:setup_exception stack overflow 4 bytes in thread 000b eip 7f217a9d esp
7fa90ffc stack 0x7fa91000-0x7fba0000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7849
------- Additional Comments From truiken(a)gmail.com 2007-25-03 01:45 -------
I've got a couple patches to send in that fix this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3236
------- Additional Comments From jan.wine(a)zerebecki.de 2007-25-03 01:24 -------
I fixed my file system and retried with latest git and a clean .wine .
md5sum of the installer:
34afc3dbc5b8a2e3fcc76cffd45aa19a DoW_Demo_Install.exe
err:msi:extract_cabinet_file FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"#Data1.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.