Hi,
One of the existing 3dsmax pop-up handlers needs a slight enhancement:
# Handle "Error" dialog due to "Loading of custom driver failed:Forcing null driver mode" incompatible graphics driver identified in 3dsmax.ini
self.AddPopupHandler( ".*Error.*", "OK" )
self.AddPopupHandler( ".*Loading of custom driver failed.*", "OK" )
As per the attached screen-grab, an illegal / non-valid character is displayed in the pop-up dialog title, so not quite sure how to handle this situation. Please could you confirm if the code above is correct?
Would this work instead?
self.AddPopupHandler( ".*Loading of custom driver failed.*Forcing null driver mode.*", "OK" )
Thanks,
Mike