View Single Post
  #44 (permalink)  
Old November 7th, 2006, 04:13 PM
obo obo is offline
Newbie Floating Down The Mistic River
 
Join Date: Jun 2006
Posts: 8
Quote:
Originally Posted by kernelsandirs View Post
on another fun note; I may try to port the LogScrobbler over to Linux/Mono as well(as long as I can figure out the namespace differences/quirks), just to be more of a geek, and to make my life more difficult
Yup, seems like it will need a bit of tweaking

Code:
$ mono LogScrobbler.exe
Mono System.Windows.Forms Assembly [$auto_build_revision$]
KDE colorscheme read

** (LogScrobbler.exe:20826): WARNING **: Missing method System.Windows.Forms.ColumnHeader::set_DisplayIndex(int) in assembly /usr/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll, referenced in assembly /tmp/LogScrobbler/LogScrobbler.exe

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
  at LogScrobbler.Form1..ctor () [0x00000]
  at (wrapper remoting-invoke-with-check) LogScrobbler.Form1:.ctor ()
  at LogScrobbler.SysTrayIcon..ctor () [0x00000]
  at LogScrobbler.SysTrayIcon.Main (System.String[] args) [0x00000]
Reply With Quote