smuxi won't start / can't load indicate-sharp

Bug #634947 reported by taihen
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
smuxi (Ubuntu)
Fix Released
High
Unassigned

Bug Description

Binary package hint: smuxi

smuxi-frontend-gnome won't start anymore with trace:

2010-09-10 15:39:07,820 [Main] INFO Smuxi.Frontend.Gnome.Frontend - Smuxi - GNOME frontend 0.8.0.0 starting
2010-09-10 15:39:07,843 [Main] DEBUG Smuxi.Frontend.Gnome.Frontend - Using locale data from: /usr/share/locale
2010-09-10 15:39:07,932 [Main] INFO Smuxi.Engine.FrontendConfig - Loading config (FrontendConfig)
2010-09-10 15:39:07,937 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.Get(key = 'Frontend/Engines/Engines', defaultvalue = [])
2010-09-10 15:39:07,938 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.Get(key = 'Frontend/Engines/Engines', defaultvalue = (null))
2010-09-10 15:39:07,938 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.Get(key = 'Frontend/Engines/Default', defaultvalue = '')
2010-09-10 15:39:07,938 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.LoadEntry(key = 'Frontend/Engines/Default', defaultvalue = '')
2010-09-10 15:39:07,938 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.Get(key = 'Frontend/Engines/Default', defaultvalue = '')
2010-09-10 15:39:07,938 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.Get(key = 'Frontend/Engines/Engines', defaultvalue = (null))
2010-09-10 15:39:07,939 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.LoadAllEntries(basepath = 'Frontend/GNOME')
2010-09-10 15:39:07,940 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.Save()
2010-09-10 15:39:07,940 [Main] DEBUG Smuxi.Engine.Config - Saving config
2010-09-10 15:39:07,941 [Main] DEBUG TRACE - [smuxi-engine.dll] Config._Set(key = 'Frontend/Engines/Default', valueobj = '')
2010-09-10 15:39:07,941 [Main] DEBUG TRACE - [smuxi-engine.dll] Config._Set(key = 'Frontend/GNOME/Interface/XPosition', valueobj = 0)
2010-09-10 15:39:07,941 [Main] DEBUG TRACE - [smuxi-engine.dll] Config._Set(key = 'Frontend/GNOME/Interface/YPosition', valueobj = 24)
2010-09-10 15:39:07,941 [Main] DEBUG TRACE - [smuxi-engine.dll] Config._Set(key = 'Frontend/GNOME/Interface/Width', valueobj = -1)
2010-09-10 15:39:07,942 [Main] DEBUG TRACE - [smuxi-engine.dll] Config._Set(key = 'Frontend/GNOME/Interface/Heigth', valueobj = -1)
2010-09-10 15:39:07,942 [Main] DEBUG TRACE - [smuxi-engine.dll] Config._Set(key = 'Frontend/Engines/Engines', valueobj = [])

** (smuxi-frontend-gnome:12309): WARNING **: The following assembly referenced from /usr/lib/smuxi/smuxi-frontend-gnome.exe could not be loaded:
     Assembly: indicate-sharp (assemblyref_index=11)
     Version: 0.4.1.0
     Public Key: 2e8e49ba7d172cb0
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/smuxi/).

** (smuxi-frontend-gnome:12309): WARNING **: Could not load file or assembly 'indicate-sharp, Version=0.4.1.0, Culture=neutral, PublicKeyToken=2e8e49ba7d172cb0' or one of its dependencies.
2010-09-10 15:39:07,998 [Main] FATAL Smuxi.Frontend.Gnome.MainClass - System.TypeLoadException: A type load exception has occurred.
  at Smuxi.Frontend.Gnome.Frontend.Init (System.String[] args) [0x00000] in <filename unknown>:0
  at Smuxi.Frontend.Gnome.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0

Unhandled Exception: System.TypeLoadException: A type load exception has occurred.
  at Smuxi.Frontend.Gnome.Frontend.Init (System.String[] args) [0x00000] in <filename unknown>:0
  at Smuxi.Frontend.Gnome.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0

Related branches

Tom Gelinas (tomgelinas)
Changed in smuxi (Ubuntu):
status: New → Confirmed
Revision history for this message
taihen (taihen) wrote :

It has been fixed in 0.8-1build1.

Revision history for this message
taihen (taihen) wrote :
Download full text (4.8 KiB)

And another upgrade, another problem:

2010-09-16 13:22:20,305 [Main] INFO Smuxi.Frontend.Gnome.Frontend - Smuxi - GNOME frontend 0.8.0.0 starting
2010-09-16 13:22:20,381 [Main] INFO Smuxi.Engine.FrontendConfig - Loading config (FrontendConfig)

** (smuxi-frontend-gnome:7892): WARNING **: The following assembly referenced from /usr/lib/smuxi/smuxi-frontend-gnome.exe could not be loaded:
     Assembly: indicate-sharp (assemblyref_index=11)
     Version: 0.4.2.0
     Public Key: 2e8e49ba7d172cb0
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/smuxi/).

** (smuxi-frontend-gnome:7892): WARNING **: Could not load file or assembly 'indicate-sharp, Version=0.4.2.0, Culture=neutral, PublicKeyToken=2e8e49ba7d172cb0' or one of its dependencies.
2010-09-16 13:22:20,474 [Main] FATAL Smuxi.Frontend.Gnome.MainClass - System.TypeLoadException: A type load exception has occurred.
  at Smuxi.Frontend.Gnome.Frontend.Init (System.String[] args) [0x00000] in <filename unknown>:0
  at Smuxi.Frontend.Gnome.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0

Unhandled Exception: System.TypeLoadException: A type load exception has occurred.
  at Smuxi.Frontend.Gnome.Frontend.Init (System.String[] args) [0x00000] in <filename unknown>:0
  at Smuxi.Frontend.Gnome.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
[9992][taihen.boo:/home/taihen]$ smuxi-frontend-gnome -d
2010-09-16 13:22:28,923 [Main] INFO Smuxi.Frontend.Gnome.Frontend - Smuxi - GNOME frontend 0.8.0.0 starting
2010-09-16 13:22:28,942 [Main] DEBUG Smuxi.Frontend.Gnome.Frontend - Using locale data from: /usr/share/locale
2010-09-16 13:22:28,980 [Main] INFO Smuxi.Engine.FrontendConfig - Loading config (FrontendConfig)
2010-09-16 13:22:28,984 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.Get(key = 'Frontend/Engines/Engines', defaultvalue = [])
2010-09-16 13:22:28,984 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.Get(key = 'Frontend/Engines/Engines', defaultvalue = (null))
2010-09-16 13:22:28,984 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.Get(key = 'Frontend/Engines/Default', defaultvalue = '')
2010-09-16 13:22:28,985 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.LoadEntry(key = 'Frontend/Engines/Default', defaultvalue = '')
2010-09-16 13:22:28,985 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.Get(key = 'Frontend/Engines/Default', defaultvalue = '')
2010-09-16 13:22:28,985 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.Get(key = 'Frontend/Engines/Engines', defaultvalue = (null))
2010-09-16 13:22:28,985 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.LoadAllEntries(basepath = 'Frontend/GNOME')
2010-09-16 13:22:28,986 [Main] DEBUG TRACE - [smuxi-engine.dll] Config.Save()
2010-09-16 13:22:28,986 [Main] DEBUG Smuxi.Engine.Config - Saving config
2010-09-16 13:22:28,987 [Main] DEBUG TRACE - [smuxi-engine.dll] Config._Set(key = 'Frontend/Engines/Default', valueobj = '')
2010-09-16 13:22:28,987 [Main] DEBUG TRACE - [smuxi-engine.dll] Config._Set(key = 'Frontend/GNOME/Interface/XPosition', valueobj = 1280)
2010-09-16 13:22:28,987 [Main]...

Read more...

Changed in smuxi (Ubuntu):
status: Confirmed → Triaged
importance: Undecided → High
Revision history for this message
Chris Halse Rogers (raof) wrote :

Argh. libindicate0.1-cil changed AssemblyVersion *again* in a recent upload (but at least now will not change version with each release).

This needs another no-change rebuild.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package smuxi - 0.8-1build2

---------------
smuxi (0.8-1build2) maverick; urgency=low

  * No change rebuild against *new* new libindicate (LP: #634947)
 -- Christopher James Halse Rogers <email address hidden> Fri, 17 Sep 2010 11:10:54 +0200

Changed in smuxi (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.