http://bugs.winehq.org/show_bug.cgi?id=14811
Summary: Default Menu Style
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarosser06(a)gmail.com
Binary package hint: wine
There are two different menu styles in Windows/Wine, and the flat style looks
better. (It's the default in WinXP until you change your theme.) It can be
selected by flipping a bit in user.reg:
"UserPreferenceMask"=hex:10,00,00,80
change to:
"UserPreferenceMask"=hex:10,00,02,80
http://blogs.msdn.com/tonyschr/archive/2004/05/10/129412.aspxhttp://www.codeproject.com/KB/menus/flatmenuform.aspx
--
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=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=15425
Summary: Error when running Synthmaker
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://www.synthmaker.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kunitoki(a)gmail.com
Created an attachment (id=16291)
--> (http://bugs.winehq.org/attachment.cgi?id=16291)
starting the program
You will need to copy mfc71.dll and msvcrt71.dll inside the Synthmaker
directory after install. It doesn't work, probably beacuse the application uses
a mixed OpneGL / Bitmap implementation. If this is going to work, a lot of
other trouble applications will work (i think).
--
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=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=15785
Summary: Serious Sam II(v 2.066): 3d graphics don't work and
movies don't play.
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dsxbox(a)gmail.com
Created an attachment (id=16902)
--> (http://bugs.winehq.org/attachment.cgi?id=16902)
error log
I can start application and enter menu, but when I try to start playing, only
black screen is shown. There are message "Video card was changed. Select
"quality auto adjustment" in settings menu", but when I do it, application
hungs.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=16048
Summary: crash with "rose online"
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hisoka2501(a)free.fr
I have a crash with rose online:
adamaru@blackpearl:~/.wine/drive_c/Program Files/Ruff-Rose$ wine RoseOnline.exe
adamaru@blackpearl:~/.wine/drive_c/Program Files/Ruff-Rose$
err:seh:setup_exception_record stack overflow 1788 bytes in thread 001e eip
7bc36ad0 esp 00240c34 stack 0x240000-0x241000-0x340000
err:ntdll:RtlpWaitForCriticalSection section 0x7ecbbec0 "user_main.c:
USER_SysLevel" wait timed out in thread 0020, blocked by 001e, retrying (60
sec)
the game was installed with wine 1.1.8 normaly
kernel: 2.6.27-7
distribution: ubuntu 8.10
WINRDEBUG=+seh,+tih,+relay
--
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=15914
Summary: TryWoW.exe WoW trial installer hangs extremely long on
startup
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
URL: https://signup.worldofwarcraft.com/trial/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=17095)
--> (http://bugs.winehq.org/attachment.cgi?id=17095)
WINEDEBUG=+shdocvw
Upon launching the World of Warcraft Trial downloader (1.4.0.171), the
application hangs for over five minutes before anything happens.
The only console output is
fixme:shdocvw:PersistStreamInit_Load (0x12ee78)->(0x33e924)
fixme:shdocvw:OleControl_FreezeEvents (0x12ee78)->(1)
fixme:shdocvw:OleControl_FreezeEvents (0x12ee78)->(0)
And a few seconds later:
fixme:shdocvw:WebBrowser_Stop (0x12ee78)
Then, an empty "Alert" window with only an OK button and a red cross image
appears, and under this window the EULA. Only the following output is given:
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x12ee78)
fixme:shdocvw:OleObject_Close (0x12ee78)->(1)
Clicking Disagree on the EULA closes the app and outputs:
err:dialog:EndDialog got invalid window handle ((nil)); buggy app !?
Attached is a log with WINEDEBUG=+shdocvw
--
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=13641
Summary: Sipru Beta 1.2.9 Doesn't Start
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=11884
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kemal.yaylali(a)gmail.com
Created an attachment (id=13622)
--> (http://bugs.winehq.org/attachment.cgi?id=13622)
Sipru Log.
When I try to run Sipru.exe I got several "saxxmlreader_QueryInterface" errors.
Splash screen & system tray icon appears but with a warning window: "Couldn't
eastablish a connection with our servers, Try again".
When I try the update component of Sipru (Updater.exe) I got
"fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot"
over & over again...
--
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.