http://bugs.winehq.org/show_bug.cgi?id=7912
------- Additional Comments From ben(a)atomnet.co.uk 2007-24-05 16:54 -------
Someone's working on this now, apparently it's to do with block sizes and the
noise is actually because of a sound effect being looped over and over (really
badly).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From fraxbe(a)gmail.com 2007-24-05 16:52 -------
I have had the same problem, but I installed crossover office 6.1 and the
problem seams to be fixed there. They publish the source code, so I guess when
their patches makes their way into regular wine the problem will be fixed. They
publish their sourcecode so I guess it's possible to construct a wine patch from
their wine sources which are available on their webpage.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7920
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius.krasuckas(a)elst.vtu.l
| |t
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7912
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2007-24-05 16:19 -------
Ben, isn't there any console output printed?
Could this be related to unimplemented stuff
in DirectMysic on a codec missing in Wine?
Maybe (tail of) "warn+all" log will help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8466
------- Additional Comments From truiken(a)gmail.com 2007-24-05 16:08 -------
I wrote some tests and my analysis is wrong. I tested the 'fix' by removing
$WINEPREFIX and running the installer again. Unfortunately, I forgot to set
$WINEPREFIX, which is why it worked.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7403
------- Additional Comments From austinenglish(a)gmail.com 2007-24-05 16:06 -------
If I get a chance in the near future I'll run a regression test, but I'm busy at
the moment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8466
------- Additional Comments From focht(a)gmx.net 2007-24-05 15:54 -------
Hello,
all service calls seem balanced, except this (unusual) call sequence:
--- snip ---
0018:Call advapi32.OpenSCManagerA(00000000,00000000,00000002) ret=60d0385d
0018:Ret advapi32.OpenSCManagerA() retval=0073a028 ret=60d0385d
0018:Call advapi32.OpenServiceA(0073a028,60d12318 "\xc7-DillaSrv",000f01ff)
ret=60d03878
0018:Ret advapi32.OpenServiceA() retval=00734db0 ret=60d03878
0018:Call advapi32.CloseServiceHandle(0073a028) ret=60d03883
0018:Ret advapi32.CloseServiceHandle() retval=00000001 ret=60d03883
0018:Call advapi32.QueryServiceStatus(00734db0,0034f154) ret=60d03893
0018:Ret advapi32.QueryServiceStatus() retval=00000001 ret=60d03893
0018:Call advapi32.StartServiceA(00734db0,00000000,00000000) ret=60d038a9
001d:Call advapi32.StartServiceCtrlDispatcherA(0034febc) ret=00401028
0018:Ret advapi32.StartServiceA() retval=00000000 ret=60d038a9
0018:Call advapi32.CloseServiceHandle(00734db0) ret=60d038b2
0018:Ret advapi32.CloseServiceHandle() retval=00000001 ret=60d038b2
--- snip ---
The SCM handle is refcounted, any OpenService will increment refcout (initial = 1).
CloseServiceHandle() on SCM handle does only destroy handle if refcount dropped
to zero.
That should not be the case here - due to previous OpenService() call.
Please rerun with WINEDEBUG=+advapi so we can see sc_handle trace data
(refcounts) and maybe the real cause for service start failure.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=881
------- Additional Comments From kelfe(a)gmx.de 2007-24-05 15:36 -------
the cursor issues with Eve Online have been resolved with hardware cursor
support in git and >=wine-0.9.38
I would recommend testing the affected apps again with the updates or version
0.9.38 when released as package
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.