Page 1 of 1
		
			
				[fixed] Bug: TronPrint operator crashes wz4CE
				
Posted: 
Saturday, 21.September 2013, 14:01 
				by Skinnytorus
				TronPrint crashes wz4CE on showing this operator.
			 
			
		
			
				Re: Bug: TronPrint operator crashes wz4CE
				
Posted: 
Sunday, 22.September 2013, 12:37 
				by ikam
				I don't know what this operator is supposed to do.
If you put a bitmap in doesn't crash but disaply a big cube.... any idea ?
			 
			
		
			
				Re: Bug: TronPrint operator crashes wz4CE
				
Posted: 
Sunday, 22.September 2013, 13:48 
				by Skinnytorus
				Ahhh. I see. Stack a TronFont bitmap to TronPrint input and it will work OK!  
 I think no operator should cause wz to crash even if used in the wrong way. 
Is there anything you can do about the crash?
 
			 
			
		
			
				Re: Bug: TronPrint operator crashes wz4CE
				
Posted: 
Sunday, 22.September 2013, 18:38 
				by ikam
				it looks like this operator only work with bitmaps so I can force it to have at least one bitmap op on entry else "missing entry" error msg.
			 
			
		
			
				Re: Bug: TronPrint operator crashes wz4CE
				
Posted: 
Sunday, 22.September 2013, 18:43 
				by ikam
				done
			 
			
		
			
				Re: Bug: TronPrint operator crashes wz4CE
				
Posted: 
Sunday, 22.September 2013, 18:45 
				by ikam
				in fact to use it correctly you need a tronfont bitmap operator.
			 
			
		
			
				Re: Bug: TronPrint operator crashes wz4CE
				
Posted: 
Sunday, 22.September 2013, 18:46 
				by Skinnytorus
				Yep. It should behave like any other op requiring something on input i.e. disable 3d view, become red and show "Error: required input is missing" in the info line.
			 
			
		
			
				Re: Bug: TronPrint operator crashes wz4CE
				
Posted: 
Sunday, 22.September 2013, 18:55 
				by Skinnytorus
				Yes. Exactly! Fixed! Great many thanks.