http://bugs.winehq.org/show_bug.cgi?id=8508
------- Additional Comments From markknecht(a)gmail.com 2007-27-05 13:03 -------
Meant to also post the results in the terminal when I got the messed up screen.
the first part about 'multiple rows not supported' happens before adding the
surface plot and seems indicate some items I see missing in MathCAD's menus. The
last part about the R300 happens when I add the plot.
mark@lightning ~/.wine/drive_c/Program Files/MathSoft/Mathcad 8 $
fixme:psdrv:PSDRV_ExtEscape QUERYESCSUPPORT(24) - not supported.
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:toolbar:TOOLBAR_SetRows multiple rows not supported!
fixme:heap:RtlCompactHeap stub
*********************************WARN_ONCE*********************************
File r300_render.c function r300Fallback line 428
Software fallback:ctx->Line.SmoothFlag
***************************************************************************
Try R300_SPAN_DISABLE_LOCKING env var if this hangs.
fixme:heap:RtlCompactHeap stub
mark@lightning ~/.wine/drive_c/Program Files/MathSoft/Mathcad 8 $
--
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=8508
------- Additional Comments From markknecht(a)gmail.com 2007-27-05 12:54 -------
OK, dcom98 is part of the solution. At least it doesn't crash and it does
attempt to draw the surface chart. However the application's page is pretty
messed up. I will attach what I see before and after adding the surface chart.
Advise as to whether this bug report should be closed and a different one opened
for the graphics issue. Not sure of the right way to get proper folks attention.
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=7372
------- Additional Comments From jaimerave(a)gmail.com 2007-27-05 12:49 -------
I got the same error when i try to copy something from Firefox to Dreamweaver
but inside the program seems to work.
I'm using Ubuntu Feisty and Wine 0.9.37.
--
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=8185
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #6488|text/plain |application/octet-stream
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=8185
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2007-27-05 12:42 -------
Created an attachment (id=6488)
--> (http://bugs.winehq.org/attachment.cgi?id=6488&action=view)
log: +edit,+relay,+listbox,+combo,+message,+event,+win,+msg,+class,+user,+nls
(rzip-ed, original weight ~36 MB)
Well, I added some custom trace statements. I hope that won't distract anyone
from looking at.
--
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=7929
chrism(a)cjsoftuk.dyndns.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chrism(a)cjsoftuk.dyndns.org
------- Additional Comments From chrism(a)cjsoftuk.dyndns.org 2007-27-05 12:40 -------
I would be grateful for this to be fixed.
I am extensive LAN gamer, and would like to use Wine+Linux as opposed to
Windows, but this is a bit of a showstopper.
Add this to the list of reasons for hating EA Games?
--
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=6194
------- Additional Comments From focht(a)gmx.net 2007-27-05 11:47 -------
Hello,
the prototypes is correct, though it could be LPCWSTR for const correctness :-)
Looking at API trace it seems to enumerates all attributes from catalog (given
handle) and compares the attribute name.
It returns the CRYPTCATATTRIBUTE on the match.
E.g. something like this:
--- snip pseudo code CryptCATGetCatAttrInfo() ---
..
CRYPTCATATTRIBUTE* pAttr = NULL;
while( (pAttr = CryptCATEnumerateCatAttr( hCatalog, pAttr)) != NULL)
{
if( wcsicmp( (LPCWSTR) pAttr->pwszReferenceTag, attr_name) == 0)
break;
}
if( pAttr == NULL)
{
SetLastError( CRYPT_E_NOT_FOUND);
}
return pAttr;
--- snip pseudo code CryptCATGetCatAttrInfo() ---
Regards
--
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.