Installing Repetier Host 1.0.6 on Banana Pro running On Raspbian.

edited March 2015 in Linux
1.  I Have the following Hardware / OS configuration:-

Board - Banana Pro.(By www.lemaker.org)
OS       Raspbian (Distributed By www.lemaker.org).
Mono version - 3.0.1 (has .NET 4.0)
Storage - 16GB Class10 microSD Card.


2.  I installed Repetier Host V1.0.6 for Linux as per instructions. No installation Errors were reported.

3. The program launches without any problems . However, the moment I click on any of the tabs (eg Printer setup or Manual tab) ... The program simply closes without any warning or error message.

Any help would be appreciated.

Comments

  • Without a backtrace it is hard to say. If it is inside c# you always get a error report in the terminal where you started the host. Maybe you should try a newer mono version.
  • The Mono Version is 3.2.8. This has .NET4 and .NET4.5

    Running Repetier Host from Command Line (repetierHost) ... this is the result ....


    (mono:2936): GLib-GObject-WARNING **: Attempt to add property GtkSettings::gtk-can-change-accels after class was initialised

    (mono:2936): GLib-GObject-WARNING **: Attempt to add property GtkSettings::gtk-menu-popup-delay after class was initialised

    (mono:2936): GLib-GObject-WARNING **: Attempt to add property GtkSettings::gtk-menu-popdown-delay after class was initialised

    Lot Of These (Showing Only Parts due to space Constraints)

    X11 Error encountered: 

      Error: BadDrawable (invalid Pixmap or Window parameter)
      Request:     14 (0)
      Resource ID: 0x1400104
      Serial:      6060
      Hwnd:        Hwnd, Mapped:True ClientWindow:0x1400104, WholeWindow:0x1400103, Zombie=False, Parent:[Hwnd, Mapped:True ClientWindow:0x14000C9, WholeWindow:0x14000C8, 

    Unhandled Exception:


    Unhandled Exception:
    System.ArgumentException: A null reference or invalid value was found [GDI+ status: InvalidParameter]
      at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0 
      at System.Drawing.Graphics.GdipMeasureString (IntPtr graphics, System.String text, System.Drawing.Font font, System.Drawing.RectangleF& layoutRect, IntPtr stringFormat) [0x00000] in <filename unknown>:0 
      at System.Drawing.Graphics.MeasureString (System.String text, System.Drawing.Font font, Int32 width, System.Drawing.StringFormat format) [0x00000] in <filename unknown>:0 
      at (wrapper remoting-invoke-with-check) System.Drawing.Graphics:MeasureString (string,System.Drawing.Font,int,System.Drawing.StringFormat)
     
      
Sign In or Register to comment.