http://bugs.winehq.org/show_bug.cgi?id=10731
Summary: Memory usage much higher than in Wndows
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
Hearts of Iron 2 (Armageddon, Doomsday, Mod33) when running under Wine uses
much more memory then when running under Windows (on my system it uses 117MB
under Windows XP and about 3GB under Wine)
--
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=12903
Summary: Update links in "Support" section to point to wiki if
possible
Product: WineHQ.org
Version: unspecified
Platform: Other
URL: http://www.winehq.org/
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Making it easier to update the wine website.
Update links in "Support" section to point to wiki if possible or just have
one link redirecting to the wiki.
(or transfer these pages to the wiki so they can be updated)
Current links listed next to name with suggested new link in [..] brackets.
"Support"
-----
Getting Help http://www.winehq.org/site/getting_help
[ ] move to wiki and update
-----
FAQ http://wiki.winehq.org/FAQ
[ ] leave as it
-----
Documentation http://www.winehq.org/site/documentation
[ ] move to wiki and update
-----
HowTo http://www.winehq.org/site/howto
[ ] move to wiki and update
-----
Live Support Chat http://www.winehq.org/site/irc
[ ] move to wiki and expand on this.
-----
Paid Support http://www.codeweavers.com/
[ http://wiki.winehq.org/CodeWeavers ] redirect to wiki or to a new page called
PaidSupport and give people of choice of supporting improvements to Wine by
donating to the project to have a specific program being worked on like on the
codeweavers pledges except here?
--
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=10815
Summary: Cannot drag images into photoshop 7 from the web /
desktop
Product: Wine
Version: 0.9.51.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://appdb.winehq.org/objectManager.php?sClass=version&iId=1336 ,
Peter Cartright said:
3. Cannot drag images into photoshop from the web / desktop.
--
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=13702
Summary: Splinter Cell 1.02b: Graphics are broken
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: meizinteizi(a)hotmail.com
Playing the game is impossible because the graphics are broken all the way from
the menu.
--
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=9325
Summary: When pressing DELETE key character ,(comma) is
displayed.
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanek(a)vsoft.sk
When pressing DELETE key character ,(comma) is displayed. It happens only if
the Slovak keyboard layout is activated.
Note: the virtual code of DELETE key in Windows is 0x2E (comma in Ascii), it
seemed that it is not recognized as function key.
--
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=10885
Summary: Some bitmaps are drawn topside-down (Lazarus 0.9.24)
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)tut.by
Created an attachment (id=9788)
--> (http://bugs.winehq.org/attachment.cgi?id=9788)
Lazarus 0.9.24 being run under WINE 0.9.51
Some icons are drawn incorrectly in Lazarus 0.9.24 (win32 version).
Please see attachments.
--
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=13819
Summary: Wrong codepage used for console output
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this problem, run the following command (that's assuming you have
a UTF-8 xterm, otherwise replace UTF-8 with ISO-8859-1 or the appropriate
encoding):
LANG=fr_FR.UTF-8 ./programs/start/start /help
You will notice that all the accentuated characters are missing. This is
because start.c converts the Unicode resource string to the
GetConsoleOutputCP() encoding in the output() function. I think that's correct
but GetConsoleOutputCP() systematically return "850" as the codepage, even if I
change the [Nls\Codepage]/OEM value in the registry.
One hack to fix this is to replace the GetConsoleOutputCP() call with CP_UNIXCP
but I guess that would be wrong in the case where we're running in the Wine
console.
So I think that when the console is a regular Unix terminal
GetConsoleOutputCP() should return the CP_UNIXCP codepage.
--
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=13222
Summary: "King's Bounty: the Legend" crashes on start
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kapone2002(a)yandex.ru
King's Bounty: the Legend crashes on start with two "Unhandled exception"
errors. More information - on this screenshot
http://moikartinki.ru/view_image/806dc2217/snapshot1.jpg
I think it's something with DirectX, because KB don't want to start even in
WinXP if the last DirectX (April_2008) is not installed
--
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.