http://bugs.winehq.org/show_bug.cgi?id=8427
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-directx
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=8428
Summary: Printing with color support
Product: Wine
Version: 0.9.36.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deca.rox(a)gmail.com
I'm trying printing in file( PDF file ) and direct to print, and wine return
many messages with all colors used in the printing.
for example, i'm try printing a document with two colors: black and red.
it's return a message
fixme:psdrv:PSDRV_CreateColor Colour is number of color in FF0000
and printing using only black color.
out of wine, (in my debian), all printers are printing ok (with colors), only
wine print without color support :(
i'm using a debian + wine 0.9.36 + libwine-print
--
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=3962
------- Additional Comments From winter.blood(a)gmail.com 2007-18-05 06:28 -------
Almost all Ragnarok Online private servers use a hexed version of the kRO Sakray
client. All private servers that dont(a very small minority) use a hexsed
version of one of the other clients. All non-hexed clients i do believe work(not
confirmed, will test in the future) work with wine after including two native
dlls, only some hexed clients are having problems.
--
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=8427
------- Additional Comments From focht(a)gmx.net 2007-18-05 06:24 -------
Hello,
ok, seems another bug (leave the non working kernel mode driver stuff aside)...
The first exception seen in trace is actually a nifty trick to detect if running
inside a virtual machine.
--- snip trace ---
000f:trace:seh:raise_exception code=c000001d flags=0 addr=0x4731a9
000f:trace:seh:raise_exception eax=00000001 ebx=00000000 ecx=1d1dce56
edx=0061bd6d esi=0061bd28 edi=00610e20
000f:trace:seh:raise_exception ebp=0034f534 esp=0034f4fc cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00010202
000f:trace:seh:call_stack_handlers calling handler at 0x461400 code=c000001d flags=0
--- snip trace ---
--- snip disasm ---
0047319E . 53 PUSH EBX
0047319F . BB 00000000 MOV EBX,0
004731A4 . B8 01000000 MOV EAX,1
004731A9 0F DB 0F ; causes invalid opcode exception
004731AA 3F DB 3F
004731AB 07 DB 07
004731AC 0B DB 0B
004731AD . 85DB TEST EBX,EBX
004731AF . 0F9445 E7 SETE BYTE PTR SS:[EBP-19]
004731B3 . 5B POP EBX
-- snip disasm ---
Basically said, the app sets up SEH (try/catch blocks) and special VM parameters
(ebx, eax values) and then executes invalid opcode.
When running inside an VM this opcode is gracefully handled, while not running
in VM SEH is executed.
The second exception (c0000005) is the real one.
Seems there is no API involed regarding this case.
The directx issue you are seeing is probably another one, not directly related
with this crash.
Looks like it tries to access some class/object member data (vtable -> c++)
which is not present (ecx/this).
Lots of vtable indirections, indicating some kind of class/object hierarchy.
The missing member data could be caused much earlier thats why this thing is
hard to track down (speak: blame some API call for it).
Regards
--
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=6667
------- Additional Comments From winter.blood(a)gmail.com 2007-18-05 06:22 -------
Sorry about that, was very early in the morning.
--
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=8419
mail2benny(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mail2benny(a)gmail.com 2007-18-05 06:09 -------
When i run "wineconsole --backend=user myprogram.exe" it exits. . . i dont know
why. Anyway if it runs on your computer it has to be another problem. Thanks for
your help, sorry for the bother.
--
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=6211
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2007-18-05 05:48 -------
Yes, the hardware mouse cursor appears now and can be moved, although the
movement is completely broken because of Bug 7838. Great work on the hardware
cursor support!
--
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=8427
------- Additional Comments From greg87(a)online.de 2007-18-05 05:03 -------
Well this app was working with wine long time ago. The Error message is indeed
the same but it doesnt crash because of that! This becomes maybe more clear when
using native dxdiag, the crash is different.
And bug 7876 doesnt say anything about a crash. Just that it cant load cpuz.sys.
So it probably came up but didnt showed us some data.
--
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.