[Wine] Re: Install problems

Daniel Skorka skorka at gmx.net
Mon Mar 19 00:46:57 CDT 2007


TobbeR <trebert at telia.com> wrote:
> Hi, tried to install the advanced DSP program Spectrum Lab which I have
> been able to install in a previous version but the latest will not
> work. I'm using he latest verson of Wine in Kubuntu. Error messages as

"The latest version in kubuntu" is a useless specification for most of
us. Just mention the version number.

> tobbe at jme:~$ wine InstallSpecLab.EXE
> wine: Unhandled page fault on read access to 0xc20d27f9 at address
> 0x7e84bc8f (t
> hread 0009), starting debugger...
> WineDbg starting on pid 0x8
> Unhandled exception: page fault on read access to 0xc20d27f9 in 32-bit
> code (0x7
> e84bc8f).
> fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
> information
> for libgl.so.1
> Register dump:
> CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
> EIP:7e84bc8f ESP:0034ee00 EBP:0034ee18 EFLAGS:00010286(   - 00
> -RISP1)
> EAX:c20d27f9 EBX:7c06fa70 ECX:7c0546c8 EDX:00000010
> ESI:7c06aeb0 EDI:00000001
> Stack dump:
> 0x0034ee00:  7c02a220 7c06aeb0 00000010 7c06aeb0
> 0x0034ee10:  00000000 00000001 0034ef18 7e84c14b
> 0x0034ee20:  7c02a220 7c06aeb0 00000001 0034eec8
> 0x0034ee30:  00000001 00000000 00008000 00000000
> 0x0034ee40:  00000000 00000000 00000000 00000000
> 0x0034ee50:  00000000 00000000 00000000 00000000
> fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c0000119
> Backtrace:
> =>1 0x7e84bc8f glXGetConfig+0x6f in libgl.so.1 (0x7e84bc8f)
>  2 0x7e84c14b glXChooseVisual+0x20b in libgl.so.1 (0x7e84c14b)
>  3 0x7e9eb2ec X11DRV_setup_opengl_visual+0x61 in winex11 (0x7e9eb2ec)
>  4 0x7e9fcba7 in winex11 (+0x4cba7) (0x7e9fcba7)
>  5 0x7ea0c032 in winex11 (+0x5c032) (0x7ea0c032)
>  6 0x7efb83f5 call_dll_entry_point+0x15 in ntdll (0x7efb83f5)
>  7 0x7efb9da8 in ntdll (+0x29da8) (0x7efb9da8)
>  8 0x7efba09a in ntdll (+0x2a09a) (0x7efba09a)
>  9 0x7efbd14e LdrLoadDll+0x77 in ntdll (0x7efbd14e)
>  10 0x7ee74bd6 in kernel32 (+0x44bd6) (0x7ee74bd6)
>  11 0x7ee74dd5 LoadLibraryExW+0x4f in kernel32 (0x7ee74dd5)
>  12 0x7ee74ef9 LoadLibraryExA+0x43 in kernel32 (0x7ee74ef9)
>  13 0x7ee74f30 LoadLibraryA+0x2d in kernel32 (0x7ee74f30)
>  14 0x7ec35ca1 DRIVER_load_driver+0x1ae in gdi32 (0x7ec35ca1)
>  15 0x7ec31feb CreateDCW+0x60 in gdi32 (0x7ec31feb)
>  16 0x7ecf790f CreateIconFromResourceEx+0x42a in user32 (0x7ecf790f)
>  17 0x7ecf9022 in user32 (+0x29022) (0x7ecf9022)
>  18 0x7ecf955c LoadImageW+0x408 in user32 (0x7ecf955c)
>  19 0x7ecf9af4 LoadImageA+0x58 in user32 (0x7ecf9af4)
>  20 0x7ecf9d90 LoadCursorA+0x44 in user32 (0x7ecf9d90)
>  21 0x7ecee47c in user32 (+0x1e47c) (0x7ecee47c)
>  22 0x7ecee4c1 CLASS_RegisterBuiltinClasses+0x1d in user32
> (0x7ecee4c1)
>  23 0x7ed605ec in user32 (+0x905ec) (0x7ed605ec)
>  24 0x7ed7286e in user32 (+0xa286e) (0x7ed7286e)
>  25 0x7efb83f5 call_dll_entry_point+0x15 in ntdll (0x7efb83f5)
>  26 0x7efb9da8 in ntdll (+0x29da8) (0x7efb9da8)
>  27 0x7efba09a in ntdll (+0x2a09a) (0x7efba09a)
>  28 0x7efba06e in ntdll (+0x2a06e) (0x7efba06e)
>  29 0x7efbcee6 LdrInitializeThunk+0x372 in ntdll (0x7efbcee6)
>  30 0x7ee81eab in kernel32 (+0x51eab) (0x7ee81eab)
>  31 0xb7e6a287 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7e6a287)
> 0x7e84bc8f glXGetConfig+0x6f in libgl.so.1: cmpl
> $0x42010005,0x0(%eax)

The crash happens inside GLX, i.e. when trying to set up an OpenGL
display. This is funny in itself, because OpenGL is something you really
don't need to install a program. I assume the install program does not
use one of the standard installers for windows out there?
Did you update other packages, especially relating to GLX, X11 or OpenGL
since the last time you successfully installed this program?
Also, are you using the binary drivers from ATI? If yes, please try with
the open source drivers and see if it makes a difference. Lastly,
installing the -dbg version of the package that provides libGL.so and
then using it via LD_LIBRARY_PATH would provide a more meaningful
backtrace.

Daniel


More information about the wine-users mailing list