1. Put user ID
2. Select multiple galleries (or all of them)
3. Sometimes one of them (mostly with only date in name) is broken??
4. Unhandled exception box apper
5. After checking Continue, can't use application till restarting it.
```
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at PicasaDownloader.Form1.GetAlbum(PicasaAlbumEntry pae, Boolean continueDownload)
at PicasaDownloader.Form1.GetAlbums()
at PicasaDownloader.Form1.DownloadBtn_Click(Object sender, EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
```
Comments: It was related to other album, can't give you link cuz I downloaded it manually and don't have it : / Still can't you just catch this exception, so it won't kill application?
2. Select multiple galleries (or all of them)
3. Sometimes one of them (mostly with only date in name) is broken??
4. Unhandled exception box apper
5. After checking Continue, can't use application till restarting it.
```
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at PicasaDownloader.Form1.GetAlbum(PicasaAlbumEntry pae, Boolean continueDownload)
at PicasaDownloader.Form1.GetAlbums()
at PicasaDownloader.Form1.DownloadBtn_Click(Object sender, EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
```
Comments: It was related to other album, can't give you link cuz I downloaded it manually and don't have it : / Still can't you just catch this exception, so it won't kill application?