http://bugs.winehq.org/show_bug.cgi?id=3930
------- Additional Comments From damjan.jov(a)gmail.com 2007-13-02 01:10 -------
Created an attachment (id=4896)
--> (http://bugs.winehq.org/attachment.cgi?id=4896&action=view)
patch to get sound working in OSS
Bug is still present in GIT after wine 0.9.30, I'm still trying to figure out
why this patch works. To use it, set OSS as your sound driver, disable the
others.
Basically what happens is:
trace:driver:DriverCallback (20008E6D, 0003, 0x8000, 03BB, 00000000, 00000000,
00000000); !
trace:driver:DriverCallback Function (32 bit) !
(which calls 0x20008E6D in WAIL32.DLL)
(which calls SuspendThread)
(which hangs forever)
The patch gets around this by not calling DriverCallback on the WOM_OPEN
message. Is that what Windows 9x does too? Maybe someone with more knowledge of
winmm can 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=7224
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|ViaVoice 10 Pro USB install |ViaVoice 10 Pro USB install
|crashes in winspool |crashes
------- Additional Comments From dank(a)kegel.com 2007-13-02 00:46 -------
Juan's patch was committed five days ago, and
for me, viavoice 10 now installs. It's a bit
unstable, and I have yet to get it to accept
sound from my microphone, but I can at least
more or less run it. Progress! I think we'll
be able to close this when 0.9.31 is released,
and open bugs for the runtime problems
(oh, and the funny crash during install that
doesn't seem to affect the installer's success).
--
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=6323
------- Additional Comments From dmitry(a)codeweavers.com 2007-13-02 00:29 -------
Unfortunately I don't see an updated Dean's patch in wine-patches.
Dean, can you re-send it?
--
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=2841
------- Additional Comments From dmitry(a)codeweavers.com 2007-13-02 00:15 -------
You need to do some more investigation in order to help to understand
the nature of the bug.
--
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=7405
------- Additional Comments From dmitry(a)codeweavers.com 2007-13-02 00:13 -------
Since that patch changes the way Image Lists are stored you need to remove
all possible cached versiones done by previous code.
Does removing ~/.wine and reinstalling the app 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=7409
------- Additional Comments From mizvekov(a)gmail.com 2007-12-02 23:01 -------
It seems this error happens because _check_manifest fails. looking at this
function, it calls FindActCtxSectionStringW which seems to be unimplemented, right?
when this funcion is called, wine outputs this:
fixme:actctx:FindActCtxSectionStringW 00000000 (null) 2 L"msvcr80.dll" 0x327b8c
I didnt not try to understand the control flow very hard, but its likely this is
the reason to blame.
It seems this is the official MS way to get msvcr80.dll:
http://www.sweetpotatosoftware.com/files/vcredist_x86.zip
but this seems to fail to install in wine with:
wine vcredist_x86.exe
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000
wine: Unhandled page fault on read access to 0x80002b8c at address 0x701069b2
(thread 003f), starting debugger...
So as a workaround you can try:
http://www.sweetpotatosoftware.com/files/microsoft.vc80.crt.zip
which includes the manifest file _check_manifest looks for.
i placed it inside windows/winsxs as should be expected
--
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=7402
------- Additional Comments From truiken(a)gmail.com 2007-12-02 22:11 -------
manual:
$ msiexec -regserver
With the current way wineprefixcreate loads wine.inf and sets up the current
configuration, msiexec's regserver is called before the proper SCM registry
entries exist, thus the call to OpenSCManager fails. The patch I sent to add
msiexec registration was preceded by a patch that made wineprefixcreate use
advpack instead of setupapi to load wine.inf, but that was silently rejected.
Using advpack would allow us to use the RunPostSetupCommands after all the
registry entries have been created. This is the best solution, but Alexandre
hasn't accepted it so far. The other possible solution is to check if the right
registry keys exist in OpenSCManager and create them if they don't, but native
doesn't do this and it's pretty hacky.
--
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=7409
mizvekov(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Platform|Other |PC
--
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=7409
Summary: new msvcr80.dll required for many programs doesnt work
Product: Wine
Version: 0.9.30.
Platform: Other
URL: http://www.christopherlewis.com/wget/ssllibs.098b.b.zip
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mizvekov(a)gmail.com
inside that zipfile, is the new version of msvcr80.dll, which includes
_encode_pointer(), necessary for many programs to work, like visual studio 2005
and windows live messenger. this dll fails to load correctly with a msgbox about
a runtime error number 6034. it can be easily reproduced by rundll'ing it.
--
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=7408
Summary: AppDB get_notify_email_address_list returns new
maintainer's address twice
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ploujj(a)gmail.com
I noticed that after I added myself as a monitor to the Beyond Good and Evil
demo version (http://appdb.winehq.org/appview.php?iVersionId=5161) AppDB printed
two boxes with the following text:
[
You will now receive an email whenever changes are made to this Application version.
]
[
Message sent to: ploujj(a)gmail.com ploujj(a)gmail.com cmorgan(a)alum.wpi.edu
tony.lambregts(a)gmail.com xerox_xerox2000(a)yahoo.co.uk frank(a)frankscorner.org
alex(a)thehandofagony.com killertux(a)suomi24.fi molle.bestefich(a)gmail.com
jan.wine(a)zerebecki.de nlaw(a)nildram.co.uk
]
As you can see my email appears twice. I'm not a maintainer of this application,
and obvious I'm not a monitor for this particular version. I am a monitor for
the only other version of this app
(http://appdb.winehq.org/appview.php?iVersionId=3786), but this logically
doesn't explain why I should be sent two emails.
Actually, I only got one email as a result of this. Note that this could either
be explained by gmail filtering duplicate emails (possibly) or the AppDB mailer
being smart somewhere down the line.
I quickly looked at the AppDB code and determined that SendNotificationMail in
include/monitor.php prints those messages by first calling
get_notify_email_address_list in include/user.php which returns a list of
emails. Without access to the database, I can only guess that it returns my
email twice.
Anyways, it would be nice to have this fixed :)
--
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.