And here we go again, 
 
	 
 
	Exception just happened again, 
 
	 
 
	Message is:
 
	RenderingPipeline.cpp(186): Error #272032750
 
	"An internal rendering error has occurred and the program will terminate: Device Removed"
 
	01/04/2023 04:20:48 PM
 
	Build: 24.3.0.84 Windows 64-bit
 
	 
 
	I seem to get that exception when I leave the camera open for a few minutes and then get back to that view.
 
	Here is another code change you could try if you catch the exception at the right place in the code: 
 
	- catch the exception and do the error reporting discussed in previous message.
 
	- kill that camera view
 
	- cleanup the state of the graphic card (free memory, etc..)
 
	- then reopen a new camera view with the same parameters - this would make it much less troublesome to the user. There would be a delay but that is it.
 
	 
 
	Other piece of info you might find useful. I have this error with both graphic cards, the basic card "Intel UHD 630", and the "NVIDIA GeForce GTX 1050Ti with MaxQ Design". And the frequency of the error is similar, the better graphic card, the GTX 1050 crashes more often than the basic "intel 630".  
 
	I just don't think it is a card issue, maybe a driver issue perhaps. The GTX 1050 can run games that are for more demanding than a design rendering software will ever be, which is a good thing.
 
	 
 
	I also turned off the rendering for "Show Shadows" reflections, etc... Also did not make a difference thus far.
 
	 
 
	 Last piece of info, I find that around 50% of the time, after your software crashes, then windows 11 will also crash within a few minutes, you know "blue screen of death" style. It is pretty brutal. I am guessing here, but it looks like the process did not clean the graphic card state properly.
 
	 
 
	All Home Designer 2022 error log show the following:
 
	
					AppName
				
				
					Home Designer Suite 2022.exe
				
			
					 
				
				
					 
				
				
					AppVersion
				
				
					23.4.1.8
				
			
					 
				
				
					 
				
				
					ModuleName
				
				
					ucrtbase.dll
				
			
					 
				
				
					 
				
				
					ModuleVersion
				
				
					10.0.22621.608
				
			
					 
				
				
					 
				
				
					ModuleTimeStamp
				
				
					f5fc15a3
				
			
					 
				
				
					 
				
				
					ExceptionCode
				
				
					c0000409
				
			
					 
				
				
					 
				
				
					FaultingOffset
				
				
					000000000007f61e
				
			
					 
				
				
					 
				
				
					AppPath
				
				
					C:\Program Files\Chief Architect\Home Designer Suite 2022\Home Designer Suite 2022.exe
				
			
					 
				
				
					 
				
				
					ModulePath
				
				
					C:\WINDOWS\System32\ucrtbase.dll
				
			
		 
	 
	
		All Home Designer 2023 error log show the following:
	 
	
		 
	 
	
		
						 
					
					
						 
					
					
						AppName
					
					
						Home Designer Suite 2023.exe
					
				
						 
					
					
						 
					
					
						AppVersion
					
					
						24.3.0.84
					
				
						 
					
					
						 
					
					
						ModuleName
					
					
						ucrtbase.dll
					
				
						 
					
					
						 
					
					
						ModuleVersion
					
					
						10.0.22621.608
					
				
						 
					
					
						 
					
					
						ModuleTimeStamp
					
					
						f5fc15a3
					
				
						 
					
					
						 
					
					
						ExceptionCode
					
					
						c0000409
					
				
						 
					
					
						 
					
					
						FaultingOffset
					
					
						000000000007f61e
					
				
						 
					
					
						 
					
					
						ProcessId
					
					
						0x56ac
					
				
						 
					
					
						 
					
					
						ProcessCreationTime
					
					
						0x1d92061a1e919a4
					
				
						 
					
					
						 
					
					
						AppPath
					
					
						C:\Program Files\Chief Architect\Home Designer Suite 2023\Home Designer Suite 2023.exe
					
				
						 
					
					
						 
					
					
						ModulePath
					
					
						C:\WINDOWS\System32\ucrtbase.dll
					
				
	
		and rarely the error for 2023 is for module nvoglv64.dll located
	 
	
					C:\WINDOWS\System32\DriverStore\FileRepository\nvdm.inf_amd64_727392c7e446e087\nvoglv64.dll
				
			
		 
	 
	Hope this helps, 
 
	 
 
	Fred