Unable to close message box (AppImage version 2.0.5)
Hello I'm having very small issue - a message box will not close and freezes the entire repetier host app. The message is shown when I'm trying to load objects bigger than print bed.
"Printer Bed Full" - "Too many objects on printer bed for automatic packing...."
After this message is shown I repetier seems freezed and only thing I can do is to kill the app process.
Other than this is all fine
"Printer Bed Full" - "Too many objects on printer bed for automatic packing...."
After this message is shown I repetier seems freezed and only thing I can do is to kill the app process.
Other than this is all fine
Comments
What is with other error boxes like trying to connect with printer when printer is not connected. All use the same MessageBox form which comes form the OS in windows. In linux there is some workaround in mono to get them I think but should work the same for all boxes. So does that also not work?
On the other side - I've tested connecting to the printer when printer is turned off and nothing happens. No message box is shown on screen but inside the terminal window there is an exception thrown correctly ?
Opening serial failed on second try:System.IO.IOException: No such file or directory
at System.IO.Ports.SerialPortStream.ThrowIOException () [0x0000f] in <2b0d86369d72459baed0cee98a8e578a>:0
at System.IO.Ports.SerialPortStream..ctor (System.String portName, System.Int32 baudRate, System.Int32 dataBits, System.IO.Ports.Parity parity, System.IO.
Ports.StopBits stopBits, System.Boolean dtrEnable, System.Boolean rtsEnable, System.IO.Ports.Handshake handshake, System.Int32 readTimeout, System.Int32 wri
teTimeout, System.Int32 readBufferSize, System.Int32 writeBufferSize) [0x0001b] in <2b0d86369d72459baed0cee98a8e578a>:0
at (wrapper remoting-invoke-with-check) System.IO.Ports.SerialPortStream:.ctor (string,int,int,System.IO.Ports.Parity,System.IO.Ports.StopBits,bool,bool,S
ystem.IO.Ports.Handshake,int,int,int,int)
at System.IO.Ports.SerialPort.Open () [0x0006f] in <2b0d86369d72459baed0cee98a8e578a>:0
at RepetierHost.model.ProtectedSerialPort.Open () [0x00037] in <e2caed22f11747c098ebda9551e8adde>:0
at (wrapper remoting-invoke-with-check) RepetierHost.model.ProtectedSerialPort:Open ()
at RepetierHost.connector.SerialConnector.Connect (System.Boolean failSilent) [0x00220] in <e2caed22f11747c098ebda9551e8adde>:0
Did you also test space and return with the big size message?
As I said it is a buildin function we do not write just use, so implementation is inside mono. What I do not anderstand is that I can close it while you can't. Can you therefor exactly say what you do and when it appears. As said I only get it on second load if it does not fit, but can close it, so maybe you do it differently and that makes a difference somehow.
Thanks for your time.