Support #807
Exception: Object reference not set to an instance of an object
Status: | Rejected | Start: | 01/28/2013 | |
Priority: | Normal | Due date: | ||
Assigned to: | - | % Done: | 0% |
|
Category: | Frontend GNOME | |||
Target version: | - | |||
Votes: | 0 |
Description
Exception Type:System.NullReferenceExceptionException Message:Object reference not set to an instance of an objectException StackTrace: at Smuxi.Frontend.Gnome.QuickConnectDialog..ctor (Gtk.Window parent) [0x0012e] in /home/dylan/src/smuxi/src/Frontend-GNOME/QuickConnectDialog.cs:70 at Smuxi.Frontend.Gnome.MenuWidget.OnConnectActionActivated (System.Object sender, System.EventArgs e) [0x00020] in /home/dylan/src/smuxi/src/Frontend-GNOME/Views/MenuWidget.cs:191
Running git 7782d2d9 on both server and client, happens when trying to open various dialogs.
History
Updated by Mirco Bauer 4314 days ago
- Category set to Frontend GNOME
- Status changed from New to Rejected
This happens when the GTK# code generator of MonoDevelop is on drugs. Revert all local changes of src/Frontend-GNOME/gtk-gui/ with: git checkout src/Frontend-GNOME/gtk-gui/ and it should work again after a rebuild.
Updated by Mirco Bauer 4314 days ago
- Tracker changed from Bug to Support