winedbg: Internal crash at 0x7fde121bf3a9

Questions about Wine on Linux
Locked
xaix1999
Newbie
Newbie
Posts: 2
Joined: Sun Sep 24, 2017 5:41 am

winedbg: Internal crash at 0x7fde121bf3a9

Post by xaix1999 »

hello everyone

im having some trouble with a recent reinstall of wine
wine-2.17-1
fresh from the arch repo as im using arch linux
if anyone is will to help i would be most appreciative

thank you

Code: Select all

                   -`                 
                  .o+`                 user@home
                 `ooo/                 OS: Arch Linux rolling
                `+oooo:                Kernel: x86_64 Linux 4.12.13-1-ARCH
               `+oooooo:               Uptime: 25m
               -+oooooo+:              Packages: 1324
             `/:-:++oooo+:             Shell: bash 4.4.12
            `/++++/+++++++:            Resolution: 1920x1080
           `/++++++++++++++:           DE: MATE 1.18.1
          `/+++ooooooooooooo/`         WM: Metacity (Marco)
         ./ooosssso++osssssso+`        GTK Theme: 'BlackMATE' [GTK2/3]
        .oossssso-````/ossssss+`       Icon Theme: matefaenzagray
       -osssssso.      :ssssssso.      Font: Sans 10
      :osssssss/        osssso+++.     CPU: Intel Xeon E5-1650 0 @ 12x 3.8GHz [27.0°C]
     /ossssssss/        +ssssooo/-     GPU: AMD Radeon (TM) RX 460 Graphics (POLARIS11 / DRM 3.15.0 / 4.12.13-1-ARCH, LLVM 6.0.0)
   `/ossssso+/:-        -:/+osssso+-   RAM: 1277MiB / 32102MiB
  `+sso+:-`                 `.-/+oso: 
 `++:.                           `-/+/
 .`                                 `/

Code: Select all

[user@home ~]$ winecfg
wine: created the configuration directory '/home/user/.wine'
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
wine: Unhandled page fault on read access to 0x00000008 at address 0x7f92c6af83a9 (thread 000b), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 10 68") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: Unhandled page fault on read access to 0x00000008 at address 0x7fe1c2da73a9 (thread 0017), starting debugger...
winedbg: Internal crash at 0x7fdbf86073a9
[user@home ~]$ fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
fixme:dwmapi:DwmIsCompositionEnabled 0x6dbd1518
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69ebd3de, context 0x8d6440, init_notify 0, handle 0x11be170): stub

[user@home ~]$ winecfg
wine: Unhandled page fault on read access to 0x00000008 at address 0x7ff6c58fe3a9 (thread 0030), starting debugger...
winedbg: Internal crash at 0x7fde121bf3a9
[user@home ~]$ 
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: winedbg: Internal crash at 0x7fde121bf3a9

Post by dimesio »

xaix1999
Newbie
Newbie
Posts: 2
Joined: Sun Sep 24, 2017 5:41 am

Re: winedbg: Internal crash at 0x7fde121bf3a9

Post by xaix1999 »

on further review of information i have seen maybe broken objects
32 bit wine 2.17 compiles and launches with no problem yet i need 64bit
install all arch packages prove to be deadend
compiling some wine "versions" like staging+nine fail
this is many of problems ive faced in past few days when 1 week ago i had no problems with gallium acceleration
this is not fixed i will wait for versioning
Locked