http://bugs.winehq.org/show_bug.cgi?id=12861
Summary: Mono 1.9.1 (and older) Gtk# demo (gtk-demo.exe) doesn't
work
Product: Wine
Version: 0.9.60
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mattemod(a)gmail.com
Created an attachment (id=12559)
--> (http://bugs.winehq.org/attachment.cgi?id=12559)
wine 0.9.60 running "bin/gtk-demo.exe" with Mono 1.9.1
Like said in the summary, i tried to install Mono 1.9.1 and tried the Gtk# demo
provided with the package (bin/gtk-demo.exe), but the result is the one in the
attached image.
I tried both manual installation and "winetricks mono19", but nothing changed.
I've been trying Mono for a long time now, so i tried older versions of Mono
and Wine, but results are always the same.
I'm going to attach wine output of both installation with winetricks and the
gtk-demo.exe running (keeping them separate), hoping they can help...
--
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=12309
Johnny <JoaoGSF(a)sapo.pt> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|energyXT gui rendering bring|energyXT gui rendering
|the system to its knees. |brings the system down to
| |its knees.
--
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=12133
Summary: Desktop directory is invalid
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thesource(a)mail.ru
Though I configured desktop as /home/thesource/Рабочий стол (Russian
characters), wine creates launchers in home folder instead.
--
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=11948
Summary: TF2 and Portal do not render correctly with nvidia-
drivers-169.x and above
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
URL: http://www.steampowered.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=11263)
--> (http://bugs.winehq.org/attachment.cgi?id=11263)
Image showing menu
Nvidia drivers 100.x work correctly with these games, however 169.x and 171.x
do not. Attached are some screenshots showing the problems (no background menu
image, fonts not correct in the server list, and black boxes where HUD items
should be).
--
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=11943
Summary: Wacom Tablet Y-axe gets inverted on click
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grunca101(a)yahoo.com
On Gutsy with Wine 0.9.57, using a Wacom Graphire 4 on ArtRage 2.5 the Y-axe is
getting inverted on action (click, touching the tablet). On hover everything is
fine. When clicking, the cursor jumps on the mirrored location symmetrical to
the horizontal center line of the screen. (if the center of the screen is Y 0,
what on hover is Y 100 on click it jumps to Y -100).
Pressure is working fine.
This issue might be also present in version 0.9.56 (as tested from me a while
ago). But version 0.9.55 DOESN'T HAVE THIS ISSUE.
--
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=11735
Summary: ClocX: UpdateLayeredWindow needs to be implemented
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://www.clocx.net/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Running the ClocX application on Wine version 0.9.54, all that can be seen in
the clock window is an empty blue window. The only apparent message from
terminal output is:
fixme:win:UpdateLayeredWindow
(0x50308,0x1d0,(nil),0x34f844,0x3b0,0x34f854,0x00000000,0x34f840,2): 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=10544
Summary: treeview scrolling on collapsing is broken on windows
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: timo.kreuzer(a)web.de
when using comctl32.dll on windows and use for example regedit with it, then
collapsing of treeview items messes up the treeview.
This is due to not using any ClipRegion in ScrollWindowEx when collapsing.
Maybe there's also a bug in ScrollWindowEx.
To fix, simply replace
ScrollWindowEx (infoPtr->hwnd, 0, scrollDist, &scrollRect, NULL,
NULL, NULL, SW_ERASE | SW_INVALIDATE);
with
ScrollWindowEx (infoPtr->hwnd, 0, scrollDist, &scrollRect, &scrollRect,
NULL, NULL, SW_ERASE | SW_INVALIDATE);
in TREEVIEW_Collapse()
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9963
Summary: GPSMapEdit regression after updating from 0.9.33 to
0.9.45
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://www.geopainting.com/download/mapedit1-0-38-3.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renaud(a)olgiati-in-paraguay.org
CC: renaud(a)olgiati-in-paraguay.org
Created an attachment (id=8474)
--> (http://bugs.winehq.org/attachment.cgi?id=8474)
Debug output as copied from a Konsole.
App worked perfectly under 0.9.33.
After updating to 0.9.45 the app crashes when trying to load .map files, which
makes it useless.
Debug information (attached) ascribes the error to GDI+
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9877
Summary: AT1 crashes when system.ini or wini.ini have too many
lines
Product: Wine
Version: 0.9.46.
Platform: PC
URL: http://sake906.assaulttech1.com/AT1a215ins.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
When windows/system.ini has more than 20 lines (not counting empty lines), AT1,
a game, gives a dialog box on start complaining about "memory access violation"
and crashes. When I remove system.ini or remove at least 4 random lines in that
file, I don't get this error. It doesn't matter which lines I remove, but
longer lines with more text seem to work better
So I tried to find out if this is related to file size instead, so I filled the
file up with single bytes until it wouldn't work anymore. Indeed, there appears
to be a limit to working file-size, but this limit depends on WHAT you fill the
file up with. Strange.
After additional testing, I also discovered that I get the same phenomena with
win.ini. If i remove it or a few lines in that file, AT1 also starts working
again. Even combinations of removing lines in both win.ini and system.ini work!
I have to say, this is the strangest bug I've ever encountered. But I swear I
can fully reproduce it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9319
Summary: Sony Vegas v4.0: Menus dissapear after single view
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)musicheadproductions.org
Menus appear when first clicked, but subsequent views shows a narrow gray menu
bar without text. The menus are still navigable and the bottom status bar
shows correct text when hovering over the vertical area where a menu option
should be.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.