http://bugs.winehq.org/show_bug.cgi?id=1187
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=379
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2148
------- Additional Comments From flash+wine(a)minet.net 2004-08-04 17:00 -------
I saw your fix was commited, but I'm not sure whether it is a good one... simply
because I didn't see the error message at all, after having applied the patch ! :(
I will try to find a testcase with the previous version of clipboard.c, at
least, because I'm not satisfied by that; it seems like more a hack than
something else :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1178
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=53
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1177
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1355
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1169
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=139
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1167
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1372
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1142
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=31
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1139
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1381
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1136
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=25
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1134
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=10
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1124
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=220
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1118
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=17
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2156
Summary: 16bit serial port fixme
Product: Wine
Version: 20040309
Platform: PC
URL: http://sleepingsquirrel.org/wine/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg.buchholz(a)sleepingsquirrel.org
I was trying to get a program which accesses the serial port to work
under wine, but I get errors like the following...
err:comm:COMM16_ReadComplete async read failed 000003e3
fixme:comm:EnableCommNotification16 no handle for cid = ffffffff!
fixme:comm:EscapeCommFunction16 no cid=65535 found!
fixme:comm:CloseComm16 no cid=-1 found!
fixme:comm:EnableCommNotification16 no handle for cid = ffffffff!
fixme:comm:EscapeCommFunction16 no cid=65535 found!
fixme:comm:CloseComm16 no cid=-1 found!
err:comm:COMM16_ReadComplete async read failed 000003e3
I've produce logfiles for a couple of different runs.
"wine --debugmsg +comm" => http://sleepingsquirrel.org/wine/wine.logfile
"wine --debugmsg +comm,+relay" => http://sleepingsquirrel.org/comm_relay.logfile.bz2
The program in question is MPLAB IDE v3.22 by Microchip. It is attempting to
contact a EPROM programmer on the serial port (in my case COM2). I'm running
wine-20040309 under slackware linux 9.1 (kernel 2.6.3). FWIW, it appears to be
compiled with a Borland product (i.e. green check marks in the OK dialog, etc).
Every other part of the program seems to work fine, except the serial port
communication.
Greg Buchholz
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-08-04 08:30 -------
Bugs without app in appdb 1056-1100
Bug 1057 - MS Crimson Trial
Bug 1058 - MS Close Combat
Bug 1075 - Hyperterminal
Bug 1076 - Adata
Bug 1093 - Shake 2.4
Bug 1094 - Net Express
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1098
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=870
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2155
------- Additional Comments From syedmohd.b(a)sonata-software.com 2004-08-04 04:52 -------
Created an attachment (id=578)
--> (http://bugs.winehq.org/attachment.cgi?id=578&action=view)
Sample program to test SetFocus/SetActiveWindow/SetForegroundWindow
Use the attached "myfocus.exe" application to reproduce the bug.
Steps to reproduce.
1. Invoke the myfocus.exe through wine. Now the two windows "MyWindow1" and
"MyWindow2" will get displayed.
2. Select "MyWindow1".
2. Go to main menu "Test" and select any of the submenu("SetFocus |
SetActiveWindow | SetForegroundWindow")
3. Expected behaviour is to get focus/activated of "MyWindow2" window. On
Linux, second window is not getting focussed. On windows, second window is
getting focussed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2155
Summary: Failure of SetFocus, SetActiveWindow and
SetForegroundWindow
Product: Wine
Version: 20040121
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: syedmohd.b(a)sonata-software.com
Window is not getting focussed or activated when
SetFocus/SetActiveWindow/SetForegroundWindow API's are called.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1374
------- Additional Comments From david_costanzo(a)yahoo.com 2004-07-04 23:48 -------
Created an attachment (id=577)
--> (http://bugs.winehq.org/attachment.cgi?id=577&action=view)
'--debugmsg +ddraw,+opengl' trace
This is a cropped version of the trace that Lionel Ulmer requested.
I cut 4 MB off of the end because the log was repetitive and too large to
upload.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-07-04 18:05 -------
Bugs without app in appdb 1026-1155
Bug 1027 - LPL Fitch
Bug 1029 - HP's OmniBack
Bug 1042 - Progress 4GL
Bug 1045 - Multisim
Bug 1046 - Netexpress
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1044
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=747
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1043
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1020
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1038
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=10
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1035
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=311
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1028
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=107
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-15-03 13:46 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2153
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-07-04 15:47 -------
Native printer drivers are not supported. At one time Wine supported 16bit
native drivers but that was long ago. Wine uses the printers (and other
devices) installed in your operating system. For the most part if you don't
have the device installed on your OS then wine can't use it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2153
Summary: native printer drivers are ignored
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ortylp(a)3miasto.net
CC: ortylp(a)3miasto.net
I couldn't install native printer driver (HPLJ5P-family)
To reproduce:
-----------------
.wine/conf:
[wine]
"printer=on"
[Version]
"Windows" = "win95"
---------------------------
win.ini:
[devices]
ps=NAME_OF_THE_DLL,LPR:lp
---------------------------
start notepad, choose Printer Setup, choose "ps" printer, you should see
err:dc:CreateDCW no driver found for L"NAME_OF_THE_DLL"
with WINEDEBUG=warn+all you get that file
[...]/lib/wine/NAME_OF_THE_DLL.dll.so
does not exist
As I have checked with strace, the file
c:\Windows\System\NAME_OF_THE_DLL.dll
is never opened nor checked for existence by wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-07-04 14:34 -------
Bugs without app in appdb 1001-1125
Bug 1002 - Incubation
Bug 1017 - Papyrus Office
Bug 1025 - HotDocs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1021
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=78
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1019
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=25
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1016
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1179
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1004
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=646
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1003
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=760
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-07-04 14:11 -------
Bugs without app in appdb 901-1000 (missed)
Bug 941 - Clue
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=931
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=53
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1651
------- Additional Comments From mat2314(a)asugroup.com 2004-07-04 11:41 -------
I'm running SuSE 9. I tried using the following wine versions:
wine-20040213-SuSELinux90.i586.rpm, wine-20040121-SL90.i586.rpm
SuSE 9 kernel 2.4.21-144-default
no mods to wine config file
I get the same error twice:
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoRegisterMessageFilter stub
I'm trying to run Frontrange HEAT (help desk Call Logging) software.
http://support.frontrange.com/support/goldmine/551_GoldMineandLinux.htm
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2101
------- Additional Comments From deidearum(a)hotmail.com 2004-07-04 10:27 -------
I have never been able to print from wine even though I can print from native
Linux apps. I use CUPS, but my printer connection is usb instead of parallel.
I have a hunch that the usb connection might be the problem, but I don't have a
parallel printer cable to test with.
I have tried wine-20040121 as well as wine-20040309. There may be a bug that
showed up somewhere between those two releases that is causing more problems,
but as far as I'm concerned printing from wine hasn't worked since at least the
January 1st release.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-06-04 15:16 -------
Bugs without app in appdb 801-900 Continued (oops)
Bug 979 - HP's JetAdmin
Bug 984 - EccoPro 4.0
Bug 989 - Pettersson und Findus
Bug 991 - Microsoft close combat 3
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=997
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=278
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=981
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=747
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=975
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=897
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-06-04 14:59 -------
Bugs without app in appdb 801-900
Bug 911 - Nord Modular Editor
Bug 920 - Quakeforge
Bug 930 - Corex Card Scan
Bug 960 - Dragon Naturaly Speaking
Bug 966 - Dragon Naturally Speaking
Bug 972 - HeadHunter & DWG viewer
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-06-04 13:20 -------
bugs without app in appdb 801-900
Bug 816 - Tanarus
Bug 879 - Minoltas DiMAGE Viewer
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-06-04 12:04 -------
bugs without app in appdb 751-800
Bug 761 - Desperados demo
Bug 768 - iGrafx Designer
Bug 770 - Vector NTI
Bug 772 - Freeman Installer
Bug 776 - Skat
Bug 784 - NVidia Demos
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=766
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=412
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-05-04 23:55 -------
bugs without app in appdb 701-750
Bug 701 - NVidia Demos
Bug 705 - NVidia Demos
Bug 709 - Perfect! Textedit
Bug 711 - Xnview
Bug 712 - Xnview
Bug 718 - Mytime
Bug 719 - Electronic Spare parts Catalog
Bug 730 - BadComp Tournament Organiser
Bug 739 - BBC Ticker
Bug 740 - SciFinder Scholar
Bug 743 - Zork
Bug 747 - kolndemo.exe
Bug 748 - Synplify
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-05-04 16:23 -------
bugs without app in appdb 501-600
Bug 651 - The British Multimedia Encyclopedia
Bug 671 - Valve Hammer Editor
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=666
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=803
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-05-04 15:22 -------
bugs without app in appdb 501-600
Bug 514 - Open Office
Bug 575 - Form Docs
Bug 595 - Age of Wonders
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-05-04 12:53 -------
bugs without app in appdb 401-500
Bug 411 - PalmCam
Bug 433 - Cheating-death
Bug 438 - Computational Fluid Dynamics
Bug 468 - Xilinx
Bug 469 - SunGoXL
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2115
------- Additional Comments From izakb(a)synapp.com 2004-05-04 09:25 -------
Same problem here. The program is some kind of VB application. It opens COM1
and sits there, waiting for something to happen.
The same thing happens if you try the hyperterm program that comes with windows.
If you enable more debugging messages you get:
trace:file:ReadFile 0x88 0x403c1c50 80 0x415cf6c8 0x415cf6d8
trace:comm:COMM_WaitCommEventService iosb 0x415cf6a4
trace:comm:WaitCommEvent (0x88 0x415cf6b8 0x415cf6a4 )
trace:file:GetOverlappedResult (0x88 0x415cf6d8 0x415cf6c8 0)
trace:file:GetOverlappedResult waiting on 0x415cf6d8
trace:file:GetOverlappedResult wait on 0x415cf6d8 returned 0
and then it just sits there. If you type something into hyperterm, the
characters make it out on the serial port, but nothing inbound ever reaches
hyperterm.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1959
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-04-04 20:56 -------
Resolving FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2089
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-04-04 20:54 -------
Resolving FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2152
Summary: Default paths
Product: Wine
Version: 20040309
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pierre42d(a)9online.fr
At the end at installation I got this message :
[...]
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
The script should better ask for the good paths, or try guessing cleverly what
they are.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2151
Summary: Wine binaries won't work on AMD K-6II
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mymail999(a)fusemail.com
Hi, I know this was mentioned quite a while ago, but the offical binaries from
the wine project do not run on my AMD K-6II processor. This is a fairly
widely known bug, and the processor is still used by many people.
Unfortunetely it's also very slow, so by the time it finishes compiling the
sources, a newer release is almost out :-) Could this possibly be addressed
some time? Thanks for the help!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2148
------- Additional Comments From rklazes(a)xs4all.nl 2004-04-04 12:13 -------
The ERR line should be displayed without additional WINEDEBUG settings, but also
with the settings that you used.
And yes, this crash seems to be unrelated to the first one you reported.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2148
------- Additional Comments From flash+wine(a)minet.net 2004-04-04 11:18 -------
I don't know if it's related, but I have now this (undebuggable :() crash :
Unhandled exception: page fault on read access to 0x00000021 in 32-bit code
(0x70c9a99b).
In 32-bit mode.
0x70c9a99b (MSHTML.DLL..text+0x4999b in MSHTML.DLL): cmpb $0x2,0x22(%eax)
Wine-dbg>bt
Backtrace:
=>0 0x70c9a99b (MSHTML.DLL..text+0x4999b in MSHTML.DLL) (ebp=43fedcb8)
1 0x70c9a93d (MSHTML.DLL..text+0x4993d in MSHTML.DLL) (ebp=43fedce0)
2 0x70c9aa7f (MSHTML.DLL..text+0x49a7f in MSHTML.DLL) (ebp=43feddf0)
3 0x70c9fe35 (MSHTML.DLL..text+0x4ee35 in MSHTML.DLL) (ebp=43fede78)
4 0x70c9f26b (MSHTML.DLL..text+0x4e26b in MSHTML.DLL) (ebp=43fedf00)
5 0x70ca13fc (MSHTML.DLL..text+0x503fc in MSHTML.DLL) (ebp=43fedfec)
And the err: line added by your patch isn't displayed
(WINEDEBUG=err+all,fixme-all is okay, isn't it ?).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2150
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1667
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-04-04 07:12 -------
Is there a record of which apps. could not cope with the faster timer clock
speeds, and is it possible that changes to Wine, in the meantime, could have
altered the picture?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2150
Summary: Regression - Combobox Z-order Problem
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
Patch http://cvs.winehq.org/patch.py?id=11819 introduces a regression where the
drop-down list of a combobox appears *under* the frame of the dialog on which it
is placed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2089
------- Additional Comments From pierre42d(a)9online.fr 2004-03-04 23:07 -------
After some googling, seems to be a kernel problem
I'll try with a more recent one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-04 11:27 -------
bugs without app in appdb 301-400
Bug 306 - The Realm
Bug 307 - GURPS Character GURU
Bug 346 - Clarify Front Office
Bug 350 - Clarify
Bug 364 - Velocity
Bug 369 - Out of the park
Bug 386 - Visual Pinball
Bug 388 - United Devices Cancer Research / Distributed Computing Client
Bug 396 - Macromedia Multiuser Server
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=314
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-04 08:46 -------
Resolving Later...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2149
------- Additional Comments From LogicDonut(a)msn.com 2004-02-04 18:50 -------
Neglected to mention this, but wine was obtained from CVS on April 1st 2004.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2149
Summary: Keyboard input sent to console, no input in applications
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: LogicDonut(a)msn.com
Perhaps this is because of XF86 4.4.0, but whenever I so much as attempt to
enter text into any wine application, it gets sent to the console rather than
the application which has focus. This bug has prevented any use to wine-ran
applications.
Current XF86 Settings (relating to keyboard):
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc104"
Option "XkbVariant" "nodeadkeys"
EndSection
Here is the current debug log (gziped)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1385
------- Additional Comments From LogicDonut(a)msn.com 2004-02-04 18:24 -------
I am having a similar issue, built wine from CVS on april 1st, 2004. My
problem being that all input on any game/application outputs to the konsole
window. I do not understand why it is doing it now (although it has been a
year since I've actually installed wine). I noticed this issue because I ran a
previously installed game Tribes and noticed that the mouse worked flawlessly
but the keyboard wasn't doing anything. I shortly then saw that everything I
pressed was sent to the konsole that I started wine in.
For knowledge purposes I have XFree86 4.4.0, gcc 3.3.3, glibc 2.3.2, glib2
2.4.0, glib 1.2.1, KDE 3.2, with a completely updated Slackware 9.1 (used
swaret to update completely).
I am currently working on building a debug log when I tell wine to run it's
builtin notepad.exe.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2080
------- Additional Comments From skalamandra(a)poczta.onet.pl 2004-02-04 16:39 -------
I have the same problem , but with the c++ Builder3 and Database Desktop
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2144
------- Additional Comments From todd.allen(a)attglobal.net 2004-02-04 13:09 -------
The lack of a way to control the default printer is particularly distressing
because FrameMaker 5.5 under wine-20040309-1rh9winehq is unable to change the
printer away from the default.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2148
Summary: crash in x11drv using Internet Explorer 6
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flash+wine(a)minet.net
I experiment random crashes using Internet Explorer 6 (I don't know if it's new,
since it's the first time I tried it). It seems it occurs when IE wants to
repaint its window (but not always).
I'm using Wine from yesterday's CVS (20040401).
Output from winedbg :
Unhandled exception: page fault on read access to 0x00000008 in 32-bit code
(0x40ce7e70).
In 32-bit mode.
0x40ce7e70 (X11DRV_CLIPBOARD_LookupFormat+0x29 [clipboard.c:372] in X11DRV.DLL):
cmpl $0,0x8(%esi)
372 if (!lpFormat->drvData) intern_atoms();
Wine-dbg>bt
Backtrace:
=>0 0x40ce7e70 (X11DRV_CLIPBOARD_LookupFormat+0x29(wID=0x0) [clipboard.c:372] in
X11DRV.DLL) (ebp=42d0fc18)
1 0x40cea21c (X11DRV_GetClipboardFormatName+0x27(wFormat=0x0,
retStr=0x42d0fc78, maxlen=0x3f) [clipboard.c:2044] in X11DRV.DLL) (ebp=42d0fc38)
2 0x4087b381 (GetClipboardFormatNameA+0x57(wFormat=0x0, retStr=0x42d0fc78,
maxlen=0x3f) [clipboard.c:295] in USER32.DLL) (ebp=42d0fc58)
3 0x70513e38 (IMGUTIL.DLL.DecodeImage+0xc2 in IMGUTIL.DLL) (ebp=42d0fcd8)
4 0x70e9137c (MSHTML.DLL.com_ms_osp_ospmrshl_releaseByValExternal+0x6443d in
MSHTML.DLL) (ebp=42d0fd04)
5 0x70d7dbfd (MSHTML.DLL.DllGetClassObject+0x3e649 in MSHTML.DLL) (ebp=42d0ff1c)
6 0x70cd7f2c (MSHTML.DLL..text+0x86f2c in MSHTML.DLL) (ebp=42d0fff4)
7 0x40029f31 (wine_switch_to_stack+0x11 in libwine.so.1) (ebp=00000000)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2146
Summary: SHELL_GetPathFromIDListW broken
Product: Wine
Version: 20040309
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mmokrejs(a)natur.cuni.cz
I wanted to install the unicows.dll file. Get the exe fiel from
http://www.microsoft.com/downloads/details.aspx?FamilyId=73BA7BD7-ED06-4F0D…
and execute it, browse to c:\Windows\System, after pressing OK you get this crash:
$ wine ~/unicows.exe
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 8
Can't find file for ELF 'wine-kthread' ((nil))
No debug information in ELF 'wine-pthread' ((nil))
Breakpoint 1 at 0x4000c1f0 (_end+0x3fef9ce0)
No debug information in ELF '/usr/lib/wine/lib/libwine.so.1' (0x40016000)
No debug information in ELF '/lib/libpthread.so.0' (0x4004b000)
No debug information in ELF '/lib/libc.so.6' (0x4009c000)
No debug information in ELF '/lib/libdl.so.2' (0x401ce000)
No debug information in ELF '/lib/libm.so.6' (0x401d2000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/ntdll.dll.so' (0x401f4000)
No debug information in ELF '/usr/lib/wine/lib/libwine_unicode.so.1' (0x40256000)
No debug information in ELF '/lib/libnss_compat.so.2' (0x40030000)
No debug information in ELF '/lib/libnsl.so.1' (0x40366000)
No debug information in ELF '/lib/libnss_nis.so.2' (0x40038000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40041000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/kernel32.dll.so'
(0x40490000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/advapi32.dll.so'
(0x408c0000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/gdi32.dll.so' (0x408f2000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/user32.dll.so'
(0x40970000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/comctl32.dll.so'
(0x40aac000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/version.dll.so'
(0x40b57000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/lz32.dll.so' (0x40b71000)
Unsupported debug information in ELF '/usr/X11R6/lib/libfreetype.so.6' (0x40ba4000)
Unsupported debug information in ELF '/usr/X11R6/lib/libfontconfig.so.1'
(0x40bf6000)
Unsupported debug information in ELF '/usr/X11R6/lib/libexpat.so.0' (0x40c1e000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/x11drv.dll.so'
(0x40c41000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40351000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40cb1000)
No debug information in ELF '/usr/X11R6/lib/libXxf86dga.so.1' (0x4035a000)
No debug information in ELF '/usr/X11R6/lib/libXxf86vm.so.1' (0x40cc8000)
No debug information in ELF '/usr/X11R6/lib/libXrandr.so.2' (0x40362000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40cce000)
No debug information in ELF '/usr/X11R6/lib/libXv.so.1' (0x4037b000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40cd6000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40ce6000)
No debug information in ELF '/usr/X11R6/lib/libGL.so.1' (0x40dc6000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x40e3a000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x40b87000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x40e44000)
No debug information in ELF '/usr/lib/gconv/ISO8859-2.so' (0x40b92000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/imm32.dll.so' (0x40e61000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/shell32.dll.so'
(0x40e7e000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/ole32.dll.so' (0x40ef4000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/rpcrt4.dll.so'
(0x40f69000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/shlwapi.dll.so'
(0x40fb2000)
No debug information in 32bit DLL 'H:\unicows.exe' (0x1000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40210000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x404c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x408d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40910000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40990000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40ac0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40b80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x40b60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x40e70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40f80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40f10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40fd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40ea0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x40eb7311).
In 32-bit mode.
0x40eb7311 (SHELL_GetPathFromIDListW+0x21 [pidl.c:1377] in SHELL32.DLL): movw
$0x0,0x0(%eax)
Unable to open file
/var/tmp/portage/wine-20040309/work/wine-20040309/dlls/shell32/pidl.c
Wine-dbg>
Wine-dbg>where
Backtrace:
=>0 0x40eb7311 (SHELL_GetPathFromIDListW+0x21(pidl=0x403cd710, pszPath=0x0,
uOutSize=0x104) [pidl.c:1377] in SHELL32.DLL) (ebp=408bf288)
1 0x40eb7570 (SHGetPathFromIDListW+0x40(pidl=0x403cd710, pszPath=0x0)
[pidl.c:1447] in SHELL32.DLL) (ebp=408bf2a4)
2 0x40eab763 (BrsFolderDlgProc+0x173(hWnd=0x10027, msg=0x111, wParam=0x1,
lParam=0x10028) [brsfolder.c:395] in SHELL32.DLL) (ebp=408bf2d8)
3 0x40a0a87f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=408bf2fc)
4 0x40a0a8fb (WINPROC_CallWndProc+0x6b(proc=0x40eab5f0, hwnd=0x10027,
msg=0x111, wParam=0x1, lParam=0x10028) [winproc.c:230] in USER32.DLL) (ebp=408bf330)
5 0x40a11810 (CallWindowProcW+0xc0(func=0x40a9b228, hwnd=0x10027, msg=0x111,
wParam=0x1, lParam=0x10028) [winproc.c:3144] in USER32.DLL) (ebp=408bf360)
6 0x409dfc9a (DefDlgProcW+0x6a(hwnd=0x10027, msg=0x111, wParam=0x1,
lParam=0x10028) [defdlg.c:407] in USER32.DLL) (ebp=408bf38c)
7 0x40a0a87f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=408bf3b0)
8 0x40a0a8fb (WINPROC_CallWndProc+0x6b(proc=0x409dfc30, hwnd=0x10027,
msg=0x111, wParam=0x1, lParam=0x10028) [winproc.c:230] in USER32.DLL) (ebp=408bf3e4)
9 0x40a11810 (CallWindowProcW+0xc0(func=0x409dfc30, hwnd=0x10027, msg=0x111,
wParam=0x1, lParam=0x10028) [winproc.c:3144] in USER32.DLL) (ebp=408bf414)
10 0x40a23a00 (call_window_proc+0xe0(hwnd=0x10027, msg=0x111, wparam=0x1,
lparam=0x10028, unicode=0x1, same_thread=0x1) [message.c:1450] in USER32.DLL)
(ebp=408bf470)
11 0x40a24851 (SendMessageTimeoutW+0x161(hwnd=0x10027, msg=0x111, wparam=0x1,
lparam=0x10028, flags=0x0, timeout=0xffffffff, res_ptr=0x408bf4f8)
[message.c:1913] in USER32.DLL) (ebp=408bf4d4)
12 0x40a24b21 (SendMessageW+0x51(hwnd=0x10027, msg=0x111, wparam=0x1,
lparam=0x10028) [message.c:1994] in USER32.DLL) (ebp=408bf500)
13 0x409adde0 (ButtonWndProc_common+0xb90(hWnd=0x10028, uMsg=0x202,
wParam=0x0, lParam=0x14001a, unicode=0x1) [button.c:395] in USER32.DLL)
(ebp=408bf5e0)
14 0x409ae376 (ButtonWndProcW+0x66(hWnd=0x10028, uMsg=0x202, wParam=0x0,
lParam=0x14001a) [button.c:480] in USER32.DLL) (ebp=408bf604)
15 0x40a0a87f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=408bf628)
16 0x40a0a8fb (WINPROC_CallWndProc+0x6b(proc=0x409ae310, hwnd=0x10028,
msg=0x202, wParam=0x0, lParam=0x14001a) [winproc.c:230] in USER32.DLL)
(ebp=408bf65c)
17 0x40a11810 (CallWindowProcW+0xc0(func=0x40a9ada8, hwnd=0x10028, msg=0x202,
wParam=0x0, lParam=0x14001a) [winproc.c:3144] in USER32.DLL) (ebp=408bf68c)
18 0x409eef2b (DispatchMessageW+0xbb(msg=0x408bf718) [message.c:889] in
USER32.DLL) (ebp=408bf6c0)
19 0x409e40f8 (.L322+0x19 [dialog.c] in USER32.DLL) (ebp=408bf6f4)
20 0x409e3751 (DIALOG_DoDialogBox+0x121(hwnd=0x10027, owner=0x20021)
[dialog.c:790] in USER32.DLL) (ebp=408bf744)
21 0x409e392d (DialogBoxParamW+0x9d(hInst=0x40ea0000, name=0x40ef10c0,
owner=0x20021, dlgProc=0x40eab5f0, param=0x408bf79c) [dialog.c:832] in
USER32.DLL) (ebp=408bf774)
22 0x40eabc56 (SHELL32.DLL.SHBrowseForFolder+0xf6 in SHELL32.DLL) (ebp=408bf7c8)
23 0x010047a7 (unicows.exe..text+0x37a7 in unicows.exe) (ebp=408bf814)
24 0x01004ee3 (unicows.exe..text+0x3ee3 in unicows.exe) (ebp=408bf834)
25 0x40a0a87f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=408bf858)
26 0x40a0a8fb (WINPROC_CallWndProc+0x6b(proc=0x1004e56, hwnd=0x20021,
msg=0x111, wParam=0x836, lParam=0x20024) [winproc.c:230] in USER32.DLL)
(ebp=408bf88c)
27 0x40a1172d (CallWindowProcA+0xed(func=0x40a9b204, hwnd=0x20021, msg=0x111,
wParam=0x836, lParam=0x20024) [winproc.c:3101] in USER32.DLL) (ebp=408bf8bc)
28 0x409dfa9a (DefDlgProcA+0x6a(hwnd=0x20021, msg=0x111, wParam=0x836,
lParam=0x20024) [defdlg.c:354] in USER32.DLL) (ebp=408bf8e8)
29 0x40a0a87f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=408bf90c)
30 0x40a0a8fb (WINPROC_CallWndProc+0x6b(proc=0x409dfa30, hwnd=0x20021,
msg=0x111, wParam=0x836, lParam=0x20024) [winproc.c:230] in USER32.DLL)
(ebp=408bf940)
31 0x40a11188 (WINPROC_CallProc32WTo32A+0xa8(func=0x409dfa30, hwnd=0x20021,
msg=0x111, wParam=0x836, lParam=0x20024) [winproc.c:2920] in USER32.DLL)
(ebp=408bf974)
32 0x40a1183d (CallWindowProcW+0xed(func=0x40a9ae6a, hwnd=0x20021, msg=0x111,
wParam=0x836, lParam=0x20024) [winproc.c:3140] in USER32.DLL) (ebp=408bf9a4)
33 0x40a23a00 (call_window_proc+0xe0(hwnd=0x20021, msg=0x111, wparam=0x836,
lparam=0x20024, unicode=0x1, same_thread=0x1) [message.c:1450] in USER32.DLL)
(ebp=408bfa00)
34 0x40a24851 (SendMessageTimeoutW+0x161(hwnd=0x20021, msg=0x111,
wparam=0x836, lparam=0x20024, flags=0x0, timeout=0xffffffff, res_ptr=0x408bfa88)
[message.c:1913] in USER32.DLL) (ebp=408bfa64)
35 0x40a24b21 (SendMessageW+0x51(hwnd=0x20021, msg=0x111, wparam=0x836,
lparam=0x20024) [message.c:1994] in USER32.DLL) (ebp=408bfa90)
36 0x409adde0 (ButtonWndProc_common+0xb90(hWnd=0x20024, uMsg=0x202,
wParam=0x0, lParam=0x10001b, unicode=0x0) [button.c:395] in USER32.DLL)
(ebp=408bfb70)
37 0x409ae3e3 (ButtonWndProcA+0x63(hWnd=0x20024, uMsg=0x202, wParam=0x0,
lParam=0x10001b) [button.c:490] in USER32.DLL) (ebp=408bfb94)
38 0x40a0a87f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=408bfbb8)
39 0x40a0a8fb (WINPROC_CallWndProc+0x6b(proc=0x409ae380, hwnd=0x20024,
msg=0x202, wParam=0x0, lParam=0x10001b) [winproc.c:230] in USER32.DLL)
(ebp=408bfbec)
40 0x40a11188 (WINPROC_CallProc32WTo32A+0xa8(func=0x409ae380, hwnd=0x20024,
msg=0x202, wParam=0x0, lParam=0x10001b) [winproc.c:2920] in USER32.DLL)
(ebp=408bfc20)
41 0x40a1183d (CallWindowProcW+0xed(func=0x40a9ad84, hwnd=0x20024, msg=0x202,
wParam=0x0, lParam=0x10001b) [winproc.c:3140] in USER32.DLL) (ebp=408bfc50)
42 0x409eef2b (DispatchMessageW+0xbb(msg=0x408bfcdc) [message.c:889] in
USER32.DLL) (ebp=408bfc84)
43 0x409e40f8 (.L322+0x19 [dialog.c] in USER32.DLL) (ebp=408bfcb8)
44 0x409e3751 (DIALOG_DoDialogBox+0x121(hwnd=0x20021, owner=0x0)
[dialog.c:790] in USER32.DLL) (ebp=408bfd08)
45 0x409e39a9 (DialogBoxIndirectParamAorW+0x69(hInstance=0x1000000,
template=0x100fbc8, owner=0x0, dlgProc=0x1004e56, param=0x0, flags=0x2)
[dialog.c:845] in USER32.DLL) (ebp=408bfd34)
46 0x409e3a04 (DialogBoxIndirectParamA+0x44(hInstance=0x1000000,
template=0x100fbc8, owner=0x0, dlgProc=0x1004e56, param=0x0) [dialog.c:854] in
USER32.DLL) (ebp=408bfd58)
47 0x010041a3 (unicows.exe..text+0x31a3 in unicows.exe) (ebp=408bfd80)
48 0x010058f3 (unicows.exe..text+0x48f3 in unicows.exe) (ebp=408bfeb0)
49 0x01005947 (unicows.exe..text+0x4947 in unicows.exe) (ebp=408bff20)
50 0x4050ba87 (start_process+0xe7(arg=0x0) [process.c:763] in KERNEL32.DLL)
(ebp=408bfff4)
51 0x4001a8b1 (wine_switch_to_stack+0x11 in libwine.so.1) (ebp=00000000)
Wine-dbg>
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2145
Summary: Wine build failing at directx.c
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damntrashcan(a)bellsouth.net
While compiling directx.c in wine/dlls/d3d8/ , I got an error stating
that GL_MAX_VERTEX_UNITS_ARB was not defined.
So I figured it'd either be defined in a library included in the
directx.c file, or defined in directx.c itself.
It was not defined in directx.c, as I found when I grepped the file(only
1 instance of it anywhere in the file at all)
So I pulled a list of all libraries included in the directx.c file and
grepped each for the same GL_MAX_VERTEX_UNITS_ARB string.
None matched.
There WERE about six files on my system that held an item
GL_MAX_VERTEX_UNITS_ARB, but they were all:
A. OpenGL related
B. Not included or referenced in directx.c
C. Not referenced in any files or libs referenced by directx.c, as far as I was
able to tell.
This appears to be a Wine code error, or an undocumented set of system
requirements. Either way, I've already reinstalled my GFX drivers(Geforce),
glut, gle, and Mesa, and none of this fixed the issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2035
brettholcomb(a)charter.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #552 is|0 |1
obsolete| |
Attachment #571 is|0 |1
obsolete| |
Attachment #572 is|0 |1
obsolete| |
------- Additional Comments From brettholcomb(a)charter.net 2004-01-04 20:28 -------
Created an attachment (id=574)
--> (http://bugs.winehq.org/attachment.cgi?id=574&action=view)
Wave test - failed
Wave test - failed.
wave.c:315:Testing invalid 2MHz format
err:wave:wodOpen Rate doesn't match (requested 2000000 Hz, got 48000 Hz)
err:wave:wodOpen Rate doesn't match (requested 2000000 Hz, got 48000 Hz)
wave.c:466:found 1 WaveIn devices
wave.c:491: Test failed: waveInMessage: failed to get interface size for
device: 0 rc=8
wave.c:502: 0: "SB16 Wave In" ((null)) 1.0 (2:260): channels=2 formats=00888
wave.c:427:Recording at 11025x16x2 0000
wave.c:427:Recording at 11025x16x2 0008
wave.c:427:Recording at 22050x16x2 0000
wave.c:427:Recording at 22050x16x2 0008
wave.c:427:Recording at 44100x16x2 0000
wave.c:427:Recording at 44100x16x2 0008
wave.c:516:Testing invalid 2MHz format
err:wave:widOpen Rate doesn't match (requested 2000000 Hz, got 48000 Hz)
err:wave:widOpen Rate doesn't match (requested 2000000 Hz, got 48000 Hz)
wave: 199 tests executed, 0 marked as todo, 1 failure.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2144
Summary: wine should provide a mechanism for specifying the
default printer
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: todd.allen(a)attglobal.net
I've spent several hours trying to figure out how to specify a default printer
with wine, poring over .wine/*.reg and win.ini files. And I've concluded that
it's impossible. That no matter what the user does, wine will select the
default printer in the cups configuration, and make that the default printer for
wine. If I've got that wrong, I'd sure like to know. If it's right, I'd like
to request an configurable to control the default printer.
I thought for a while that changing the win.ini [windows] device= entry might do
it. But no. wine just resets it back to the cups default.
I would like my wine configuration to print to a file by default. So, I
modified win.ini with an entry like this:
[windows]
device=Wine PostScript Driver FILE,WINEPS,FILE:
Then I run:
(unset PRINTER; unset LPDEST; wine notepad)
I didn't know if PRINTER and/or LPDEST might be forcing it, so you can consider
the unset's to be paranoia.
In the notepad, I select File / Print. And it pops up a dialog that has the
CUPS default printer, skunk. Also, it printed this:
fixme:commdlg:PRINTDLG_SetUpPrinterListComboW Can't find '(null)' in printer
list so trying to find default
When I exit from the notepad, the win.ini file has been rewritten with this:
[windows]
device=skunk,WINEPS,LPR:skunk
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2143
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-01-04 18:53 -------
in your ~/.wine/config file change the windows version to Winxp. Like so..
[Version]
; Windows version to imitate
(win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
"Windows" = "winxp"
; DOS version to imitate
;"DOS" = "6.22"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2137
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-01-04 18:43 -------
For some reason Fedora is not "playing nice" with wine... see
Bug 1088 , Bug 1769 , Bug 1889 , Bug 1955 , bug 1970
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2140
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-01-04 18:40 -------
For some reason Fedora is not "playing nice" with wine... see
Bug 1088 , Bug 1769 , Bug 1889 , Bug 1955 , bug 1970
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2143
Summary: http://www.macsense.com/driver/pc/MIH-130v1.20_af8.exe
Product: Wine
Version: 20040309
Platform: PC
URL:
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: novalis-wine-bugzilla(a)novalis.org
I downloaded this file and tried to run it via wine in Fake Windows mode:
wine MIH-130v1.20_af8.exe
The result can be viewed here:
http://novalis.org/images/screenshots/macsense-mih-130-wine.png
If I click "yes to all", I get the following:
wine MIH-130v1.20_af8.exe
wine: Unhandled exception (thread 0009), starting debugger...
err:winedbg:main Invalid event handle: 0x7c
Wine exited with a successful status
If I click "No to All", I get a dialog box with title "Error" and body "Errors
encountered while performing the operation. Look at the information window for
more details [OK]"
There is no information window. Clicking OK closes the box and brings up a new,
identical box. If I hold down enter (causing OK to be hit many, many times),
Wine eventually simply closes, saying, "Wine exited with a successful status."
Since my fake windows dir is empty, there's no good reason it should claim that
the files already exist -- and it doesn't have any filenames anyway.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2142
Summary: Installshield installer requires Windows NT 4.0 or
greater
Product: Wine
Version: 20040309
Platform: PC
URL: http://www.macsense.com/product/homepod/installers/hppcs
erver020204.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: novalis-wine-bugzilla(a)novalis.org
The problem program is an installer for some the HomePod base station. I think.
To reproduce: Download zip file. Unzip zip file. Run "wine 'HomePod Audio
Server/Setup.exe'".
It's an Installshield installer. It gets through the "preparing the wizard"
step, and then spits out a modal dialog which says:
"This application requires Windows NT 4.0, Windows XP, Windows 2000, or later. [OK]"
When you click OK, the application closes. It leaves behind a directory in /tmp
(which I have set as my Windows temp directory). This contains some files
presumably extracted from the .cab files which are inside the .zip file.
I'm using Wine in Fake Windows mode -- I don't have real Windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2137
markf78(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2140
------- Additional Comments From todd.allen(a)attglobal.net 2004-01-04 13:45 -------
Before giving up completely, I tried one more thing: I installed
wine-20040309-1rh9winehq. That doesn't experience the problem. This is an fc1
system, so I don't know why the rpm built for rh9 behaves better than the one
built specifically for fc1, but apparently it does.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2141
Summary: setup_dos_mem Cannot use first megabyte
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: TMorgan99(a)hotmail.com
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please
report
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2135
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-01-04 13:11 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2135
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-01-04 12:40 -------
Ability to launch apps via icons restored after application of patch
http://cvs.winehq.org/patch.py?id=11795.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2035
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.winehq.org/hyperm
| |ail/wine-
| |patches/2004/03/0442.html
------- Additional Comments From spetreolle(a)yahoo.fr 2004-01-04 12:04 -------
The bug seems to be fixed today, thanks to Felix Nawothnig.
see URL.
Tony and Brett, could you confirm ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2140
Summary: notepad / printer setup / portrait causes page fault &
termination
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: todd.allen(a)attglobal.net
This was on Fedora Core 1 with the wine-20040309-1fc1winehq binary rpm
installed. To reproduce it, I did this:
cd ~
rm -rf .wine
wine notepad
Click on "File"
Click on "Printer Setup..."
Click on "Portrait" (in the Orientation box)
Because this is fc1, it's got CUPS, so if the documentation is to be believed,
no further configuration is requried for printers.
The output in the xterm in which "wine notepad" was run is as follows:
fixme:commdlg:PRINTDLG_SetUpPrinterListComboW Can't find '(null)' in printer
list so trying to find default
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 8
Can't find file for ELF 'wine-kthread' ((nil))
No debug information in ELF 'wine-pthread' ((nil))
Breakpoint 1 at 0x009a4f00
No debug information in ELF '/usr/lib/libwine.so.1' (0x6de000)
No debug information in ELF '/lib/tls/libpthread.so.0' ((nil))
No debug information in ELF '/lib/tls/libc.so.6' ((nil))
No debug information in ELF '/lib/libdl.so.2' ((nil))
No debug information in ELF '/lib/tls/libm.so.6' ((nil))
No debug information in ELF '/lib/ld-linux.so.2' ((nil))
No debug information in ELF '/usr/lib/wine/ntdll.dll.so' (0x111000)
No debug information in ELF '/usr/lib/libwine_unicode.so.1' (0x181000)
No debug information in ELF '/lib/libnss_files.so.2' (0x461000)
No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x2d7000)
No debug information in ELF '/usr/lib/wine/notepad.exe.so' (0x5d6000)
No debug information in ELF '/usr/lib/wine/comdlg32.dll.so' (0x5fc000)
No debug information in ELF '/usr/lib/wine/shell32.dll.so' (0x6f7000)
No debug information in ELF '/usr/lib/wine/ole32.dll.so' (0x788000)
No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x274000)
No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x808000)
No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0xb12000)
No debug information in ELF '/usr/lib/wine/rpcrt4.dll.so' (0x3fb000)
No debug information in ELF '/usr/lib/wine/shlwapi.dll.so' (0x570000)
No debug information in ELF '/usr/lib/wine/comctl32.dll.so' (0xc27000)
No debug information in ELF '/usr/lib/wine/winspool.drv.so' (0x2a8000)
No debug information in ELF '/usr/lib/wine/msvcrt.dll.so' (0x685000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0xfff3d000)
No debug information in ELF '/usr/lib/libz.so.1' ((nil))
No debug information in ELF '/usr/lib/libfontconfig.so.1' (0x823000)
No debug information in ELF '/usr/lib/libexpat.so.0' (0xbde000)
No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0xcff000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0xff6a5000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0xff815000)
No debug information in ELF '/usr/X11R6/lib/libXrandr.so.2' (0x2fe000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x46a000)
No debug information in ELF '/usr/X11R6/lib/libXv.so.1' (0x34c000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' ((nil))
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x271000)
No debug information in ELF '/usr/X11R6/lib/tls/libGL.so.1' (0xac4000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0xffabd000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0xfec000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0xea4000)
No debug information in ELF '/usr/lib/wine/imm32.dll.so' (0xec2000)
No debug information in 32bit DLL 'C:\windows\system\notepad.exe' (0x5e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x130000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x300000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x280000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0xb30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x830000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x7a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x590000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0xc40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x710000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x2b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x6a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0xd10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0xed0000)
Unhandled exception: page fault on write access to 0x0000004c in 32-bit code
(0x006394de).
In 32-bit mode.
0x006394de (PRINTDLG_WMCommandA+0xb0e in COMDLG32.DLL): movw $0x1,0x4c(%eax)
Wine-dbg>
A "bt" in the debugger shows:
=>0 0x006394de (PRINTDLG_WMCommandA+0xb0e in COMDLG32.DLL) (ebp=0056f0dc)
1 0x00639b43 (PrintDlgProcW+0x93 in COMDLG32.DLL) (ebp=0056f100)
2 0x008b022f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=0056f124)
3 0x008b02ba (WINPROC_wrapper+0xa2 in USER32.DLL) (ebp=0056f15c)
4 0x008b7705 (USER32.DLL.CallWindowProcW+0x105 in USER32.DLL) (ebp=0056f190)
5 0x0088099a (USER32.DLL.DefDlgProcW+0x6a in USER32.DLL) (ebp=0056f1bc)
6 0x008b022f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=0056f1e0)
7 0x008b02ba (WINPROC_wrapper+0xa2 in USER32.DLL) (ebp=0056f218)
8 0x008b7705 (USER32.DLL.CallWindowProcW+0x105 in USER32.DLL) (ebp=0056f24c)
9 0x008cbfc0 (FormatMessage16+0x3590 in USER32.DLL) (ebp=0056f2a8)
10 0x008cd0e1 (SendMessageTimeoutW+0x161 in USER32.DLL) (ebp=0056f30c)
11 0x008cd3b1 (USER32.DLL.SendMessageW+0x51 in USER32.DLL) (ebp=0056f338)
12 0x008499f0 (MessageBoxIndirect16+0xc30 in USER32.DLL) (ebp=0056f418)
13 0x00849f86 (MessageBoxIndirect16+0x11c6 in USER32.DLL) (ebp=0056f43c)
14 0x008b022f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=0056f460)
15 0x008b02ba (WINPROC_wrapper+0xa2 in USER32.DLL) (ebp=0056f498)
16 0x008b7705 (USER32.DLL.CallWindowProcW+0x105 in USER32.DLL) (ebp=0056f4cc)
17 0x00890bdb (USER32.DLL.DispatchMessageW+0xbb in USER32.DLL) (ebp=0056f500)
18 0x00885578 (IsDialogMessageW+0xc8 in USER32.DLL) (ebp=0056f534)
19 0x00884b91 (DIALOG_DoDialogBox+0x121 in USER32.DLL) (ebp=0056f584)
20 0x00884de9 (USER32.DLL.DialogBoxIndirectParamAorW+0x69 in USER32.DLL)
(ebp=0056f5b0)
21 0x00884e91 (DialogBoxIndirectParamW+0x41 in USER32.DLL) (ebp=0056f5d4)
22 0x0063ad98 (PrintDlgW+0x488 in COMDLG32.DLL) (ebp=0056fa3c)
23 0x005eb289 (DIALOG_FilePrinterSetup+0x59 in notepad.exe) (ebp=0056faa0)
24 0x005ebe2d (SetFileName+0xcd in notepad.exe) (ebp=0056faac)
25 0x005ec1b1 (SetFileName+0x451 in notepad.exe) (ebp=0056fd14)
26 0x008b022f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=0056fd38)
27 0x008b02ba (WINPROC_wrapper+0xa2 in USER32.DLL) (ebp=0056fd70)
28 0x008b7705 (USER32.DLL.CallWindowProcW+0x105 in USER32.DLL) (ebp=0056fda4)
29 0x00890bdb (USER32.DLL.DispatchMessageW+0xbb in USER32.DLL) (ebp=0056fdd8)
30 0x005ec790 (WinMain+0x2e0 in notepad.exe) (ebp=0056fea0)
31 0x005ea10e (notepad.exe.EntryPoint+0x10e in notepad.exe) (ebp=0056ff20)
32 0x00360bc2 (SetThreadExecutionState+0x1aa2 in KERNEL32.DLL) (ebp=0056fff4)
33 0x006e29b1 (wine_switch_to_stack+0x11 in libwine.so.1) (ebp=00000000)
This bug is not specific to the notepad either. I first discovered it when
attempting to do a printer setup using FrameMaker 5.5 installed in a wine
configuration that isn't too far from the default. But I'm reporting this bug
against notepad because I expect it's easier to reproduce, and seems to be the
same thing, symptomatically at least.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1486
------- Additional Comments From r.kessel(a)metrodata.de 2004-01-04 06:08 -------
I found a workaround for my own Delphi application. It's a bit ugly, but works fine.
If you hide the complete menu before changing it and display it when it is
updated it will be workable afterwards. Hide the menu by setting the menu
property of the form to nil and restore the pointer later. Maybe we could even
find the problem by looking at the difference between hide and restore and a
rebuild.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2139
Summary: Edit control bug in EDIT_EM_GetLine (multiple lines) for
lines with zero length
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: r.kessel(a)metrodata.de
The EM_GETLINE message handler has a bug in handling multiple line controls when
they contain lines with zero length.
Problem:
Instead of returning an empty line, EDIT_EM_GetLine does nothing and returns the
buffer length as the character count.
Most likely the problem is in the following section:
{
LPSTR dst = (LPSTR)lParam;
INT ret;
ret = WideCharToMultiByte(CP_ACP, 0, src, line_len, dst, dst_len, NULL, NULL);
if(!ret) /* Insufficient buffer size */
return dst_len;
if(ret < dst_len) /* Append 0 if enough space */
dst[ret] = 0;
return ret;
}
In case that line_len is zero WideCharToMultiByte returns correctly zero, but
this is treated as an insufficient buffer size.
Possible solution:
{
LPSTR dst = (LPSTR)lParam;
INT ret;
if(line_len)
{
ret = WideCharToMultiByte(CP_ACP, 0, src, line_len, dst, dst_len, NULL,
NULL);
if(!ret) /* Insufficient buffer size */
return dst_len;
}
else
{
ret = 0;
}
if(ret < dst_len) /* Append 0 if enough space */
dst[ret] = 0;
return ret;
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2138
Summary: Missing DLLs when running Reason
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silverblade_uk(a)hotmail.com
This is quite a strange bug.
I realize that WINE uses its own equivalents of the Windows DLLs to do things,
so applications use WINE's internal DLLs rather than Windows ones (after all,
that is the entire point of WINE - to act like Windows.)
Anyway, I tried running Propellerheads Reason (www.propellerhead.se) from my
Windows drive, and it complained about a missing shell32.dll. So, I copied it
into my virtual C drive, and tried again. This time, it reported another DLL,
and each time would report others (including gdi32.dll, user32.dll,
kernel32.dll ...)
After a while, it was happy, and started up, but gave the error "An unknown
error occurred" or something similar.
I think that Reason might be attempting to search for DLLs in the virtual
Windows/System folder. Would it be a good idea to somehow make fake files for
each of the DLLs in the folder, so that applications can actually see that
there's something there if they're that fussy?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-31-03 13:36 -------
bugs without app in appdb 201-300
Bug 201 - igowin
Bug 219 - RealMyst
Bug 232 - DaggerFall
Bug 262 - Prolog
Bug 267 - Arnold Palmer Course Designer
Bug 270 - Monopoly
Bug 271 - Monopoly
Bug 274 - NSBasic Palm
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2135
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-31-03 06:29 -------
Yes, I get the picture.
I would advocate leaving this bug report active (while relevant) as a signpost
to those who wonder why they can no longer successfully 'point-and-click', as it
generalises the explanation and pinpoints the moment of breakage. But, if that
is considered unnecessary, then please let me know and I shall close it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2137
Summary: wine: failed to create the process heap
Product: Wine
Version: 20040309
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markf78(a)yahoo.com
[root@markf78 windows]# wine calc.exe
wine: failed to create the process heap
[root@markf78 windows]# wine notepad.exe
wine: failed to create the process heap
[root@markf78 windows]# wine
wine: failed to create the process heap
i'm running FC2 test2... i keep getting the above error message. i was also
unable to use february's release but prior to that i had no problems using wine
for calc.exe. i've tried installing via RPM and by compiling the source (via
gcc). i'd provide more debugging info but i'm fairly new to wine and i'm not
sure how to do this. if you need more info reply with instructions and i will
provide it promptly. thank you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2136
Summary: Associated extensions do not work
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tp22a(a)softhome.net
I have installed Lotus Notes Client 5.0.12 and Adobe Acrobat Reader 5.1 and
all of the Microsoft Viewers (Excel, Word, Powerpoint, Visio) and Microsoft
Internet Explorer 6 SP1. Now when I try to lunch an attachment from an mail
directly in Notes, I get the error that the application is not installed.
I have tried to lunch Notes with --debugmsg +reg to see what is happening and
as far as I can tell, Notes is opening the right registry key, but fails to
read the default entry (the one with @ at the beginning).
It is long time, that I did not use Wine, but I think with the old version of
Wine I did not have this problem.
Wine is installed from source on an Gentoo Linux system.
Is there any thing I can do? Provide more info or any thing else?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2135
Summary: Regression - Apps Not Launching from Icon
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
Patch http://cvs.winehq.org/patch.py?id=11698 introduced a bug which took away
the ability to launch an app. by clicking on it's icon in Konqueror. (They run
fine from the shell prompt.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2134
Summary: IDEFAULTMACCODEPAGE in zhi.nls
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pinxue(a)hotmail.com
When I install a copy on my linux box, I may run some windows program but always
get a error message like
> fixme:string:GetLocaleInfoA 'IDEFAULTMACCODEPAGE' is not defined
> for your language (0804).
> Please define it in dlls/kernel/nls/YourLanguage.nls
> and submit patch for inclusion into the next Wine release.
So I tried to add a line into dlls/kernel/nls/zhi.nls
LOCVAL(LOCALE_IDEFAULTMACCODEPAGE, "10008")
/* 10008 is Simplified Chinese code page in MAC */
It works fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2133
Summary: mdi draws unnessecarily
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.thespoke.net/MyBlog/stevo/MyBlog.aspx
OS/Version: Windows NT
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: theteofscuba(a)Hotmail.com
upon initializing an MDI application with a horizontal and vertical scrollbars,
and a child that is initially set to maximize, wine unnessecarily draws a
titlebar and a second scrollbar (vertically parallel to the MDI app's
horizontal scrollbar)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2130
------- Additional Comments From brettholcomb(a)charter.net 2004-29-03 18:01 -------
I've got the reference as I've done it once already. Something broke wine alsa
after December. Something broke between the first of March and now. At this
point I'll add it to the list of things to do when I can<G>.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2132
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-29-03 13:13 -------
What version of wine are you using?
(run wine -v)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2132
Summary: Can't open directories with & in name in Word 2000
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greenrd(a)greenrd.org
In the File Open dialog in Word 2000 on wine, a directory with an & in the name
cannot be opened. An error dialog appears saying the directory does not exist.
(Also the directory name is displayed incorrectly, with the typical Win32 "&
interpreted as underline the next character" bug, but that might be just a Word
bug.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-28-03 11:00 -------
bugs without app in appdb 101-200
Bug 131 - trade wars
Bug 135 - winfile.exe
Bug 156 - Xilinx
Bug 198 - Nord Modular editor
Bug 199 - Nord Modular editor
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-28-03 09:50 -------
I have started to go through the bug database to link to the appdb starting at
the beginning bugs 1-100
bugs without app in appdb
bug 17 winskat
bug 18 freemem
bug 19 Now explorer
bug 20 Solaris
bug 43 BBCTicker.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2131
------- Additional Comments From terra(a)gnome.org 2004-28-03 08:53 -------
Removing the cards.dll.so symlink makes it run, btw.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2131
Summary: freecell fails to load
Product: Wine
Version: CVS
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: terra(a)gnome.org
~/wine> wine freecell
Could not load 'CARDS.DLL' required by 'FREECELL', error=21
~/wine> WINEDEBUG=module wine freecell
...
trace:module:NE_LoadDLLs Loading 'CARDS'
trace:module:GetModuleHandle16 (CARDS)
Could not load 'CARDS.DLL' required by 'FREECELL', error=21
...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2035
------- Additional Comments From spetreolle(a)yahoo.fr 2004-28-03 00:40 -------
Could you run the wave and dsound tests again?
Your previous results ("DLL tests - dsound results") were given with wineoss
enabled.
The first line of it says "dsound.c:1033:Testing Primary Sound Driver - wineoss.drv"
In case you need instructions again see #10 Robert's comment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2035
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spetreolle(a)yahoo.fr
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2130
Summary: Half-Life broken with CVS as of 3/27/2004
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brettholcomb(a)charter.net
I have been running Half-Life with wine cvs from early March. However, tonight
I updated CVS and got this after it told me to get rid of the serial/parallel
sections in my ~/.wine/config file.
wine-cvs -- hl.exe -console
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2035
------- Additional Comments From brettholcomb(a)charter.net 2004-27-03 20:06 -------
I updated cvs as of tonight, then ran Half-Life with winealsa in winemm section.
I got this:
wine-cvs -- hl.exe -console
ALSA lib pcm.c:1954:(snd_pcm_open_noupdate) Unknown PCM
err:wave:wodOpen Error open: Success
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
ALSA lib pcm.c:1954:(snd_pcm_open_noupdate) Unknown PCM I
err:wave:wodOpen Error open: Inappropriate ioctl for device
ALSA lib pcm.c:1954:(snd_pcm_open_noupdate) Unknown PCM I
err:wave:wodOpen Error open: Inappropriate ioctl for device
ALSA lib pcm.c:1954:(snd_pcm_open_noupdate) Unknown PCM I
err:wave:wodOpen Error open: Inappropriate ioctl for device
ALSA lib pcm.c:1954:(snd_pcm_open_noupdate) Unknown PCM I
err:wave:wodOpen Error open: Inappropriate ioctl for device
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2035
brettholcomb(a)charter.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
------- Additional Comments From brettholcomb(a)charter.net 2004-27-03 20:03 -------
I updated cvs as of tonight, then ran Half-Life with winealsa in winemm section.
I got this:
wine-cvs -- hl.exe -console
ALSA lib pcm.c:1954:(snd_pcm_open_noupdate) Unknown PCM
err:wave:wodOpen Error open: Success
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
ALSA lib pcm.c:1954:(snd_pcm_open_noupdate) Unknown PCM I
err:wave:wodOpen Error open: Inappropriate ioctl for device
ALSA lib pcm.c:1954:(snd_pcm_open_noupdate) Unknown PCM I
err:wave:wodOpen Error open: Inappropriate ioctl for device
ALSA lib pcm.c:1954:(snd_pcm_open_noupdate) Unknown PCM I
err:wave:wodOpen Error open: Inappropriate ioctl for device
ALSA lib pcm.c:1954:(snd_pcm_open_noupdate) Unknown PCM I
err:wave:wodOpen Error open: Inappropriate ioctl for device
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1979
------- Additional Comments From Jan_B(a)gmx.ch 2004-27-03 18:18 -------
I noticed that other factors influent how bad the problem is. I tried a new
version of the NVidia graphics driver (which seems to load the cpu more with my
card) and the problem was present without Steam, too but not as bad as with Steam.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2129
mike(a)tashcorp.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2128
mike(a)tashcorp.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=728
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-27-03 08:19 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=728
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-27-03 08:19 -------
Resolving Fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=728
------- Additional Comments From dmitry(a)codeweavers.com 2004-27-03 05:55 -------
Sorry for the delay in answering.
Looks like this problem is fixed in the current Wine sources.
This bug can be closed now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2056
------- Additional Comments From mike(a)tashcorp.net 2004-26-03 18:57 -------
When I say 'mouse unusable', I mean that it keeps returning to the middle of
the screen at regular intervals. This makes the mouse virtually useless.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2129
Summary: Austerlitz Demo Generates Unhandled Exception
Product: Wine
Version: 20040309
Platform: Other
URL: http://www.breakawaygames.com/downloads/austerlitz_demo.
exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike(a)tashcorp.net
The demo is a self-executing zip-file. Download and extract to a directory.
Run using 'wine AusterlitzDemo.exe'.
Select 'Play The Game'
Click on the 'Exit' icon in lower-right hand corner.
This should produces an unhandled exception that brings down wine. Error log
is posted below:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403eeff0)->(00010021,00000011)
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel level=DSSCL_PRIORITY not
fully supported
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x46ae0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found!
0x46ae0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok.
offset=0x46ae004c
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x46ae0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found!
0x46ae0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok.
offset=0x46ae0064
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x46ae0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found!
0x46ae0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok.
offset=0x46ae00a4
wine: Unhandled exception (thread 0009), starting debugger...
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
WineDbg starting on pid 8
Can't find file for ELF 'wine-kthread' ((nil))
Loaded debug information from ELF 'wine-pthread' ((nil))
Breakpoint 1 at 0x4000b2a0 (_end+0x3fef8e30)
Loaded debug information from ELF '/usr/local/lib/libwine.so.1' (0x40022000)
No debug information in ELF '/lib/i686/libpthread.so.0' (0x4003a000)
No debug information in ELF '/lib/i686/libc.so.6' (0x4008a000)
No debug information in ELF '/lib/libdl.so.2' (0x401ba000)
No debug information in ELF '/lib/i686/libm.so.6' (0x401bd000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
Loaded debug information from ELF '/usr/local/lib/wine/ntdll.dll.so'
(0x401e1000)
Loaded debug information from ELF '/usr/local/lib/libwine_unicode.so.1'
(0x4024a000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40017000)
Loaded debug information from ELF '/usr/local/lib/wine/kernel32.dll.so'
(0x40450000)
Loaded debug information from ELF '/usr/local/lib/wine/ddraw.dll.so'
(0x406a0000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40715000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x4071e000)
No debug information in ELF '/usr/X11R6/lib/libXrandr.so.2' (0x40735000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40739000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40741000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40750000)
Loaded debug information from ELF '/usr/local/lib/wine/ole32.dll.so'
(0x40833000)
Loaded debug information from ELF '/usr/local/lib/wine/advapi32.dll.so'
(0x408a7000)
Loaded debug information from ELF '/usr/local/lib/wine/user32.dll.so'
(0x408d8000)
Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so'
(0x40a13000)
Loaded debug information from ELF '/usr/local/lib/wine/rpcrt4.dll.so'
(0x40a93000)
Loaded debug information from ELF '/usr/local/lib/wine/dplayx.dll.so'
(0x40adb000)
Loaded debug information from ELF '/usr/local/lib/wine/winmm.dll.so'
(0x40b16000)
Loaded debug information from ELF '/usr/local/lib/wine/msvfw32.dll.so'
(0x40b83000)
Loaded debug information from ELF '/usr/local/lib/wine/comctl32.dll.so'
(0x40ba7000)
Loaded debug information from ELF '/usr/local/lib/wine/version.dll.so'
(0x40c48000)
Loaded debug information from ELF '/usr/local/lib/wine/lz32.dll.so'
(0x40c62000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40c78000)
No debug information in ELF '/lib/libz.so.1' (0x40ccc000)
No debug information in ELF '/usr/lib/libfontconfig.so.1' (0x40cda000)
No debug information in ELF '/usr/lib/libexpat.so.0' (0x40d02000)
Loaded debug information from ELF '/usr/local/lib/wine/x11drv.dll.so'
(0x40d23000)
No debug information in ELF '/usr/X11R6/lib/libGL.so.1' (0x40da0000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x40e17000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x4033d000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x40e20000)
No debug information in ELF '/usr/lib/gconv/ISO8859-1.so' (0x40596000)
Loaded debug information from ELF '/usr/local/lib/wine/imm32.dll.so'
(0x40e3f000)
No debug information in ELF '/usr/X11R6/lib/modules/dri/radeon_dri.so'
(0x40e5b000)
Loaded debug information from ELF '/usr/local/lib/wine/wineoss.drv.so'
(0x45775000)
Loaded debug information from ELF '/usr/local/lib/wine/msacm.drv.so'
(0x457b4000)
Loaded debug information from ELF '/usr/local/lib/wine/msacm32.dll.so'
(0x457cb000)
Loaded debug information from ELF '/usr/local/lib/wine/midimap.drv.so'
(0x45900000)
Loaded debug information from ELF '/usr/local/lib/wine/dsound.dll.so'
(0x468fb000)
Loaded debug information from ELF '/usr/local/lib/wine/winspool.drv.so'
(0x46941000)
Loaded debug information from ELF '/usr/local/lib/wine/comdlg32.dll.so'
(0x46964000)
Loaded debug information from ELF '/usr/local/lib/wine/shell32.dll.so'
(0x469e6000)
Loaded debug information from ELF '/usr/local/lib/wine/shlwapi.dll.so'
(0x46a6b000)
No debug information in 32bit DLL 'F:\Desktop\Files\Downloads\Austerlitz Demo
- Win\E\AusterlitzDemo.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40200000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL'
(0x40480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL'
(0x408c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40a30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40900000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40ab0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40850000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DDRAW.DLL' (0x406c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x40b20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x40af0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL'
(0x40bc0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40c70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x40c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL' (0x40b90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40d40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x40e50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x45790000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x457d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x457c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x45910000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x46910000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV'
(0x46950000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x46a90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x46a00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL'
(0x46980000)
No debug information in 32bit DLL 'F:\DESKTOP\FILES\DOWNLOADS\AUSTERLITZ DEMO
- WIN\E\BAGSOUND.DLL' (0x10000000)
No debug information in 32bit DLL 'F:\DESKTOP\FILES\DOWNLOADS\AUSTERLITZ DEMO
- WIN\E\BAGLOAD.DLL' (0x46eb1000)
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0046f61d).
In 32-bit mode.
0x0046f61d (AusterlitzDemo.exe.??_FCBGRand@@QAEXXZ+0x1f7ad in
AusterlitzDemo.exe): movl 0x0(%eax,%esi,4),%ecx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2128
Summary: Remote Assault Demo Fails To Run
Product: Wine
Version: 20040309
Platform: Other
URL: http://www.shrapnelgames.com/downloads/rad50.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike(a)tashcorp.net
Game demo terminates without doing anything when invoked through wine.
Error output
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel level=DSSCL_EXCLUSIVE not
fully supported
Installation: wine rad50.exe
Execution: wine ra.exe (from install directory)
I'll upload a loaddll,relay log later.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1338
felipewd(a)elipse.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From felipewd(a)elipse.com.br 2004-26-03 10:43 -------
It works now, so we can close this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1338
felipewd(a)elipse.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From felipewd(a)elipse.com.br 2004-26-03 10:42 -------
True, just tested with wine-20040309 and it works fine.
I'll close this bug.
Felipe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2124
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-26-03 08:39 -------
Yes they probably did recompile it.
resolving fixed...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2127
Summary: WriteFile fails on threaded applications
Product: Wine
Version: 20040309
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tronb(a)bluesquirrel.com
Tested on: Fedora Core 1 and Fedora test 1.90
Version: Latest rpm and build from source 20040309
In threaded applications, which use CreateFile, WriteFile, CloseHandle heavily
(logging) in a threaded application, the WriteFile will fail because of a bad
fd even when the sequence (CreateFile, WriteFile, CloseHandle) is protected as
a critical section.
Test Code:
#include "stdafx.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
int Test();
DWORD WINAPI AThread( LPVOID lpParameter );
int Log(const char * stuff);
// The one and only application object
CWinApp theApp;
using namespace std;
int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
{
int nRetCode = 0;
// initialize MFC and print and error on failure
if (!AfxWinInit(::GetModuleHandle(NULL), NULL, ::GetCommandLine(), 0))
{
// TODO: change error code to suit your needs
_tprintf(_T("Fatal Error: MFC initialization failed\n"));
nRetCode = 1;
}
else
{
Test();
}
return nRetCode;
}
int Test()
{
#define NUM_THREADS 10
int ThreadNo[NUM_THREADS];
HANDLE ThreadHandles[NUM_THREADS];
//Start 10 threads
for(int i=0;i<NUM_THREADS;i++)
{
ThreadNo[i] = i;
ThreadHandles[i] = CreateThread(NULL, 0, AThread, &(ThreadNo
[i]), 0, NULL);
if (ThreadHandles[i] == NULL)
printf("CreateThread failed to create thread %d with
GetLastError:%d\n", i, GetLastError());
}
printf("Created %d Threads\n", NUM_THREADS);
DWORD result = WaitForSingleObject(ThreadHandles[0], 2L*60L*1000L);
if (result == WAIT_TIMEOUT)
printf("Timed out waiting for thread 0\n");
return(i);
}
DWORD WINAPI AThread( LPVOID lpParameter )
{
char buffer[100];
while(1)
{
int *lpint = (int*)lpParameter;
sprintf(buffer, "This is some stuff from thread %d\n", *lpint);
Log(buffer);
}
}
int Log(const char * stuff)
{
HANDLE hMutex = CreateMutex(NULL, TRUE, NULL);
if (hMutex == 0)
printf("Mutex failed\n");
//Wait for 5 seconds
DWORD dwWaitResult = WaitForSingleObject( hMutex, 5000L );
if (dwWaitResult == WAIT_TIMEOUT)
printf("Wait timed out\n");
if (dwWaitResult == WAIT_ABANDONED)
printf("Wait abandoned\n");
HANDLE hFile = CreateFile("C:\\TESTLOG.LOG", FILE_WRITE_DATA,
FILE_SHARE_WRITE, NULL, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL);
if (hFile == INVALID_HANDLE_VALUE)
{
printf("CreateFile Failed with GetLastError of %d\n",
GetLastError());
}
DWORD NewLoc = SetFilePointer (hFile, 0, NULL, FILE_END);
DWORD bytes_written;
BOOL write_file_result = WriteFile(hFile, stuff, (DWORD)strlen(stuff),
&bytes_written, NULL);
if (write_file_result == 0)
{
printf("WriteFile Failed with GetLastError of %d\n",
GetLastError());
}
if (CloseHandle(hFile) == 0)
printf("CloseHandle Failed with %d\n", GetLastError());
BOOL release_mutex_result = ReleaseMutex(hMutex);
if (release_mutex_result == 0)
printf("ReleaseMutex failed with %d\n", GetLastError());
return(0);
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2124
------- Additional Comments From mandreiana(a)yahoo.com 2004-25-03 04:46 -------
thank you. I have limited traffic and cannot checkout wine cvs.
Now I got a Fedora Core rpm from newrpms site, saw a message that their build
also solved security patch problem (how? don't know), and the application works
again.
Wierd, it's the same wine version, maybe compiled different.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2126
Summary: fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal
yet.
Product: Wine
Version: 20040309
Platform: PC
URL: http://urania.ouvaton.org/wine.png
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lenaig(a)wanadoo.fr
Hi,
I am running a Debian unstable under my laptop.
I am trying to run wine with Steam, to be able to play network games as DoD or
CS ...
When i am running wine i have this following error :
tst@localhost:~$ wine Jeux/SteamInstall.exe
ReadStyleSheet: missing style number
Last token read was "}" near line 2, position 22.
fixme:shell:Stream_WriteLocationInfo writing empty location info
err:menubuilder:InvokeShellLinker failed to extract icon.
fixme:shell:Stream_WriteLocationInfo writing empty location info
err:menubuilder:WinMain failed to build menu item for C:\Windows\Start
Menu\Programs\Valve\Steam\Steam Subscriber Agreement.lnk
fixme:shell:Stream_WriteLocationInfo writing empty location info
err:menubuilder:InvokeShellLinker failed to extract icon.
fixme:shell:Stream_WriteLocationInfo writing empty location info
err:menubuilder:InvokeShellLinker failed to extract icon.
fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x8000
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
You can exactly what happen there : http://urania.ouvaton.org/wine.png
Steam stop downloading after 26% ...
What can i do to help you resolving this problem ?
Thx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=881
------- Additional Comments From fommil(a)yahoo.ie 2004-24-03 15:40 -------
more info:
i am using blackbox, and, more importantly... i have a workaround!
i have bbkeys installed which allows me to use keystrokes as macros for WM
operations. i have a keystroke defined to switch between virtual desktops. if i
switch to another desktop and then back to the wine one, the X cursor disappears
in the wine fullscreen! :-D
i am happy enough with this workaorund for now, but i think the bug should
remain open anyway.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2124
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-24-03 12:13 -------
If this used to work then it is a regression the way to fix it is to find the
patch that broke it using regression testing as outlined here.
http://www.winehq.org/site/docs/wine-devel/cvs-regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2125
Summary: err:comboex:COMBOEX_FindItem COMBOBOXEX item structures
broken. Please report!
Product: Wine
Version: 20040309
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mandreiana(a)yahoo.com
Getting this on an application
err:comboex:COMBOEX_FindItem COMBOBOXEX item structures broken. Please report!
So i'm reporting :)
Let me know if more info is needed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2124
Summary: Windows socket error (10048) on API 'bind'
Product: Wine
Version: 20040309
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mandreiana(a)yahoo.com
A chat which used to work gives this dialog now
Windows socket error (10048) on API 'bind'
Then it continues, but it doesn't connect to local network.
The application can be downloaded from here
http://borgchat.softnews.ro/cgi-bin/download.pl?file=BORGChat
thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-23-03 16:16 -------
Further investigation has lead me to believe that the front end for this does
not need to do much. All we really need is to call the Enter bug screen with
the bug_file_loc pointing to the the location of the app in th AppDB. For "The
Bat" it would look like this.
http://bugs.winehq.org/enter_bug.cgi?product=Wine&bug_file_loc=http%3A%2F%
2Fappdb.winehq.org%2Fappview.php%3FappId%3D68
(with out the line wrap)
The main problem is that the person entering the bug report has to have a
Bugzilla account and be log into it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2123
Summary: comctl32 tab.c size of the rect in the WM_DRAWITEM
message incorrect
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: r.kessel(a)metrodata.de
The screenoutput of the tab control is ugly, because the size of the draw area
(rcItem) given in the WM_DRAWITEM message is too large. Apps will usually clear
up the entire space, which clears the nicely painted borders as well.
I would suggest to add some lines in TAB_DrawItemInterior()
...
/*
* put together the DRAWITEMSTRUCT
*/
dis.CtlType = ODT_TAB;
dis.CtlID = id;
dis.itemID = iItem;
dis.itemAction = ODA_DRAWENTIRE;
dis.itemState = 0;
if ( iItem == infoPtr->iSelected )
dis.itemState |= ODS_SELECTED;
if (infoPtr->uFocus == iItem)
dis.itemState |= ODS_FOCUS;
dis.hwndItem = hwnd; /* */
dis.hDC = hdc;
CopyRect(&dis.rcItem,drawRect);
/*
* adjustments to the size of the user draw area should be added here
*/
dis.rcItem->left += 2;
dis.rcItem->top += 2;
dis.rcItem->right -= 2;
dis.itemData = infoPtr->items[iItem].lParam;
/*
* send the draw message
*/
SendMessageA( infoPtr->hwndNotify, WM_DRAWITEM, (WPARAM)id, (LPARAM)&dis );
...
The orginal windows dehaviour is quite complex. if the tab is not selected, the
user draw area is (left+4, top+2, right, bottom). If the tab is selected, the
user draw area is (left, top, right+4, bottom+4).
The main difference between the winelib tab-ctrl and the windows tab-ctrl is
that wine paints the frame BEFORE the WM_DRAWITEM message and Windows paints the
frame AFTER the tab content is draw by the WM_DrawITEM message. The windows
behaviour prevents that the frame got overwritten by the user drawings. This
could be am issue in cases where ownerdrawing is supported.
Additionally I have observed that the winelib tab draws the tab 10 points wider
than given in the tabsize (and the windows version).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2122
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.partypoker.com
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2120
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-23-03 09:46 -------
Patch in CVS: http://cvs.winehq.org/patch.py?id=11615
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2117
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-23-03 09:45 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2122
Summary: wrong window size on startup, busted graphics and
invisible text in listboxes.
Product: Wine
Version: 20040309
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knaaleman(a)home.se
When opening PartyPoker.exe (www.partypoker.com) free software the graphics
are all black in the first window, the second window (main application) has some
graphics but most are wierd, also, all text in listboxes are invisible,
furthermore the window size of the "main" window is wrong it gets set to 640x480
and it's not rezisable, hence the application wont work properly since some
controls and buttons are out of reach...
I can recognice that this isn't the most comprehensive bugreport ever, but I'm a
coder not a tester..
Best regards Fredrik Nilsson
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=881
------- Additional Comments From fommil(a)yahoo.ie 2004-22-03 21:29 -------
I also see this in Alien vs Predator and Baldur's Gate.
please please could somebody fix this one?
apart from this the previously mentioned games work flawlessly for me on
20040309! (well, AvP with its bugs and Baldurs with it's... use software
rendering to get rid of GUI weirdness and use the latest patches to stop movie
crashes)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2117
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-22-03 15:01 -------
submitted a fix for lpszUrl to WINEHQ
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2120
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-22-03 14:59 -------
submitted a patch (additional += 2 ) to winehq.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2121
Summary: unimplemented function netapi32.dll NetServerGetInfo
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soldano(a)icgeb.org
CC: soldano(a)icgeb.org
Hello,
I'm triing to run a windows program ( Sophos antivirus),
but cannont complete because gives the following error:
Unhandled exception: unimplemented function netapi32.dll.NetServerGetInfo
called in 32-bit code (0x4056f056).
In 32-bit mode.
0x4056f056 (__wine_unimplemented+0x52 [netapi32.spec.c] in NETAPI32.DLL): jmp
0x4056f050 (__wine_unimplemented+0x4c [netapi32.spec.c] in NETAPI32.DLL)
Unable to open file netapi32.spec.c
I'me tried to set netapi32.dll as native, but it seems that wine runs
builtin only.
I'm new about wine, any suggestion is very very welcome.
best regards,
Diego
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2120
Summary: write past end of array in HTTP_HttpSendRequestA
Product: Wine
Version: 20040121
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wjweiss(a)hotmail.com
if lpoptional is null, a third and unaccounted for "\r\n" is written past the
end of the allocated array.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2102
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From marcus(a)jet.franken.de 2004-22-03 01:52 -------
please run without warn+ enabled, nothing useful was in these messages.
can you also include the debug report mentioned if possible.
also this is not a showstopper for wine, merely a normal bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2109
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-22-03 01:50 -------
you will need to install development headers
and development tools to compile wine, including
glibc-devel, cpp, etc.
You could also try to download a prebuild package
from www.winehq.org.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2109
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #567|application/octet-stream |text/plain
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2113
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #568|application/octet-stream |text/plain
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2115
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Wine bug |noktool hangs/crashes in
| |serial read
------- Additional Comments From marcus(a)jet.franken.de 2004-22-03 01:43 -------
this is by no means a blocker for the wine 1.0 release.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2119
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-22-03 01:23 -------
submitted a patch to winehq.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2118
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-22-03 01:20 -------
submitted patch to winehq
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2111
------- Additional Comments From xren(a)pisem.net 2004-21-03 22:47 -------
Same problem is in MPLAB v. 5.20 (no longer provided by Microchip), which marked
as WORK in AppDB...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2114
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-21-03 16:38 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2119
Summary: Incorrect semantics of AcceptTypes array in
HttpOpenRequestW
Product: Wine
Version: 20040309
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wjweiss(a)hotmail.com
The the specification for HttpOpenRequestA requires that the AcceptTypes array
be null terminated. However, HttpOpenRequestW passes a non-null terminated array
to HttpOpenRequestA. A simple fix is to change the len param at 341 from
sizeof(CHAR *) * acceptTypesCount
to
sizeof(CHAR *) * (acceptTypesCount+1)
then add
szAcceptTypes[acceptTypesCount] = 0;
after the subsequent loop
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2118
Summary: inproper assignment HeapRealloc result
Product: Wine
Version: 20040309
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wjweiss(a)hotmail.com
At line 2023 of http.c the result of the HeapRealloc is not assigned back to
lphttpHdr->lpszValue. If HeapRealloc moves the information to a new memory area,
subsequent writes will be to deallocated memory and HeapFree of
lphttpHdr->lpszValue is to the wrong memory area.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2117
Summary: Memory overrun in HTTP_HttpOpenRequestA of http.c
Product: Wine
Version: 20040121
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wjweiss(a)hotmail.com
sprintf at 657 writes past memory allocation. HeapAlloc at 646 should be:
lpszUrl = HeapAlloc(GetProcessHeap(), 0, strlen(lpwhr->lpszHostName) + 1 + 7 + 2);
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2116
Summary: Bible Companion stop at Unhandled Exception
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ypw(a)att.net
CC: k_wayne(a)linuxpower.org
After set LS_COLORS=
to reduce the environment memory usage, I was able to run BCS.EXE without "not
enough environment space" complaint. However, the program stops at wine:
Unhandled exception (thread 0016), starting debugger... (Below is the messages I
got after the program stops)
I:\bcs>fixme:hook:SetWindowsHookEx16 System-global hooks (3) broken in Win16
fixme:hook:SetWindowsHookEx16 System-global hooks (4) broken in Win16
wine: Unhandled exception (thread 0016), starting debugger...
WineDbg starting on pid 14
Can't find file for ELF 'wine-kthread' ((nil))
No debug information in ELF 'wine-pthread' ((nil))
Breakpoint 1 at 0x4000c9c0 (_end+0x3fefa510)
No debug information in ELF '/usr/lib/libwine.so.1' (0x40034000)
No debug information in ELF '/lib/tls/libpthread.so.0' (0x4004c000)
No debug information in ELF '/lib/tls/libc.so.6' ((nil))
No debug information in ELF '/lib/libdl.so.2' (0x40059000)
No debug information in ELF '/lib/tls/libm.so.6' (0x4005c000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/usr/lib/wine/ntdll.dll.so' (0x4007f000)
No debug information in ELF '/usr/lib/libwine_unicode.so.1' (0x400f0000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40019000)
No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x40300000)
No debug information in ELF '/usr/lib/wine/winevdm.exe.so' (0x40641000)
No debug information in ELF '/usr/lib/wine/winedos.dll.so' (0x40760000)
No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x407c2000)
No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0x4091a000)
No debug information in ELF '/lib/libgcc_s.so.1' (0x40025000)
No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x40b02000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40b37000)
No debug information in ELF '/usr/lib/libfontconfig.so.1' (0x40b88000)
No debug information in ELF '/usr/lib/libexpat.so.0' (0x40bad000)
No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0x40bcd000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x401e3000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40c54000)
No debug information in ELF '/usr/X11R6/lib/libXrandr.so.2' (0x4002d000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40626000)
No debug information in ELF '/usr/X11R6/lib/libXv.so.1' (0x40631000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40c6b000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40c79000)
No debug information in ELF '/usr/lib/libGL.so.1' (0x40d58000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x40636000)
No debug information in ELF
'/usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2' (0x40031000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x40e25000)
No debug information in ELF '/usr/lib/wine/imm32.dll.so' (0x40e43000)
No debug information in ELF '/usr/lib/wine/winmm.dll.so' (0x40e61000)
No debug information in ELF '/usr/lib/wine/msacm.drv.so' (0x40a32000)
No debug information in ELF '/usr/lib/wine/msacm32.dll.so' (0x40ed5000)
No debug information in ELF '/usr/lib/wine/midimap.drv.so' (0x41010000)
No debug information in ELF '/usr/lib/wine/comdlg32.dll.so' (0x41125000)
No debug information in ELF '/usr/lib/wine/shell32.dll.so' (0x411ae000)
No debug information in ELF '/usr/lib/wine/ole32.dll.so' (0x41240000)
No debug information in ELF '/usr/lib/wine/rpcrt4.dll.so' (0x412c1000)
No debug information in ELF '/usr/lib/wine/shlwapi.dll.so' (0x4130e000)
No debug information in ELF '/usr/lib/wine/comctl32.dll.so' (0x4136c000)
No debug information in ELF '/usr/lib/wine/winspool.drv.so' (0x41426000)
No debug information in ELF '/usr/lib/wine/ctl3d32.dll.so' (0x4144d000)
No debug information in 32bit DLL 'I:\BCS\winevdm.exe' (0x40650000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x400a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40330000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40b10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40960000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x407e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEDOS.DLL' (0x40770000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40be0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x40e50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x40e70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x40ee0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x40a40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41020000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x412e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x41260000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x41330000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x41380000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x411d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x41140000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\CTL3D32.DLL' (0x41450000)
Unhandled exception: page fault on read access to 0x0000070c in 32-bit code
(0x40870da6).
In 32-bit mode.
0x40870da6 (WINPROC_UnmapMsg32ATo16+0x136 in USER32.DLL): movl 0x4(%esi),%eax
Wine-dbg>
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2114
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-21-03 07:56 -------
Fixed by patch http://cvs.winehq.org/patch.py?id=11598.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2070
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-20-03 21:54 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2070
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-20-03 14:44 -------
fixed as on CVS version. thank Christian.
other bugs/crashes did appear.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2069
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.samsung.com/Suppo|http://dla.pchome.net/drv/sa
|rt/productsupport/download/M|msung/mp3player/yepp.exe
|odel_Select.aspx?type=Digita|
|l+Audio+Player&typecode=1010|
|60&subtype=yepp&subtypecode=|
|110180&model=YP- |
|20S&filetype=DR&language= |
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-20-03 14:24 -------
changing download URL to point to right version (v1.1). previous value pointed
to far younger version (v3.1 with other type of bugs).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2115
mr_rui(a)iol.pt changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |blocker
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2115
Summary: Wine bug
Product: Wine
Version: 20040309
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mr_rui(a)iol.pt
[root@a81-84-15-119 root]# wine Nok*
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
But the program loads but when I click something I see
fixme:comm:SetupComm insize 4096 outsize 2048 unimplemented stub
And the program crashes
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2114
Summary: CVS Regression - Prepending of Question Mark to
Filenames
Product: Wine
Version: CVS
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
Patch http://cvs.winehq.org/patch.py?id=11535 causes filenames to gain a leading
question mark (e.g. ?myfile.txt) in 16-bit File Open dialogs; whereupon, the
files cannot be accessed as the listed names differ from the actual names.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2113
Summary: Mosaic crashes when online.
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: telefrancisco(a)lycos.es
Hi.
I'm using Mosaic 3.0 (for win95). When i'm connect to the Internet it crashes
(as it uses a default web page). When isn't connected to internet, it simply
says that can't found the web page and runs as normally.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2017
------- Additional Comments From masochisthalo(a)yahoo.com 2004-19-03 16:17 -------
I just edited my DLLOVERRIDES to include that, but I'm still getting the popup
"Success" window. So, from deductive reasoning, it must not be the UXTHEME then
... that is, unless there's something else to try.
In my eyes as a user, having to change the .config file to make PS7 work would
seem like a step backwards in Wine development. Why? Well, in earlier versions
I didn't have to do this to make PS7 run; so, I don't see why I should need to
do this now (unless it was only a temporary fix.) ;)
Hopefully, this will get resolved in the next Wine release. :(
Hiji
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2017
------- Additional Comments From dclark(a)akamail.com 2004-19-03 12:14 -------
If the problem is really uxtheme, then there is an easy fix. Try adding in your
~/.wine/config file, in the DllOverrides section:
[DllOverrides]
"uxtheme" = ""
That basically tells Wine not to use uxtheme.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2111
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.microchip.com/101
| |0/pline/tools/picmicro/deven
| |v/mplabi/mplab5x/index.htm
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.