http://bugs.winehq.org/show_bug.cgi?id=6067
------- Additional Comments From vitaliy(a)kievinfo.com 2006-19-09 16:18 -------
Please do proper regression testing if you think this is regression.
Thanks for useless info.
--
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=6025
------- Additional Comments From vitaliy(a)kievinfo.com 2006-19-09 16:16 -------
No need to repaste the same information that hasn't changed.
Thanks for useless info.
--
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=6067
bojan(a)antonovic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3436 is|0 |1
obsolete| |
Attachment #3499 is|0 |1
obsolete| |
------- Additional Comments From bojan(a)antonovic.com 2006-19-09 16:11 -------
Created an attachment (id=3653)
--> (http://bugs.winehq.org/attachment.cgi?id=3653&action=view)
console log of Wine 0.9.21
Same console log like in Wine 0.9.19. At the end many OLE
--
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=6025
bojan(a)antonovic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3385 is|0 |1
obsolete| |
------- Additional Comments From bojan(a)antonovic.com 2006-19-09 16:02 -------
Created an attachment (id=3652)
--> (http://bugs.winehq.org/attachment.cgi?id=3652&action=view)
console log of Wine 0.9.21
The head is a little bit longer. Else same problems.
--
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=6168
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-x11driver |wine-ole
Ever Confirmed| |1
Keywords| |download
Summary|Statistica 6 Demo falls on |Statistica 6 Demo fails
|start |because of unimplemented
| |ole32.OleCreateEmbeddingHelp
| |er
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-19-09 15:56 -------
Hi, Konstantin, i gave the demo a try, a few remarks:
you've set a lot of dlls to native, please try with builtin first.
The first bug i see is an unimplemented ole32.OleCreateEmbeddingHelper. It's not
in your crash log as you appear to use native ole32. A simple stub helps the
application to get further, but for this app to work right it needs to be
implemented.
Second, the crash you see is a bug in comctl32.dll. The application starts fine
if you set comctl32 (and ole32 of course) as native.
Third, there's also a problem with riched20 in the application, but there's
already another bugreport for that bug. Please open seperate bug for the
comctl32 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=5730
------- Additional Comments From cklein(a)mpi-sb.mpg.de 2006-19-09 15:26 -------
Still happens with current cvs (>0.9.21) from 2006-09-14 17:12
--
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.
http://bugs.winehq.org/show_bug.cgi?id=5436
------- Additional Comments From vitaliy(a)kievinfo.com 2006-19-09 15:03 -------
trace:file:CreateFileW L"c:\\Programme\\Mankind/Mankind.mip" GENERIC_READ
FILE_SHARE_READ FILE_SHARE_WRITE creation 3 attributes 0x80
so obviously the CreateFileW call fails. im not sure why. enough diskspace,
sufficient permissions...
Not corect. It tries to open existing file: creation 3 == OPEN_EXISTING
warn:file:wine_nt_to_unix_file_name L"Mankind.npr" not found in
/home/boeserwolff/.wine/dosdevices/c:/Programme/Mankind
trace:file:CreateFileW L"c:\\Programme\\Mankind/Mankind.dpf" GENERIC_READ
FILE_SHARE_READ FILE_SHARE_WRITE creation 3 attributes 0x80
so its only "mankind.mip" which cant be created.
Wrong again. Same thing - it opens existing file _not_ creating new one.
For more information about CreateFile see ... MSDN.
--
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.