01d55
2009-Sep-18 07:56 UTC
[Wine] Recursive winedbg crash: Unhandled page fault on read access
Code: $ winecfg wine: Unhandled page fault on write access to 0x75b3d5f0 at address 0x3950e826e3 (thread 0009), starting debugger... wine: Unhandled page fault on read access to 0x00000028 at address 0x7fd95b840fc7 (thread 001c), starting debugger... wine: Unhandled page fault on read access to 0x00000028 at address 0x7fff23aa0fc7 (thread 001e), starting debugger... wine: Unhandled page fault on read access to 0x00000028 at address 0x7fd3c88b0fc7 (thread 0020), starting debugger... wine: Unhandled page fault on read access to 0x00000028 at address 0x7f3753330fc7 (thread 0022), starting debugger... I uninstalled/reinstalled wine and took out my old .wine directory trying to get my alsa driver back, and ever since then I get the first page fault whenever I try to open the audio tab in winecfg. The subsequent page faults occur when I close the program error dialogue. Every time I hit "close program" a new instance of winedbg.exe runs and crashes and opens a new program error window. To stop the cycle, it's necessary to ctrl-C (if running in terminal) or use ps and kill each winedbg process if the program was started in the window manager. Ever since wine stopped seeing my alsa driver, which killed my ability to hear sound in wine, every crash I've had has led to recursive winedbg crashes. (only the jack driver was available, attempting to use it causes a crash.) What's new is the fact that I can easily crash winecfg and start the recursive winedbg crash whenever I feel like it.
kibun
2009-Sep-19 23:45 UTC
[Wine] Re: Recursive winedbg crash: Unhandled page fault on read access
Hi, I have a nearly identical problem. I cannot open the winecfg audio tab without winecfg crashing and giving me the debug window. I'm using version 1.1.29 of wine at the moment.
kibun
2009-Sep-20 00:25 UTC
[Wine] Re: Recursive winedbg crash: Unhandled page fault on read access
Sorry to double post, but I found a fix for my computer running Fedora 11. I ran Code: rpm -qa | grep wine and found that I had a bunch of x86_64 wine packages installed. What I did was erase everything having to do with wine by running Code: rpm -e `rpm -qa | grep wine` and simply reinstalled with Code: yum install wine.i586 This fixed my problem with accessing the sound tab in winecfg and getting sound in application such as WoW. Good luck.