http://bugs.winehq.org/show_bug.cgi?id=7094
Summary: StarCraft Battle.net connection causes unhandled
exception (page fault) crash
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: public(a)hiware.net
StarCraft BroodWar patched to v1.14 under wine crashes when connecting to
Battle.net immediately after selecting Battle.net as the connection method on
the multiplayer screen. Both latest stable wine-0.9.28 and CVS
wine-0.9.28-gd8c67c3 were tested.
--
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=5216
------- Additional Comments From ead1234(a)hotmail.com 2007-06-01 01:06 -------
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not
supported on protocol 4
It appears we don't handle INTERNET_OPTION_SEND/RECEIVE_TIMEOUT on HTTP_CONNECT
handles, "4" in wine yet, though according to msdn this should be able to be
applied to all types of internet option handles including null.Currently the
only ones being handled by SEND/RECEIVE_TIMEOUT are HTTP_REQUEST handles.
http://msdn2.microsoft.com/en-us/library/aa385328.aspx
INTERNET_OPTION_SEND_TIMEOUT
5
Sets or retrieves an unsigned long integer value, in milliseconds, that
contains the time-out value to send a request. If the send takes longer than
this time-out value, the send is canceled. This option can be used on any
HINTERNET handle, including a NULL handle. It is used by InternetQueryOption and
InternetSetOption
--
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=7081
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |blocker
Target Milestone|--- |1.0.0
------- Additional Comments From vitaliy(a)kievinfo.com 2007-06-01 00:26 -------
I think this is time to make this a blocker.
We have to have either registry settings in wine.inf or atuo-added with
wine_gecko installer.
--
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=7081
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |7093
nThis| |
--
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=5358
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |7093
nThis| |
--
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=7093
Summary: Buhl Tax Money '05 demo hard to install, crashes in
crypt32
Product: Wine
Version: 0.9.28.
Platform: Other
URL: http://update.buhl-finance.com/ESD/SetupTaxMoney111Tage051117.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
BugsThisDependsOn: 5358,7081
I heard that Buhl tax programs used to support Linux, but don't anymore:
http://www.linuxforen.de/forums/showthread.php?t=229225http://www.linux-community.de/Neues/story?storyid=21594
So I tried installing their one free demo.
Installation failed at first because it wanted IE 5.0 or higher.
Running fakeie.sh made that happy, so this bug depends on bug 7081.
The next problem was the installer tried to install .net 1.1,
so this bug depends on bug 5358. Fortunately, the installer lets
you continue anyway.
Starting the app fails unless you copy in mfc42.dll
and msvcrti.dll. The next problem is
err:ole:get_inproc_class_object couldn't load in-process dll L"c:\\Program
Files\\Common Files\\Microsoft Shared\\DAO\\Dao360.dll"
So, following http://support.microsoft.com/kb/q233002/
I installed mdac 2.5, copied dao360.dll into the above location,
and registered it with regsrvr32.
banking.exe now starts, but before it displays anything, it crashes:
fixme:wintrust:WinVerifyTrust 0xffffffff {00aac56b-cd44-11d0-8cc2-00c04fc295ee}
0x33cfc4
fixme:crypt:CryptVerifyMessageSignature stub: 0x33cf90, 0, 0x18db60, 5712,
(nil), 0x33cf88, 0x33cf8c
wine: Unhandled page fault on write access to 0x00001316 at address 0x7e43e55a
(thread 0009), starting debugger...
=>1 0x7e43e55a Context_Release+0x21(context=0x1302, contextSize=0x14,
dataContextFree=0x7e438bb8)
[/home/dank/wine-git/dlls/crypt32/../../include/winbase.h:2276] in crypt32
(0x0033cf14)
2 0x7e438c2e CertFreeCertificateContext+0x3d(pCertContext=<register ESI not in
topmost frame>) [/home/dank/wine-git/dlls/crypt32/cert.c:137] in crypt32
(0x0033cf44)
3 0x00446f8a in banking (+0x46f8a) (0x0033d01c)
4 0x0044706a in banking (+0x4706a) (0x0033d444)
5 0x0040bdcd in banking (+0xbdcd) (0x0033d454)
6 0x00413a0f in banking (+0x13a0f) (0x0033fe48)
7 0x5f40b4f3 in mfc42 (+0xb4f3) (0x0033ff08)
--
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=3815
Rincebrain(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.1. |0.9.28.
------- Additional Comments From Rincebrain(a)gmail.com 2007-06-01 00:21 -------
Clockwerx now, interestingly, fails to detect a sound device for sound effects
or background music.
This was with OSS driver, hardware = emulation, driver emulation enabled.
ALSA driver with the above settings is detected as a sound but not music device
at runtime, but prints the following:
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
(no sound effects play - nothing else is using the sound device).
--
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=6455
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
------- Additional Comments From vitaliy(a)kievinfo.com 2007-06-01 00:17 -------
One problem per bug! Open new bug for your X error
--
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=3859
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |major
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-05-01 23:52 -------
Not really sure what we can do about this one.
--
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.