http://bugs.winehq.org/show_bug.cgi?id=6482
------- Additional Comments From T.Bonner(a)freesurf.ch 2006-24-10 18:11 -------
Just did some investigation in my software, and it seems to be the function
ChoosePixelFormat (followed by SetPixelFormat). This part is some kind of dead
code, not needed and still remaining from earlier versions. I've removed it and
now it's working. The function was to initiate some opengl hardware (and there
came the problem from without an installed graphics driver from nvidia).
Following is the obsolete code part:
ZeroMemory (&pfd, sizeof (pfd));
pfd.nSize = sizeof (pfd);
pfd.nVersion = 1;
pfd.dwFlags = PFD_DRAW_TO_WINDOW | PFD_DOUBLEBUFFER;
pfd.iPixelType = PFD_TYPE_RGBA;
pfd.cColorBits = 24;
pfd.cDepthBits = 16;
pfd.iLayerType = PFD_MAIN_PLANE;
printf ("calling ChoosePixelFormat...\n");
iFormat = ChoosePixelFormat (hDC, &pfd); /* <--- wine bug here */
printf ("calling SetPixelFormat...\n");
SetPixelFormat (hDC, iFormat, &pfd);
--
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=6510
------- Additional Comments From nminkov(a)abv.bg 2006-24-10 18:11 -------
Created an attachment (id=3920)
--> (http://bugs.winehq.org/attachment.cgi?id=3920&action=view)
Detailed Debugging
WINEDEBUG=+relay,+snoop wine setup.exe
The file output is 150 Mb, so only the last 320 lines arew attaced. This time
the setup has finished with error message box:
TITLE: Visual Web Developer 2005 Express Edition Setup
MESSGAE: A problem has been encountered while loading the setup components.
Canceling Setup.
[OK Button]
--
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=6510
------- Additional Comments From truiken(a)gmail.com 2006-24-10 18:04 -------
NM, I can't do anything unless I see a +relay,+msi trace:
WINEDEBUG=+msi,+relay wine setup.exe >& relay.log
--
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=6012
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From truiken(a)gmail.com 2006-24-10 17:42 -------
Oops, this is not a multi-disc install. Can you please provide the .msi file?
Also, can you please attach a *full* +msi,+msidb log. The log attached is
missing the first half or so.
--
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=6083
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-24-10 16:31 -------
The trial of Heredis 8 starts indeed fine, fixed by Jacek's patch, so resolving
fixed. Nicolas, please reopen bug if you still run into trouble using current
git, or next wine-release
--
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
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ead1234(a)hotmail.com
------- Additional Comments From truiken(a)gmail.com 2006-24-10 15:16 -------
*** Bug 6012 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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=6012
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2006-24-10 15:16 -------
Duplicate.
*** This bug has been marked as a duplicate of 3236 ***
--
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.