CaptureToBitmap result different in other language settings

Hello, I’m using Rhino V7, C#.

When I captured some STL modeling data by using ViewCapture.CaptureToBitmap(ViewCaptureSettings), if Rhino language setting is English, it is captured correctly.

But when I changed Rhino language into Korean or Japanese, CaptureToBitmap return null.
Did I miss something? or Should I keep the Rhino language setting in English?

Does the command _ViewCaptureToFile also fail when using that in Rhino with Korean language activated?

Hi @nathanletwory ,

_ViewCaptureToFile command works fine in Korean language.

The command also uses ViewCapture class to capture the viewport. Maybe there is something in your own code that causes problems?