I'm getting this set of messages when I click the mouse anywhere off of a comic page. That's the only big bug I've seen so far with the PC/laptop.
---------------------------
Object reference not set to an instance of an object.
---------------------------
at CRM.Core.UI.Paging.PageManager.OnTouchesDown(TouchEvent e)
at CRM.Core.UI.Manager.TouchManager.handler_TouchesBegan(Touch[] touches)
at CRM.BaseForm.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)