Antyos / vscode-openscad

An OpenSCAD extension for VS Code
GNU General Public License v3.0
120 stars 17 forks source link

Preview error #9

Open neiromaster opened 3 years ago

neiromaster commented 3 years ago

I get an error when trying to run previews on Windows 10 image

Antyos commented 3 years ago

I don't think the extension uses Boost, so I'm not sure where that's coming from.

If you don't mind giving a bit more information:

neiromaster commented 3 years ago

OpenSCAD for VSCode version 1.0.2 I install the application in the standard path and I launch it with the button at the top of VSCode Tried with OpenSCAD stable version and 2020.12

image image

Antyos commented 3 years ago

I ran the preview command with both OpenSCAD v2020.12-rc3 (I could not find a stable release for v2020.12) and v2019.05. Both versions were able to preview without issue.

Just going down the list of questions/tests --

There's an option to disable all extensions in the 3 dots context menu at the top of the extensions pane. If it works when it is the only enabled extension, then it may be another extension causing a conflicting issue. Once we know that, we can better solve the problem.

And fyi, you don't need to include the path in the extension configuration if OpenSCAD is installed in the default location, though I appreciate it the clarity for the screenshot.


If you want, you can try cloning the repository and running the extension in debug mode -- that might be more telling. Follow the steps in Contributing to set up the repository.

To debug it: (I need to update the README to include this)

I hope this can be of some help! I wish I knew what was happening.