Question

There is a simple C# console application which only prints out 'Hello'. And also a Ruby plugin which works in Sketchup 2014 is supposed to run the above app. (Ruby code used to run the app: "C:/s/Test.exe")

It runs and works fine but nothing is displayed in the command box, whereas it shows 'Hello' in Sketchup 2013 or from outside Sketchup.

The only difference between Sketchup 2014 and 2013 is the former uses Ruby 2.0 and the later 1.8.

Does anyone know what possibly could be the reason? I appropriate any help or workaround.

Was it helpful?

Solution

Something broke when the Ruby interpreter was upgraded to 2.0 in SketchUp. We don't know what caused it. The current workaround is to pipe the output to a temp file and read the file.

`C:/s/Test.exe > sometempfile.txt`
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top