Forums - NullReference when capturing a frame.

1 post / 0 new
NullReference when capturing a frame.
b.stolk
Join Date: 9 Jan 17
Posts: 1
Posted: Mon, 2017-01-09 13:38

I have an app connected to GPU profiler, linux version, and when I capture a frame, I get:

$ mono AdrenoProfiler.exe
rm failed for /sdcard/*.tmp, No such file or directory
Entering InitEGL() ..hInst: 0x36fcea0, m_es30HInst: 0x36f78b0, m_es20HInst: (nil)
WARNING: Trying to load libGLESv2.so more than once.
Entering InitEGL() ..hInst: 0x36fcea0, m_es30HInst: 0x36f78b0, m_es20HInst: (nil)
ERROR: Version string is NULL..
WARNING: OpenGL 4.4 not supported.  Disabling extensions requiring OpenGL 4.4.
WARNING: OpenGL 4.3 not supported.  Disabling extensions requiring OpenGL 4.3.
ERROR: Version string is NULL..
WARNING: OpenGL 4.4 not supported.  Disabling extensions requiring OpenGL 4.4.
WARNING: OpenGL 4.3 not supported.  Disabling extensions requiring OpenGL 4.3.

Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
  at System.Windows.Forms.XEventQueue+PaintQueue.Dequeue () <0x410dc4c0 + 0x000ed> in <filename unknown>:0
  at System.Windows.Forms.XplatUIX11.GetMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, IntPtr handle, Int32 wFilterMin, Int32 wFilterMax) <0x410d81d0 + 0x003f7> in <filename unknown>:0
  at System.Windows.Forms.XplatUI.GetMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax) <0x41127160 + 0x00047> in <filename unknown>:0
  at System.Windows.Forms.Application.RunLoop (Boolean Modal, System.Windows.Forms.ApplicationContext context) <0x4111b4a0 + 0x00e43> in <filename unknown>:0
  at System.Windows.Forms.Form.ShowDialog (IWin32Window owner) <0x4118d0d0 + 0x00897> in <filename unknown>:0
  at System.Windows.Forms.Form.ShowDialog () <0x4118d0b0 + 0x0000f> in <filename unknown>:0
  at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () <0x41336a10 + 0x00073> in <filename unknown>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.MessageBox+MessageBoxForm:RunDialog ()
  at System.Windows.Forms.MessageBox.Show (System.String text, System.String caption) <0x41336030 + 0x0004b> in <filename unknown>:0
  at QXProfilerFrontEnd.Program.Main (System.String[] args) <0x41054d90 + 0x004fb> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
  at System.Windows.Forms.XEventQueue+PaintQueue.Dequeue () <0x410dc4c0 + 0x000ed> in <filename unknown>:0
  at System.Windows.Forms.XplatUIX11.GetMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, IntPtr handle, Int32 wFilterMin, Int32 wFilterMax) <0x410d81d0 + 0x003f7> in <filename unknown>:0
  at System.Windows.Forms.XplatUI.GetMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax) <0x41127160 + 0x00047> in <filename unknown>:0
  at System.Windows.Forms.Application.RunLoop (Boolean Modal, System.Windows.Forms.ApplicationContext context) <0x4111b4a0 + 0x00e43> in <filename unknown>:0
  at System.Windows.Forms.Form.ShowDialog (IWin32Window owner) <0x4118d0d0 + 0x00897> in <filename unknown>:0
  at System.Windows.Forms.Form.ShowDialog () <0x4118d0b0 + 0x0000f> in <filename unknown>:0
  at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () <0x41336a10 + 0x00073> in <filename unknown>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.MessageBox+MessageBoxForm:RunDialog ()
  at System.Windows.Forms.MessageBox.Show (System.String text, System.String caption) <0x41336030 + 0x0004b> in <filename unknown>:0
  at QXProfilerFrontEnd.Program.Main (System.String[] args) <0x41054d90 + 0x004fb> in <filename unknown>:0
 

 

 

  • Up0
  • Down0

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.