http://bugs.winehq.org/show_bug.cgi?id=18175
Summary: AutoCAD 2008: Pop menu in Text Formating doesn't work
correctly
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20643)
--> (http://bugs.winehq.org/attachment.cgi?id=20643)
Image showing popup menu
I'm using wine-1.1.19-271-g0a42190 (compiled using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that when i want to go with mouse pointer below first separation
line of popup menu then this popup menu disappears and I cannot choose anything
below this separator.
I can navigate below this separator only with keyboard but when i press left or
right arrow the popup menu again disappears which doesn't happen when i try do
the same with everything above this separator.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17743
Summary: Undocked toolbars are displayed incorrectly
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=19959)
--> (http://bugs.winehq.org/attachment.cgi?id=19959)
Text toolbar
I'm using Wine 1.1.17 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is with undocked toolbars which are incorrectly displayed.
The problem is also with dragging them. They should be also draggable when I
click and hold mouse pointer over title of the toolbar.
Problem exists in AutoCAD 2008 and AutoCAD Mechanical 2008.
I attached image that shows the problem. All cuttings were done with unchecked
option "Allow the window manager to decorate the windows". Last cutting was
done in MS Windows XP running AutoCAD 2007. The problem exists also in Wine
1.0.1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18263
Summary: AutoCAD 2008: Insert Ole Object window doesn't show up
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20787)
--> (http://bugs.winehq.org/attachment.cgi?id=20787)
How should it looks like
I'm using Wine 1.1.20 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386. I've got installed corefonts dotnet20
gdiplus gecko msxml3 vcrun2003 through winetricks.
The problem is with "Insert->Ole Object..." which i can choose in popup menu in
AutoCAD 2008. It doesn't show up anything.
In terminal there were:
fixme:ole:OleUIInsertObjectW (0x7bdf094): stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34394
Bug #: 34394
Summary: SolidWorks 2010: No text in sidebar
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 45787
--> http://bugs.winehq.org/attachment.cgi?id=45787
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks vcrun2005 vcrun2008 mfc40 dotnet30
3) install SolidWorks 2010
4) start SolidWorks 2010
Behaviour:
See attachment (left part of image)
Expected behaviour:
See attachment (right part of image)
Workaround:
sh winetricks wsh57
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38169
Bug ID: 38169
Summary: The Settlers 3 eats a full CPU core, even on a Intel
Core i7
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrian.kalla(a)gmail.com
Distribution: ---
Created attachment 50920
--> https://bugs.winehq.org/attachment.cgi?id=50920
Console output with Wine 1.7.34
This has been a problem for ever when running "The Settlers 3" on Wine, so it's
time to make it a bug: even though this year-1998 game runs perfectly on
Windows on a Pentium II CPU(!), it eats up a whole single CPU core when used
with Wine.
This results in the curious situation, that even with an Intel Core i7 quad
core 2.2GHz CPU, the game feels slow on Wine...
Before this gets duplicated: this bug is different from Bug 32478. While in the
past the game had also on Windows with a multi core CPU the every few seconds
occurring lag described in bug 32478, it was somehow fixed after some
Windows-updates (I guess it must have been done by a Windows "shim"), the
multicore problem can easily be workarounded by starting the game with "taskset
-c 0 wine s3.exe". For the problem I'm describing here there is no known
workaround as of now.
Attached is a console log of 15 seconds of running the game (+ a few seconds in
the menu).
Settlers3 was started with the following command:
WINEDEBUG=warn+all,+loaddll,+message,+msgbox,+wine_d3d,+ddraw,+d3d_draw,+d3d_surface,+d3d_texture,+d3d,+dplay,+dplay,+dpnhpast,+cursor,+bitmap
taskset -c 3 wine s3.exe
This can be easily reproduced with the free demo version of the game, which can
be downloaded e.g. here:
http://s3de.siedler3.net/ftp.bluebyte.com/demos/eng/settlers3amazons/s3a_de…
.
If the attached log is not enough, I can try to enable more log channels (but
which ones?). I'd like to help as much as I can to fix this, as besides for
eating the CPU, the game runs much better on Wine than on newer Windows
versions.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40672
Bug ID: 40672
Summary: wine-gecko cannot do xml + xslt on-the-fly transform
and display, ie8 can.
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
While switching the Font Validator code from COM interop with IE to managed
System.Windows.Forms.WebBrowser
( https://github.com/HinTak/Font-Validator/blob/master/FontVal/ResultsForm.cs )
to better support linux mono, and testing under wine for regressions, I
remember having problems with all the various combinations on a clean
wineprefix - stock wine (i.e. wine-mono), dotnet2 plain, dotnet2 + ie6, + ie7,
+ ie8 - except dotnet2 + ie8 .
Later I worked out that dotnet2 + ie7 and dotnet2 + wine-gecko would happily
display html, just not do xml + xslt on-the-fly transform, which was how the
code was originally written (see the history of the above file), hence I now
work around the wine problem and moved on.
Another part of the original FontValidator requires genuine dotnet2 (mixed mode
assemblies, does not work under wine-mono), but it would be good for wine-gecko
to be able to do xml + xslt displays like ie8 does.
Unfortunately I currently tried to detect wine by looking for WINEPREFIX in the
environment (line 123 of
https://github.com/HinTak/Font-Validator/blob/master/FontVal/ResultsForm.cs ),
but you can probably
The pre- COM->managed binary:
https://sourceforge.net/projects/hp-pxl-jetready/files/Microsoft%20Font%20V…
the post- COM->managed binary:
https://sourceforge.net/projects/hp-pxl-jetready/files/Microsoft%20Font%20V…
To test, just fire it up, go to File->Open XML report-> and just load any local
web pages, or xml + xslt combo.
Note the dependence on https://bugs.winehq.org/show_bug.cgi?id=30988 - you
need genuine dotnet2 to have any embedded webbrowser capability at all -
wine-mono is insufficient. This bug is about wine-gecko vs ie8 on top of
dotnet2.
I did the FontVal change around the new year, found work-around and moved on,
hence the 1.9.0 tag. It probably affects later versions of wine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28457
Summary: Gecko rendering of Skype login page not rendering
correctly
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xsist10(a)gmail.com
Created an attachment (id=36495)
--> (http://bugs.winehq.org/attachment.cgi?id=36495)
Wine debug output
Gecko rendering of Skype's HTML login page not rendering correctly. No HTML
formating or javascript/css applied. Unable to complete login process due to
this.
I then manually updated gecko to wine_gecko-1.3-x86.msi (from 1.1 which was
installed by default) and the issue still remained.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28549
Bug #: 28549
Summary: I can't lookup words in Youdao dictionary.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sinojelly(a)163.com
Classification: Unclassified
Created attachment 36648
--> http://bugs.winehq.org/attachment.cgi?id=36648
can not lookup words
please see attachments.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10955
Summary: Palm Desktop fixme's and errors in install and execute
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gc11772(a)optonline.net
Created an attachment (id=9891)
--> (http://bugs.winehq.org/attachment.cgi?id=9891)
Installing palm desktop
Installing Palm Desktop, get many fixme's and a few errors.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39694
Bug ID: 39694
Summary: sttarg.h and va_list problem
Product: Wine
Version: 1.8-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blake1024(a)gmail.com
Distribution: ---
Don't get this problem under Windows 32 or 64 bit nor 32 bit Wine. Only on 64
bit Wine.
Building with 64 bit Wine on 64 bit Linux. Have code like this:
#include <stdarg.h>
...
... vSetStringValue(object self, va_list _rest_)
{
char * fmt = va_arg(_rest_, char *);
char *buf = gGetBuf(Application);
MAKE_REST(fmt);
vsprintf(buf, fmt, _rest_);
...
}
I get this:
StatusWindow.d: In function ‘StatusWindow_ivm_vSetStringValue’:
StatusWindow.d:115:2: warning: passing argument 3 of ‘vsprintf’ from
incompatible pointer type [enabled by default]
vsprintf(buf, fmt, _rest_);
^
In file included from ../include/dynl.h:110:0,
from ../include/generics.h:55,
from StatusWindow.c:42:
/usr/include/wine/msvcrt/stdio.h:182:16: note: expected ‘__builtin_ms_va_list’
but argument is of type ‘struct __va_list_tag *’
int __cdecl vsprintf(char*,const char*,__ms_va_list);
^
Thanks.
Blake McBride
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.