http://bugs.winehq.org/show_bug.cgi?id=9348
Summary: [winmm.waveOutReset] wrong function implementation ?
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bug-track(a)fisher-privat.net
Created an attachment (id=7633)
--> (http://bugs.winehq.org/attachment.cgi?id=7633)
WINEDEBUG=fixme-all,+relay
Seems like Olympus DSSPlayer2002 use winmm.dll for sound coversion from *.dss
to *.wav but instead of doing this it silently return to the programm ( if oss
backend is used ). With alsa backend the programm will freaz at this poin:
........
0009:Ret KERNEL32.ReleaseSemaphore() retval=00000001 ret=0118586e
0009:Call KERNEL32.ReleaseSemaphore(000000d0,00000001,00000000) ret=0118586e
0009:Ret KERNEL32.ReleaseSemaphore() retval=00000000 ret=0118586e
0009:Call KERNEL32.SetEvent(000000f0) ret=0118587f
0009:Ret KERNEL32.SetEvent() retval=00000001 ret=0118587f
0009:Call KERNEL32.WaitForSingleObject(000000e8,ffffffff) ret=0119b447
0009:Ret KERNEL32.WaitForSingleObject() retval=00000000 ret=0119b447
0009:Call winmm.waveOutReset(00008000) ret=0119b454
0009:Call msacm32.drv.wodMessage(0000ffff,0000000c,001f1218,00000000,00000000)
ret=7e9fb189
0009:Call winmm.waveOutReset(00008001) ret=7c947bcd
0009:Call winealsa.drv.wodMessage(00000000,0000000c,7e9fcbfb,00000000,00000000)
ret=7e9fb189
0009:Call KERNEL32.CreateEventW(00000000,00000000,00000000,00000000)
ret=7ca29f20
0009:Ret KERNEL32.CreateEventW() retval=00000144 ret=7ca29f20
0009:Call KERNEL32.WaitForSingleObject(00000144,ffffffff) ret=7ca29fd5
May be i'm wrong about this dll but still don't know where is the problem.
--
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=10394
Summary: No$gba Open file dialog non-resizable (OFN_ENABLESIZING
not implemented)
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
The "Open file" dialogs of any No$gba builds over version 2.4b do not allow the
user to resize the file dialog in Wine. (This feature was added in 2.4c, and
works in Windows)
When opening the Open file dialog, the user receives this fixme:
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
Which tells that OFN_ENABLESIZING isn't implemented.
--
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=9599
Summary: Caesar3 hackled sound
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tijl(a)ulyssis.org
CC: M.B.Lankhorst(a)gmail.com
In the Sierra game Caesar3 sound playback is distorted (stuttering) with OSS
(FreeBSD impl) and DirectSound acceleration set to Full. When set to Emulation,
everything is ok.
--
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=10362
Summary: Lotus Notes: time is 1 hour ahead after time change
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: webe3(a)myrealbox.com
I am running wine 0.9.44 on a Debian testing thinkpad. I am running Lotus
Notes 7.0.2 under wine. I am in Eastern time. Since the time change last
weekend, notes is displaying times on emails 1 hour ahead. My system time is
correct. Notes is set to use the system time. When I boot into windows, the
time is correct in notes. I can set my system time to other timezones and
notes always displays time 1 hour ahead.
--
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=9383
Summary: Test Drive: Unlimited No Sound with ALSA
Product: Wine
Version: CVS
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
Created an attachment (id=7676)
--> (http://bugs.winehq.org/attachment.cgi?id=7676)
-d3d,+tid,+dsound,+dsalsa,+alsa
The sound is working with OSS. With ALSA there is no sound at all and the game
crashes randomly.
--
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=10221
Summary: "make test" fails on d3d9/tests/visual.c
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On my Compaq Presario R3000 running Ubuntu Feisty, "make test"
fails because of the following errors in d3d9/tests/visual.c:
visual.c:2271: Test failed: quad 1 has color 00000000, expected 0x00ffffff
visual.c:2273: Test failed: quad 2 has color 00000000, expected 0x00ffff00
visual.c:2275: Test failed: quad 3 has color 00000000, expected 0x000000ff
visual.c:2277: Test failed: quad 4 has color 00000000, expected 0x00ffffff
visual.c:2345: Test failed: quad 1 has color 00000000, expected 0x0000ff00
visual.c:2349: Test failed: quad 3 has color 00000000, expected 0x00ff0000
--
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=10551
Summary: When emulating Sprint-Layout the mouse doesn't catch
obercts
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chiliov(a)yandex.ru
Sprint Layout - a very good and simple CAD program for PCB design. On windows
OS it works fine, but when emulated the mouse doesn't catch tracks, routes and
pads. I must make a group with the mouse to move something, and that decreases
the productivity a lot. Here's the Sprint-layout homepage:
http://www.abacom-online.de/uk/html/sprint-layout.html
See what you can do. Regards!
--
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=10578
Summary: OldBlivion crash at start.
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: supervisor.81(a)gmail.com
Created an attachment (id=9368)
--> (http://bugs.winehq.org/attachment.cgi?id=9368)
console output
OldBlivion http://www.oldblivion.com crash at start with messages:
wine: Call from 0x7ee55230 to unimplemented function
KERNEL32.dll.SetConsoleOS2OemFormat, aborting
wine: Unimplemented function KERNEL32.dll.SetConsoleOS2OemFormat called at
address 0x7ee55230 (thread 000c), starting debugger...
--
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=10448
Summary: Broken Cross Disk Manager install: crash after entering
Key
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://dm.brokenx.com/enu/downloads
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pablo.bueti(a)gmail.com
Created an attachment (id=9152)
--> (http://bugs.winehq.org/attachment.cgi?id=9152)
Console output when running the application
After entering Name and Key and pressing ok nothing happens.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.