http://bugs.winehq.org/show_bug.cgi?id=15699
Summary: Winecfg crashes if no audio driver is present
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Solaris
Status: NEW
Keywords: patch, source
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: austinenglish(a)gmail.com
Based off bug 15264,
Still messing around with OpenSolaris. ./configure now only complains about
capi and ldap, so sound should be fine. config.log shows HAVE_ESD defined to 1.
$ ./wine winecfg
Works fine, but click the Audio tab, and all hell breaks loose:
wine: Unhandled page fault on read access to 0x00000000 at address 7f7907c4
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7f7907c4)
...
Backtrace:
=>1 0x7f7907cd initAudioDlg+0x9c(hDlg=1004a)
[/export/home/austin/wine-git/programs/winecfg/audio.c:637] in winecfg
(0x7f75ec88)
2 0x7f791327 AudioDlgProc+0x6de(hDlg=1004a, uMsg=272, wParam=0,
lParam=2143778864) [/export/home/austin/wine-git/programs/winecfg/audio.c:849]
in winecfg (0x7f75ed98)
This patch gets around it, but doesn't seem right to me:
diff --git a/programs/winecfg/audio.c b/programs/winecfg/audio.c
index 3ce0e25..34d1f32 100644
--- a/programs/winecfg/audio.c
+++ b/programs/winecfg/audio.c
@@ -633,8 +633,11 @@ static void initAudioDlg (HWND hDlg)
if (buf == NULL)
{
/* select first available driver */
- if (*loadedAudioDrv->szDriver)
- selectDriver(hDlg, loadedAudioDrv->szDriver);
+ if (loadedAudioDrv->szDriver) {
+ if (*loadedAudioDrv->szDriver)
+ selectDriver(hDlg, loadedAudioDrv->szDriver);
+ }
+
}
else /* make a local copy of the current registry setting */
strcpy(curAudioDriver, buf);
--
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=15578
Summary: Px-map crashes (probably caused because reading
registry-key fails)
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
The application crashes somewhere in a function called GetDefaultBrowser. The
cause is probably the following:
0009:Call advapi32.RegOpenKeyExW(80000000,00886d88
L"\\htmlfile\\shell\\open\\command",00000000,00020019,0032f238) ret=0036ab8f
0009:Ret advapi32.RegOpenKeyExW() retval=000000a1 ret=0036ab8f
0009:Call KERNEL32.InterlockedCompareExchange(00855858,00000004,00000008)
ret=79ef56cc
0009:Ret KERNEL32.InterlockedCompareExchange() retval=00000008 ret=79ef56cc
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x4011830
0009:trace:seh:raise_exception info[0]=00000000
Reading the registry-key fails with ERROR_BAD_PATH (000000a1) because the key
starts with a backslash "\\htmlfile". There's even a test for this:
/* beginning backslash character */
ret = RegOpenKeyA(HKEY_CURRENT_USER, "\\Software\\Wine\\Test", &hkResult);
ok(ret == ERROR_BAD_PATHNAME || /* NT/2k/XP */
ret == ERROR_FILE_NOT_FOUND /* Win9x,ME */
, "expected ERROR_BAD_PATHNAME or ERROR_FILE_NOT_FOUND, got %d\n",
ret);
Whereas this might be true for opening a key under HKEY_CURRENT_USER, it seems
to be wrong for a key under HKCR, if you change the test to opening a key with
a heading backslash under HKEY_CURRENT_ROOT it just seems to work fine (on
winXP). Wine should'nt probably fail as well.
--
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=15491
Summary: Star Wars: Jedi Knight - Jedi Academy : Clicking install
button in autorun menu freezes autorun.exe
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=2315
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flossl(a)live.com
Created an attachment (id=16403)
--> (http://bugs.winehq.org/attachment.cgi?id=16403)
Log.
Clicking the install button in the autorun menu freezes the menu.
Ctrl-C does not work and I have to force-quit 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=15338
Summary: setup_exception_record stack overflow when running
wineboot
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aelschuring(a)hotmail.com
Created an attachment (id=16164)
--> (http://bugs.winehq.org/attachment.cgi?id=16164)
wineboot output with WINEDEBUG=+seh
After upgrading to 1.1.5 (using budgetdedicated repo on Ubuntu 8.04), wineboot
crashes when updating wineprefix:
aschuring@neminis:~$ wineboot -u
fixme:iphlpapi:NotifyAddrChange (Handle 0x7dc30a08, overlapped 0x7dc309ec):
stub
fixme:shell:DllCanUnloadNow stub
wine: configuration in '/home/aschuring/.wine' has been updated.
err:seh:setup_exception_record stack overflow 828 bytes in thread 0009 eip
7bc65bc5 esp 00240ff4 stack 0x240000-0x241000-0x340000
aschuring@neminis:~$ wineboot
aschuring@neminis:~$ wine --version
wine-1.1.5
This happens on a newly created prefix as well. The attached log is created
using the following commands:
aschuring@neminis:~$ rm -fr /tmp/test
aschuring@neminis:~$ mkdir /tmp/test
aschuring@neminis:~$ WINEDEBUG=+seh WINEPREFIX=/tmp/test wineboot -u 2>
wineboot.log
aschuring@neminis:~$ gzip wineboot.log
I have found several references to setup_exception_record in other bugs, but
none referred to wineboot specifically. They might be duplicates, but I'm not
in a good position to judge that:
bug #15259
bug #13411
--
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=15309
Summary: Flashplayer crashes in quartz when used with an IM.
Product: Wine
Version: 1.1.4
Platform: PC
URL: http://rapidshare.com/files/142582135/imc_412_adult.msi.
html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=16140)
--> (http://bugs.winehq.org/attachment.cgi?id=16140)
console output
Flashplayer crashes in quartz. The culprit is the same as in bug 15215
(dereference a NULL pointer).
Joaopa
--
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=15183
Summary: MagicMaps crashes with nvidia above version 169.12
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.magicmaps.de/fileadmin/magicmaps/user_files/d
ownloads/interaktive_kartenwerke_20_demo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sharkcow(a)gmx.de
Up to version 169.12 of nvidia binary driver, magicmaps works fine. With
current driver (tested 173.14.12), magicmaps draws the complete starting screen
including 2D and 3D map, then crashes with following error:
Unhandled exception 0xc0000090 at address 0x7dc20512 (thread 0009)
--
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=15044
Summary: Random crash in MSN Messeger 7.0
Product: Wine
Version: 1.1.3
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=CF49C56C-8B3E-4EAE-9904-9505F47BED45&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=15700)
--> (http://bugs.winehq.org/attachment.cgi?id=15700)
Backtrace of the crash
After apply the workaround for bug 12179 and the patch for bug 12447. If you
use it for a long time it will suddenly crash.
--
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=14952
Summary: Microsoft Word 2003 hangs while instaling a new feature
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=15557)
--> (http://bugs.winehq.org/attachment.cgi?id=15557)
File that cause the problem
After opening the attached file, Word 2003 tries to install a new feature but
the installer just hangs ans you can't use the program. It works in Windows XP.
--
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=14808
Summary: CS2 Compiz tooltips
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richard(a)cornbread.cc
Adobe CS2 The tooltips draw behind menu's and open images with compiz.
Also on start-up some workspace windows open behind photoshop.
--
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=14709
Summary: The White Chamber game crashes on exit
Product: Wine
Version: 1.1.2
Platform: Other
URL: http://www.studiotrophis.com/site/projects/thewhitechamb
er
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: selmi(a)centrum.sk
Created an attachment (id=15199)
--> (http://bugs.winehq.org/attachment.cgi?id=15199)
backtrace
install game (must be version 1.7, it didn't crashed with 1.3 i had before)
-start game
-for settings press OK, no need to change anything
-choose language for subtitles (i used czech subtitles and english speech)
-skip video
-game will start, you may play a bit (walkthroughs are available on internet),
or if you don't want to play i attached savegame (it belongs to 'saves'
subfolder of folder where you installed it), press esc and load it
-now when you press ESC and choose quit game it will crash.
Backtrace:
=>1 0xb7d00283 strlen+0x33() in libc.so.6 (0x0032fd0c)
2 0x7eb8c717 RemoveFontResourceExA+0x47() in gdi32 (0x0032fd3c)
--
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.