http://bugs.winehq.org/show_bug.cgi?id=15734
Summary: Bugsplat software crash reporter crashes
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://bugsplatsoftware.com/
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
When run normally, bugsplat's BsSndRpt.exe crashes with
Unhandled exception: page fault on read access to 0x74616469 in 32-bit code
(0x7e9476d1).
Backtrace:
=>1 HttpOpenRequestA+0x2a1(hHttpSession=0x2, lpszVerb="POST",
lpszObjectName="/ws/ReportRejectionServices.php", lpszVersion
="HTTP/1.0", lpszReferrer="", lpszAcceptTypes=0x7e13d4d8, dwFlags=71303232,
dwContext=0) [dlls/wininet/http.c:1024] in wininet
...
HttpOpenRequestA+0x2a1 [wininet/http.c:1024] in wininet: cmpb
$0x0,0x0(%edx)
1024 if (((ULONG_PTR)*types >> 16) && **types)
Running with WINEDEBUG=+winhttp, it of course doesn't crash, and I see
trace:wininet:HttpOpenRequestA (0x2, "POST", "/ws/ReportRejectionServices.php",
"HTTP/1.0", "", 0x7e1454d8, 04400040, 00000000)
Funny that the dwFlags argument, and evidently *lpszAcceptTypes,
are garbage in the crash case...?
(Not sure if BsSndRpt.exe in this case is the example one from Bugsplat
or not, this is in a non-public app. I'll try to find out.)
--
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=4836
Paul Romanyszyn <pgr(a)arcelectronicsinc.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|CVS/GIT |0.9.10.
--- Comment #9 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2008-10-24 12:39:00 ---
Checked with wine-1.1.6 and it seems a regression occurred that prevents
testing.
It cant find resource file pm65.rsl I will file a regression bug once I have
time to bisect it.
--
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=15736
Summary: Console programs outputs localized messages in wrong
encoding
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anpaza(a)mail.ru
When launching any Windows console programs with 'wine', the text will be
output in the DOS codepage, no matter what my Unix encoding is. For example, if
I launch:
wine cmd.exe
having a Russian locale (ru_RU.CP1251) it will output Russian text in Windows
codepage 866, which is unreadable.
wineconsole works fine because it provides its own console with the correct
codepage. Exampple:
$ wine cmd
‚ҐабЁп CMD 1.1.5
Z:\home\zap>
Should be:
$ wine cmd
Версия CMD 1.1.5
Z:\home\zap>
I think the layer which outputs text to stdout/stderr (and reads from stdin)
must convert everything from UCS-2 or WANSI to current Unix encoding (which can
be obtained with nl_langinfo (CODESET)) and not to DOS codepage. The
wineconsole layer may be left as it is.
--
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=13817
Summary: QIP doesn't work - crash when showing login dialog
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thesource(a)mail.ru
Created an attachment (id=13861)
--> (http://bugs.winehq.org/attachment.cgi?id=13861)
wine output on qip
wine sais something about too large exception frame. Attaching wine output.
--
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=15735
Summary: Wine 1.1.6 with pulseaudio makes crackling sound in
games (1.1.5 works fine)
Product: Wine
Version: 1.1.6
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ernstp(a)gmail.com
After upgrading to Wine 1.1.6 sound/music in games is crackling, like very
small interrupts all the time. Downgrading fixed it. But when I tired
Pulseaudio 0.9.13 I had the same problem all the time.
I run alsa sound through pulseaudio with the default settings in ubuntu
intrepid.
So far I have only tried World of Warcraft and Diablo 2.
Pulse 0.9.10 is from Ubuntu Intrepid and 0.9.13 is from Luke Yelavich's PPA at
http://launchpad.net/~themuso/+archive
Distribution: Ubuntu Intrepid
Platform: AMD64
PA 0.9.10 default sample type: s16le 2ch 44100Hz
Wine Pulse Result
1.1.5 0.9.10 Fine
1.1.5 0.9.13 Cracks
1.1.6 0.9.10 Cracks
1.1.6 0.9.13 Cracks
--
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=3638
--- Comment #9 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2008-10-24 12:09:31 ---
In wine-1.1.6 it still seems to be a problem.
In programs/winevdm/winevdm.c it still has the fixme as in comment #5.
--
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=7905
--- Comment #14 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2008-10-24 12:05:47 ---
Still a problem with wine-1.1.6 at 16 bit color
--
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=15694
Summary: LEGO Star Wars sounds not playing
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infernux(a)web.de
There's a regression in wine 1.1.6 (from 1.1.5 where everything works) which
causes sound effects (footsteps, lasers, collecting stuff) in the games "LEGO
Star Wars" and "LEGO Star Wars II" not to play. Music etc still works fine.
--
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=15643
Summary: wingdi.h does not define R2_LAST macro
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ilya.sandler(a)gmail.com
the windows wingdi.h defines it as
#define R2_LAST 16
--
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=15551
Summary: SafeDisc regression
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=16537)
--> (http://bugs.winehq.org/attachment.cgi?id=16537)
backtrace
commit 2e917e3a3c82e3f3cb7d9a5980c523418de12908
Author: Alexander Morozov <amorozov(a)etersoft.ru>
Date: Fri Oct 3 17:51:26 2008 +0400
ntoskrnl.exe: Implement some functions.
causes a regression with secdrv.sys breaking at least Battlefield 1942 causing
a crash on start up.
doing a git-revert 2e917e3a3c82e3f3cb7d9a5980c523418de12908 makes it work
again.
gcc 4.2.3, Ubuntu 8.04
--
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.