ce3a / indicator-stocks

A simple ubuntu unity stocks indicator
GNU General Public License v3.0
3 stars 2 forks source link

Ubuntu 12.04: System.TypeInitializationException #4

Closed bodenr closed 10 years ago

bodenr commented 10 years ago

I recently installed indicator-stocks from your ppa on my Ubuntu 12.04 (64 bit) system... However when I try to start the indicator I get the following:

Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for indicatorstocks.IndicatorStocks ---> System.TypeLoadException: A type load exception has occurred.
  --- End of inner exception stack trace ---
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for indicatorstocks.IndicatorStocks ---> System.TypeLoadException: A type load exception has occurred.
  --- End of inner exception stack trace ---

Any ideas as to the root cause / resolution?

Thanks

bodenr commented 10 years ago

I was able to resolve -- some dependencies were missing which were not pulled in via the ppa based install. I was able to identify the missing deps by trying to build your source.

ce3a commented 10 years ago

@bodenr Thanks for your bug report. Do you have indicator-stocks version V.0.2.2? What were the missing dependencies?

bodenr commented 10 years ago

@ce3a -- I installed the following packages to build the source:

cli-common-dev (>= 0.7.1)
libappindicator0.1-cil-dev (>= 0.0.19)

Its unclear if those dependencies we explicitly necessary or if they pulled in something that was required. However once I installed them indicator-stocks installed from ppa started-up fine.