http://bugs.winehq.com/show_bug.cgi?id=637
*** shadow/637 Fri May 3 16:06:49 2002
--- shadow/637.tmp.28702 Sat May 4 20:36:07 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: fsharpmajor(a)hotmail.com |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,14 ----
***************
*** 155,157 ****
--- 154,160 ----
editor and winesetuptk(I guess codeweaver uses that one though anyway).
--sharp
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-04 20:36 -------
+ Dastin, we'll see if this is a problem with the app or with Jon's configuration
+ when we try the app. I don't have time right now and am going to do this later.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=629
*** shadow/629 Sat May 4 20:19:08 2002
--- shadow/629.tmp.28058 Sat May 4 20:19:57 2002
***************
*** 2,8 ****
| Problem with InstallShield: ole:CoTreatAsClass(stub), ole:CoGetClassObject |
+----------------------------------------------------------------------------+
| Bug #: 629 Product: Wine |
! | Status: UNCONFIRMED Version: 20011108 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ole |
--- 2,8 ----
| Problem with InstallShield: ole:CoTreatAsClass(stub), ole:CoGetClassObject |
+----------------------------------------------------------------------------+
| Bug #: 629 Product: Wine |
! | Status: NEW Version: 20011108 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ole |
***************
*** 37,39 ****
--- 37,43 ----
I have very similar errors when installing Dreamweaver.
It is with todays CVS.
+
+
+ ------- Additional Comments From rizsanyi(a)myrealbox.com 2002-05-04 20:19 -------
+ *** This bug has been confirmed by popular vote. ***
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=629
*** shadow/629 Sat Apr 27 12:55:47 2002
--- shadow/629.tmp.28032 Sat May 4 20:19:08 2002
***************
*** 32,34 ****
--- 32,39 ----
fixme:ole:CoGetClassObject CLSCTX_LOCAL_SERVER not supported!
fixme:ole:CoCreateInstance no classfactory created for
{91814ec0-b5f0-11d2-80b9-00104b1f6cea}, hres is 0x80070005
+
+ ------- Additional Comments From rizsanyi(a)myrealbox.com 2002-05-04 20:19 -------
+ I have very similar errors when installing Dreamweaver.
+ It is with todays CVS.
+
http://bugs.winehq.com/show_bug.cgi?id=637
*** shadow/637 Fri May 3 15:19:31 2002
--- shadow/637.tmp.24501 Fri May 3 16:06:49 2002
***************
*** 131,133 ****
--- 131,157 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-03 15:19 -------
seems to me like he configged wine to use only native and not builtin dlls...or
maybe wine cant find the builtin ones...what do you think?
+
+ ------- Additional Comments From fsharpmajor(a)hotmail.com 2002-05-03 16:06 -------
+ I can kindof run ie6, but that seams buggy also.
+
+ You can download HTML-Kit from http://www.chami.com/html-kit/
+
+ The app doesn't even start, 3 or 4 errors when I run it and then it kills.
+ I will e-mail them them you when I reboot in lunx.
+
+ I am running (and have run) it on the version that comes with redhat 7.2 [I
+ think 200108 ...] and on the cvs of 05-01-02, 05-02-02, and now on wine
+ 20020411. I have tried dataparties cvs, linux-easy.coms, and codeweavers
+ rpm (I unstalled the each rpm before installing the next).
+
+ I am running it on Redhat 7.2 with the updated kernel 2.4.9 (as well as the
+ orignal kernel that packs with it 7.2).
+
+ Yes I have Windows 98SE (I have tried it on win2k as well, same problem).
+
+ Yes I have tried it with the no-windows instalation. Same problem. I have
+ also configured the wine config file by hand, as well as using codeweavers
+ editor and winesetuptk(I guess codeweaver uses that one though anyway).
+
+ --sharp
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=635
*** shadow/635 Thu May 2 01:50:57 2002
--- shadow/635.tmp.22409 Fri May 3 15:34:17 2002
***************
*** 356,358 ****
--- 356,396 ----
eltonwoo(a)videotron.ca - ICQ #149608718 - Montreal (Quebec), CANADA.
"You only live once, so let's make life EASIER for each other."
LINUX Registered User #193975. AMD-K7 ATHLON CPU power on board.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-03 15:34 -------
+ i believe this to be a problem with the installer itself... the programs you
+ are trying to install are using ms windows installers (extracts from a .msi
+ file) and the installer's name is instmsia.exe:
+
+ fixme:module:CreateProcessA (D:\QuickCam\instmsia.exe,...):
+ NORMAL_PRIORITY_CLASS ignored
+ fixme:module:CreateProcessA (X:\IXP000.TMP\msiinst.exe,...):
+ NORMAL_PRIORITY_CLASS ignored
+ fixme:module:CreateProcessA (MsiExec.exe,...): NORMAL_PRIORITY_CLASS
+ ignored
+ fixme:module:CreateProcessA (MsiExec.exe,...): STARTF_FORCEONFEEDBACK
+ ignored
+
+ unfortunately, as of right now ms installers only work with limited success and
+ even then not all of them work... one thing you can try though is this:
+
+ stick the cd in the cd drive.
+ open up a console (terminal, shell, xterm, whatever)
+ unmount the cd, type umount /path/to/cdrom
+ where /path/to/cdrom is the actual path to it
+ now remount it like this..
+ mount /dev/cdrom /mnt/cdrom -o unhide
+ or
+ mount -o unhide /dev/cdrom /mnt/cdrom
+
+ then try running the installer again...
+ if that doesn't work, then your installer is not currently supported by regular
+ wine, try crossover office, i know that one has much better support for those
+ kind of installers...
+
+ hope this helps
+
+ -Dustin
+
+ P.S. another thing you might want to try is running wine Setup.exe instead of
+ wine Setup...not sure how that might affect it but you never know...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=636
*** shadow/636 Fri May 3 15:22:16 2002
--- shadow/636.tmp.21633 Fri May 3 15:23:37 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: walkerp(a)attbi.com |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,14 ----
***************
*** 57,59 ****
--- 56,61 ----
problem...
if it doesn't let me know and i will see what else needs to be done...
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-03 15:23 -------
+ arggh i cant even assign this to myself anymore!
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=636
*** shadow/636 Thu May 2 12:08:42 2002
--- shadow/636.tmp.21529 Fri May 3 15:22:16 2002
***************
*** 48,50 ****
--- 48,59 ----
http://wine.codeweavers.com/fom-meta/cache/22.html
Report your results.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-03 15:22 -------
+ I had this problem also when i updated to 20020411, the problem is that
+ libntdll.dll.so was originally named libntdll.so and when it was renamed
+ ldconfig was not run. this has been fixed in wine cvs, but if you do not wish
+ to use wine cvs, just run ldconfig (or /sbin/ldconfig) and that will fix your
+ problem...
+
+ if it doesn't let me know and i will see what else needs to be done...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=637
*** shadow/637 Thu May 2 12:30:35 2002
--- shadow/637.tmp.21345 Fri May 3 15:19:31 2002
***************
*** 127,129 ****
--- 127,133 ----
http://www.winehq.com/trouble
Report your results.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-03 15:19 -------
+ seems to me like he configged wine to use only native and not builtin dlls...or
+ maybe wine cant find the builtin ones...what do you think?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=311
*** shadow/311 Fri May 3 06:39:53 2002
--- shadow/311.tmp.18926 Fri May 3 14:41:47 2002
***************
*** 339,341 ****
--- 339,345 ----
------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-05-03 06:39 -------
If this is not sufficient enough, I'll attach whole previous file up to unpleasant message:
module:map_image Could not map section .text, file probably truncated
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-03 14:41 -------
+ Yes, please attach the whole output with +all option.
+ Thank you.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=572
*** shadow/572 Fri Apr 26 20:48:54 2002
--- shadow/572.tmp.9698 Fri May 3 11:59:33 2002
***************
*** 96,98 ****
--- 96,101 ----
not occur with a full relay trace enabled. (This is also, as stated earlier,
incredibly slow, which may or may not have anything to do with the non-occurance
of the crash...)
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-03 11:59 -------
+ Michael is this still a problem or did you and dimitry work this out?
http://bugs.winehq.com/show_bug.cgi?id=317
*** shadow/317 Wed May 1 18:16:28 2002
--- shadow/317.tmp.8515 Fri May 3 11:41:47 2002
***************
*** 2,8 ****
| wine crashes when app tries to detect OpenGL/DirectX |
+----------------------------------------------------------------------------+
| Bug #: 317 Product: Wine |
! | Status: UNCONFIRMED Version: 20010629 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-directx |
--- 2,8 ----
| wine crashes when app tries to detect OpenGL/DirectX |
+----------------------------------------------------------------------------+
| Bug #: 317 Product: Wine |
! | Status: NEW Version: 20010629 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-directx |
***************
*** 33,35 ****
--- 33,38 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-01 18:16 -------
dxdiag.exe is the directx diagnostic tool that comes with directx... it is not
supproted by wine at this time
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-03 11:41 -------
+ Based on Dustin's comments I am marking this confirming this as NEW.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=557
*** shadow/557 Wed May 1 19:31:33 2002
--- shadow/557.tmp.3132 Fri May 3 10:18:52 2002
***************
*** 133,135 ****
--- 133,146 ----
bug. Reporter is this right?
*** This bug has been marked as a duplicate of 259 ***
+
+ ------- Additional Comments From asus_000(a)hotmail.com 2002-05-03 10:18 -------
+ This bug is simaler but not identical .. I cannot move the mouse... the
+ hardware freezes right after the garbled loading screen. The option scren
+ (Multi-player, Singel player, etc.....)all of the moving icons and objects
+ still move but i cannot move the coursor or use the key commands.
+
+ If all of these are the same it is most likely the same problem.
+
+ I have not tryed Dustin Navea's solution yet.. i will be away till may 5th or
+ 6th.... i will reply then
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=642
*** shadow/642 Fri May 3 09:55:32 2002
--- shadow/642.tmp.2741 Fri May 3 10:13:21 2002
***************
*** 2,10 ****
| X Error of failed request: XF86VidModeExtensionDisabled (remote) |
+----------------------------------------------------------------------------+
| Bug #: 642 Product: Wine |
! | Status: UNCONFIRMED Version: 20010112 |
| Resolution: Platform: |
! | Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
--- 2,10 ----
| X Error of failed request: XF86VidModeExtensionDisabled (remote) |
+----------------------------------------------------------------------------+
| Bug #: 642 Product: Wine |
! | Status: UNCONFIRMED Version: 20020411 |
| Resolution: Platform: |
! | Severity: minor OS/Version: All |
| Priority: P1 Component: wine-gui |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
***************
*** 31,33 ****
--- 31,47 ----
------- Additional Comments From christof(a)petig-baender.de 2002-05-03 09:55 -------
looks like wine-gui is more appropriate (bug 640 used it) ... Why isn't there a
x11driver product?
+
+
+ ------- Additional Comments From christof(a)petig-baender.de 2002-05-03 10:13 -------
+ This also applies to DGA. But if you disable them wine works as expected.
+
+ X Error of failed request: 151
+ Major opcode of failed request: 137 (XFree86-DGA)
+ Minor opcode of failed request: 0 (XDGAQueryVersion)
+ Value in failed request: 0x2600005
+ Serial number of failed request: 167
+ Current serial number in output stream: 167
+
+ Oh, I saw that newer versions are at the bottom. Of course I don't use that an
+ ancient version. Also I think that severity is minor.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=642
*** shadow/642 Fri May 3 09:53:14 2002
--- shadow/642.tmp.1686 Fri May 3 09:53:14 2002
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | X Error of failed request: XF86VidModeExtensionDisabled (remote) |
+ +----------------------------------------------------------------------------+
+ | Bug #: 642 Product: Wine |
+ | Status: UNCONFIRMED Version: 20010112 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-binary |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: christof(a)petig-baender.de |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ the query for the VidModeExtension fails if you use a remote display (usually
+ xvidmod is disabled over the network).
+
+ actually it's the current CVS Version, I'm testing
+
+ The error message is
+
+ X Error of failed request: XF86VidModeExtensionDisabled
+ Major opcode of failed request: 135 (XFree86-VidModeExtension)
+ Minor opcode of failed request: 14 (XF86VidModeSetClientVersion)
+ Serial number of failed request: 168
+ Current serial number in output stream: 169
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=641
*** shadow/641 Fri May 3 04:28:26 2002
--- shadow/641.tmp.17739 Fri May 3 04:30:58 2002
***************
*** 31,33 ****
--- 31,37 ----
Grahic-subsys is a NVidia GeForce 2 MX400, Nvidia drivers 2802, XFree 4.0.3.
Feel free to contact me for further information.
+
+ ------- Additional Comments From o.lemke(a)tu-bs.de 2002-05-03 04:30 -------
+ Created an attachment (id=79)
+ Logfile created with --debugmsg +relay,+ddraw
http://bugs.winehq.com/show_bug.cgi?id=640
*** shadow/640 Thu May 2 23:37:11 2002
--- shadow/640.tmp.5797 Thu May 2 23:38:40 2002
***************
*** 29,31 ****
--- 29,35 ----
(chris(a)luethy.net). This issue has been in Wine for a very long time, and even
Wine branches like the Crossover plugin and the Transgaming wine exhibit this
issue. But mostly, I'd like to see it fixed in the offical wine at winehq.com
+
+ ------- Additional Comments From chris(a)luethy.net 2002-05-02 23:38 -------
+ Created an attachment (id=78)
+ A picture of the graphic error
http://bugs.winehq.com/show_bug.cgi?id=640
*** shadow/640 Thu May 2 23:37:11 2002
--- shadow/640.tmp.5727 Thu May 2 23:37:11 2002
***************
*** 0 ****
--- 1,31 ----
+ +============================================================================+
+ | Major graphic glitch in x11drv |
+ +----------------------------------------------------------------------------+
+ | Bug #: 640 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gui |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: chris(a)luethy.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ When dragging unresizeable windows (like the Winamp preferences dialog), the
+ outline of the old window is left behind and begins to draw white lines all over
+ the screen. Also, if you drag that window off the screen, you being to receieve
+ black lines from the upper left corner on the screen.
+
+ I've posted a screenshot online to show you what I mean (all the white lines are
+ from Wine, from dragging around the Winamp preferences dialog):
+
+ http://chris.luethy.net/wine/image.jpg
+
+ I'm willing to provide whatever additional information is required
+ (chris(a)luethy.net). This issue has been in Wine for a very long time, and even
+ Wine branches like the Crossover plugin and the Transgaming wine exhibit this
+ issue. But mostly, I'd like to see it fixed in the offical wine at winehq.com
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=638
*** shadow/638 Thu May 2 14:29:26 2002
--- shadow/638.tmp.10913 Thu May 2 14:29:26 2002
***************
*** 0 ****
--- 1,36 ----
+ +============================================================================+
+ | Document Wine debugging channels |
+ +----------------------------------------------------------------------------+
+ | Bug #: 638 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-documentation |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: apa3a(a)yahoo.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Write description of the debugging channels to documentation/running.sgml.
+ This is pretty easy to do - search the .c files for macros
+ WINE_DEFAULT_DEBUG_CHANNEL and WINE_DECLARE_DEBUG_CHANNEL. Some files declare
+ a few channels. E.g. file loader/module.c has following declarations:
+
+ WINE_DEFAULT_DEBUG_CHANNEL(module);
+ WINE_DECLARE_DEBUG_CHANNEL(win32);
+ WINE_DECLARE_DEBUG_CHANNEL(loaddll);
+
+ Knowing modules where the channels used and looking how these channels
+ used in the modules you can get an idea what kind of debugging information
+ these channels propagate.
+ Some information from documentation/configuring.sgml can help you. As usual
+ google and msdn.microsoft.com are also your best friends in this (well, probably
+ not the latter ;-).
+
+ Please, update list of channels if you find a new one. Note, besides file
+ documentation/running.sgml the debugging channels are listed in
+ documentation/wine.man.in.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=637
*** shadow/637 Thu May 2 12:13:11 2002
--- shadow/637.tmp.3794 Thu May 2 12:30:35 2002
***************
*** 108,110 ****
--- 108,129 ----
warn:dosfs:DOSFS_FindUnixName 'kernel32.dll' not found in '/mnt/c/Program
Files/Chami/HTML-Kit/Bin'
war
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-02 12:30 -------
+ Sharp, can you run other Windows applications with Wine?
+ Please describe what exactly problem you see. Does the app crashes when it
+ starts or you have some other issue?
+
+ Where I can find HTMLKit to try it out? Google gives many matches for it.
+ What version of Wine do you have, what OS environment?
+
+ Do you use Windows with Wine or you have no-Windows Wine installation?
+ If Wine is installed with Windows try to use no-Windows installation.
+
+ To do this reconfigure Wine, using instructions here:
+ http://wine.codeweavers.com/fom-meta/cache/664.html
+
+ Look at Wine Troubleshooting Guide:
+ http://www.winehq.com/trouble
+
+ Report your results.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=637
*** shadow/637 Thu May 2 12:13:11 2002
--- shadow/637.tmp.2740 Thu May 2 12:13:11 2002
***************
*** 0 ****
--- 1,110 ----
+ +============================================================================+
+ | HTMLKit not loading |
+ +----------------------------------------------------------------------------+
+ | Bug #: 637 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-programs |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: fsharpmajor(a)hotmail.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I have tried HTMLKit on a few different versions of wine and get different types
+ of errors. I think this will be the best version to debug though. I have run
+ wine on a system that has a win2k dual boot, and also on this system (which has
+ a win98 dual boot). Let me know what I can do if you can, or if you need
+ anymore info let me know.
+
+ --sharp
+
+ Here is the debug code:
+
+ warn:dosfs:DRIVE_Init Drive B: not defined
+ warn:dosfs:DRIVE_Init Drive H: not defined
+ warn:dosfs:DRIVE_Init Drive I: not defined
+ warn:dosfs:DRIVE_Init Drive J: not defined
+ warn:dosfs:DRIVE_Init Drive K: not defined
+ warn:dosfs:DRIVE_Init Drive L: not defined
+ warn:dosfs:DRIVE_Init Drive M: not defined
+ warn:dosfs:DRIVE_Init Drive N: not defined
+ warn:dosfs:DRIVE_Init Drive O: not defined
+ warn:dosfs:DRIVE_Init Drive P: not defined
+ warn:dosfs:DRIVE_Init Drive Q: not defined
+ warn:dosfs:DRIVE_Init Drive R: not defined
+ warn:dosfs:DRIVE_Init Drive S: not defined
+ warn:dosfs:DRIVE_Init Drive T: not defined
+ warn:dosfs:DRIVE_Init Drive U: not defined
+ warn:dosfs:DRIVE_Init Drive V: not defined
+ warn:dosfs:DRIVE_Init Drive W: not defined
+ warn:dosfs:DOSFS_FindUnixName 'config\system' not found in
+ '/mnt/c/windows/system32'
+ warn:dosfs:DOSFS_FindUnixName 'classes.dat' not found in '/mnt/c/windows'
+ warn:reg:_convert_and_load_native_registry Unable to convert
+ C:\WINDOWS\classes.dat (doesn't exist?)
+ warn:reg:_get_wine_registry_file_format_version Couldn't open /etc/wine.userreg
+ for reading: No such file or directory
+ warn:reg:_get_wine_registry_file_format_version Couldn't open
+ /etc/wine.systemreg for reading: No such file or directory
+ warn:dosfs:DOSFS_FindUnixName 'ADVAPI32.DLL' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'ADVAPI32.DLL' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'kernel32.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'kernel32.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'ntdll.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'ntdll.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'ntdll.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'ntdll.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'KERNEL32.DLL' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'KERNEL32.DLL' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'VERSION.DLL' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'VERSION.DLL' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'lz32.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'lz32.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'kernel32.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'kernel32.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'ntdll.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'ntdll.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'kernel32.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'kernel32.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'ntdll.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'ntdll.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'WINSPOOL.DRV' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'WINSPOOL.DRV' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'advapi32.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'advapi32.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'kernel32.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ warn:dosfs:DOSFS_FindUnixName 'kernel32.dll' not found in '/mnt/c/Program
+ Files/Chami/HTML-Kit/Bin'
+ war
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=636
*** shadow/636 Thu May 2 03:32:05 2002
--- shadow/636.tmp.2441 Thu May 2 12:08:42 2002
***************
*** 25,27 ****
--- 25,50 ----
same error, but if I use winelancher MS Word wil be launch but I will get a
messagbox "there is not enough memory or disk space to run word." with an ok
button. After click the ok buttun the application will close.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-02 12:08 -------
+ Looks like installation problem
+
+ - check if you really have the file libntdll.dll.so
+
+ I have one here:
+ /usr/local/lib/libntdll.dll.so -> wine/ntdll.dll.so
+
+ which is a symbolic link to:
+ /usr/local/lib/wine/ntdll.dll.so
+
+ What the program winecheck reports? See here for details:
+ http://wine.codeweavers.com/fom-meta/cache/371.html
+
+ Did you have any versions of Wine before? If yes, did you uninstall it properly?
+ Try to reinstall Wine after total cleanup:
+ http://wine.codeweavers.com/fom-meta/cache/297.html
+
+ Also check out this
+ http://wine.codeweavers.com/fom-meta/cache/22.html
+
+ Report your results.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=636
*** shadow/636 Thu May 2 03:32:05 2002
--- shadow/636.tmp.7473 Thu May 2 03:32:05 2002
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | error loading libraries |
+ +----------------------------------------------------------------------------+
+ | Bug #: 636 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-console |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: walkerp(a)attbi.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ After install all the file for the latest build of wine 20020411, I get and
+ error for wine when runnig "wine" by it self. The error is as follow:
+
+ wine:error while loading shared libraries: libntdll.dll.so: cannot open shared
+ object file: No such file or directory.
+
+ When trying to run Micirosoft office 2000 product with the wine,I will get the
+ same error, but if I use winelancher MS Word wil be launch but I will get a
+ messagbox "there is not enough memory or disk space to run word." with an ok
+ button. After click the ok buttun the application will close.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=635
*** shadow/635 Thu May 2 01:50:57 2002
--- shadow/635.tmp.2958 Thu May 2 01:50:57 2002
***************
*** 0 ****
--- 1,358 ----
+ +============================================================================+
+ | WINE 2 installs OK in Mandrake 8.2, but abends running *any* "setup.exe" |
+ +----------------------------------------------------------------------------+
+ | Bug #: 635 Product: Wine |
+ | Status: UNCONFIRMED Version: 20011108 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-programs |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: eltonw(a)videotron.ca |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I have tried my best to *carefully* research the bugs database,
+ and I am unable to find any related bug. I have downloaded the
+ following tarball from the codeweavers site:
+ codeweavers-wine-20011108-5.i386.rpm.
+
+ INSTALLATION: Per instructions, installed as root,using Mandrake's
+ Package Manager, as user - ran and accepted *default* configuration.
+ Everything works fine up to this point.
+ The empty "windows" directories and subdirectories are correctly
+ created, as are the default config files.
+
+ HARDWARE SPECS: "user-built" AMD Thunderbird 1Gb / 512Mb RAM (PC-100)
+ Video subsystem: Viewsonic 17,3D Force B-32 Plus (nVidia) - 32 Mb SGRAM.
+ Screen resolution 1024 x 768 x 32-bit. Motherboard: ASUS ATX A7V-E
+ Sound system:Creative Labs Ensoniq 64 PCI card, LABTEC AD-800 stereo
+ speakers
+ Peripherals: Quantum Fireball Plus AS20.5 IDE hard disk (/dev/hda)
+ Mashita LS-120 (ver. 5.00) internal superdisk drive (/dev/hdb)
+ Pioneer DVD 116/2/KBXCN CDR drive (/dev/hdc alias /dev/dvd)
+ TEAC CD-W516EB CD-Writer (/dev/hdd alias /dev/scd0)
+ Other (USB)peripherals: Atmel Corp. 4-port hub, Epson 610U scanner,
+ Logitech Optical Wheel mouse, Lexmark Z53 printer,
+ Logitech Quickcam Express,Logitech Wingman Rumblepad.
+
+ OS: Mandrake 8.2 (all current updates). Kernel:2.4.18-6mdk
+ X-server: XFree86-4-2.0-1.mdk
+ Default language: US English.
+ MOST commonly used desktops: Gnome 1.4.0,and KDE 3.0 (fresh install).
+ NON-English fonts installed:
+ Xfree86-cyrillic fonts-4.2.0-10mdk, taipeifonts-1-2-19mdk.
+
+ PROBLEM:
+
+ Under KDE 3, I am able to open a console and (*as user*) do:
+ wine Setup. The windows app runs from the respective CD drive, but
+ fails with a *consistent* error message:
+ "1620: Internal error in Windows installer"
+
+ Capture of CONSOLE OUTPUT:
+
+ [tux@modemcable054 cdrom]$ ls
+ autorun/ Disney/ QuickCam/ setup.ini* win95/
+ autorun.inf* Microsoft/ real/ techsupt/ win98/
+ Cresta/ QCDriver/ Setup.exe* win2000/ winMe/
+ [tux@modemcable054 cdrom]$ wine Setup
+ Invoking /opt/wine/bin/wine.bin Setup ...
+ fixme:module:CreateProcessA (D:\autorun\demo32.EXE,...):
+ NORMAL_PRIORITY_CLASS ignored
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWnPtr window 40023 belongs to other process
+ err:cursor:CURSORICON_Destroy Destroying active cursor!
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ fixme:string:GetLocaleInfoA 'SENGLANGUAGE' is not defined for your
+ language (3CFF).
+ Please define it in dlls/kernel/nls/YourLanguage.nls
+ and submit patch for inclusion into the next Wine release.
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWnPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWnPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWnPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40028 belongs to other process
+ err:win:WIN_FindWndPtr window 30022 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ fixme:module:CreateProcessA (D:\QuickCam\instmsia.exe,...):
+ NORMAL_PRIORITY_CLASS ignored
+ fixme:module:CreateProcessA (X:\IXP000.TMP\msiinst.exe,...):
+ NORMAL_PRIORITY_CLASS ignored
+ fixme:module:CreateProcessA (MsiExec.exe,...): NORMAL_PRIORITY_CLASS
+ ignored
+ fixme:module:CreateProcessA (MsiExec.exe,...): STARTF_FORCEONFEEDBACK
+ ignored
+ fixme:ntdll:NtOpenThreadToken
+ (0xfffffffe,0x0000000f,0x00000001,0x24537060): stub
+ fixme:ntdll:NtOpenThreadToken
+ (0xfffffffe,0x00000008,0x00000001,0x40d063c4): stub
+ fixme:ntdll:NtQueryInformationToken
+ (0000cafe,8,0x40d063b8,4,0x40d063bc): stub
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:thread:SetThreadExecutionState (0x80000001): stub, harmless (power
+ management).
+ err:win:WIN_FindWndPtr window 50021 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:ntdll:NtOpenThreadToken
+ (0xfffffffe,0x00000004,0x00000001,0x40d061bc): stub
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000008,0x40d061c0): stub
+ fixme:ntdll:NtQueryInformationToken
+ (0000cafe,1,0x40d06004,80,0x40d06058): stub
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x40d062f8): stub
+ fixme:advapi:LookupPrivilegeValueW
+ ((null),L"SeSecurityPrivilege",0x40d06300): stub
+ fixme:ntdll:NtAdjustPrivilegesToken
+ (0x0000cafe,0x00000000,0x40d062fc,0x00000000,(nil),(nil)),stub!
+ > fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x40d062f8): stub
+ > fixme:advapi:LookupPrivilegeValueW
+ > ((null),L"SeTakeOwnershipPrivilege",0x40d06300): stub
+ > fixme:ntdll:NtAdjustPrivilegesToken
+ > (0x0000cafe,0x00000000,0x40d062fc,0x00000000,(nil),(nil)),stub!
+ > fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x40d062f8): stub
+ fixme:advapi:LookupPrivilegeValueW
+ ((null),L"SeRestorePrivilege",0x40d06300): stub
+ fixme:ntdll:NtAdjustPrivilegesToken
+ (0x0000cafe,0x00000000,0x40d062fc,0x00000000,(nil),(nil)),stub!
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:thread:SetThreadExecutionState (0x80000000): stub, harmless (power
+ management).
+ fixme:thread:SetThreadExecutionState (0x80000001): stub, harmless (power
+ management).
+ fixme:thread:SetThreadExecutionState (0x80000000): stub, harmless (power
+ management).
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x405d5084): stub
+ fixme:advapi:LookupPrivilegeValueW
+ ((null),L"SeRestorePrivilege",0x405d508c): stub
+ fixme:ntdll:NtAdjustPrivilegesToken
+ (0x0000cafe,0x00000000,0x405d5088,0x00000000,(nil),(nil)),stub!
+ This installation package could not be opened. Contact the application
+ vendor to verify that this is a valid Windows Installer package.
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ err:win:WIN_FindWndPtr window 40023 belongs to other process
+ Wine exited with a successful status
+ [tux@modemcable054 cdrom]$
+
+ --------------------------------------------------------------------
+ [tux@modemcable054 tux]$ cd /mnt/cdrom2
+ [tux@modemcable054 cdrom2]$ ls
+ autorun.inf* GameSpy/ Multi/ Redist/ TechSupt/
+ Demo/ LWS.ico* Readme.txt* Setup.exe*
+ [tux@modemcable054 cdrom2]$ wine Setup
+ Invoking /opt/wine/bin/wine.bin Setup ...
+ fixme:module:CreateProcessA (E:\Demo\demo32.EXE,...):
+ NORMAL_PRIORITY_CLASS ignored
+ err:cursor:CURSORICON_Destroy Destroying active cursor!
+ fixme:module:CreateProcessA (E:\Multi\instmsia.exe,...):
+ NORMAL_PRIORITY_CLASS ignored
+ fixme:module:CreateProcessA (X:\IXP000.TMP\msiinst.exe,...):
+ NORMAL_PRIORITY_CLASS ignored
+ fixme:module:CreateProcessA (MsiExec.exe,...): NORMAL_PRIORITY_CLASS
+ ignored
+ fixme:module:CreateProcessA (MsiExec.exe,...): STARTF_FORCEONFEEDBACK
+ ignored
+ fixme:ntdll:NtOpenThreadToken
+ (0xfffffffe,0x0000000f,0x00000001,0x24537060): stub
+ fixme:ntdll:NtOpenThreadToken
+ (0xfffffffe,0x00000008,0x00000001,0x40d063c4): stub
+ fixme:ntdll:NtQueryInformationToken
+ (0000cafe,8,0x40d063b8,4,0x40d063bc): stub
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:thread:SetThreadExecutionState (0x80000001): stub, harmless (power
+ management).
+ err:win:WIN_FindWndPtr window 20023 belongs to other process
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:ntdll:NtOpenThreadToken
+ (0xfffffffe,0x00000004,0x00000001,0x40d061bc): stub
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000008,0x40d061c0): stub
+ fixme:ntdll:NtQueryInformationToken
+ (0000cafe,1,0x40d06004,80,0x40d06058): stub
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x40d062f8): stub
+ fixme:advapi:LookupPrivilegeValueW
+ ((null),L"SeSecurityPrivilege",0x40d06300): stub
+ fixme:ntdll:NtAdjustPrivilegesToken
+ (0x0000cafe,0x00000000,0x40d062fc,0x00000000,(nil),(nil)),stub!
+ fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x40d062f8): stub
+ fixme:advapi:LookupPrivilegeValueW
+ ((null),L"SeTakeOwnershipPrivilege",0x40d06300): stub
+ fixme:ntdll:NtAdjustPrivilegesToken
+ (0x0000cafe,0x00000000,0x40d062fc,0x00000000,(nil),(nil)),stub!
+ fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x40d062f8): stub
+ fixme:advapi:LookupPrivilegeValueW
+ ((null),L"SeRestorePrivilege",0x40d06300): stub
+ fixme:ntdll:NtAdjustPrivilegesToken
+ (0x0000cafe,0x00000000,0x40d062fc,0x00000000,(nil),(nil)),stub!
+ fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
+ fixme:thread:SetThreadExecutionState (0x80000000): stub, harmless (power
+ management).
+ fixme:thread:SetThreadExecutionState (0x80000001): stub, harmless (power
+ management).
+ fixme:thread:SetThreadExecutionState (0x80000000): stub, harmless (power
+ management).
+ fixme:advapi:SetThreadToken ((nil), 0): stub (NT impl. only)
+ fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x405d5084): stub
+ fixme:advapi:LookupPrivilegeValueW
+ ((null),L"SeRestorePrivilege",0x405d508c): stub
+ fixme:ntdll:NtAdjustPrivilegesToken
+ (0x0000cafe,0x00000000,0x405d5088,0x00000000,(nil),(nil)),stub!
+ This installation package could not be opened. Contact the application
+ vendor to verify that this is a valid Windows Installer package.
+ Wine exited with a successful status
+ [tux@modemcable054 cdrom2]$
+
+
+ COMMENTS: I was quite happy to see the ease with which I could install
+ and configure WINE2. Whilst I run a LINUX-only system, I decided to
+ install WINE2 for the benefit of my neighbour, whom I am trying to
+ encourage / assist in migrating from Microsoft Windows.
+
+ Additionally, I thought I could get my Logitech USB camera running
+ under WINE2, as I have been unsuccessful in properly configuring it
+ under linux (mainly due to *my own* lack of expertise!).
+
+ IMHO, the crux of my problem appears to be in "YourLanguage.nls".
+ Could this be due to the "non-standard" (i.e. non-English) fonts on
+ my system?
+
+ respectfully,
+
+ Elton Woo.
+
+
+
+ --
+ eltonwoo(a)videotron.ca - ICQ #149608718 - Montreal (Quebec), CANADA.
+ "You only live once, so let's make life EASIER for each other."
+ LINUX Registered User #193975. AMD-K7 ATHLON CPU power on board.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=269
*** shadow/269 Tue Jun 26 14:12:36 2001
--- shadow/269.tmp.28784 Wed May 1 23:03:16 2002
***************
*** 7,16 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: orion(a)home.nl |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 7,16 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: orion(a)home.nl |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 35,37 ****
--- 35,43 ----
warn:file:CreateFileA Unable to get full filename from 'C:\Program
Files\IrfanView\SOFTWARE\Classes\reg0000.tmp' (GLE 3)
Wine exited with a successful status
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-01 23:03 -------
+ Reporter I downloaded the latest version (3.70) of this program from
+ http://www.irfanview.com/ and was unable to install via wine.Were you able to
+ install this program via wine or did you do it through windows? Wine version CVS,
+ RedHat 7.2, Windows 98.
http://bugs.codeweavers.com/show_bug.cgi?id=259
*** shadow/259 Wed May 1 18:04:28 2002
--- shadow/259.tmp.21118 Wed May 1 19:31:33 2002
***************
*** 27,29 ****
--- 27,32 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-01 18:04 -------
try turning off dga/xshm/xvidmode one by one and see if that helps any, also
try with managed/unmanaged, sometimes that helps...
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-01 19:31 -------
+ *** Bug 557 has been marked as a duplicate of this bug. ***
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=557
*** shadow/557 Wed May 1 18:50:55 2002
--- shadow/557.tmp.21126 Wed May 1 19:31:33 2002
***************
*** 2,8 ****
| starcraft no response |
+----------------------------------------------------------------------------+
| Bug #: 557 Product: Wine |
! | Status: UNCONFIRMED Version: 20020310 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-console |
--- 2,8 ----
| starcraft no response |
+----------------------------------------------------------------------------+
| Bug #: 557 Product: Wine |
! | Status: DUPLICATE Version: 20020310 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-console |
***************
*** 127,129 ****
--- 127,135 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-01 18:50 -------
adding me to CC
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-01 19:31 -------
+ I am marking this as a duplicate of bug 259 Based on reporters comments in that
+ bug. Reporter is this right?
+
+ *** This bug has been marked as a duplicate of 259 ***
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=557
*** shadow/557 Wed May 1 18:49:50 2002
--- shadow/557.tmp.18809 Wed May 1 18:50:55 2002
***************
*** 124,126 ****
--- 124,129 ----
"UseDGA" = "N"
then try to run starcraft and let us know what happens...
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-01 18:50 -------
+ adding me to CC
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=557
*** shadow/557 Tue Apr 16 16:42:56 2002
--- shadow/557.tmp.18720 Wed May 1 18:49:50 2002
***************
*** 109,111 ****
--- 109,126 ----
------- Additional Comments From asus_000(a)hotmail.com 2002-04-16 16:42 -------
I have linux 7.1 /w kernel 2.4 ,gnome 1.2 kde 2.0
and no extra drivers (accept whats on linux install)
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-01 18:49 -------
+ try this:
+
+ go to a console (i hope you know how to do that...)
+ type cd ~
+ hit enter
+ type pico .wine/config
+ scroll through the file and look for the line that starts with "UseDGA"
+ change the Y to a N
+ so that it looks like this
+ "UseDGA" = "N"
+
+ then try to run starcraft and let us know what happens...
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=324
*** shadow/324 Tue Apr 16 13:45:48 2002
--- shadow/324.tmp.17058 Wed May 1 18:20:13 2002
***************
*** 25,27 ****
--- 25,32 ----
Some related emails from wine-dev:
* 2001/12/31 - Gavriel State - Re: Wine Tasklist
http://www.winehq.com/hypermail/wine-devel/2001/12/0491.html
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-01 18:20 -------
+ eric pouech is working on the alsa module, although it is being built against
+ the 0.5 interface
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=317
*** shadow/317 Thu Apr 25 09:07:59 2002
--- shadow/317.tmp.16922 Wed May 1 18:16:28 2002
***************
*** 29,31 ****
--- 29,35 ----
What kind of tool is dxdiag.exe? It looks like problems with this tool do not
belong to this bug. Probably you need to file a separate bug for it.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-01 18:16 -------
+ dxdiag.exe is the directx diagnostic tool that comes with directx... it is not
+ supproted by wine at this time
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=316
*** shadow/316 Thu Apr 25 11:22:27 2002
--- shadow/316.tmp.16851 Wed May 1 18:15:06 2002
***************
*** 21,23 ****
--- 21,28 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-04-25 11:22 -------
Eric, do you still have the problem with recent Wine builds?
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-01 18:15 -------
+ try killing any sound servers that may be running, apparently wine has an issue
+ with direct hardware access (directsound) when sound servers are running so
+ this may help...
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=259
*** shadow/259 Sat Apr 6 11:46:37 2002
--- shadow/259.tmp.16333 Wed May 1 18:04:28 2002
***************
*** 23,25 ****
--- 23,29 ----
------- Additional Comments From asus_000(a)hotmail.com 2002-04-06 11:46 -------
I am having same problems ... my bug is in 557 try the hints listed there
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-01 18:04 -------
+ try turning off dga/xshm/xvidmode one by one and see if that helps any, also
+ try with managed/unmanaged, sometimes that helps...
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=447
*** shadow/447 Tue Apr 30 13:42:45 2002
--- shadow/447.tmp.17313 Wed May 1 10:18:18 2002
***************
*** 1,13 ****
+============================================================================+
! | err:ntdll:RtlpWaitForCriticalSection section 0x40a80004 "x11drv_main.c: |
+----------------------------------------------------------------------------+
| Bug #: 447 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: aschlager(a)eunet.at |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 1,13 ----
+============================================================================+
! | X Error BadMatch: Opcode 73 (X_GetImage) |
+----------------------------------------------------------------------------+
| Bug #: 447 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: amohr(a)codeweavers.com |
| Reported By: aschlager(a)eunet.at |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 59,61 ****
--- 59,69 ----
hth.
Andreas.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-01 10:18 -------
+ Confirm the problem. For some reason yesterday I could start the application,
+ but it fails today.
+ The bug seems not related to the bug 318.
+
+ Andreas Mohr, could you look at this bug. Google tells me that you worked on
+ similiar problems and the app has (I guess) German interface ;-)
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=634
*** shadow/634 Wed May 1 10:02:56 2002
--- shadow/634.tmp.16087 Wed May 1 10:04:20 2002
***************
*** 29,31 ****
--- 29,35 ----
Sometimes input sent to wrong window and the IME windows not drawn in the
correct place.
+
+ ------- Additional Comments From aric(a)codeweavers.com 2002-05-01 10:04 -------
+ Created an attachment (id=77)
+ first pass at an implementation
http://bugs.codeweavers.com/show_bug.cgi?id=634
*** shadow/634 Wed May 1 10:02:56 2002
--- shadow/634.tmp.15983 Wed May 1 10:02:56 2002
***************
*** 0 ****
--- 1,31 ----
+ +============================================================================+
+ | Wine XIM |
+ +----------------------------------------------------------------------------+
+ | Bug #: 634 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-user |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: aric(a)codeweavers.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I posted to wine-devel but thought i would open a bug also.
+
+ This bug is to get multibyte (CJK) character input into wine. I have a
+ preliminary XIM patch which I will try to attach here but may be too large. If
+ so I will break it down.
+
+ The present state of this patch is
+ Japanese input with kinput2 seems to work
+ Reports that Chinese input works
+
+ Only works for edit controls
+
+ Sometimes input sent to wrong window and the IME windows not drawn in the
+ correct place.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=633
*** shadow/633 Wed May 1 08:37:37 2002
--- shadow/633.tmp.15209 Wed May 1 09:51:02 2002
***************
*** 2,8 ****
| Non-text clipboard data from WINE to X |
+----------------------------------------------------------------------------+
| Bug #: 633 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-resources |
--- 2,8 ----
| Non-text clipboard data from WINE to X |
+----------------------------------------------------------------------------+
| Bug #: 633 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-resources |
***************
*** 20,22 ****
--- 20,29 ----
An example is Excel Copy to Picture (creates a bitmap in the clipboard) pasted
into gimp or Kedit.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-01 09:51 -------
+ Aric, I think you have necessary qualification and don't need somebody else to
+ confirm your bug reports. Please in future create your bug reports with status
+ "New".
+
+ Thank you
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=633
*** shadow/633 Wed May 1 08:37:37 2002
--- shadow/633.tmp.9940 Wed May 1 08:37:37 2002
***************
*** 0 ****
--- 1,22 ----
+ +============================================================================+
+ | Non-text clipboard data from WINE to X |
+ +----------------------------------------------------------------------------+
+ | Bug #: 633 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-resources |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: aric(a)codeweavers.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Examin how to deal with non-text clipboard data, such as images, passed FROM
+ wine TO a native X application.
+
+ An example is Excel Copy to Picture (creates a bitmap in the clipboard) pasted
+ into gimp or Kedit.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=632
*** shadow/632 Wed May 1 04:25:48 2002
--- shadow/632.tmp.23876 Wed May 1 04:27:49 2002
***************
*** 17,19 ****
--- 17,23 ----
| DESCRIPTION |
In function CoGetClassObject there is no code to correctly start an com-object
when there the registry contains a string like '%SystemRoot%/some.dll'.
+
+ ------- Additional Comments From leo(a)connectux.com 2002-05-01 04:27 -------
+ Created an attachment (id=76)
+ rejected patch, supposed to be inline implemented
http://bugs.codeweavers.com/show_bug.cgi?id=586
*** shadow/586 Thu Apr 18 08:49:14 2002
--- shadow/586.tmp.19165 Tue Apr 30 14:36:20 2002
***************
*** 97,99 ****
--- 97,105 ----
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134671944 88") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-30 14:36 -------
+ What exactly game did you use. This one installed and worked fine for me:
+ http://www.rocketdownload.com/details/card/6950.htm
+
+ Tried today's CVS Wine.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=446
*** shadow/446 Tue Apr 30 13:37:24 2002
--- shadow/446.tmp.18417 Tue Apr 30 14:25:24 2002
***************
*** 2,15 ****
| wine_dbg_vprintf: debugstr buffer overflow |
+----------------------------------------------------------------------------+
| Bug #: 446 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-debug |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: aschlager(a)eunet.at |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 2,14 ----
| wine_dbg_vprintf: debugstr buffer overflow |
+----------------------------------------------------------------------------+
| Bug #: 446 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-debug |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: aschlager(a)eunet.at |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 62,64 ****
--- 61,89 ----
english is worse!).
Andreas.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-30 14:25 -------
+ Confirm per comments from Andreas.
+ Andreas, since we can't access the app you'll have to take initiative in your
+ hands if the application is really important to you ;-)
+
+ For better research I recommend you to download Wine sources/setup CVS Wine.
+ Don't forget to remove your existing Wine installation (you can backup
+ configuration for later use). Having source on your hands you can insert
+ debugging messages.
+
+ Now what to look for.
+
+ For beginning look throgh this documentation:
+ http://www.winehq.com/trouble
+
+ Then try debugging Wine:
+ http://wine.codeweavers.com/fom-meta/cache/230.html
+
+ especially:
+ http://wine.codeweavers.com/fom-meta/cache/266.html
+
+ Reading official Wine documentation won't hurt either:
+ http://www.winehq.com/Docs/
+
+ Let me know if you need more help/information.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=588
*** shadow/588 Thu Apr 18 15:09:11 2002
--- shadow/588.tmp.16306 Tue Apr 30 13:55:00 2002
***************
*** 1,8 ****
+============================================================================+
! | fixme:file:FindFirstChangeNotificationA this is not supported yet (non-tri |
+----------------------------------------------------------------------------+
| Bug #: 588 Product: Wine |
! | Status: UNCONFIRMED Version: 20020228 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
--- 1,8 ----
+============================================================================+
! | Word2000 - fixme:file:FindFirstChangeNotificationA this is not supported y |
+----------------------------------------------------------------------------+
| Bug #: 588 Product: Wine |
! | Status: NEW Version: 20020228 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
***************
*** 21,23 ****
--- 21,26 ----
Not supporting this API call causes MS Word 2000 to fail.
When will this API call be implemented ?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-30 13:55 -------
+ James, could you describe how to reproduce the bug?
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=589
*** shadow/589 Thu Apr 18 22:07:52 2002
--- shadow/589.tmp.16167 Tue Apr 30 13:52:12 2002
***************
*** 2,8 ****
| ETCDIR environment var needed and other changes |
+----------------------------------------------------------------------------+
| Bug #: 589 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-loader |
--- 2,8 ----
| ETCDIR environment var needed and other changes |
+----------------------------------------------------------------------------+
| Bug #: 589 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-loader |
***************
*** 41,43 ****
--- 41,47 ----
Hey, it would be nice to be able to control the loading order from the
command line and the C: path too.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-30 13:52 -------
+ I think this can be accomplished by using symlinks to the user reg files.
+ Discuss the matter on wine-devel if you still want to get change implemented.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=591
*** shadow/591 Fri Apr 19 15:40:39 2002
--- shadow/591.tmp.15810 Tue Apr 30 13:46:52 2002
***************
*** 1,10 ****
+============================================================================+
! | wine does not verify native dll |
+----------------------------------------------------------------------------+
| Bug #: 591 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
! | Severity: normal OS/Version: All |
| Priority: P1 Component: wine-loader |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
--- 1,10 ----
+============================================================================+
! | wine does not verify if native dll can be loaded |
+----------------------------------------------------------------------------+
| Bug #: 591 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
! | Severity: major OS/Version: All |
| Priority: P1 Component: wine-loader |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
***************
*** 37,39 ****
--- 37,52 ----
A solution, would be to delete the empty file from the tree, however
apps that test their existence will start to fail.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-30 13:46 -------
+ Steps to reproduce:
+ 1) create empty file shell32.dll in the windows/system file
+ 2) change your settings for shell32.dll in the config file to:
+ "shell32" = "native, builtin"
+ 3) run an application which uses this dll (I ran regedit.exe)
+
+ What happens:
+ Wine crashes
+
+ What should happen:
+ Wine should use builtin dll
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=447
*** shadow/447 Thu Apr 25 13:25:01 2002
--- shadow/447.tmp.15430 Tue Apr 30 13:42:45 2002
***************
*** 43,45 ****
--- 43,61 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-04-25 13:25 -------
Andreas, what application shows this issue?
Can you reproduce the issue with recent Wine build?
+
+ ------- Additional Comments From aschlager(a)eunet.at 2002-04-30 13:42 -------
+ Hi Andriy,
+
+ I've upgraded to the lates wine-version available on debian. This is wine
+ 20020411, but the same behaviour is shown. I use debian Linux w/ kernel 2.4.18
+ on an Athlon system.
+
+ The application I've try to run is a program for note editing and playing. It's
+ name is 'Capella 2002 4.0'. There is a demo-version at
+ http://www.whc.de/download/cap2002demo.exe , if you're interested trying out
+ yourself.
+
+ hth.
+
+ Andreas.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=446
*** shadow/446 Thu Apr 25 13:22:13 2002
--- shadow/446.tmp.15031 Tue Apr 30 13:37:24 2002
***************
*** 49,51 ****
--- 49,64 ----
I do not see this information in the bug report.
Is there trial or free copy of the application for testing?
+
+ ------- Additional Comments From aschlager(a)eunet.at 2002-04-30 13:37 -------
+ Hi Andriy,
+
+ I've upgraded to the lates wine-version available on debian. This is wine
+ 20020411, but the same behaviour is shown. I use debian Linux w/ kernel 2.4.18
+ on an Athlon system.
+
+ Unfortunately there is no free/demo/trial-version available.
+ I try to give you more infos, but you have tell me what to look out (sh..., my
+ english is worse!).
+
+ Andreas.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Tue Apr 30 13:00:15 2002
--- shadow/311.tmp.12932 Tue Apr 30 13:08:26 2002
***************
*** 259,261 ****
--- 259,272 ----
To reduce the log size you can kill the successful run right after it started -
it still will generate the necessary debuggning information.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-30 13:08 -------
+ Tip - you don't even need to use text editor.
+
+ Find the line number with:
+ grep -n "err:module:map_image" 1.log
+
+ Add 4 to the line number and get the head of the file with:
+ head -n nlines 1.log > head.log
+
+ where "nlines" is the number of lines to cut.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Tue Apr 30 12:27:10 2002
--- shadow/311.tmp.12287 Tue Apr 30 13:00:15 2002
***************
*** 244,246 ****
--- 244,261 ----
------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-04-30 12:27 -------
OK, logs are attached to bugzilla. Thanks to autors of bzip2, otherwise this file has 52megabytes. With bzip2
it has only 300kB.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-30 13:00 -------
+ Thank you Jaroslav, nice job.
+
+ Hmm, I did not find any differences between the two which would show the problem.
+ Can you try to run the app as before but with all debugging information turned on?
+ wine --debugmsg +all app.exe &> 1.log
+ I don't need the whole log - the problem occurs on a 102 line of the log, it
+ will be no more than a few hundred lines for complete debugging information.
+ Could you locate in the log the string "err:module:map_image" and give me only
+ the log up to this point plus 4 lines after the error?
+ Cut the successful run log on the same line number.
+
+ To reduce the log size you can kill the successful run right after it started -
+ it still will generate the necessary debuggning information.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Tue Apr 30 12:25:28 2002
--- shadow/311.tmp.10175 Tue Apr 30 12:27:10 2002
***************
*** 239,241 ****
--- 239,246 ----
------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-04-30 12:25 -------
Created an attachment (id=75)
Wine succeds to execute this - log
+
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-04-30 12:27 -------
+ OK, logs are attached to bugzilla. Thanks to autors of bzip2, otherwise this file has 52megabytes. With bzip2
+ it has only 300kB.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Tue Apr 30 12:09:42 2002
--- shadow/311.tmp.9975 Tue Apr 30 12:24:36 2002
***************
*** 230,232 ****
--- 230,236 ----
Jaroslav, I did not receive the files, probably Yahoo did not allow such big
attachments.
Could you pack the logs and attach to the bug?
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-04-30 12:24 -------
+ Created an attachment (id=74)
+ wine fails to execute this - log
http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Mon Apr 29 01:44:26 2002
--- shadow/311.tmp.9167 Tue Apr 30 12:09:42 2002
***************
*** 225,227 ****
--- 225,232 ----
------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-04-29 01:31 -------
I sent log files from wine directly by E-mail to Andriy Palamarchuk.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-30 12:09 -------
+ Jaroslav, I did not receive the files, probably Yahoo did not allow such big
+ attachments.
+ Could you pack the logs and attach to the bug?
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=620
*** shadow/620 Thu Apr 25 19:54:53 2002
--- shadow/620.tmp.5734 Tue Apr 30 00:13:01 2002
***************
*** 17,19 ****
--- 17,22 ----
| DESCRIPTION |
Using wine from 04/23/2002, when drag my buddy list window in trillian the X server
crashes.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-30 00:13 -------
+ *** Bug 621 has been marked as a duplicate of this bug. ***
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=619
*** shadow/619 Mon Apr 29 11:59:55 2002
--- shadow/619.tmp.32355 Mon Apr 29 12:00:15 2002
***************
*** 29,31 ****
--- 29,55 ----
------- Additional Comments From michaelc(a)lindows.com 2002-04-29 11:59 -------
Created an attachment (id=73)
output of +psdrv from cvs 04/23/2002
+
+
+ ------- Additional Comments From michaelc(a)lindows.com 2002-04-29 12:00 -------
+ On Sat, Apr 27, 2002 at 10:53:20PM +0200, Marcus Meissner wrote:
+ > Actually I just did a full recompile and I am still able to print.
+ > (Tested using standard 32bit notepad.exe.)
+
+ I apologize for the erroneous bug report. I didn't have libcupsys2-dev
+ on my machine. Now that I have that and I did a full recompile, I can
+ get a print dialog from word with the correct printer description, but
+ when I click the print button, it doesn't print.
+
+ Printing from notepad doesn't work either, it seems to do something, and
+ gives me an hourglass that goes away once you move the mouse. I've
+ attached the output of +psdrv to this bug.
+
+ > Are you still using the same test application? Did you compile in CUPS support?
+ > (ldd winspooldrv.so shoud show libcups.so referenced).
+
+ I usually use word as my test application.
+
+ Crossover office can actually print from word, excel, outlook and ie,
+ but not notepad.
+
http://bugs.codeweavers.com/show_bug.cgi?id=619
*** shadow/619 Thu Apr 25 19:55:30 2002
--- shadow/619.tmp.32271 Mon Apr 29 11:59:55 2002
***************
*** 25,27 ****
--- 25,31 ----
print wine tells me that there are no printers installed and I should "point
to settings on the windows start menu, click printers" and add a printer. And
yes, I did configure a cups printer and I can print from kwrite.
+
+ ------- Additional Comments From michaelc(a)lindows.com 2002-04-29 11:59 -------
+ Created an attachment (id=73)
+ output of +psdrv from cvs 04/23/2002
http://bugs.codeweavers.com/show_bug.cgi?id=185
*** shadow/185 Sun Apr 28 21:57:58 2002
--- shadow/185.tmp.12296 Mon Apr 29 07:13:59 2002
***************
*** 9,14 ****
--- 9,15 ----
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: allenbaranov(a)yahoo.com |
+ | CC list: Cc: Pascal.Brisset@wanadoo.fr,tony_lambregts@telusplanet.net |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 69,71 ****
--- 70,77 ----
This patch is 5 months old. Is there a reason why it was not merged
into the wine tree ?
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-29 07:13 -------
+ Pascal, thank you for the information.
+ Could you contact wine-devel mailing list about the patch?
\ No newline at end of file
** This e-mail has been automatically generated.
** by: http://bugs.codeweavers.com/
Weekly report for wine-bugs(a)winehq.com
Bug List
-------------------------------------------------------------------------
Id
Status
Desc
-------------------------------------------------------------------------
11 NEW StrokePath ignores PS_JOIN_xxx
15 NEW Resize lag in managed mode
17 NEW Bug while playing WinSkat Pro
19 NEW Cannot run nowExplorer; err:int:INT_Int3dHandler int3d:
21 NEW FreeBSD: err:clipping:CLIPPING_UpdateGCRegion DC is dir
22 NEW Shellexecute API call cannot open URLs
24 NEW err:progress:ProgressWindowProc unknown msg be10 wp=349
26 NEW StrokeAndFillPath doesn't fill paths on EMF
35 ASSI Wine 0.9.0 Meta Bug
39 NEW PrgWin95: Wrong message sequence for keyboard auto-repe
47 NEW wrc does not find system headers
48 NEW PrgWin95/98: System metrics differ from the Win9x value
50 NEW PrgWin95: Text justification needs beefing up
52 NEW PrgWin95: Problems with access to the root window
53 NEW PrgWin95: Wine does not support Win9x style (16bit) coo
54 NEW PrgWin95: Wrong background for checkboxes, radiobuttons
56 NEW PrgWin95: Listbox getting a recessed border instead of
61 NEW winemaker: Add support for the Visual C++ project files
66 NEW PrgWin95: Custom cursor display bug
68 NEW Winelib: SEH support
69 NEW Visual C++'s native COM support
78 NEW Wine 1.0 Documentation Metabug - Winelib Users Guide
82 NEW Stabilize Winelib User Guide Table of Contents
90 NEW Compile Wine with -DSTRICT
95 NEW DDE rewrite
96 NEW DLL Separation (MetaBug)
123 NEW ComboBoxes and keyboard movements: Closing
124 NEW Review of Wine Server Protocol
125 NEW Redraw leaves no widgets in window
127 NEW WINE fails to build font metrics
128 NEW Segfaults on trying to open fontdlg for AIM95
129 NEW Crash when exiting AIM95
130 NEW Win3.1 program function keys and ALT/SHIFT/CTRL don't w
131 NEW TWGS.exe will not spawn children
134 NEW Age Of Empires II - says 'couldn't initialize graphics.
147 NEW Multi-column list widget: Double click on the header sh
149 NEW Conflict with another Wine package
151 NEW dialog focus handling is not correct
154 NEW Fonts not loaded
168 NEW Mouse and Keyboard input die upon entering a game
176 NEW Implement an SDL back-end
189 NEW The mouse wheel can scroll textboxes beyond the end
199 NEW Opening dialogues in nord modular editor causes lockup
201 NEW masking problem - image is not transparent
204 NEW Lotus Notes attach/detach Soap Opera.
206 NEW Oddities with console applications
209 NEW Wine setup ends with TCL error and no config file is wr
215 NEW x11drv errors with United Devices' agent
216 NEW selected text sometimes disappears
219 NEW realMyst and many other programs refuse to run.
220 NEW Glide locks application and freezes X
223 NEW winemaker: Add support for the msvcrt headers
225 NEW winemaker: Ignores the '--with-{mfc,wine}' options once
226 NEW Tries to write /etc/ld.so.cache~ even if prefix is set.
227 NEW winemaker: 'winemaker --nomfc' does not have the intend
230 NEW winemaker: Extract more information from the source fil
231 NEW winemaker: Issue the warnings directly in the source
235 NEW IPX no longer works.
239 NEW Metabug: Test Wine with the Common Control Spy Samples
243 NEW Tabs are missing their inner border
247 NEW no keyboard and mouse after update to 20010510
251 NEW codeweavers-wine does not install regapi and uninstalle
252 NEW codeweavers-wine: winedbg is a dead link
264 NEW Drive label definition cannot be sought.
265 NEW Copy pasting into a wine app works only once
267 NEW ddraw interface not found
268 NEW ddraw interface not recognized, surface flags not imple
271 NEW Westwood Monopoly: fixme:gdi:GetObjectType Magic nnnn n
275 NEW CD - "Linux doesn't allow raw access" ?????
276 NEW Quickbooks Pro Timer does not accept date (GetCalendarI
280 NEW Windows Networking (WNet) is not implemented
284 NEW FillRect failing from STATIC_PaintTextfn
291 NEW wine systray and other windows not tall enough
292 NEW Keyboard focus not following
297 NEW implement PeekNamedPipe
306 NEW Activeskin.ocx Unhandled exception: page fault on read
307 NEW Unable to launch GURPS Character GURU
308 NEW Firstclass: Mouse slows program to a crawl, but keyboar
314 NEW Console application ("dos") doesn't recognize the retur
320 NEW Use a real list for SetConsoleCtrlHandler
321 NEW msvcrt.printf does not support %S & %C
322 NEW Wine wrongly acquires the selection on a paste
324 NEW Implement an Alsa sound module
326 NEW Implement an Esd sound module
327 NEW CodeWeavers Preview Meta Bug
330 NEW Add RichEdit support
331 NEW Wine does not correctly display symbol TrueType fonts
335 NEW Need Microphone and mic volume Support
343 NEW file open / save in MS word fails....
345 NEW information about available serial ports should be pres
346 NEW Null pointer reference in libws2_32
349 NEW Msn does not connect
351 NEW TNM (wrestling simulator) installer crashes with "Progr
385 NEW Quicken99 barely usable
387 NEW Firstclass: Mouse behaves erratically
392 NEW Endless loop of redrawing a constantly growing windoq
395 NEW Wine Tasklist Meta Bug
397 NEW System hangs while trying to play a sound
406 NEW Wine Tasklets Meta Bug
412 NEW Win32 API CreateDIBSection for 4bpp yields wrong result
413 NEW age of camelot needs wininet.InternetOpenUrlA
416 NEW Missings exports in winsocks
418 NEW ntdll: NtQuerySystemInformation returns null
421 NEW Implement a DIB engine
422 NEW Make the registry loadable on demand
423 NEW Out of process COM
424 NEW DCOM support
425 NEW Network UNC path handling
429 NEW Lotus Notes R. 5.0.8 Modal windows don't close
430 NEW Edit Control doesn't not behave like Windows
434 NEW Mouse button don't get released (Macromedia Flash 5.0)
435 NEW Wine 2002 01 22 does not compile with freetype 2.0.8 or
437 NEW Bug when GroupBox caption is updated
443 NEW Cygwin fails to execute
444 NEW ntdll.dll RtlGetNtVersionNumbers() not implemented.
451 NEW winemaker: command line parameters are not passed to th
455 NEW FIXMEs
461 NEW Implement processing for SystemParametersInfo actions w
466 NEW Wine/Notes typed characters do not appear
472 NEW GetAsyncKeyState problem. IGOR: Mouse Release Events No
475 NEW SetActiveWindow does not support foreign processes
480 NEW Convert HBITMAP to a void*
481 NEW Convert HBRUSH to a void*
482 NEW Convert HDRVR to a void*
483 NEW Convert HENHMETAFILE to a void*
484 NEW Convert HFONT to a void*
486 NEW Convert HINSTANCE to a void*
487 NEW Convert HKEY to a void*
488 NEW Convert HMENU to a void*
489 NEW Convert HMETAFILE to a void*
490 NEW Convert HMIDI to a void*
491 NEW Convert HMIDIIN to a void*
492 NEW Convert HMIDIOUT to a void*
493 NEW Convert HMIDISTRM to a void*
494 NEW Convert HMIXER to a void*
495 NEW Convert HMIXEROBJ to a void*
496 NEW Convert HMMIO to a void*
498 NEW Convert HPALETTE to a void*
500 NEW Convert HRGN to a void*
501 NEW Convert HRSRC to a void*
502 NEW Convert HTASK to a void*
503 NEW Convert HWAVE to a void*
504 NEW Convert HWAVEIN to a void*
505 NEW Convert HWAVEOUT to a void*
506 NEW Convert HKL to a void*
507 NEW Convert HDC to a void*
508 NEW Convert HANDLE to a void*
509 NEW Convert HWND to a void*
510 NEW Convert HACCEL to a void*
516 NEW Default paper size can't be changed
517 NEW Could not load wprocs.dll
521 NEW WINE removes trailing backslash in GetFullPathNameA/W i
526 NEW Document the regression testing framework
527 NEW Running C regression tests on Windows with MSVC
528 NEW Running C regression tests on Windows with Cygwin/MinGW
529 NEW Running Perl regression tests on Windows
530 NEW Package the regression tests for Windows
531 NEW DLL Separation: ddraw from gdi32
532 NEW DLL Separation: gdi32 from ttydrv, x11drv (BITMAP_Drive
533 NEW DLL Separation: gdi32 from ttydrv, x11drv (PALETTE_Driv
534 NEW DLL Separation: gdi32 from ttydrv, x11drv (color init)
535 NEW DLL Separation: wineps from gdi32
536 NEW DLL Separation: ttydrv from gdi32
537 NEW DLL Separation: ttydrv from user32
538 NEW DLL Separation: x11drv from gdi32
539 NEW DLL Separation: x11drv from user32 (caret)
540 NEW DLL Separation: x11drv from user32 (clipboard)
541 NEW DLL Separation: x11drv from user32 (drag and drop)
542 NEW DLL Separation: x11drv from user32 (misc)
543 NEW DLL Separation: x11drv from ntdll (FILE_DupUnixHandle)
544 NEW DLL Separation: x11drv from ntdll (Options)
545 NEW DLL Separation: x11drv from ntdll (VIRTUAL_SetFaultHand
546 NEW DLL Separation: winedos from ntdll
547 NEW DLL Separation: user32 from gdi32
548 NEW DLL Separation: user32 from ntdll (ATOM_Init)
549 NEW DLL Separation: user32 from ntdll (misc)
550 NEW DLL Separation: gdi32 from ntdll (DOSFS_GetFullName)
551 NEW DLL Separation: gdi32 from ntdll (misc)
556 NEW Reconcile the Windows and Wine spec files
567 NEW Cannot find dll files
572 NEW starcraft crashes in recent wine builds
580 NEW Vertical ScrollBar disappearing on Open common dialogbo
581 NEW Weird contextmenu appearing on Open common dialogbox
585 NEW wine installation process should install and configure
587 NEW Create replacement of browser component (Internet Explo
590 NEW Memory leak: When running any program under Wine, the m
595 NEW Age of Wonders fails with PE_fixup_imports
609 NEW Add BiDi support
-------------------------------------------------------------------------
To get a list of all your bugs, you can use this URL (bookmark it if you like!):
http://bugs.codeweavers.com/buglist.cgi?assigned_to=wine-bugs@winehq.com
Or, you can use the general query page, at
http://bugs.codeweavers.com/query.cgi.
http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Fri Apr 26 07:25:50 2002
--- shadow/311.tmp.31219 Mon Apr 29 01:31:46 2002
***************
*** 222,224 ****
--- 222,227 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-04-26 07:25 -------
Bobby, thank you for the confirmation.
Increasing severity level.
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-04-29 01:31 -------
+ I sent log files from wine directly by E-mail to Andriy Palamarchuk.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=185
*** shadow/185 Wed Apr 17 13:34:24 2002
--- shadow/185.tmp.31188 Sun Apr 28 21:57:58 2002
***************
*** 60,62 ****
--- 60,71 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-04-17 13:34 -------
*** Bug 187 has been marked as a duplicate of this bug. ***
+
+ ------- Additional Comments From Pascal.Brisset(a)wanadoo.fr 2002-04-28 21:57 -------
+ For your information, I just patched wine-cvs-unstripped-042902 with
+ Marco Bizzarri's implementation of TB_REPLACEBITMAP
+ ( http://www.winehq.com/hypermail/wine-patches/2001/11/0112.html )
+ and this seems to solve the menu/toolbar problem with FWPolicy.exe v41.
+
+ This patch is 5 months old. Is there a reason why it was not merged
+ into the wine tree ?
http://bugs.codeweavers.com/show_bug.cgi?id=629
*** shadow/629 Sat Apr 27 12:55:47 2002
--- shadow/629.tmp.9190 Sat Apr 27 12:55:47 2002
***************
*** 0 ****
--- 1,34 ----
+ +============================================================================+
+ | Problem with InstallShield: ole:CoTreatAsClass(stub), ole:CoGetClassObject |
+ +----------------------------------------------------------------------------+
+ | Bug #: 629 Product: Wine |
+ | Status: UNCONFIRMED Version: 20011108 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-ole |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: burnus(a)gmx.de |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ This zip file
+ http://www.smc-europe.com/english/support/driver_manual/wirel/download/2632…
+ contains a setup program.
+ ~/.wine/fake_windows/Temp/update> wine setup.exe
+ a) a InstallShield Wizard comes up
+ b) an extra window with the message ("The InstallShield Engine iKernel.exe)
+ could not be launched (0x80070005)") comes up. Clicking "Ok" closes the program.
+
+ More interestingly is the default output of wine:
+ Using winelauncher
+ Invoking /opt/wine/bin/wine.bin setup.exe ...
+ fixme:ole:ITypeInfo_fnRelease destroy child objects
+ [ This line is repeated ~60 times]
+ fixme:ole:CoTreatAsClass (0x46c858,0x46e128), stub!
+ fixme:ole:CoGetClassObject CLSCTX_LOCAL_SERVER not supported!
+ fixme:ole:CoCreateInstance no classfactory created for
+ {91814ec0-b5f0-11d2-80b9-00104b1f6cea}, hres is 0x80070005
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=572
*** shadow/572 Fri Apr 26 07:32:31 2002
--- shadow/572.tmp.6099 Fri Apr 26 20:48:54 2002
***************
*** 89,91 ****
--- 89,98 ----
Quite possible, but I'm afraid the trace is not really helpful. I'd
need to see a backtrace, and probably a complete relay trace too.
+
+
+ ------- Additional Comments From mlearl(a)attbi.com 2002-04-26 20:48 -------
+ Unfortunately, there's no backtrace (corrupted stack??), and the problem does
+ not occur with a full relay trace enabled. (This is also, as stated earlier,
+ incredibly slow, which may or may not have anything to do with the non-occurance
+ of the crash...)
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=626
*** shadow/626 Fri Apr 26 18:05:40 2002
--- shadow/626.tmp.31467 Fri Apr 26 18:06:45 2002
***************
*** 23,25 ****
--- 23,28 ----
there was an internal error and one of the windows you were using will be closed."
This doesn't happen in crossover office.
+
+ ------- Additional Comments From michaelc(a)lindows.com 2002-04-26 18:06 -------
+ when you click "ok" in this dialog, IE immediately exits.
http://bugs.codeweavers.com/show_bug.cgi?id=626
*** shadow/626 Fri Apr 26 18:05:40 2002
--- shadow/626.tmp.31371 Fri Apr 26 18:05:40 2002
***************
*** 0 ****
--- 1,25 ----
+ +============================================================================+
+ | internet explorer crashes upon launch |
+ +----------------------------------------------------------------------------+
+ | Bug #: 626 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gdi |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: michaelc(a)lindows.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ using wine from cvs 04/23/2002, and office professional sr1, upon launching the ie that
+ comes with office a dialog saying
+
+ "Microsoft Internet Explorer
+
+ there was an internal error and one of the windows you were using will be closed."
+
+ This doesn't happen in crossover office.
\ No newline at end of file