Forums - Profiler won't start

21 posts / 0 new
Last post
Profiler won't start
jiacoviello
Join Date: 12 Aug 16
Posts: 3
Posted: Thu, 2016-09-01 09:04

I'm running the Snapdragon Profiler on Windows 8, and the profiler won't start, I run the exe by clicking on it or by executing in the command prompt and nothing happens, no error message and no window popping up. The most I get from it is a box saying I can't run two profilers at once if I click it over and over very quickly. How do I fix this?

  • Up0
  • Down0
jiacoviello
Join Date: 12 Aug 16
Posts: 3
Posted: Fri, 2016-09-02 13:10

Additional info, I just found these errors in my error log:

Application: SnapdragonProfiler.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.DllNotFoundException
   at SDPCorePINVOKE+SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_SDPCore(ExceptionDelegate, ExceptionDelegate, ExceptionDelegate, ExceptionDelegate, ExceptionDelegate, ExceptionDelegate, ExceptionDelegate, ExceptionDelegate, ExceptionDelegate, ExceptionDelegate, ExceptionDelegate)
   at SDPCorePINVOKE+SWIGExceptionHelper..cctor()
 
Exception Info: System.TypeInitializationException
   at SDPCorePINVOKE+SWIGExceptionHelper..ctor()
   at SDPCorePINVOKE..cctor()
 
Exception Info: System.TypeInitializationException
   at SDPCorePINVOKE.new_DeviceAttributes()
   at Sdp.SettingsModel..ctor()
   at Sdp.ModelManager..ctor()
   at Sdp.SdpApp.Init(Sdp.IPlatform)
   at Sdp.MainClass.Main(System.String[])
 
 
ERROR 2:
 
Faulting application name: SnapdragonProfiler.exe, version: 1.0.6059.6143, time stamp: 0x57a1c66e
Faulting module name: KERNELBASE.dll, version: 6.2.9200.16451, time stamp: 0x50988950
Exception code: 0xe0434352
Fault offset: 0x00014b32
Faulting process id: 0x149c
Faulting application start time: 0x01d20555b2e94607
Faulting application path: C:\Program Files (x86)\Qualcomm\Snapdragon Profiler\SnapdragonProfiler.exe
Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll
Report Id: f9970f97-7148-11e6-beb5-60a44c5c9aa1
Faulting package full name: 
Faulting package-relative application ID: 

 

  • Up0
  • Down0
awsb322
Join Date: 1 Aug 16
Posts: 1
Posted: Mon, 2016-09-05 04:41

I'm facing the same issue when trying to run it on Windows 10 enterprise.

  • Up0
  • Down0
khawkins Moderator
Join Date: 29 Nov 12
Location: San Diego, CA
Posts: 62
Posted: Tue, 2016-09-06 10:51

Thanks for the stack trace. It looks like a temporary fix may be to install the VS2012 C++ runtime. We'll have a release in 4-6 weeks that will have this fixed, but this should help you get by for now.

  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Tue, 2016-09-06 11:07

You can get the C++ runtime here: https://www.microsoft.com/en-us/download/details.aspx?id=30679. You will need the x86 version for Snapdragon Profiler.

  • Up0
  • Down0
jiacoviello
Join Date: 12 Aug 16
Posts: 3
Posted: Wed, 2016-09-07 07:26

I had these installed already, I reistalled and no change.

  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Tue, 2016-09-13 14:21

It looks like we have some more dependencies missing from our installer. You'll also need:

- VS2013 C++ runtime: https://www.microsoft.com/en-us/download/details.aspx?id=40784

- .Net 4.5.2 runtime: https://www.microsoft.com/en-us/download/details.aspx?id=42643

  • Up0
  • Down0
rob4
Join Date: 18 Aug 17
Posts: 1
Posted: Wed, 2017-08-23 14:14

I am having this same problem with the version 1.7 profiler. I have tried installing the above dependencies to no avail; I am still getting the following errors:

Faulting application name: SnapdragonProfiler.exe, version: 1.0.5984.5742, time stamp: 0x573ee2ce
Faulting module name: KERNELBASE.dll, version: 10.0.10586.916, time stamp: 0x59029fc3
Exception code: 0xe0434352
Fault offset: 0x000bdbe8
Faulting process id: 0xedc
Faulting application start time: 0x01d31c545d1419f4
Faulting application path: C:\Program Files (x86)\Qualcomm\SnapdragonProfiler1.5\SnapdragonProfiler.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: 5462e632-bca0-4843-96f3-4985fe06e44c
Faulting package full name: 
Faulting package-relative application ID: 
 
Application: SnapdragonProfiler.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.DllNotFoundException
   at Gtk.Application.gtk_init(Int32 ByRef, IntPtr ByRef)
   at Gtk.Application.Init()
   at Sdp.MainClass.Main(System.String[])
 

 

I was actually able to run the program yesterday, but it recognized no devices. I realized that adb was not in this computer's PATH, and ever since I added it, I have not been able to run the program. If you could help me out in any way, it would be much appreciated.

  • Up0
  • Down0
rick.dynarski@l...
Join Date: 23 Aug 17
Posts: 2
Posted: Wed, 2017-08-23 14:33

I also have this stack trace on OSX 10.12.6, I have already installed the latest version of Mono and ran the Mono test programs to be sure that Mono was installed correctly.  Any work-arounds?

Unhandled Exception:

System.TypeInitializationException: The type initializer for 'SDPCorePINVOKE' threw an exception. ---> System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: SDPCore

  at (wrapper managed-to-native) SDPCorePINVOKE+SWIGExceptionHelper:SWIGRegisterExceptionCallbacks_SDPCore (SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate)

  at SDPCorePINVOKE+SWIGExceptionHelper..cctor () [0x000ee] in <d1866a3a68d9452285648e17622ad2ba>:0 

   --- End of inner exception stack trace ---

  at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init (intptr)

  at SDPCorePINVOKE..cctor () [0x00000] in <d1866a3a68d9452285648e17622ad2ba>:0 

   --- End of inner exception stack trace ---

  at DeviceAttributes..ctor () [0x00000] in <d1866a3a68d9452285648e17622ad2ba>:0 

  at Sdp.SettingsModel..ctor () [0x00011] in <7dcc94c215954440b4aa9e4dd8ef58d5>:0 

  at Sdp.ModelManager..ctor () [0x00048] in <7dcc94c215954440b4aa9e4dd8ef58d5>:0 

  at Sdp.SdpApp.Init (Sdp.IPlatform platform) [0x0001a] in <7dcc94c215954440b4aa9e4dd8ef58d5>:0 

  at Sdp.MainClass.Main (System.String[] args) [0x00195] in <257de013c0e84500aceedc809db0a560>:0 

[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'SDPCorePINVOKE' threw an exception. ---> System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: SDPCore

  at (wrapper managed-to-native) SDPCorePINVOKE+SWIGExceptionHelper:SWIGRegisterExceptionCallbacks_SDPCore (SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate)

  at SDPCorePINVOKE+SWIGExceptionHelper..cctor () [0x000ee] in <d1866a3a68d9452285648e17622ad2ba>:0 

   --- End of inner exception stack trace ---

  at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init (intptr)

  at SDPCorePINVOKE..cctor () [0x00000] in <d1866a3a68d9452285648e17622ad2ba>:0 

   --- End of inner exception stack trace ---

  at DeviceAttributes..ctor () [0x00000] in <d1866a3a68d9452285648e17622ad2ba>:0 

  at Sdp.SettingsModel..ctor () [0x00011] in <7dcc94c215954440b4aa9e4dd8ef58d5>:0 

  at Sdp.ModelManager..ctor () [0x00048] in <7dcc94c215954440b4aa9e4dd8ef58d5>:0 

  at Sdp.SdpApp.Init (Sdp.IPlatform platform) [0x0001a] in <7dcc94c215954440b4aa9e4dd8ef58d5>:0 

  at Sdp.MainClass.Main (System.String[] args) [0x00195] in <257de013c0e84500aceedc809db0a560>:0

  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Thu, 2017-08-31 10:54

rob4,

If you open the Windows Event Viewer and look under Windows Logs -> Application, you should see an error log for Snapdragon Profiler's crash. That log may have more information about the dll that can't be found.

Eric

  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Thu, 2017-08-31 11:19

rick.dynarski,

It looks like SDP has not been installed correctly. Have you dragged the SnapdragonProfiler.app file from the dmg into the Applications folder?

Eric

 

  • Up0
  • Down0
rick.dynarski@l...
Join Date: 23 Aug 17
Posts: 2
Posted: Thu, 2017-08-31 13:48

The problem was not that the Snapdragon Profiler was installed incorrectly.  The problem was that the version of Mono installed on Mac cannot simply be the "latest" as spec'd in your installation docs.  I resolved my problem by installing a version of Mono which had a similar release date as the Snapdragon Profiler.  Once I did that the Snapdragon profiler ran fine and has not given me any further problems.

  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Thu, 2017-08-31 14:57

OK, sorry for the confusion. We'll look into that further and update the documentation.

  • Up0
  • Down0
squeakvl
Join Date: 27 Feb 17
Posts: 1
Posted: Tue, 2017-10-10 21:03

I had the same issue as the macOS poster above. Downgrading mono to 5.0.1 fixed the issue.

  • Up0
  • Down0
joyzhou
Join Date: 24 Oct 17
Posts: 1
Posted: Wed, 2017-11-01 02:15

I try several versions of Mono framework including 5.0.1 but this problem still exists. The verision of SDP is 2.0.0 post on Oct 26, 2017. I don't know how to solve it.

Unhandled Exception:

System.TypeInitializationException: The type initializer for 'SDPCorePINVOKE' threw an exception. ---> System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: SDPCore

  at (wrapper managed-to-native) SDPCorePINVOKE+SWIGExceptionHelper:SWIGRegisterExceptionCallbacks_SDPCore (SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate)

  at SDPCorePINVOKE+SWIGExceptionHelper..cctor () [0x000ee] in <ad1c8dca54284b51aa5b24c18f8df04c>:0 

   --- End of inner exception stack trace ---

  at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init (intptr)

  at SDPCorePINVOKE..cctor () [0x00000] in <ad1c8dca54284b51aa5b24c18f8df04c>:0 

   --- End of inner exception stack trace ---

  at DeviceAttributes..ctor () [0x00000] in <ad1c8dca54284b51aa5b24c18f8df04c>:0 

  at Sdp.SettingsModel..ctor () [0x00011] in <0196b6c90c974478a92db96f06d4f41d>:0 

  at Sdp.ModelManager..ctor () [0x00048] in <0196b6c90c974478a92db96f06d4f41d>:0 

  at Sdp.SdpApp.Init (Sdp.IPlatform platform) [0x0001a] in <0196b6c90c974478a92db96f06d4f41d>:0 

  at Sdp.MainClass.Main (System.String[] args) [0x00195] in <db8c93b7ac9c47819f9973aeebd98eb7>:0 

[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'SDPCorePINVOKE' threw an exception. ---> System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: SDPCore

  at (wrapper managed-to-native) SDPCorePINVOKE+SWIGExceptionHelper:SWIGRegisterExceptionCallbacks_SDPCore (SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate,SDPCorePINVOKE/SWIGExceptionHelper/ExceptionDelegate)

  at SDPCorePINVOKE+SWIGExceptionHelper..cctor () [0x000ee] in <ad1c8dca54284b51aa5b24c18f8df04c>:0 

   --- End of inner exception stack trace ---

  at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init (intptr)

  at SDPCorePINVOKE..cctor () [0x00000] in <ad1c8dca54284b51aa5b24c18f8df04c>:0 

   --- End of inner exception stack trace ---

  at DeviceAttributes..ctor () [0x00000] in <ad1c8dca54284b51aa5b24c18f8df04c>:0 

  at Sdp.SettingsModel..ctor () [0x00011] in <0196b6c90c974478a92db96f06d4f41d>:0 

  at Sdp.ModelManager..ctor () [0x00048] in <0196b6c90c974478a92db96f06d4f41d>:0 

  at Sdp.SdpApp.Init (Sdp.IPlatform platform) [0x0001a] in <0196b6c90c974478a92db96f06d4f41d>:0 

  at Sdp.MainClass.Main (System.String[] args) [0x00195] in <db8c93b7ac9c47819f9973aeebd98eb7>:0 

 

 
  • Up0
  • Down0
paul.clay.fowle...
Join Date: 12 Nov 10
Posts: 2
Posted: Tue, 2017-11-14 08:07

Same problem here on a Mac with Mono 5.4.1.6. Downgrading isn't a realistic option because a lot of other dev tools require Mono, too.

  • Up0
  • Down0
283359998
Join Date: 19 Nov 17
Posts: 2
Posted: Wed, 2018-05-23 20:30
Profiler won't start, I check the windows log and got these, I have no idea what to do
 
System.DllNotFoundException
    Gtk.Application.gtk_init(Int32 ByRef, IntPtr ByRef)
    Gtk.Application.Init()
    Sdp.MainClass.Main(System.String[])
  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Fri, 2018-05-25 16:33

Please try installing the Visual C++ redistributable for Visual Studio 2012 (https://www.microsoft.com/en-us/download/details.aspx?id=30679) and see if that fixes your problem.

Eric

 

  • Up0
  • Down0
283359998
Join Date: 19 Nov 17
Posts: 2
Posted: Mon, 2018-05-28 02:03

I‘d tried all your recommanded solutions in this post but still got the same crash log  above

and the following report :

LoadedModule[0]=C:\Program Files (x86)\Qualcomm\Snapdragon Profiler\SnapdragonProfiler.exe
LoadedModule[1]=C:\Windows\SysWOW64\ntdll.dll
LoadedModule[2]=C:\Windows\SYSTEM32\MSCOREE.DLL
LoadedModule[3]=C:\Windows\syswow64\KERNEL32.dll
LoadedModule[4]=C:\Windows\syswow64\KERNELBASE.dll
LoadedModule[5]=C:\Windows\syswow64\ADVAPI32.dll
LoadedModule[6]=C:\Windows\syswow64\msvcrt.dll
LoadedModule[7]=C:\Windows\SysWOW64\sechost.dll
LoadedModule[8]=C:\Windows\syswow64\RPCRT4.dll
LoadedModule[9]=C:\Windows\syswow64\SspiCli.dll
LoadedModule[10]=C:\Windows\syswow64\CRYPTBASE.dll
LoadedModule[11]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
LoadedModule[12]=C:\Windows\syswow64\SHLWAPI.dll
LoadedModule[13]=C:\Windows\syswow64\GDI32.dll
LoadedModule[14]=C:\Windows\syswow64\USER32.dll
LoadedModule[15]=C:\Windows\syswow64\LPK.dll
LoadedModule[16]=C:\Windows\syswow64\USP10.dll
LoadedModule[17]=C:\Windows\system32\IMM32.DLL
LoadedModule[18]=C:\Windows\syswow64\MSCTF.dll
LoadedModule[19]=C:\Windows\system32\VERSION.dll
LoadedModule[20]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
LoadedModule[21]=C:\Windows\system32\MSVCR120_CLR0400.dll
LoadedModule[22]=C:\Windows\assembly\NativeImages_v4.0.30319_32\mscorlib\7582400666d289c016013ad0f6e0e3e6\mscorlib.ni.dll
LoadedModule[23]=C:\Windows\syswow64\WININET.dll
LoadedModule[24]=C:\Windows\syswow64\urlmon.dll
LoadedModule[25]=C:\Windows\syswow64\ole32.dll
LoadedModule[26]=C:\Windows\syswow64\OLEAUT32.dll
LoadedModule[27]=C:\Windows\syswow64\CRYPT32.dll
LoadedModule[28]=C:\Windows\syswow64\MSASN1.dll
LoadedModule[29]=C:\Windows\syswow64\iertutil.dll
LoadedModule[30]=C:\Windows\syswow64\SHELL32.dll
LoadedModule[31]=C:\Windows\system32\profapi.dll
LoadedModule[32]=C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll
LoadedModule[33]=C:\Windows\syswow64\ws2_32.DLL
LoadedModule[34]=C:\Windows\syswow64\NSI.dll
LoadedModule[35]=C:\Windows\system32\dnsapi.DLL
LoadedModule[36]=C:\Windows\system32\iphlpapi.DLL
LoadedModule[37]=C:\Windows\system32\WINNSI.DLL
LoadedModule[38]=C:\Windows\system32\CRYPTSP.dll
LoadedModule[39]=C:\Windows\system32\rsaenh.dll
LoadedModule[40]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll
LoadedModule[41]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\nlssorting.dll
LoadedModule[42]=C:\Windows\system32\uxtheme.dll
LoadedModule[43]=C:\Program Files (x86)\360\360AP\360WifiSchool.dllhook.dll
LoadedModule[44]=C:\Windows\syswow64\PSAPI.DLL
LoadedModule[45]=C:\Windows\system32\WTSAPI32.dll
LoadedModule[46]=C:\Windows\system32\apphelp.dll
LoadedModule[47]=C:\Windows\system32\IFLYIME.IME
LoadedModule[48]=C:\Program Files (x86)\iFly Info Tek\iFlyIME\2.1.1611\iFlyIMEImpl.dll
LoadedModule[49]=C:\Windows\system32\WINMM.dll
LoadedModule[50]=C:\Program Files (x86)\iFly Info Tek\iFlyIME\2.1.1611\Microsoft.Windows.PrivateCPlusPlusRuntime\MSVCP100.dll
LoadedModule[51]=C:\Program Files (x86)\iFly Info Tek\iFlyIME\2.1.1611\Microsoft.Windows.PrivateCPlusPlusRuntime\MSVCR100.dll
LoadedModule[52]=C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.23688_none_5c0a8e35a00adeb9\gdiplus.dll
LoadedModule[53]=C:\Windows\system32\USERENV.dll
LoadedModule[54]=C:\Windows\system32\dbghelp.dll
LoadedModule[55]=C:\Program Files (x86)\iFly Info Tek\iFlyIME\2.1.1611\iflybuilder.dll
LoadedModule[56]=C:\Program Files (x86)\iFly Info Tek\iFlyIME\2.1.1611\iflybaselogic.dll
LoadedModule[57]=C:\Program Files (x86)\iFly Info Tek\iFlyIME\2.1.1611\iflyNewLog.dll
LoadedModule[58]=C:\Windows\system32\dwmapi.dll
LoadedModule[59]=C:\Program Files (x86)\GtkSharp\2.12\bin\libglib-2.0-0.dll
LoadedModule[60]=C:\Program Files (x86)\GtkSharp\2.12\bin\libintl-8.dll
LoadedModule[61]=C:\Windows\system32\MSVCR120.dll
LoadedModule[62]=C:\Windows\system32\RpcRtRemote.dll
LoadedModule[63]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll
FriendlyEventName=已停止工作
ConsentKey=CLR20r3
AppName=Snapdragon Profiler
AppPath=C:\Program Files (x86)\Qualcomm\Snapdragon Profiler\SnapdragonProfiler.exe
  • Up0
  • Down0
SBRyan
Join Date: 24 May 19
Posts: 1
Posted: Fri, 2019-05-24 09:57

For anyone that finds this thread from googling like I did initially - the fix for me on Windows 10 was to install the latest version of GTK# for .Net found here:

https://www.mono-project.com/download/stable/#download-win

  • Up0
  • Down0
fcc2224544595
Join Date: 6 Jan 20
Posts: 1
Posted: Sun, 2022-06-12 19:42

I get this error. When I unstall GTK and then reinstall snapdragon profiler, I solved my problem.

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.