Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In the Windows system, Studio cannot be started normally in Debug mode #518

Open
zyylvsSwe opened this issue Dec 12, 2022 · 0 comments
Open

Comments

@zyylvsSwe
Copy link

Description

I downloaded the latest version of the libfive code, compiled the Windows Release version, and it can run normally. After compiling the Debug version, it runs abnormally.
The abnormal information is as follows:

code:
libfive\studio\src\python\interpreter.cpp:244:
const auto shape_mod = PyImport_ImportModule("libfive.shape");
PyErr_Print();
m_shapeClass = PyObject_GetAttrString(shape_mod, "Shape");
Py_DECREF(shape_mod);

Exception content:
shape_mod is nullptr.

Versions

  • Operating system: Windows 11
  • libfive commit hash: 6f844b1
  • Is this the latest commit to master? [yes]
  • Qt version (if applicable): 5.15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant