http://bugs.winehq.org/show_bug.cgi?id=2728
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-25-02 16:24 -------
Patch is now in cvs so closing resolved/fixed. If you still get the same
traps, just reopen the bug
--
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=2733
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-25-02 15:49 -------
Patch submitted
http://www.winehq.org/hypermail/wine-patches/2005/02/0587.html
Please can you see if this resolves the problem, and if so close off this bug.
I'm flagging it as resolved/fixed as it fixes the testcase you sent me, but if
there are any problems just reopen 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=2755
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1387
Keywords| |download, 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=2754
------- Additional Comments From dclark(a)akamail.com 2005-25-02 12:26 -------
If you are compiling Wine yourself, then you need to have the CUPS development
library installed. The Wine compilation needs these.
--
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=2754
Summary: Can't print -- CUPS printers not detected
Product: Wine
Version: 20050211
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt_shepherd(a)yahoo.com
20050225 0827PDT
In regards to CUPS printing, I think either there's a bug or the documentation
is wrong.
.../wine-20050211/documentation/printing.sgml says:
"If you are using CUPS, you do not need to configure .ini or registry entries,
everything is autodetected."
Ok, so I use CUPS, but nothing appears to be autodetected. "wine notepad"
doesn't show any printer names in the drop down box. My cups setup is working
fine with all non-wine applications.
Random stuff about my system:
-----------------------------
wine-20050211 (built from the .tar.gz using configure && make depend && make &&
make install)
cups-1.1.22-0.rc1.8, cups-libs-1.1.22-0.rc1.8
kernel-2.6.10
Pretty much a standard FedoraCore3 system
Contents of /etc/printcap:
--------------------------
lp|Created by redhat-config-printer 0.6.x:rm=mycomputer.mydomain.test:rp=lp:
ps7960|ps7960:rm=mycomputer.mydomain.test:rp=ps7960:
Can you suggest a workaround for this? I couldn't find anything in the
documentation that seemed appropriate.
Thanks,
Matt
--
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=2749
------- Additional Comments From dzrudy(a)gmail.com 2005-25-02 10:18 -------
Same problem here. Running Fedora Core 3 x86_64 (Kernel 2.6.10-1.766_FC3) and
wine 20050211
--
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=2718
------- Additional Comments From xeroc_(a)gmx.de 2005-25-02 09:50 -------
this is what gives gdb:
++++++++++++++++++++++++++++++++++++++++++++++++++
xeroc@xeroc ~ $ gdb wine
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols
found)...Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) set args notepad
(gdb) run
Starting program: /usr/bin/wine notepad
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
warning: shared library handler failed to enable breakpoint
Program received signal SIG32, Real-time event 32.
0x400c95a7 in ?? ()
(gdb) continue
Continuing.
Program received signal SIG32, Real-time event 32.
0x400c95a7 in ?? ()
(gdb) continue
Continuing.
Program received signal SIGTRAP, Trace/breakpoint trap.
0x78000000 in ?? ()
(gdb) continue
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x400c9ff1 in ?? ()
(gdb) continue
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x400cc377 in ?? ()
(gdb) continue
Continuing.
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb)
++++++++++++++++++++++++++++++++++++++
Nobody any advice ??
Greets XeRoc
--
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=2733
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |us(a)the-edmeades.demon.co.uk
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-24-02 16:43 -------
This is resolved by changing the line
SetDIBits(screen_dc, hbitmap, 0, height, bits, info, DIB_RGB_COLORS);
to
SetDIBits(screen_dc, hbitmap, 0, height, bits, fix_info, DIB_RGB_COLORS);
in windows/cursoricon.c around line 2151 (Mine has some debug code in so it
might be a few lines out)
If I can, I'll submit a patch tomorrow otherwise it might be next week
sometime.
With this the demo you sent me looks like I would expect
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2753
carl.sopchak(a)cegis123.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
--
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.