http://bugs.winehq.org/show_bug.cgi?id=9027
--- Comment #53 from Dennis Schridde <devurandom(a)gmx.net> 2012-08-11 04:42:09 CDT ---
(In reply to comment #52)
> directmusic issue still affects Wine 1.5.10 and Final Fantasy VIII. See bug
> #31445.
Confirming workaround: winetricks directmusic dsound
--
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=9027
--- Comment #52 from Dennis Schridde <devurandom(a)gmx.net> 2012-08-10 21:32:00 CDT ---
directmusic issue still affects Wine 1.5.10 and Final Fantasy VIII. See bug
#31445.
--
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=9027
Dennis Schridde <devurandom(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |devurandom(a)gmx.net
--
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=8653
Jörg Höhle <hoehle(a)users.sourceforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|msacm32 |msadp32
--
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=27194
Summary: The Witcher 2: White/coloured screen with
UseGLSL=enabled
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dredgingthelake(a)gmail.com
Created an attachment (id=34742)
--> (http://bugs.winehq.org/attachment.cgi?id=34742)
Witcher 2 - GLSL enabled - 01
As summary, during gameplay screen is white and/or coloured in a glitchy way.
Screenshots will be uploaded to show this more clearly. The main error seems to
be this:
err:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glUseProgramObjectARB @
/var/tmp/portage/app-emulation/wine-1.3.20/work/wine-1.3.20/dlls/wined3d/glsl_shader.c
/ 4625
Additionally, setting "UseGLSL = disabled" works around the 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=31429
Bug #: 31429
Summary: unimplemented function msvcrt.dll._stat64 and
msvcrt.dll._fstat64
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: htl10(a)users.sourceforge.net
Classification: Unclassified
The latest version of R (http://www.r-project.org) is built with a slightly
customized mingw-w64 to provide win32- and win64- multiarch binaries.
http://www.stats.bris.ac.uk/R/bin/windows/base/R-2.15.1-win.exe
The toolchain is inside:
http://www.stats.bris.ac.uk/R/bin/windows/Rtools/Rtools215.exe
and described in http://www.stats.bris.ac.uk/R/bin/windows/Rtools/
Previous version of R (2.14.x) and the toolchain works okay under wine. But the
latest complains of:
(R 2.15)
wine: Call from 0x7ef79b28 to unimplemented function msvcrt.dll._fstat64,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
and running gcc --version inside wine cmd from the toolchain, complains of:
=========================
wine: Call from 0x7ef79b28 to unimplemented function msvcrt.dll._stat64,
aborting
wine: Unimplemented function msvcrt.dll._stat64 called at address 0x7ef79b28
(thread 0026), starting debugger...
Unhandled exception: unimplemented function msvcrt.dll._stat64 called in 32-bit
code (0x7ef79b28).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7ef79b28 ESP:0104fae8 EBP:0104fb4c EFLAGS:00000216( - -- I -A-P- )
EAX:0044a878 EBX:7efe4048 ECX:00000000 EDX:00000001
ESI:0104faf4 EDI:00000049
Stack dump:
0x0104fae8: 4d430001 0025ef28 00000090 80000100
0x0104faf8: 00000001 00000000 7ef79b28 00000002
0x0104fb08: 0044ad08 0044a878 00000000 00000000
0x0104fb18: 4d430000 0025efb8 00000008 00000000
0x0104fb28: 00000000 00000000 4d430003 00000000
0x0104fb38: 00000000 00000000 7ef79ada 0025ef28
Backtrace:
=>0 0x7ef79b28 call_dll_entry_point+0x508() in ntdll (0x0104fb4c)
1 0x0024000f (0x0025ef28)
0x7ef79b28 call_dll_entry_point+0x508 in ntdll: leal 0xfffffffc(%esp),%esp
....
======================
It is possible that this is both a code change in R (to provide 64-bit file
access on 32-bit platforms) as well as a change in the toolchain used from
mingw-based to mingw-x64 based.
Can these two unimplemented functions be implemented quickly? It is possible
such a problem will be more frequent sine it looks like mingw-w64 is gaining
ground compared to mingw, for a variety of reasons.
--
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=26283
Summary: Crysis 2 demo: menu has some nasty flickering
Product: Wine
Version: 1.3.14
Platform: x86
URL: http://www.gamershell.com/download_70372.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33505)
--> (http://bugs.winehq.org/attachment.cgi?id=33505)
screenshot
See screenshot. As you move your mouse, parts of the screen will
appear/disappear, making the text hard to read.
--
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=28776
Bug #: 28776
Summary: Korean Text don't shown.(in 2011-11-18 git)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hys545(a)dreamwiz.com
Classification: Unclassified
Created attachment 36971
--> http://bugs.winehq.org/attachment.cgi?id=36971
error screen capture
winecfg& regedit etc don't show korean Text.
I downgraded 2011-10-7 git version
No Error.
--
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=1962
Kuzi <kuzia(a)kuzia-world.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kuzia(a)kuzia-world.ru
--
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=8914
Julian Rüger <jr98(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jr98(a)gmx.net
--
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.