PICO 7 is not starting - DEBIAN 10 - PICO 3406D MSO

Post any questions related to the new PicoScope 7 software
Post Reply
dpersonnic
Newbie
Posts: 0
Joined: Mon Jul 18, 2022 9:12 am

PICO 7 is not starting - DEBIAN 10 - PICO 3406D MSO

Post by dpersonnic »

We upgrade our configuration (Debian 10 + PICO 3406D MSO) to picoscope 7.
No error message in install, but PICO is not starting with this error :

[ERROR] FATAL UNHANDLED EXCEPTION: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. --- > System.EntryPointNotFoundException: libusb_get_version
at (wrapper managed-to-native) PIL.o.l()
at PIL.t..ctor () [0x0006c] in <35e233b9f1da467d8119d852925eb4f9>:0
at PIL.t.g () [0x00011] in <35e233b9f1da467d8119d852925eb4f9>:0
at PIL.r..ctor () [0x00000] in <35e233b9f1da467d8119d852925eb4f9>:0
….

What’s the diagnostic/correction ?

M-Dawg
Newbie
Posts: 0
Joined: Wed Aug 31, 2022 5:55 pm

Re: PICO 7 is not starting - DEBIAN 10 - PICO 3406D MSO

Post by M-Dawg »

System.EntryPointNotFoundException: libusb_get_version assembly: type: member:(null) at (wrapper managed-to-native) PIL.o.l() at PIL.t..ctor () [0x0006c] in :0 at PIL.t.g () [0x00011] in :0 at PIL.r..ctor () [0x00000] in :0 at (wrapper managed-to-native) System.Reflection.RuntimeConstructorInfo.InternalInvoke(System.Reflection.RuntimeConstructorInfo,object,object[],System.Exception&) at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x00005] in :0 --- End of inner exception stack trace --- at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x0001a] in :0 at System.Reflection.RuntimeConstructorInfo.DoInvoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00086] in :0 at System.Reflection.RuntimeConstructorInfo.Invoke (System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in :0 at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in :0 at Pico.MVVM.IoC.PicoIoC.b (System.Type af) [0x00253] in :0 at Pico.MVVM.IoC.PicoIoC.g (System.Type al) [0x00000] in :0 at PM.c.a (System.String hv) [0x0006d] in :0 at Pico.MVVM.IoC.PicoIoC.Resolve (System.Type type, System.String name) [0x00066] in :0 at Pico.MVVM.IoC.IoCRegistrationOptions.PreCreateInstance () [0x0001b] in :0 at Pico.Interop.Linux.Bootstrap.RegisterTypes () [0x0005f] in :0 at PSV.b.d () [0x0020a] in <3fea068ae32845169fd5175e6deca0fc>:0 at PSV.g.b (System.String[] h) [0x0004b] in <3fea068ae32845169fd5175e6deca0fc>:0 at PSV.g.Main (System.String[] args) [0x00034] in <3fea068ae32845169fd5175e6deca0fc>:0
-->
Also seen on Ubuntu 20.04, after following the instructions exactly from: https://oem.picotech.com/p7beta/download

Using version Version: 7.0.107-1r12341

Code: Select all

$ picoscope
[ERROR] FATAL UNHANDLED EXCEPTION: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.EntryPointNotFoundException: libusb_get_version assembly: type: member:(null)
  at (wrapper managed-to-native) PIL.o.l()
  at PIL.t..ctor () [0x0006c] in :0 
  at PIL.t.g () [0x00011] in :0 
  at PIL.r..ctor () [0x00000] in :0 
  at (wrapper managed-to-native) System.Reflection.RuntimeConstructorInfo.InternalInvoke(System.Reflection.RuntimeConstructorInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x00005] in :0 
   --- End of inner exception stack trace ---
  at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x0001a] in :0 
  at System.Reflection.RuntimeConstructorInfo.DoInvoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00086] in :0 
  at System.Reflection.RuntimeConstructorInfo.Invoke (System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in :0 
  at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in :0 
  at Pico.MVVM.IoC.PicoIoC.b (System.Type af) [0x00253] in :0 
  at Pico.MVVM.IoC.PicoIoC.g (System.Type al) [0x00000] in :0 
  at PM.c.a (System.String hv) [0x0006d] in :0 
  at Pico.MVVM.IoC.PicoIoC.Resolve (System.Type type, System.String name) [0x00066] in :0 
  at Pico.MVVM.IoC.IoCRegistrationOptions.PreCreateInstance () [0x0001b] in :0 
  at Pico.Interop.Linux.Bootstrap.RegisterTypes () [0x0005f] in :0 
  at PSV.b.d () [0x0020a] in <3fea068ae32845169fd5175e6deca0fc>:0 
  at PSV.g.b (System.String[] h) [0x0004b] in <3fea068ae32845169fd5175e6deca0fc>:0 
  at PSV.g.Main (System.String[] args) [0x00034] in <3fea068ae32845169fd5175e6deca0fc>:0