http://bugs.winehq.com/show_bug.cgi?id=705
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |784
Platform| |All
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=705>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=784
Summary: dsound.11 unimplemented
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: spetreolle(a)yahoo.fr
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=784>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=777
------- Additional Comments From spetreolle(a)yahoo.fr 2002-06-11 01:33 -------
I can launch regedit :
wine c:\\Windows\\regedit (found by /usr/local/bin/regedit)
but I think the app tries to launch
wine c:\\Windows\\regedit.exe
and I have no file named as it :)
so putting the link in c:\\windows works (you were entirely right), but now
regedit is saying he doesn't find the 3 .reg files he wants to import.
I get:
No such file or directory
regedit: Can't open file "C:\PROG~FBU\YAHOO!\MESS~QZM\default.reg"
No such file or directory
regedit: Can't open file "C:\Program Files\Yahoo!\Messenger\Default.reg"
and the same for the 2 files listed under.
[syl@snoop Temp]$ ls -l /c/Program\ Files/Yahoo\!/Messenger/*reg
-rw-r--r-- 1 syl wine 572 jan 7 18:18 /c/Program
Files/Yahoo!/Messenger/default.reg
-rw-r--r-- 1 syl wine 5702 mai 15 16:10 /c/Program
Files/Yahoo!/Messenger/intl.reg
-rw-r--r-- 1 syl wine 3071 jan 24 20:14 /c/Program
Files/Yahoo!/Messenger/ViewInfo.reg
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=777>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=777
------- Additional Comments From apa3a(a)yahoo.com 2002-06-10 20:27 -------
My regedit.exe is buildin - link to the .so file.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=777>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=777
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform| |All
------- Additional Comments From spetreolle(a)yahoo.fr 2002-06-10 18:32 -------
I will verify,
but I think I don't have regedit.exe in C:\windows, as I moved it to another
place to make use of your built-in one.
launching regedit on bash prompt as this :
$ regedit
runs the built-in regedit (it's found by $PATH in /usr/local/bin, i.e. the
wrapper)
if so, I will try to put the correct link in C:\windows by hand (I never used
the wineinstall script)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=777>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=768
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform| |All
------- Additional Comments From apa3a(a)yahoo.com 2002-06-10 14:29 -------
Comments from Andreas Mohr:
*********************************************
Sounds like ES:BX is a NULL pointer
(you forgot to list BX, though).
And as ES == NULL == evil, this results in a privileged instruction
exception.
Try to find out where the NULL pointer comes from via relay trace
or by walking the function backtrace (checking where ES:BX gets loaded
and where this memory location or register gets its value from).
*********************************************
For some reason I get crazy formatting when cut&paste from console window.
Here is the missing line:
AX:0001 BX:0000 CX:0001 DX:0c3f SI:90bb DI:af4b
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=768>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=783
*** shadow/783 Mon Jun 10 10:15:18 2002
--- shadow/783.tmp.21404 Mon Jun 10 11:48:17 2002
***************
*** 2,13 ****
| Wine20020605: Problems with build of dlls/glu32 (also with 20020509) |
+----------------------------------------------------------------------------+
| Bug #: 783 Product: Wine |
! | Status: UNCONFIRMED Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: michal.seliga(a)visicom.sk |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 2,13 ----
| Wine20020605: Problems with build of dlls/glu32 (also with 20020509) |
+----------------------------------------------------------------------------+
| Bug #: 783 Product: Wine |
! | Status: ASSIGNED Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: vberon(a)mecano.gme.usherb.ca |
| Reported By: michal.seliga(a)visicom.sk |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 160,162 ****
--- 160,174 ----
glu.o: In function `wine_gluGetString':
/00a/d/wine-20020605/dlls/glu32/glu.c:370: undefined reference to
`gluGetString'
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-06-10 11:48 -------
+ It looks like you don't have a libGLU available. Check if you have Mesa installed (or another GL-GLU library).
+ Maybe we'll need to add a configure check for it.
+
+ (After checking) Actually there's a check for it, and you don't have it (as -lGLU is absent of the commandline
+ to build glu32.dll.so). But the GLU functions are still called from Wine code, which is a problem since we
+ already detected that they are absent.
+
+ The prototype of the GLU functions also seem to be different from the one in glu.h and from MSDN (so
+ also probably the OpenGL specs), the reason of which I don't see right now... I'll check more deeply into all
+ that this afternoon.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=642
*** shadow/642 Mon Jun 10 05:24:39 2002
--- shadow/642.tmp.20557 Mon Jun 10 11:34:16 2002
***************
*** 7,13 ****
| Severity: minor OS/Version: All |
| Priority: P1 Component: wine-x11driver |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: christof(a)petig-baender.de |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: minor OS/Version: All |
| Priority: P1 Component: wine-x11driver |
+----------------------------------------------------------------------------+
! | Assigned To: pouech(a)winehq.com |
| Reported By: christof(a)petig-baender.de |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 59,61 ****
--- 59,65 ----
error occurs, if it's = "N" all works. Same for UseDGA.
Sorry for the delay in answering.
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-10 11:34 -------
+ Eric, is this your area?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=779
*** shadow/779 Sun Jun 9 18:29:24 2002
--- shadow/779.tmp.20303 Mon Jun 10 11:30:25 2002
***************
*** 4,13 ****
| Bug #: 779 Product: Wine |
| Status: NEW Version: CVS |
| Resolution: Platform: |
! | Severity: blocker OS/Version: All |
| Priority: P1 Component: wine-multimedia |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: tony_lambregts(a)telusplanet.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 4,13 ----
| Bug #: 779 Product: Wine |
| Status: NEW Version: CVS |
| Resolution: Platform: |
! | Severity: major OS/Version: All |
| Priority: P1 Component: wine-multimedia |
+----------------------------------------------------------------------------+
! | Assigned To: pouech(a)winehq.com |
| Reported By: tony_lambregts(a)telusplanet.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 179,181 ****
--- 179,184 ----
I think I got the back trace right but cut and paste from the console does not
work the way I expected.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-10 11:30 -------
+ Forward to Eric - this is his patch.
\ No newline at end of file