http://bugs.winehq.org/show_bug.cgi?id=3676
Summary: Dusk
Product: Wine
Version: 0.9
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.kovar(a)gmail.com
NVIDIA Dusk demo fails to dance with following error, while her sister Dawn is
walking and smiling.
err:opengl:wglGetPixelFormatAttribivARB (0x24c): unexpected iPixelFormat(0) vs
nFormats(109), returns FALSE
--
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=3570
------- Additional Comments From willie(a)froq.net 2005-27-10 10:11 -------
That's really too bad, as it seems to work perfectly (except for the debugger
issue). I may be wrong there, but I use an amd64 system, and there was an
issue with recent amd64 kernels that affected copy-protected games in a
similar fashion IIRC? Think I read something like that on wine-devel a few
days ago...
--
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=3630
------- Additional Comments From thaynes(a)ca.ibm.com 2005-27-10 09:28 -------
Take a look at the hint in bug 3384 and see if that helps.
--
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=3660
------- Additional Comments From philip.kent(a)ntlworld.com 2005-27-10 09:26 -------
Good news! Its fixed for Office 2000. Now I guess Ill move onto Office 95.
Office 95 setup quits unexpectanlty with the following in the console:
fixme:odbc:SQLConfigDataSource (nil) 2256 "" #0104
fixme:odbc:SQLInstallDriverExW L"Microsoft Access Driver (*.mdb)" (null)
0x7fb2f4b6 260 0x7fb2f6be 26608 0x7e47e2d0
fixme:odbc:SQLInstallDriverExW L"Microsoft Access Driver (*.mdb)"
err:seh:setup_exception stack overflow 0 bytes in thread 0009 eip ffffe400 esp
7fa31000 stack 0x7fa30000-0x7fb30000
After we fix and test SQLInstallDriverExW and then test MDAC 2.8 SP1 and if
that works we should be able to submit the final patch to CVS.
If you want any more patches tested give me about 2hrs. Im reinstalling linux
since its got in a right mess. Wine is a bodged up hack at the moment cause
ld.so.conf is playing up and I had to hard link some lib folders. Now upower
isnt working so Ill go back to square one.
--
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=1816
------- Additional Comments From grubba(a)grubba.org 2005-27-10 09:18 -------
This bug is still valid for Wine 0.9 on Solaris 10/x86.
According to the ptrace(3C) man page no symbolic defines are available, and
/proc should be used instead anyway.
#include <sys/proc.h>
int lfd = open("/proc/$$/lstatus", O_RDWR); /* Insert pid here. */
struct stat st;
struct prheader *prh;
struct lwpstatus *lwpstat;
fstat(lfd, &st);
prh = mmap(NULL, st.st_size, PROT_READ|PROT_WRITE, lfd, 0);
lwpstat = (struct lwpstat *)(((char *)(prh + 1)) + prh->pr_entsize * lwpno);
The integer registers are then available by indexing lwpstat->pr_reg with SS,
UESP, EFL, CS, EIP, ERR, TRAPNO, EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI, DS, ES,
FS and GS.
The fp registers are available in the prfpregset_t lwpstat->pr_fpreg.
--
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=3093
------- Additional Comments From infyquest(a)gmail.com 2005-27-10 08:45 -------
try once again if u cannot see it. i will be closing the issue
--
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=3660
hans(a)it.vu.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1244 is|0 |1
obsolete| |
Attachment #1250 is|0 |1
obsolete| |
------- Additional Comments From hans(a)it.vu.nl 2005-27-10 07:39 -------
Created an attachment (id=1252)
--> (http://bugs.winehq.org/attachment.cgi?id=1252&action=view)
slightly improved stub implementation for
SQLInstall{DriverEx,DataSource,TranslatorEx}
Ready for another round? This patch adds SQLInstallTranslatorEx.
--
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=3484
nospam(a)thenerdshow.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From nospam(a)thenerdshow.com 2005-27-10 07:33 -------
Fonts still broken on AMD64 wine 0.9
Recommend AMD64 users use wine 20050725 for explorer until this is resolved.
--
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=3582
nospam(a)thenerdshow.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |LATER
------- Additional Comments From nospam(a)thenerdshow.com 2005-27-10 07:27 -------
Moray works 3/4 of the time with wine 0.9 so the situation is improving.
--
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.