http://bugs.winehq.org/show_bug.cgi?id=6412
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|I couldn't use Internetcalls|Internetcalls won't start
|soft for Windows under Linux|
|Mandriva 2006 with 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=6145
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)codeweavers.com 2006-09-10 22:05 -------
Patch is committed, so closing this bug.
http://www.winehq.org/pipermail/wine-cvs/2006-October/026770.html
If there's another problem with the install, please open a new 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=6416
Summary: wineps uses custom encoded fonts
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david(a)dklevine.com
The only way to print in wine is using the built in postscript driver. This
driver custom encodes fonts - this appears to be true regardless of the ppd file
or font, I've tried several dozen combinations. I rate this as major, but
critical or blocker might be closer to the mark: it makes wine useless for
producing pdf files because the pdf files contain custom encoded fonts making it
impossible to extract the text.
Try this. Create a document in word. Print it to a file. Convert the ps to pdf
using ps2pdf (I also tried acrobat distiller with the same result). Open the pdf
file in any version of adobe acrobat. Select the text and copy it to the
clipboard (same result whether you use acrobat in windows or linux), and past to
a word processor. Presto: total gibberish.
There is no work-around because current versions of wine do not make it possible
to load a different print driver. The criticallity is severe, since you can't
use MS Office under wine to create pdf files with extractable text.
--
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=2939
------- Additional Comments From jan.wine(a)zerebecki.de 2006-09-10 21:40 -------
Usually one gets this error when wine is not compiled with xrandr support.
Anyone who still gets this please provide a debug log with +x11settings .
--
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=4052
------- Additional Comments From dank(a)kegel.com 2006-09-10 20:30 -------
I think wine's msxml3 in general doesn't support automation well.
(All the interfaces are dual, but Invoke is not implemented.)
--
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=5403
champreplacemnt(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.12. |0.9.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=6086
------- Additional Comments From the3dfxdude(a)gmail.com 2006-09-10 19:23 -------
Created an attachment (id=3824)
--> (http://bugs.winehq.org/attachment.cgi?id=3824&action=view)
Backtrace showing that it's stuck in dib asm
Ok, I looked at this under winedbg. It looks like it's getting stuck somewhere
in X11DRV_DIB_SetImageBits. I hit control-c in the debugger when it stopped,
and then cont again and it's unstuck for a few seconds. Could it be that the
dib code is getting an exception and moo2's video/input thread is just waiting
for the call to return? The audio continues to play while stuck, and you can
close it just fine.
The backtrace shows it is in some asm for faster depth conversion.
--
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=6275
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Adobe Audition 2.0 |Adobe Audition 2.0
|installation program fails |installation program fails
|to start |to start, needs
| |IXMLDOMDocument2
------- Additional Comments From dank(a)kegel.com 2006-09-10 18:54 -------
http://wiki.winehq.com/ShellLink says
{6d5140c1-7436-11ce-8034-00aa006009fa}
is related to ShellLink's IServiceProvider.
http://www.myplugins.info/guids/component_programming.php?guid=79
says {79EAC9E4-BAF9-11CE-8C82-00AA004BA90B}
is related to gopher: Asychronous Pluggable Protocol Handler
So those probably don't matter. But the last one,
2933bf95-7b36-11d2-b20e-00c04f983e60, is IXMLDOMDocument2,
and it's probably a real problem. (It inherits most of
its methods from IXMLDOMDocument, so maybe it wouldn't be too
hard to get this limping along...)
--
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.