hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
https://sparkleshare.org
Other
4.88k stars 576 forks source link

0.2.1 Crashes #205

Closed siraskalot closed 13 years ago

siraskalot commented 13 years ago

I can click the SparkleShare icon in the drop-down menu, but when I click a folder I synced it crashes.

hbons commented 13 years ago

Can you post some debug info from the Console?

mvarian commented 13 years ago

I'm running into the same issue, has happened multiple times each time console gives me something similar to this:

6/10/11 3:24:26 PM [0x0-0x1aadaac].org.sparkleshare.sparkleshare[88073] Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object 6/10/11 3:24:26 PM [0x0-0x1aadaac].org.sparkleshare.sparkleshare[88073] at SparkleShare.SparkleController.GetHTMLLog (System.String name) [0x00000] in :0 6/10/11 3:24:26 PM [0x0-0x1aadaac].org.sparkleshare.sparkleshare[88073] at SparkleShare.SparkleLog.GenerateHTML () [0x00000] in :0 6/10/11 3:24:26 PM [0x0-0x1aadaac].org.sparkleshare.sparkleshare[88073] at SparkleShare.SparkleLog.m__24 () [0x00000] in :0 6/10/11 3:24:26 PM [0x0-0x1aadaac].org.sparkleshare.sparkleshare[88073] at System.Threading.Thread.StartUnsafe () [0x00000] in :0

wwolff commented 13 years ago

I got similar on first run of 0.2.1: `[0x0-0x1aadaac].org.sparkleshare.sparkleshare[88073] Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object'

...although sparkleshare seemed to keep running in the shell. When I tried to open gnome-panel menu gnome-panel disappeared. Then running `gnome-panel --replace &' yielded:

** (gnome-panel:8735): WARNING **: Failed to load applet NotificationAreaAppletFactory::NotificationArea: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interfaceorg.gnome.panel.applet.AppletFactory' on object at path /org/gnome/panel/applet/NotificationAreaAppletFactory

So maybe something is wrong with our dbus configuration or notify applet.

hbons commented 13 years ago

Can you try with current git?

mvarian commented 13 years ago

My issue was happening with a brand new git download: git version 1.7.5.4

Is there newer I should grab?

hbons commented 13 years ago

@mvarian sorry, i meant SparkleShare from git :)

mvarian commented 13 years ago

gotcha, sure thing! will work on it tomorrow morning, thanks

delexi commented 13 years ago

Ubuntu 10.04, latest git (SparkleShare) :

SparkleShare is up and running, syncs as it is opposed to, but crashes when i click on "Show recent changes", as described above.

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object at SparkleShare.SparkleEventLog.GenerateHTML () [0x00000] in <filename unknown>:0 at SparkleShare.SparkleEventLog+<UpdateEvents>c__AnonStoreyA.<>m__37 () [0x00000] in <filename unknown>:0

Same commit on the Ubuntu 11.04 machine: no problems.

wimh commented 13 years ago

When I read closely, there might be 4 different problems described above.

At least I do not get an error in ubuntu 10.04. But maybe I have different packages installed.

hbons commented 13 years ago

Closing this as most of these are either not relevant anymore or duplicates of #240