Problems with netframework-based application

Questions about Wine on Linux
Locked
Almamu
Newbie
Newbie
Posts: 4
Joined: Mon Aug 24, 2015 7:50 am

Problems with netframework-based application

Post by Almamu »

I'm trying to make LiveHelpMessenger to work on the last Wine version available for Kahli Linux (which is wine-1.6.2). This program requires up to .NET Framework 4.0. The installation of .NET Framework was really fast and easy using WineTricks, but the problem comes when trying to install the app itself. The installer crashes without any error message, not a big deal at all, I got an already installed version of this app from a windows computer and copied it to my wineprefix to start it.

After running: "WINEPREFIX=~/.chatstack wine LiveMessengerDesktop.exe" from the program folder (~/.chatstack/drive_c/Program Files/Stardevelop Pty Ltd/Live Help Messenger Desktop) it throws this big ass exception, shows the "The program stopped working" old dialog of old netframework programs and throws this exception to console:

Code: Select all

Unhandled Exception: System.ArgumentNullException: Value cannot be null.
Parameter name: path
   at System.IO.Directory.GetParent(String path)
   at System.Configuration.LocalFileSettingsProvider.GetPreviousConfigFileName(Boolean isRoaming)
   at System.Configuration.LocalFileSettingsProvider.Upgrade(SettingsContext context, SettingsPropertyCollection properties, Boolean isRoaming)
   at System.Configuration.LocalFileSettingsProvider.Upgrade(SettingsContext context, SettingsPropertyCollection properties)
   at System.Configuration.ApplicationSettingsBase.Upgrade()
   at LiveHelp.Settings.r()
   at LiveHelp.Application.a(Object A_0, StartupEventArgs A_1)
   at System.Windows.Application.OnStartup(StartupEventArgs e)
   at System.Windows.Application.<.ctor>b__1(Object unused)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at LiveHelp.Application.a()
wine: Unhandled exception 0xe0434352 in thread 12b at address 0x7b8396ec (thread 012b), starting debugger...
Unhandled exception: 0xe0434352 in 32-bit code (0x7b8396ec).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7b8396ec ESP:0032eb64 EBP:0032ebe8 EFLAGS:00000212(   - --  I   -A- - )
 EAX:7b826995 EBX:7b8addf8 ECX:0032eb90 EDX:0032ec5c
 ESI:00000010 EDI:00000000
Stack dump:
0x0032eb64:  b6cb7fa8 013f437c 013f437c 001421f8
0x0032eb74:  1001bf0d 05f33c00 e0434352 00000001
0x0032eb84:  00000000 7b8396ec 00000005 80004003
0x0032eb94:  00000000 00000000 00000000 10000000
0x0032eba4:  b6cb7f38 00000001 013f437c 00000005
0x0032ebb4:  00000000 00000000 001421f8 0032ecb0
Backtrace:
=>0 0x7b8396ec in kernel32 (+0x296ec) (0x0032ebe8)
  1 0x101248c7 in clr (+0x1248c6) (0x0032ec90)
  2 0x101931b8 in clr (+0x1931b7) (0x0032ed18)
  3 0x046233ab (0x0032ee14)
  4 0x05ec92f0 (0x0032ee58)
  5 0x05ec91ee (0x0032eec4)
  6 0x05ec8647 (0x0032eed8)
  7 0x05ec858b (0x0032eef4)
  8 0x05ec8458 (0x0032ef30)
  9 0x05ec8037 (0x0032ef6c)
  10 0x05ec7d31 (0x0032efa4)
  11 0x046236b3 (0x0032efe4)
  12 0x046235f3 (0x0032f004)
  13 0x046234cd (0x0032f020)
  14 0x04623352 (0x0032f05c)
  15 0x04622e92 (0x0032f0ac)
  16 0x0463f95a (0x0032f0f4)
  17 0x0038a08e (0x0032f128)
  18 0x7ebf176a WINPROC_wrapper+0x19() in user32 (0x0032f158)
  19 0x7ebf1dda in user32 (+0x91dd9) (0x0032f1a8)
  20 0x7ebf4319 in user32 (+0x94318) (0x0032f1f8)
  21 0x7ebba117 DispatchMessageW+0x96() in user32 (0x0032f308)
  22 0x05ec7c97 (0x0032f348)
  23 0x05ec70f1 (0x0032f390)
  24 0x05ec6f4e (0x0032f39c)
  25 0x05ec6eb6 (0x0032f3a8)
  26 0x05ec6c63 (0x0032f3bc)
  27 0x05ec6a79 (0x0032f3cc)
  28 0x03a537c5 (0x0032f3d8)
  29 0x10002652 in clr (+0x2651) (0x0032f3e4)
  30 0x1001264f in clr (+0x1264e) (0x0032f438)
  31 0x10012e95 in clr (+0x12e94) (0x0032f4b0)
  32 0x100c74ec in clr (+0xc74eb) (0x0032f5dc)
  33 0x100c7610 in clr (+0xc760f) (0x0032f850)
  34 0x10151dc4 in clr (+0x151dc3) (0x0032fd54)
  35 0x10151e67 in clr (+0x151e66) (0x0032fdb0)
  36 0x10151f7a in clr (+0x151f79) (0x0032fdf0)
  37 0x1015416a in clr (+0x154169) (0x0032fe2c)
  38 0x603b55ab in mscoreei (+0x55aa) (0x0032fe38)
  39 0x79007f16 in mscoree (+0x7f15) (0x0032fe48)
  40 0x79004de3 in mscoree (+0x4de2) (0x0032fe68)
  41 0x7b85b9ca in kernel32 (+0x4b9c9) (0x0032fe98)
  42 0x7bc72f60 call_thread_func_wrapper+0xb() in ntdll (0x0032feb8)
  43 0x7bc75d7f call_thread_func+0xce() in ntdll (0x0032ffa8)
  44 0x7bc72f3e RtlRaiseException+0x21() in ntdll (0x0032ffc8)
  45 0x7bc4acf7 call_dll_entry_point+0x776() in ntdll (0x0032ffe8)
  46 0xf75d23ad wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
  47 0xf75d2510 wine_switch_to_stack+0x1f() in libwine.so.1 (0xfff8e358)
  48 0x7bc5020a LdrInitializeThunk+0x339() in ntdll (0xfff8e3b8)
  49 0x7b861613 __wine_kernel_init+0x872() in kernel32 (0xfff8f518)
  50 0x7bc50783 __wine_process_init+0x162() in ntdll (0xfff8f588)
  51 0xf75cfff3 wine_init+0x2b2() in libwine.so.1 (0xfff8f5d8)
  52 0x7bf00d52 main+0x81() in <wine-loader> (0xfff8fa28)
  53 0xf73f2a63 __libc_start_main+0xf2() in libc.so.6 (0x00000000)
0x7b8396ec: addl	$12,%esp
Modules:
Module	Address			Debug info	Name (90 modules)
PE	  400000-  a46000	Deferred        livemessengerdesktop
PE	  e90000-  f63000	Deferred        msvcr110_clr0400
PE	 39c0000- 3a2e000	Deferred        clrjit
PE	 4410000- 45ad000	Deferred        wpfgfx_v0400
PE	 45c0000- 45d2000	Deferred        nlssorting
PE	 5160000- 5220000	Deferred        presentationnative_v0400
PE	 5760000- 57a5000	Deferred        system.transactions
PE	 6360000- 637a000	Deferred        mscorsecimpl
PE	10000000-10692000	Export          clr
PE	5e0d0000-5e1a4000	Deferred        diasymreader
PE	603b0000-60416000	Export          mscoreei
PE	79000000-7904a000	Export          mscoree
ELF	7b800000-7ba55000	Dwarf           kernel32<elf>
  \-PE	7b810000-7ba55000	\               kernel32
ELF	7bc00000-7bcd6000	Dwarf           ntdll<elf>
  \-PE	7bc10000-7bcd6000	\               ntdll
ELF	7bf00000-7bf04000	Dwarf           <wine-loader>
ELF	7db00000-7db36000	Deferred        wintrust<elf>
  \-PE	7db10000-7db36000	\               wintrust
ELF	7db36000-7dbac000	Deferred        wininet<elf>
  \-PE	7db40000-7dbac000	\               wininet
ELF	7dbac000-7dca6000	Deferred        comctl32<elf>
  \-PE	7dbb0000-7dca6000	\               comctl32
ELF	7dca6000-7decf000	Deferred        shell32<elf>
  \-PE	7dcb0000-7decf000	\               shell32
ELF	7decf000-7df6a000	Deferred        urlmon<elf>
  \-PE	7dee0000-7df6a000	\               urlmon
ELF	7dfd5000-7e00a000	Deferred        uxtheme<elf>
  \-PE	7dfe0000-7e00a000	\               uxtheme
ELF	7e00a000-7e031000	Deferred        mpr<elf>
  \-PE	7e010000-7e031000	\               mpr
ELF	7e031000-7e055000	Deferred        imm32<elf>
  \-PE	7e040000-7e055000	\               imm32
ELF	7e055000-7e17f000	Deferred        oleaut32<elf>
  \-PE	7e070000-7e17f000	\               oleaut32
ELF	7e17f000-7e1a3000	Deferred        dwrite<elf>
  \-PE	7e180000-7e1a3000	\               dwrite
ELF	7e1a3000-7e26e000	Deferred        crypt32<elf>
  \-PE	7e1b0000-7e26e000	\               crypt32
ELF	7e26e000-7e2b0000	Deferred        rsaenh<elf>
  \-PE	7e270000-7e2b0000	\               rsaenh
ELF	7e2d2000-7e400000	Deferred        ole32<elf>
  \-PE	7e2f0000-7e400000	\               ole32
ELF	7e507000-7e521000	Deferred        imagehlp<elf>
  \-PE	7e510000-7e521000	\               imagehlp
ELF	7e521000-7e59c000	Deferred        rpcrt4<elf>
  \-PE	7e530000-7e59c000	\               rpcrt4
ELF	7e59c000-7e5a3000	Deferred        libxfixes.so.3
ELF	7e5a3000-7e5af000	Deferred        libxcursor.so.1
ELF	7e5af000-7e5c2000	Deferred        libxi.so.6
ELF	7e5c2000-7e5c6000	Deferred        libxcomposite.so.1
ELF	7e5c6000-7e5d2000	Deferred        libxrandr.so.2
ELF	7e5d2000-7e5de000	Deferred        libxrender.so.1
ELF	7e5de000-7e5e5000	Deferred        libxxf86vm.so.1
ELF	7e5e5000-7e5e9000	Deferred        libxinerama.so.1
ELF	7e5e9000-7e5ef000	Deferred        libxdmcp.so.6
ELF	7e5ef000-7e5f3000	Deferred        libxau.so.6
ELF	7e5f3000-7e619000	Deferred        libxcb.so.1
ELF	7e619000-7e76b000	Deferred        libx11.so.6
ELF	7e76b000-7e780000	Deferred        libxext.so.6
ELF	7e7a9000-7e836000	Deferred        winex11<elf>
  \-PE	7e7b0000-7e836000	\               winex11
ELF	7e8a1000-7e8ca000	Deferred        libexpat.so.1
ELF	7e8ca000-7e90c000	Deferred        libfontconfig.so.1
ELF	7e90c000-7e939000	Deferred        libpng12.so.0
ELF	7e939000-7e956000	Deferred        libz.so.1
ELF	7e956000-7ea07000	Deferred        libfreetype.so.6
ELF	7ea30000-7eb4a000	Deferred        gdi32<elf>
  \-PE	7ea40000-7eb4a000	\               gdi32
ELF	7eb4a000-7ec98000	Dwarf           user32<elf>
  \-PE	7eb60000-7ec98000	\               user32
ELF	7ec98000-7ed0e000	Deferred        shlwapi<elf>
  \-PE	7ecb0000-7ed0e000	\               shlwapi
ELF	7ed0e000-7ed7c000	Deferred        advapi32<elf>
  \-PE	7ed20000-7ed7c000	\               advapi32
ELF	7ed7c000-7ed9f000	Deferred        libtinfo.so.5
ELF	7ed9f000-7edc7000	Deferred        libncurses.so.5
ELF	7ef5f000-7ef6c000	Deferred        libnss_files.so.2
ELF	7ef6c000-7ef78000	Deferred        libnss_nis.so.2
ELF	7ef78000-7ef91000	Deferred        libnsl.so.1
ELF	7ef91000-7efd7000	Deferred        libm.so.6
ELF	7efd9000-7eff2000	Deferred        version<elf>
  \-PE	7efe0000-7eff2000	\               version
ELF	f73d4000-f73d9000	Deferred        libdl.so.2
ELF	f73d9000-f7583000	Dwarf           libc.so.6
ELF	f7584000-f75a0000	Deferred        libpthread.so.0
ELF	f75c0000-f75c9000	Deferred        libnss_compat.so.2
ELF	f75c9000-f777e000	Dwarf           libwine.so.1
ELF	f7780000-f77a1000	Deferred        ld-linux.so.2
ELF	f77a3000-f77a4000	Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
	00000125    0
	000000cf    0
	00000025    0
	0000001e    0
	00000010    0
	0000000f    0
0000001c winedevice.exe
	00000027    0
	00000022    0
	00000021    0
	0000001d    0
00000023 plugplay.exe
	00000029    0
	00000028    0
	00000024    0
00000030 explorer.exe
	00000032    0
	00000031    0
0000003c wordpad.exe
	00000044    0
00000039 wordpad.exe
	0000002b    0
000000c7 mscorsvw.exe
	000000d0    0
	000000c9    0
	000000d5    0
	000000cc    0
00000148 (D) C:\Program Files\Stardevelop Pty Ltd\Live Help Messenger Desktop\LiveMessengerDesktop.exe
	0000013f    2
	00000126    0
	0000012b    0 <==
These are the program files and their file access permissions:

Code: Select all

-rw-r--r-- 1 almamu almamu 2948696 sep  5  2012 DevExpress.Data.v12.1.dll
-rw-r--r-- 1 almamu almamu  157784 sep  5  2012 DevExpress.Office.v12.1.Core.dll
-rw-r--r-- 1 almamu almamu 2122328 sep  5  2012 DevExpress.Printing.v12.1.Core.dll
-rw-r--r-- 1 almamu almamu 5146712 sep  5  2012 DevExpress.RichEdit.v12.1.Core.dll
-rw-r--r-- 1 almamu almamu  191576 sep  5  2012 DevExpress.SpellChecker.v12.1.Core.dll
-rw-r--r-- 1 almamu almamu 3678808 sep  5  2012 DevExpress.Utils.v12.1.dll
-rw-r--r-- 1 almamu almamu 4719192 sep  5  2012 DevExpress.Xpf.Core.v12.1.dll
-rw-r--r-- 1 almamu almamu   77400 sep  5  2012 DevExpress.Xpf.Printing.v12.1.Core.dll
-rw-r--r-- 1 almamu almamu 1327192 sep  5  2012 DevExpress.Xpf.Ribbon.v12.1.dll
-rw-r--r-- 1 almamu almamu  997976 sep  5  2012 DevExpress.Xpf.RichEdit.v12.1.dll
-rw-r--r-- 1 almamu almamu  136792 sep  5  2012 DevExpress.Xpf.SpellChecker.v12.1.dll
-rw-r--r-- 1 almamu almamu 2590296 sep  5  2012 DevExpress.Xpf.Themes.Seven.v12.1.dll
-rw-r--r-- 1 almamu almamu 1632856 sep  5  2012 DevExpress.XtraRichEdit.v12.1.dll
-rw-r--r-- 1 almamu almamu  264792 sep  5  2012 DevExpress.XtraSpellChecker.v12.1.dll
-rw-r--r-- 1 almamu almamu  142672 oct 29  2012 HtmlAgilityPack.dll
drwxr-xr-x 3 almamu almamu    4096 abr  9  2013 Images
-rw-r--r-- 1 almamu almamu  200704 jun  3  2008 Independentsoft.Sip.dll
-rw-r--r-- 1 almamu almamu  249168 oct 29  2012 LiveHelp.Charts.dll
-rw-r--r-- 1 almamu almamu  427520 jul 29  2009 LiveHelp.Compression.dll
-rw-r--r-- 1 almamu almamu  857424 oct 29  2012 LiveHelp.FileTransfer.dll
-rw-r--r-- 1 almamu almamu  141648 ene 10  2013 LiveHelp.WebService.dll
-rw-r--r-- 1 almamu almamu   90960 oct 29  2012 LiveHelp.Windows.dll
-rw-r--r-- 1 almamu almamu  567120 ene 15  2013 LiveHelp.Windows.Shell.dll
-rwxr-xr-x 1 almamu almamu 6560424 ene 15  2013 LiveMessengerDesktop.exe
-rw-r--r-- 1 almamu almamu    8390 nov 18  2011 LiveMessengerDesktop.exe.config
drwxr-xr-x 2 almamu almamu    4096 abr  9  2013 Logs
-rw-r--r-- 1 almamu almamu  785216 nov 15  2010 Microsoft.Exchange.WebServices.dll
-rw-r--r-- 1 almamu almamu  857384 nov 22  2010 Microsoft.Lync.Controls.dll
-rw-r--r-- 1 almamu almamu  315200 nov 22  2010 Microsoft.Lync.Controls.Framework.dll
-rw-r--r-- 1 almamu almamu  285472 nov 22  2010 Microsoft.Lync.Model.dll
-rw-r--r-- 1 almamu almamu  205608 nov 22  2010 Microsoft.Lync.Utilities.dll
-rw-r--r-- 1 almamu almamu  322336 nov 22  2010 Microsoft.Office.Uc.dll
drwxr-xr-x 2 almamu almamu    4096 abr  9  2013 Sounds
Am I missing something? Has someone had the same problem before? Thanks in advance for the help!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problems with netframework-based application

Post by dimesio »

Some simple apps can be copied from a Windows install and work, but it's not likely to work for apps that install a lot of files and make a lot of registry entries, and it's not supported. Your Wine version is also very old; try the latest development release.
Almamu
Newbie
Newbie
Posts: 4
Joined: Mon Aug 24, 2015 7:50 am

Re: Problems with netframework-based application

Post by Almamu »

The program does not need any registry key nor config, I did the same on a Windows computer some hours ago without any problems and exceptions. Using the latest wine-development package of my distro (wine-1.7.29, which I guess is not the latest wine development version) shows a different result, any ideas on this one (like related to a already fixed bug, similar problems, etc):

Code: Select all

Unhandled Exception: System.EntryPointNotFoundException: Unable to find an entry point named 'GetCurrentProcessExplicitAppUserModelID' in DLL 'shell32.dll'.
   at LiveHelp.WindowsAPI.Shell.Taskbar.TaskbarNativeMethods.GetCurrentProcessExplicitAppUserModelID(String& AppID)
   at LiveHelp.WindowsAPI.Shell.Taskbar.Taskbar.get_JumpList()
   at LiveHelp.LiveHelpWindow..ctor()
   at LiveHelp.LiveHelpWindow.b1()
   at LiveHelp.Application.a(Object A_0, StartupEventArgs A_1)
   at System.Windows.Application.OnStartup(StartupEventArgs e)
   at System.Windows.Application.<.ctor>b__1(Object unused)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at LiveHelp.Application.a()
wine: Unhandled exception 0xe0434352 in thread 9 at address 0x7b839c9c (thread 0009), starting debugger...
Unhandled exception: 0xe0434352 in 32-bit code (0x7b839c9c).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:006b GS:0063
 EIP:7b839c9c ESP:0032eb34 EBP:0032ebb8 EFLAGS:00000212(   - --  I   -A- - )
 EAX:7b826d81 EBX:7b8b1dcc ECX:0032eb60 EDX:0032ec2c
 ESI:00000010 EDI:00000000
Stack dump:
0x0032eb34:  733a4e89 01e5d070 01e5d070 0013ebb0
0x0032eb44:  00d9bf0d 064c3c00 e0434352 00000001
0x0032eb54:  00000000 7b839c9c 00000005 80131523
0x0032eb64:  00000000 00000000 00000000 00d80000
0x0032eb74:  733a4e79 00000001 01e5d070 00000005
0x0032eb84:  00000000 00000000 0013ebb0 0032ec80
Backtrace:
=>0 0x7b839c9c in kernel32 (+0x29c9c) (0x0032ebb8)
  1 0x00ea48c7 in clr (+0x1248c6) (0x0032ec60)
  2 0x00f131b8 in clr (+0x1931b7) (0x0032ece8)
  3 0x04bb33ab (0x0032ede4)
  4 0x064592f0 (0x0032ee28)
  5 0x064591ee (0x0032ee94)
  6 0x06458647 (0x0032eea8)
  7 0x0645858b (0x0032eec4)
  8 0x06458458 (0x0032ef00)
  9 0x06458037 (0x0032ef3c)
  10 0x06457d31 (0x0032ef74)
  11 0x04bb36b3 (0x0032efb4)
  12 0x04bb35f3 (0x0032efd4)
  13 0x04bb34cd (0x0032eff0)
  14 0x04bb3352 (0x0032f02c)
  15 0x04bb2e92 (0x0032f07c)
  16 0x04bcf95a (0x0032f0c4)
  17 0x0038a08e (0x0032f0f8)
  18 0x7fc3510a WINPROC_wrapper+0x19() in user32 (0x0032f128)
  19 0x7fc3577a in user32 (+0x95779) (0x0032f178)
  20 0x7fc37cb9 in user32 (+0x97cb8) (0x0032f1c8)
  21 0x7fbfd477 DispatchMessageW+0x96() in user32 (0x0032f2d8)
  22 0x06457c97 (0x0032f318)
  23 0x064570f1 (0x0032f360)
  24 0x06456f4e (0x0032f36c)
  25 0x06456eb6 (0x0032f378)
  26 0x06456c63 (0x0032f38c)
  27 0x06456a79 (0x0032f39c)
  28 0x03fe37c5 (0x0032f3a8)
  29 0x00d82652 in clr (+0x2651) (0x0032f3b4)
  30 0x00d9264f in clr (+0x1264e) (0x0032f408)
  31 0x00d92e95 in clr (+0x12e94) (0x0032f480)
  32 0x00e474ec in clr (+0xc74eb) (0x0032f5ac)
  33 0x00e47610 in clr (+0xc760f) (0x0032f820)
  34 0x00ed1dc4 in clr (+0x151dc3) (0x0032fd24)
  35 0x00ed1e67 in clr (+0x151e66) (0x0032fd80)
  36 0x00ed1f7a in clr (+0x151f79) (0x0032fdc0)
  37 0x00ed416a in clr (+0x154169) (0x0032fdfc)
  38 0x1000f5a3 in mscoreei (+0xf5a2) (0x0032fe38)
  39 0x79007f16 in mscoree (+0x7f15) (0x0032fe48)
  40 0x79004de3 in mscoree (+0x4de2) (0x0032fe68)
  41 0x7b85c9fa in kernel32 (+0x4c9f9) (0x0032fe98)
  42 0x7bc7b220 call_thread_func_wrapper+0xb() in ntdll (0x0032feb8)
  43 0x7bc7df7f call_thread_func+0xce() in ntdll (0x0032ffa8)
  44 0x7bc7b1fe RtlRaiseException+0x21() in ntdll (0x0032ffc8)
  45 0x7bc50507 call_dll_entry_point+0x3d6() in ntdll (0x0032ffe8)
  46 0xf757d48d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
  47 0xf757d5f0 wine_switch_to_stack+0x1f() in libwine.so.1 (0xffe6bc78)
  48 0x7bc55c25 LdrInitializeThunk+0x1f4() in ntdll (0xffe6bcb8)
  49 0x7b8628a2 __wine_kernel_init+0x871() in kernel32 (0xffe6ce28)
  50 0x7bc56a83 __wine_process_init+0x162() in ntdll (0xffe6ce98)
  51 0xf757b0d3 wine_init+0x2d2() in libwine.so.1 (0xffe6cef8)
  52 0x7bf00d92 main+0x81() in <wine-loader> (0xffe6d348)
0x7b839c9c: addl	$12,%esp
Modules:
Module	Address			Debug info	Name (129 modules)
PE	  400000-  a46000	Deferred        livemessengerdesktop
PE	  d80000- 1412000	Export          clr
PE	 1420000- 14f3000	Deferred        msvcr110_clr0400
PE	 3f50000- 3fbe000	Deferred        clrjit
PE	 49a0000- 4b3d000	Deferred        wpfgfx_v0400
PE	 4b50000- 4b62000	Deferred        nlssorting
PE	 56f0000- 57b0000	Deferred        presentationnative_v0400
PE	 5cf0000- 5d35000	Deferred        system.transactions
PE	 6870000- 688a000	Deferred        mscorsecimpl
PE	10000000-1007a000	Export          mscoreei
PE	53830000-53858000	Deferred        uiautomationcore
PE	5e0d0000-5e1a4000	Deferred        diasymreader
PE	79000000-7904a000	Export          mscoree
ELF	7b800000-7ba58000	Dwarf           kernel32<elf>
  \-PE	7b810000-7ba58000	\               kernel32
ELF	7bc00000-7bce1000	Dwarf           ntdll<elf>
  \-PE	7bc10000-7bce1000	\               ntdll
ELF	7bf00000-7bf04000	Dwarf           <wine-loader>
ELF	7dc5e000-7dcc0000	Deferred        liblcms2.so.2
ELF	7dcc5000-7dcfc000	Deferred        libtxc_dxtn.so
ELF	7dd25000-7dd31000	Deferred        libpciaccess.so.0
ELF	7dd31000-7dd4e000	Deferred        libgcc_s.so.1
ELF	7de40000-7e407000	Deferred        i965_dri.so
ELF	7e407000-7e4b2000	Deferred        libgl.so.1
ELF	7e4b2000-7e5ce000	Deferred        opengl32<elf>
  \-PE	7e4d0000-7e5ce000	\               opengl32
ELF	7e5ec000-7e600000	Deferred        psapi<elf>
  \-PE	7e5f0000-7e600000	\               psapi
ELF	7e600000-7e64c000	Deferred        oleacc<elf>
  \-PE	7e610000-7e64c000	\               oleacc
ELF	7e64c000-7e700000	Deferred        msvcrt<elf>
  \-PE	7e660000-7e700000	\               msvcrt
ELF	7e801000-7e810000	Deferred        libdrm_radeon.so.1
ELF	7e810000-7e818000	Deferred        libdrm_nouveau.so.2
ELF	7e818000-7e83d000	Deferred        libdrm_intel.so.1
ELF	7e83d000-7e846000	Deferred        librt.so.1
ELF	7e846000-7e858000	Deferred        libudev.so.1
ELF	7e858000-7e867000	Deferred        libdrm.so.2
ELF	7e867000-7e881000	Deferred        libxcb-glx.so.0
ELF	7e881000-7e89a000	Deferred        libglapi.so.0
ELF	7e8ca000-7e8e0000	Deferred        windowscodecsext<elf>
  \-PE	7e8d0000-7e8e0000	\               windowscodecsext
ELF	7e8e0000-7e900000	Deferred        mscms<elf>
  \-PE	7e8f0000-7e900000	\               mscms
ELF	7ea06000-7ea09000	Deferred        libxshmfence.so.1
ELF	7ea09000-7ea10000	Deferred        libxcb-sync.so.1
ELF	7ea10000-7ea26000	Deferred        dwmapi<elf>
  \-PE	7ea20000-7ea26000	\               dwmapi
ELF	7ea26000-7eadb000	Deferred        windowscodecs<elf>
  \-PE	7ea40000-7eadb000	\               windowscodecs
ELF	7eadb000-7eaf5000	Deferred        cryptnet<elf>
  \-PE	7eae0000-7eaf5000	\               cryptnet
ELF	7eaf5000-7eb0f000	Deferred        imagehlp<elf>
  \-PE	7eb00000-7eb0f000	\               imagehlp
ELF	7eb0f000-7eb44000	Deferred        uxtheme<elf>
  \-PE	7eb20000-7eb44000	\               uxtheme
ELF	7eb44000-7ec3f000	Deferred        comctl32<elf>
  \-PE	7eb50000-7ec3f000	\               comctl32
ELF	7ec3f000-7ecb7000	Deferred        wininet<elf>
  \-PE	7ec50000-7ecb7000	\               wininet
ELF	7ecb7000-7eee3000	Deferred        shell32<elf>
  \-PE	7ecc0000-7eee3000	\               shell32
ELF	7eee3000-7ef7f000	Deferred        urlmon<elf>
  \-PE	7eef0000-7ef7f000	\               urlmon
ELF	7efd7000-7efdb000	Deferred        libxcb-present.so.0
ELF	7efdb000-7efdf000	Deferred        libxcb-dri3.so.0
ELF	7efdf000-7efe5000	Deferred        libxcb-dri2.so.0
ELF	7efe5000-7efe9000	Deferred        libxdamage.so.1
ELF	7efe9000-7f01f000	Deferred        wintrust<elf>
  \-PE	7eff0000-7f01f000	\               wintrust
ELF	7f01f000-7f046000	Deferred        mpr<elf>
  \-PE	7f030000-7f046000	\               mpr
ELF	7f046000-7f06a000	Deferred        imm32<elf>
  \-PE	7f050000-7f06a000	\               imm32
ELF	7f06a000-7f1a4000	Deferred        oleaut32<elf>
  \-PE	7f080000-7f1a4000	\               oleaut32
ELF	7f1a4000-7f1e3000	Deferred        dwrite<elf>
  \-PE	7f1b0000-7f1e3000	\               dwrite
ELF	7f1e3000-7f2af000	Deferred        crypt32<elf>
  \-PE	7f1f0000-7f2af000	\               crypt32
ELF	7f2af000-7f2f1000	Deferred        rsaenh<elf>
  \-PE	7f2c0000-7f2f1000	\               rsaenh
ELF	7f313000-7f31f000	Deferred        libxcursor.so.1
ELF	7f31f000-7f332000	Deferred        libxi.so.6
ELF	7f332000-7f33e000	Deferred        libxrandr.so.2
ELF	7f33e000-7f34a000	Deferred        libxrender.so.1
ELF	7f34a000-7f370000	Deferred        libxcb.so.1
ELF	7f370000-7f4c2000	Deferred        libx11.so.6
ELF	7f4c2000-7f550000	Deferred        winex11<elf>
  \-PE	7f4d0000-7f550000	\               winex11
ELF	7f550000-7f5ce000	Deferred        rpcrt4<elf>
  \-PE	7f560000-7f5ce000	\               rpcrt4
ELF	7f5ce000-7f700000	Deferred        ole32<elf>
  \-PE	7f5e0000-7f700000	\               ole32
ELF	7f800000-7f807000	Deferred        libxfixes.so.3
ELF	7f807000-7f80b000	Deferred        libxcomposite.so.1
ELF	7f80b000-7f812000	Deferred        libxxf86vm.so.1
ELF	7f812000-7f816000	Deferred        libxinerama.so.1
ELF	7f816000-7f81c000	Deferred        libxdmcp.so.6
ELF	7f81c000-7f820000	Deferred        libxau.so.6
ELF	7f820000-7f835000	Deferred        libxext.so.6
ELF	7f835000-7f838000	Deferred        libx11-xcb.so.1
ELF	7f8cb000-7f8f4000	Deferred        libexpat.so.1
ELF	7f8f4000-7f936000	Deferred        libfontconfig.so.1
ELF	7f936000-7f963000	Deferred        libpng12.so.0
ELF	7f963000-7f980000	Deferred        libz.so.1
ELF	7f980000-7fa31000	Deferred        libfreetype.so.6
ELF	7fa5a000-7fa73000	Deferred        version<elf>
  \-PE	7fa60000-7fa73000	\               version
ELF	7fa73000-7fb8d000	Deferred        gdi32<elf>
  \-PE	7fa80000-7fb8d000	\               gdi32
ELF	7fb8d000-7fcdc000	Dwarf           user32<elf>
  \-PE	7fba0000-7fcdc000	\               user32
ELF	7fcdc000-7fd53000	Deferred        shlwapi<elf>
  \-PE	7fcf0000-7fd53000	\               shlwapi
ELF	7fd53000-7fdc2000	Deferred        advapi32<elf>
  \-PE	7fd60000-7fdc2000	\               advapi32
ELF	7fdc2000-7fde5000	Deferred        libtinfo.so.5
ELF	7fde5000-7fe0d000	Deferred        libncurses.so.5
ELF	7ff7c000-7ff89000	Deferred        libnss_files.so.2
ELF	7ff89000-7ff95000	Deferred        libnss_nis.so.2
ELF	7ff95000-7ffae000	Deferred        libnsl.so.1
ELF	7ffae000-7ffb7000	Deferred        libnss_compat.so.2
ELF	f7339000-f737f000	Deferred        libm.so.6
ELF	f737f000-f7384000	Deferred        libdl.so.2
ELF	f752f000-f754b000	Deferred        libpthread.so.0
ELF	f7574000-f772b000	Dwarf           libwine.so.1
ELF	f772f000-f7730000	Deferred        [vdso].so
ELF	f7730000-f7751000	Deferred        ld-linux.so.2
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) C:\Program Files\Stardevelop Pty Ltd\Live Help Messenger Desktop\LiveMessengerDesktop.exe
	00000031    0
	00000030    0
	0000002f    0
	0000002e    0
	0000002c    0
	0000002b    0
	0000002a    2
	00000029    0
	00000009    0 <==
0000000e services.exe
	00000026    0
	00000025    0
	0000001e    0
	00000018    0
	00000016    0
	00000010    0
	0000000f    0
00000012 mscorsvw.exe
	0000001b    0
	0000001a    0
	00000019    0
	00000013    0
00000014 explorer.exe
	00000015    0
0000001c winedevice.exe
	00000024    0
	00000021    0
	00000020    0
	0000001d    0
00000022 plugplay.exe
	00000028    0
	00000027    0
	00000023    0
Almamu
Newbie
Newbie
Posts: 4
Joined: Mon Aug 24, 2015 7:50 am

Re: Problems with netframework-based application

Post by Almamu »

Searching in the wine repo, I see that this function was added 22/07/2015, i'll compile wine from source and try again, thanks.
Almamu
Newbie
Newbie
Posts: 4
Joined: Mon Aug 24, 2015 7:50 am

Re: Problems with netframework-based application

Post by Almamu »

I updated to the last development version of wine available on debian stretch repo (thats as far as I can go with my distro If I'm not mistaken), now the error is completely different. This time this is the exception

Code: Select all

Unhandled Exception: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {77F10CF0-3DB5-4966-B520-B7C54FD35ED6} failed due to the following error: 80040154 Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG).
   at LiveHelp.WindowsAPI.Shell.Taskbar.JumpList..ctor(String appID)
   at LiveHelp.WindowsAPI.Shell.Taskbar.Taskbar.get_JumpList()
   at LiveHelp.LiveHelpWindow..ctor()
   at LiveHelp.LiveHelpWindow.get_Instance()
   at LiveHelp.Application.a(Object A_0, StartupEventArgs A_1)
   at System.Windows.Application.OnStartup(StartupEventArgs e)
   at System.Windows.Application.<.ctor>b__1(Object unused)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at LiveHelp.Application.Main()
wine: Unhandled exception 0xe0434352 in thread 9 at address 0x7b83a9ac (thread 0009), starting debugger...
Unhandled exception: 0xe0434352 in 32-bit code (0x7b83a9ac).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:006b GS:0063
 EIP:7b83a9ac ESP:0032eb24 EBP:0032eba8 EFLAGS:00000216(   - --  I   -A-P- )
 EAX:7b827879 EBX:00000010 ECX:0032eb50 EDX:0032ec1c
 ESI:00000000 EDI:00000001
Stack dump:
0x0032eb24:  0faebe99 01dda670 01dda670 00143a58
0x0032eb34:  0032eb58 00d90f00 e0434352 00000001
0x0032eb44:  00000000 7b83a9ac 00000005 80040154
0x0032eb54:  00000000 00000000 00000000 00d80000
0x0032eb64:  0faebe09 00000001 01dda670 00000005
0x0032eb74:  00000000 00000000 00143a58 0032ec70
Backtrace:
=>0 0x7b83a9ac in kernel32 (+0x2a9ac) (0x0032eba8)
  1 0x00ea48c7 in clr (+0x1248c6) (0x0032ec50)
  2 0x00f131b8 in clr (+0x1931b7) (0x0032ecd8)
  3 0x04e92b43 (0x0032edd4)
  4 0x064596d0 (0x0032ee18)
  5 0x064595ce (0x0032ee84)
  6 0x06458a27 (0x0032ee98)
  7 0x0645896b (0x0032eeb4)
  8 0x06458838 (0x0032eef0)
  9 0x06458417 (0x0032ef2c)
  10 0x06458111 (0x0032ef64)
  11 0x04e92e4b (0x0032efa4)
  12 0x04e92d8b (0x0032efc4)
  13 0x04e92c65 (0x0032efe0)
  14 0x04e92aea (0x0032f01c)
  15 0x04e925b2 (0x0032f06c)
  16 0x04eaf03a (0x0032f0b4)
  17 0x0038a08e (0x0032f0e8)
  18 0x7fbc876a WINPROC_wrapper+0x19() in user32 (0x0032f118)
  19 0x7fbc8daa in user32 (+0x98da9) (0x0032f168)
  20 0x7fbcb279 in user32 (+0x9b278) (0x0032f1b8)
  21 0x7fb905dc DispatchMessageW+0x9b() in user32 (0x0032f2c8)
  22 0x06458077 (0x0032f308)
  23 0x064574d1 (0x0032f350)
  24 0x0645732e (0x0032f35c)
  25 0x06457296 (0x0032f368)
  26 0x06457043 (0x0032f37c)
  27 0x06456e59 (0x0032f38c)
  28 0x03f737c5 (0x0032f398)
  29 0x00d82652 in clr (+0x2651) (0x0032f3a4)
  30 0x00d9264f in clr (+0x1264e) (0x0032f3f8)
  31 0x00d92e95 in clr (+0x12e94) (0x0032f470)
  32 0x00e474ec in clr (+0xc74eb) (0x0032f59c)
  33 0x00e47610 in clr (+0xc760f) (0x0032f810)
  34 0x00ed1dc4 in clr (+0x151dc3) (0x0032fd14)
  35 0x00ed1e67 in clr (+0x151e66) (0x0032fd70)
  36 0x00ed1f7a in clr (+0x151f79) (0x0032fdb0)
  37 0x00ed416a in clr (+0x154169) (0x0032fdec)
  38 0x1000f5a3 in mscoreei (+0xf5a2) (0x0032fe28)
  39 0x79007f16 in mscoree (+0x7f15) (0x0032fe38)
  40 0x79004de3 in mscoree (+0x4de2) (0x0032fe58)
  41 0x7b85e8aa in kernel32 (+0x4e8a9) (0x0032fe88)
  42 0x7bc7ea80 call_thread_func_wrapper+0xb() in ntdll (0x0032fea8)
  43 0x7bc819fd call_thread_func+0xfc() in ntdll (0x0032ffa8)
  44 0x7bc7ea5e RtlRaiseException+0x21() in ntdll (0x0032ffc8)
  45 0x7bc52ae7 call_dll_entry_point+0x3d6() in ntdll (0x0032ffe8)
  46 0xf757264d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
  47 0xf75727b0 wine_switch_to_stack+0x1f() in libwine.so.1 (0xffcb1208)
  48 0x7bc58391 LdrInitializeThunk+0x1f0() in ntdll (0xffcb1248)
  49 0x7b86478a __wine_kernel_init+0x899() in kernel32 (0xffcb23b8)
  50 0x7bc59293 __wine_process_init+0x152() in ntdll (0xffcb2428)
  51 0xf75700f7 wine_init+0x2e6() in libwine.so.1 (0xffcb2488)
  52 0x7bf00d92 main+0x81() in <wine-loader> (0xffcb28d8)
0x7b83a9ac: addl	$12,%esp
Modules:
Module	Address			Debug info	Name (135 modules)
PE	  400000-  a42000	Deferred        livemessengerdesktop
PE	  d80000- 1412000	Export          clr
PE	 1420000- 14f3000	Deferred        msvcr110_clr0400
PE	 3ee0000- 3f4e000	Deferred        clrjit
PE	 4c80000- 4e1d000	Deferred        wpfgfx_v0400
PE	 4e20000- 4e32000	Deferred        nlssorting
PE	 5680000- 5740000	Deferred        presentationnative_v0400
PE	 5d00000- 5d45000	Deferred        system.transactions
PE	 6860000- 687a000	Deferred        mscorsecimpl
PE	10000000-1007a000	Export          mscoreei
PE	53830000-53858000	Deferred        uiautomationcore
PE	5e0d0000-5e1a4000	Deferred        diasymreader
PE	79000000-7904a000	Export          mscoree
ELF	7a800000-7a92e000	Deferred        opengl32<elf>
  \-PE	7a820000-7a92e000	\               opengl32
ELF	7b800000-7ba61000	Dwarf           kernel32<elf>
  \-PE	7b810000-7ba61000	\               kernel32
ELF	7bc00000-7bcec000	Dwarf           ntdll<elf>
  \-PE	7bc10000-7bcec000	\               ntdll
ELF	7bf00000-7bf04000	Dwarf           <wine-loader>
ELF	7dc38000-7dc9a000	Deferred        liblcms2.so.2
ELF	7dcee000-7dd25000	Deferred        libtxc_dxtn.so
ELF	7dd4e000-7dd5a000	Deferred        libpciaccess.so.0
ELF	7dd5a000-7dd77000	Deferred        libgcc_s.so.1
ELF	7de69000-7de78000	Deferred        libdrm_radeon.so.1
ELF	7de78000-7de80000	Deferred        libdrm_nouveau.so.2
ELF	7de80000-7dea5000	Deferred        libdrm_intel.so.1
ELF	7dea5000-7e46c000	Deferred        i965_dri.so
ELF	7e46c000-7e475000	Deferred        librt.so.1
ELF	7e475000-7e487000	Deferred        libudev.so.1
ELF	7e487000-7e496000	Deferred        libdrm.so.2
ELF	7e496000-7e49d000	Deferred        libxcb-sync.so.1
ELF	7e49d000-7e4a1000	Deferred        libxcb-present.so.0
ELF	7e4a1000-7e4bb000	Deferred        libxcb-glx.so.0
ELF	7e4bb000-7e4d4000	Deferred        libglapi.so.0
ELF	7e4d4000-7e57f000	Deferred        libgl.so.1
ELF	7e59f000-7e5b3000	Deferred        psapi<elf>
  \-PE	7e5a0000-7e5b3000	\               psapi
ELF	7e5b3000-7e5c9000	Deferred        windowscodecsext<elf>
  \-PE	7e5c0000-7e5c9000	\               windowscodecsext
ELF	7e5c9000-7e5e9000	Deferred        mscms<elf>
  \-PE	7e5d0000-7e5e9000	\               mscms
ELF	7e5e9000-7e645000	Deferred        oleacc<elf>
  \-PE	7e5f0000-7e645000	\               oleacc
ELF	7e645000-7e700000	Deferred        msvcrt<elf>
  \-PE	7e660000-7e700000	\               msvcrt
ELF	7e803000-7e809000	Deferred        libxcb-dri2.so.0
ELF	7e832000-7e848000	Deferred        dwmapi<elf>
  \-PE	7e840000-7e848000	\               dwmapi
ELF	7e848000-7e900000	Deferred        windowscodecs<elf>
  \-PE	7e860000-7e900000	\               windowscodecs
ELF	7eb00000-7eb1b000	Deferred        cryptnet<elf>
  \-PE	7eb10000-7eb1b000	\               cryptnet
ELF	7eb1b000-7eb35000	Deferred        imagehlp<elf>
  \-PE	7eb20000-7eb35000	\               imagehlp
ELF	7eb35000-7eb6d000	Deferred        uxtheme<elf>
  \-PE	7eb40000-7eb6d000	\               uxtheme
ELF	7eb6d000-7ec68000	Deferred        comctl32<elf>
  \-PE	7eb70000-7ec68000	\               comctl32
ELF	7ec68000-7ec9e000	Deferred        wintrust<elf>
  \-PE	7ec70000-7ec9e000	\               wintrust
ELF	7ec9e000-7ecd5000	Deferred        ws2_32<elf>
  \-PE	7ecb0000-7ecd5000	\               ws2_32
ELF	7ecd5000-7ed4d000	Deferred        wininet<elf>
  \-PE	7ece0000-7ed4d000	\               wininet
ELF	7ed4d000-7ef89000	Deferred        shell32<elf>
  \-PE	7ed60000-7ef89000	\               shell32
ELF	7efe0000-7f007000	Deferred        mpr<elf>
  \-PE	7eff0000-7f007000	\               mpr
ELF	7f007000-7f0a4000	Deferred        urlmon<elf>
  \-PE	7f010000-7f0a4000	\               urlmon
ELF	7f0a4000-7f1d5000	Deferred        oleaut32<elf>
  \-PE	7f0c0000-7f1d5000	\               oleaut32
ELF	7f1d5000-7f228000	Deferred        dwrite<elf>
  \-PE	7f1e0000-7f228000	\               dwrite
ELF	7f228000-7f2f6000	Deferred        crypt32<elf>
  \-PE	7f230000-7f2f6000	\               crypt32
ELF	7f2f6000-7f338000	Deferred        rsaenh<elf>
  \-PE	7f300000-7f338000	\               rsaenh
ELF	7f338000-7f357000	Deferred        combase<elf>
  \-PE	7f340000-7f357000	\               combase
ELF	7f379000-7f380000	Deferred        libxfixes.so.3
ELF	7f380000-7f38c000	Deferred        libxcursor.so.1
ELF	7f38c000-7f39f000	Deferred        libxi.so.6
ELF	7f39f000-7f3a3000	Deferred        libxcomposite.so.1
ELF	7f3a3000-7f3af000	Deferred        libxrandr.so.2
ELF	7f3af000-7f3bb000	Deferred        libxrender.so.1
ELF	7f3bb000-7f3c2000	Deferred        libxxf86vm.so.1
ELF	7f3c2000-7f3c6000	Deferred        libxinerama.so.1
ELF	7f3c6000-7f3cc000	Deferred        libxdmcp.so.6
ELF	7f3cc000-7f3d0000	Deferred        libxau.so.6
ELF	7f3d0000-7f3f6000	Deferred        libxcb.so.1
ELF	7f3f6000-7f548000	Deferred        libx11.so.6
ELF	7f548000-7f55d000	Deferred        libxext.so.6
ELF	7f55d000-7f560000	Deferred        libxshmfence.so.1
ELF	7f586000-7f615000	Deferred        winex11<elf>
  \-PE	7f590000-7f615000	\               winex11
ELF	7f615000-7f619000	Deferred        libxcb-dri3.so.0
ELF	7f619000-7f61c000	Deferred        libx11-xcb.so.1
ELF	7f61c000-7f620000	Deferred        libxdamage.so.1
ELF	7f620000-7f634000	Deferred        api-ms-win-core-winrt-l1-1-0<elf
PE	7f630000-7f634000	Deferred        api-ms-win-core-winrt-l1-1-0
ELF	7f634000-7f6b3000	Deferred        rpcrt4<elf>
  \-PE	7f640000-7f6b3000	\               rpcrt4
ELF	7f6b3000-7f7e8000	Deferred        ole32<elf>
  \-PE	7f6d0000-7f7e8000	\               ole32
ELF	7f7e8000-7f80c000	Deferred        imm32<elf>
  \-PE	7f7f0000-7f80c000	\               imm32
ELF	7f878000-7f8a1000	Deferred        libexpat.so.1
ELF	7f8a1000-7f8e3000	Deferred        libfontconfig.so.1
ELF	7f8e3000-7f910000	Deferred        libpng12.so.0
ELF	7f910000-7f92d000	Deferred        libz.so.1
ELF	7f92d000-7f9de000	Deferred        libfreetype.so.6
ELF	7fa07000-7fb20000	Deferred        gdi32<elf>
  \-PE	7fa10000-7fb20000	\               gdi32
ELF	7fb20000-7fc70000	Dwarf           user32<elf>
  \-PE	7fb30000-7fc70000	\               user32
ELF	7fc70000-7fce7000	Deferred        shlwapi<elf>
  \-PE	7fc80000-7fce7000	\               shlwapi
ELF	7fce7000-7fd5c000	Deferred        advapi32<elf>
  \-PE	7fcf0000-7fd5c000	\               advapi32
ELF	7fd5c000-7fd7f000	Deferred        libtinfo.so.5
ELF	7fd7f000-7fda7000	Deferred        libncurses.so.5
ELF	7ff3f000-7ff4c000	Deferred        libnss_files.so.2
ELF	7ff4c000-7ff58000	Deferred        libnss_nis.so.2
ELF	7ff58000-7ff71000	Deferred        libnsl.so.1
ELF	7ff71000-7ffb7000	Deferred        libm.so.6
ELF	7ffb8000-7ffd2000	Deferred        version<elf>
  \-PE	7ffc0000-7ffd2000	\               version
ELF	f7374000-f7379000	Deferred        libdl.so.2
ELF	f7524000-f7540000	Deferred        libpthread.so.0
ELF	f7560000-f7569000	Deferred        libnss_compat.so.2
ELF	f7569000-f7720000	Dwarf           libwine.so.1
ELF	f7724000-f7725000	Deferred        [vdso].so
ELF	f7725000-f7746000	Deferred        ld-linux.so.2
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) C:\Program Files\Stardevelop Pty Ltd\Chatstack\LiveMessengerDesktop.exe
	0000003b    0
	0000003a    0
	00000039    0
	00000038    0
	00000037    0
	00000035    0
	00000034    2
	00000033    0
	00000009    0 <==
0000000e services.exe
	00000032    0
	00000029    0
	0000001f    0
	00000016    0
	00000010    0
	0000000f    0
00000012 mscorsvw.exe
	0000001c    0
	0000001b    0
	0000001a    0
	00000013    0
00000014 explorer.exe
	00000028    0
	00000027    0
	00000026    0
	00000015    0
0000001d winedevice.exe
	00000025    0
	00000022    0
	00000021    0
	0000001e    0
00000023 plugplay.exe
	0000002c    0
	0000002b    0
	00000024    0
System information:
    Wine build: wine-1.7.49
    Platform: i386
    Host system: Linux
    Host version: 4.0.0-kali1-amd64
Funny enough, this time the setup program DOES work, so I installed the app with it first to make sure everything was OK. Any ideas from there?
Locked