http://bugs.winehq.org/show_bug.cgi?id=4094
------- Additional Comments From wijn(a)wanadoo.nl 2005-19-12 02:51 -------
Nothing interesting.
Unless there is an application that depends on it, there is no need to emulate
such Windows bugs or limitations.
Rein.
--
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=4099
------- Additional Comments From Jean-Damien.Durand(a)cern.ch 2005-19-12 02:46 -------
Thanks Louis for confirming so quickly... Cheers, JD / impressed
--
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=4099
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://cvitae.semantis.fr/Se
| |tupCVitae.exe
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-19-12 02:22 -------
Confirming. Seems you have stripped debug info from your wine-package so i'll
attach the crash with debuginfo. Following obvious patch (hack) makes the
installer proceed and the app seems to be installed fine, but i don't know if
it's an acceptable patch. Problem seems to be that pszDir is NULL, which makes
it crash in shell32. Maybe a shell32 guru can shed a light on this :)
--- dlls/shell32/shelllink.c_ 2005-12-19 09:17:06.000000000 +0000
+++ dlls/shell32/shelllink.c 2005-12-19 09:17:14.000000000 +0000
@@ -1818,6 +1818,7 @@
TRACE("(%p)->(dir=%s)\n",This, debugstr_w(pszDir));
HeapFree(GetProcessHeap(), 0, This->sWorkDir);
+ if(pszDir)
This->sWorkDir = HeapAlloc( GetProcessHeap(), 0,
(lstrlenW( pszDir )+1)*sizeof (WCHAR) );
if ( !This->sWorkDir )
--
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=4099
------- Additional Comments From vitaliy(a)kievinfo.com 2005-19-12 01:49 -------
Could you try this with latest Wine version? Thank you.
--
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=3966
------- Additional Comments From tuharsky(a)misbb.sk 2005-19-12 01:16 -------
And it is asking "File to patch:" -I don't know, which file.
Please note, that I am total lama into CVS and developement..
--
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=3966
------- Additional Comments From tuharsky(a)misbb.sk 2005-19-12 01:08 -------
Where should I be when invoking the cat ... | patch .....?
Inside of repository directory?
--
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=4099
Jean-Damien.Durand(a)cern.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-loader
--
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=3988
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From pgr(a)arcelectronicsinc.com 2005-19-12 00:20 -------
Seems to work with latest CVS
--
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.