http://bugs.winehq.com/show_bug.cgi?id=730
*** shadow/730 Sat May 25 12:46:34 2002
--- shadow/730.tmp.19085 Sat May 25 12:46:34 2002
***************
*** 0 ****
--- 1,60 ----
+ +============================================================================+
+ | missing export 'ntdll._iswalpha' using windows scrrun.dll, native msvcrt |
+ +----------------------------------------------------------------------------+
+ | Bug #: 730 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-misc |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: us(a)the-edmeades.demon.co.uk |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ From attempting to run pgm with native msvcrt, w2k scrrun.dll:
+
+ fixme:win32:PE_CreateModule Security directory ignored
+ err:win32:PE_FindExportedFunction function not found for
+ forward 'ntdll._iswalpha' used by 'msvcrt.dll'. If you are using
+ builtin 'msvcrt.dll', try using the native one instead.
+ err:win32:PE_fixup_imports No implementation for MSVCRT.DLL.636(iswalpha)
+ imported from F:\badcomp\windlls\scrrun.dll, setting to 0xdeadbeef
+
+ ---
+
+ You might be able to recreate with the following, but I'll happily test and
+ feedback which would be quicker:
+
+ Testpgm: http://www.badcomp.co.uk (free download)
+
+ Install under windows,
+ copy installation dir across, plus comdlg32.ocx
+ register with regsvr32.dll comdlg32.ocx
+ copy scrrun.dll across
+ Insert into registry values below
+ Finally run wine badcomp.exe
+
+ (Note with native msvcrt you get the msg, with windows one you dont. However
+ either case you go on to get traps in ole issues anyway...)
+
+ Windows Registry Editor Version 5.00
+
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}]
+ @="FileSystem Object"
+
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\InprocServer32]
+ @="I:\\WINNT\\System32\\scrrun.dll"
+ "ThreadingModel"="Both"
+
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\ProgID]
+ @="Scripting.FileSystemObject"
+
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\TypeLib]
+ @="{420B2830-E718-11CF-893D-00A0C9054228}"
+
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\Version]
+ @="1.0"
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=729
*** shadow/729 Sat May 25 12:08:06 2002
--- shadow/729.tmp.18070 Sat May 25 12:26:13 2002
***************
*** 27,29 ****
--- 27,33 ----
This problem has present in all the previous versions of WINE (the last 2 or 3 I
think).
+
+ ------- Additional Comments From dragon_sdc(a)hotmail.com 2002-05-25 12:26 -------
+ Created an attachment (id=130)
+ A snapshot of the problem - no need to email me now :-)
http://bugs.winehq.com/show_bug.cgi?id=729
*** shadow/729 Sat May 25 12:08:06 2002
--- shadow/729.tmp.17001 Sat May 25 12:08:06 2002
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | Shading of the Winamp equaliser and playlist windows does not work properl |
+ +----------------------------------------------------------------------------+
+ | Bug #: 729 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gdi |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: dragon_sdc(a)hotmail.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ When these windows are shaded, underneath the shaded window strip there appears
+ another one (roughly the same width) which initially contains a bit of the
+ unshaded window, but if I move another program window over it it will capture
+ the graphic from that window.
+
+ If I shade the main Winamp window, then this problem does not occcur - the
+ problem only affects the playlist and equaliser windows.
+
+ This is tricky to explain, so mail me if you would like a snapshot.
+
+ This problem has present in all the previous versions of WINE (the last 2 or 3 I
+ think).
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Sat May 25 09:21:49 2002
--- shadow/720.tmp.9759 Sat May 25 09:26:01 2002
***************
*** 50,52 ****
--- 50,69 ----
------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:21 -------
Created an attachment (id=129)
Another example, shows true circle position (dotted) versus misplaced
+
+
+ ------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:26 -------
+ Well, just submitted 3 screenshots.
+ In the first one, a circle is being dragged on screen, all ok.
+ In second one, the circle is shown after end of draw command. As you
+ can see, its position is misplaced on screen.
+ In third example, you see both true circle position (dotted), where
+ you can select it, and the misplaced one.
+ The problem arises also, in managed mode, dragging another window in
+ top of cad's one; after removing the top window, all drawing entities
+ are redrawn but in misplaced positions, randomly. I think it has something
+ to do with clipping regions or so, but not sure.
+
+ Regards
+
+ Massimo
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Sat May 25 09:20:23 2002
--- shadow/720.tmp.9418 Sat May 25 09:21:49 2002
***************
*** 45,47 ****
--- 45,52 ----
------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:20 -------
Created an attachment (id=128)
Drawing a circle, shows it misplaced after end of drawing
+
+
+ ------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:21 -------
+ Created an attachment (id=129)
+ Another example, shows true circle position (dotted) versus misplaced
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Sat May 25 09:19:02 2002
--- shadow/720.tmp.9314 Sat May 25 09:20:23 2002
***************
*** 40,42 ****
--- 40,47 ----
------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:19 -------
Created an attachment (id=127)
Drawing a circle, before end of drawing
+
+
+ ------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:20 -------
+ Created an attachment (id=128)
+ Drawing a circle, shows it misplaced after end of drawing
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Fri May 24 12:48:10 2002
--- shadow/720.tmp.9210 Sat May 25 09:19:02 2002
***************
*** 36,38 ****
--- 36,42 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-24 12:48 -------
Confirming per reporter's comments.
+
+ ------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:19 -------
+ Created an attachment (id=127)
+ Drawing a circle, before end of drawing
http://bugs.winehq.com/show_bug.cgi?id=640
*** shadow/640 Fri May 24 21:26:50 2002
--- shadow/640.tmp.13771 Fri May 24 21:27:38 2002
***************
*** 114,116 ****
--- 114,122 ----
------- Additional Comments From chris(a)luethy.net 2002-05-24 21:26 -------
Created an attachment (id=126)
The request log file for the graphic glitch.
+
+
+ ------- Additional Comments From chris(a)luethy.net 2002-05-24 21:27 -------
+ Okay, I added the 1.log file as an attachment to this bug. Hope it helps. I just
+ ran Winamp like you said, opened the Perferences dialog box, dragged it around a
+ little, then closed Winamp.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=640
*** shadow/640 Fri May 24 21:03:35 2002
--- shadow/640.tmp.13712 Fri May 24 21:26:50 2002
***************
*** 110,112 ****
--- 110,116 ----
(without that problem) to here tomorrow
confirming per comments and screenshot
+
+ ------- Additional Comments From chris(a)luethy.net 2002-05-24 21:26 -------
+ Created an attachment (id=126)
+ The request log file for the graphic glitch.