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
http://bugs.winehq.com/show_bug.cgi?id=777
*** shadow/777 Sat Jun 8 21:03:02 2002
--- shadow/777.tmp.18840 Mon Jun 10 11:05:21 2002
***************
*** 40,42 ****
--- 40,58 ----
trace:dosfs:DOSFS_FindUnixName (/home/c,WINDOWS\regedit) -> windows (WINDOWS)
trace:dosfs:DOSFS_FindUnixName /home/c/windows,regedit
warn:dosfs:DOSFS_FindUnixName 'regedit' not found in '/home/c/windows'
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-10 11:05 -------
+ Can you run it manually as:
+
+ wine c:\\Windows\\regedit
+
+ I have regedit in the windows directory:
+
+ $ ls -l ~/c/windows/regedit.exe
+ lrwxrwxrwx 1 apalamar apalamar 34 May 31 17:00
+ /home/apalamarchuk/c/windows/regedit.exe -> /usr/local/lib/wine/regedit.exe.so
+
+
+ It is possible that you use too old Wine configuration.
+ Reconfigure Wine:
+ http://wine.codeweavers.com/fom-meta/cache/664.html
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=783
*** shadow/783 Mon Jun 10 10:15:18 2002
--- shadow/783.tmp.15381 Mon Jun 10 10:15:18 2002
***************
*** 0 ****
--- 1,162 ----
+ +============================================================================+
+ | 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: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ It looks like bad linking or something like that... This is not the only
+ problem I have with recent wine version (In fact I cannot compile it at all),
+ but this was the same with older wine (which worked well).
+
+ It builds somehow, but when you try to run program which uses glu32.dll it
+ keeps saying that glu32.dll is not found.
+
+ I will provide more info - if someone will say me what is needed
+
+ gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-
+ boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o glu.o glu.c
+ ld -r glu.o -o glu32.dll.tmp.o
+ strip --strip-unneeded glu32.dll.tmp.o
+ LD_LIBRARY_PATH="../../library:../../unicode:$LD_LIBRARY_PATH" ../../tools/wineb
+ uild/winebuild -fPIC -D__WINE__ -sym glu32.dll.tmp.o -o glu32.spec.c -
+ spec ./glu32.spec -L../../dlls
+ gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-
+ boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o glu32.spec.o
+ glu32.spec.c
+ LD_LIBRARY_PATH="../../library:../../unicode:$LD_LIBRARY_PATH" ../../tools/wineb
+ uild/winebuild -fPIC -D__WINE__ -o glu32.dll.dbg.c -debug -C. glu.c
+ gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-
+ boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o
+ glu32.dll.dbg.o glu32.dll.dbg.c
+ gcc -shared -Wl,-Bsymbolic glu32.spec.o glu.o glu32.dll.dbg.o -o
+ glu32.dll.so -L../../dlls -L../../library -lwine -L/usr/X11R6/lib -lSM -lICE -
+ lXxf86dga -lXxf86vm -lXv -lGL -lXext -lX11 -lm
+ glu.o: In function `wine_gluLookAt':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:26: undefined reference to `gluLookAt'
+ glu.o: In function `wine_gluOrtho2D':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:34: undefined reference to `gluOrtho2D'
+ glu.o: In function `wine_gluPerspective':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:42: undefined reference to
+ `gluPerspective'
+ glu.o: In function `wine_gluPickMatrix':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:50: undefined reference to `gluPickMatrix'
+ glu.o: In function `wine_gluProject':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:58: undefined reference to `gluProject'
+ glu.o: In function `wine_gluUnProject':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:66: undefined reference to `gluUnProject'
+ glu.o: In function `wine_gluErrorString':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:74: undefined reference to
+ `gluErrorString'
+ glu.o: In function `wine_gluScaleImage':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:82: undefined reference to `gluScaleImage'
+ glu.o: In function `wine_gluBuild1DMipmaps':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:90: undefined reference to
+ `gluBuild1DMipmaps'
+ glu.o: In function `wine_gluBuild2DMipmaps':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:98: undefined reference to
+ `gluBuild2DMipmaps'
+ glu.o: In function `wine_gluNewQuadric':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:106: undefined reference to
+ `gluNewQuadric'
+ glu.o: In function `wine_gluDeleteQuadric':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:114: undefined reference to
+ `gluDeleteQuadric'
+ glu.o: In function `wine_gluQuadricDrawStyle':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:122: undefined reference to
+ `gluQuadricDrawStyle'
+ glu.o: In function `wine_gluQuadricOrientation':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:130: undefined reference to
+ `gluQuadricOrientation'
+ glu.o: In function `wine_gluQuadricNormals':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:138: undefined reference to
+ `gluQuadricNormals'
+ glu.o: In function `wine_gluQuadricTexture':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:146: undefined reference to
+ `gluQuadricTexture'
+ glu.o: In function `wine_gluQuadricCallback':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:154: undefined reference to
+ `gluQuadricCallback'
+ glu.o: In function `wine_gluCylinder':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:162: undefined reference to `gluCylinder'
+ glu.o: In function `wine_gluSphere':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:170: undefined reference to `gluSphere'
+ glu.o: In function `wine_gluDisk':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:178: undefined reference to `gluDisk'
+ glu.o: In function `wine_gluPartialDisk':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:186: undefined reference to
+ `gluPartialDisk'
+ glu.o: In function `wine_gluNewNurbsRenderer':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:194: undefined reference to
+ `gluNewNurbsRenderer'
+ glu.o: In function `wine_gluDeleteNurbsRenderer':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:202: undefined reference to
+ `gluDeleteNurbsRenderer'
+ glu.o: In function `wine_gluLoadSamplingMatrices':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:210: undefined reference to
+ `gluLoadSamplingMatrices'
+ glu.o: In function `wine_gluNurbsProperty':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:218: undefined reference to
+ `gluNurbsProperty'
+ glu.o: In function `wine_gluGetNurbsProperty':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:226: undefined reference to
+ `gluGetNurbsProperty'
+ glu.o: In function `wine_gluBeginCurve':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:234: undefined reference to
+ `gluBeginCurve'
+ glu.o: In function `wine_gluEndCurve':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:242: undefined reference to `gluEndCurve'
+ glu.o: In function `wine_gluNurbsCurve':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:250: undefined reference to
+ `gluNurbsCurve'
+ glu.o: In function `wine_gluBeginSurface':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:258: undefined reference to
+ `gluBeginSurface'
+ glu.o: In function `wine_gluEndSurface':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:266: undefined reference to
+ `gluEndSurface'
+ glu.o: In function `wine_gluNurbsSurface':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:274: undefined reference to
+ `gluNurbsSurface'
+ glu.o: In function `wine_gluBeginTrim':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:282: undefined reference to `gluBeginTrim'
+ glu.o: In function `wine_gluEndTrim':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:290: undefined reference to `gluEndTrim'
+ glu.o: In function `wine_gluPwlCurve':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:298: undefined reference to `gluPwlCurve'
+ glu.o: In function `wine_gluNurbsCallback':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:306: undefined reference to
+ `gluNurbsCallback'
+ glu.o: In function `wine_gluNewTess':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:314: undefined reference to `gluNewTess'
+ glu.o: In function `wine_gluDeleteTess':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:322: undefined reference to
+ `gluDeleteTess'
+ glu.o: In function `wine_gluTessVertex':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:330: undefined reference to
+ `gluTessVertex'
+ glu.o: In function `wine_gluTessCallback':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:338: undefined reference to
+ `gluTessCallback'
+ glu.o: In function `wine_gluBeginPolygon':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:346: undefined reference to
+ `gluBeginPolygon'
+ glu.o: In function `wine_gluEndPolygon':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:354: undefined reference to
+ `gluEndPolygon'
+ glu.o: In function `wine_gluNextContour':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:362: undefined reference to
+ `gluNextContour'
+ glu.o: In function `wine_gluGetString':
+ /00a/d/wine-20020605/dlls/glu32/glu.c:370: undefined reference to
+ `gluGetString'
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=514
*** shadow/514 Sun Jun 9 03:31:35 2002
--- shadow/514.tmp.14104 Mon Jun 10 10:01:47 2002
***************
*** 2,13 ****
| fixme:msvcrt:__CxxFrameHandler - OpenOffice 1.0 |
+----------------------------------------------------------------------------+
| Bug #: 514 Product: Wine |
! | Status: NEW Version: 20020310 |
| Resolution: Platform: |
| Severity: critical OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: lonnie(a)outstep.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
--- 2,13 ----
| fixme:msvcrt:__CxxFrameHandler - OpenOffice 1.0 |
+----------------------------------------------------------------------------+
| Bug #: 514 Product: Wine |
! | Status: ASSIGNED Version: 20020310 |
| Resolution: Platform: |
| Severity: critical OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: apa3a(a)yahoo.com |
| Reported By: lonnie(a)outstep.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
***************
*** 2365,2367 ****
--- 2365,2376 ----
problem.
Regardless, because it keeps comming back it may be interesting to actually
implement it right (if one finds documentation for it).
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-06-10 10:01 -------
+ I'm now actively researching the issue. I already made substantial progress.
+ AFAICS the __CxxFrameHandler message is called for each frame when exception
+ propagages through the call stack. I think in each case cause of the exception
+ is different.
+ In this bug an application exception is thrown after a failure to open a file.
+ It looks like wrong file name was used to open the file.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=782
*** shadow/782 Mon Jun 10 06:21:57 2002
--- shadow/782.tmp.1552 Mon Jun 10 06:21:57 2002
***************
*** 0 ****
--- 1,56 ----
+ +============================================================================+
+ | Wine fails to keep an applications child windows always on-top. |
+ +----------------------------------------------------------------------------+
+ | Bug #: 782 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-x11driver |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: tilps(a)hotmail.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I use windows for approximately 3 applications - 2 of which have decent
+ replacements under linux - one of which does not. This 3rd application is
+ called ELF - its a telnet program designed for playing muds. It functions mostly
+ under wine except for one problem, which has kept me going back to windows on a
+ regular basis. By executing the appropriate scripting commands ELF will create
+ additional windows which you can send text too. In Win2k - these windows will
+ happily stay always on-top of the application itself. allowing me to work in
+ the main window and have interesting things which I might otherwise miss because
+ of alot of action on the main window, appear on these sub windows which float
+ above the application.
+
+ However when I run this application on Wine - giving focus to the application
+ causes it to end up on top of all the child windows, rendering them useless to
+ my needs.
+
+ I am thinking that these are not 'standard' always on top windows because if you
+ have other applications, then they will not sit above them. ie its only ontop
+ when the application has focus.
+ fiddling with warnings etc ...
+ I ended up using this execution line
+ wine --debugmsg fixme+all,err+all,warn+all,warn-heap Elf.exe
+ heap warnings come at a huge rate ... and trace ... wow :P
+
+ the things which seem most interesting are
+ warn:x11drv:SWP_DoOwnedPopups (10024) hInsertAfter = 0000
+
+ and
+ warn:listbox:ListBoxWndProc_common [30066]: unknown msg b029 wp 00000000 lp 00000000
+ warn:listbox:ListBoxWndProc_common [30066]: unknown msg b004 wp 00000000 lp 43a3d32c
+
+ i get stacks of
+ warn:gdi:GDI_GetObjPtr Invalid handle 0 as well - but the other 3 messages
+ appear when i switch focus between the main application and child windows.
+
+
+ turning on trace for x11drv - didnt leave me much more informed - but if wanted
+ the data is ofcourse available...
+
+ not sure if this is the right component - but hmmm anyway...
\ No newline at end of file