Codeman655 / osxwinebuilder

Automatically exported from code.google.com/p/osxwinebuilder
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Runtime Error "Unhandled exception code c0000005 flags 0 addr 0x7bc6167e" #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
mkdir ~/wine
cd ~/wine
# April 7, 2012
svn checkout http://osxwinebuilder.googlecode.com/svn/trunk/ 
osxwinebuilder-read-only
cd ~/wine/osxwinebuilder-read-only
# comment out appropriate lines in the get/check/install functions for 
"sanebackends","sdl","sdlnet","sdlsound","dosbox" because otherwise they would 
produce errors
./osxwinebuild.sh --stable
# get a compile error in stpncpy.c; comment out line 28 in stpncpy.c
./osxwinebuild.sh --stable --no-clean-source
export 
DYLD_FALLBACK_LIBRARY_PATH="${HOME}/wine/wine-1.4/lib:/usr/X11/lib:/usr/lib"
export PATH="${HOME}/wine/wine-1.4/bin:${PATH}"
wine winecfg
# get error output for any program: err:seh:raise_exception Unhandled exception 
code c0000005 flags 0 addr 0x7bc6167e

What is the expected output? What do you see instead?
I expect to see working emulation. Instead I see: err:seh:raise_exception 
Unhandled exception code c0000005 flags 0 addr 0x7bc6167e

What version of the product are you using? On what operating system?
Latest osxwinebuilder from svn as of April 7, 2012. MacBook Pro. Mac OS X 
10.7.3. 

Please provide any additional information below.
gdb output:
$ gdb wine 
GNU gdb 6.3.50-20050815 (Apple version gdb-1708) (Thu Nov  3 21:59:02 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared 
libraries ....... done

(gdb) r winecfg
Starting program: /Users/cinolt/wine/wine-1.4/bin/wine winecfg
Reading symbols for shared libraries 
++++++..........................................................................
................................................................ done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 
0x7bc6167e

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to process 27628 thread 0x3703]
0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
#1  0x00000001 in ?? ()
Previous frame inner to this frame (gdb could not unwind past this frame)

Original issue reported on code.google.com by cinolt...@gmail.com on 8 Apr 2012 at 1:29

GoogleCodeExporter commented 9 years ago
I get the same on my Lion machine... according to other wine projects this is 
due to the fact that wine won't work when built with Xcode 4*s default LLVM 
gcc, and needs to be built with vanilla gcc.. sadly Xcode 4.2 and up no longer 
have it.

Original comment by msper...@gmail.com on 30 May 2012 at 6:02

GoogleCodeExporter commented 9 years ago
New revs have an included GCC build and some fixes for Lion. Please retest and 
reopen this issue should problems arise. -r

Original comment by rwoodsm...@gmail.com on 2 Jun 2012 at 6:16