I downloaded the latest (0.3.0) NAP version for MacOS and I’m having Napkin crashes with Segmentation fault: 11
.
Steps to reproduce:
- In
demos/copystamp
runregenerate
- Open the generated Xcode project and run the target
copystamp
- Go to
bin
and runnapkin
- In Napkin go to Open File and try to open the
copystamp.json
After that Napkin crashes.
Here’s the log:
Last login: Wed Sep 11 21:43:51 on ttys007
/Users/rumori/Downloads/NAP-0.3.0-macOS/demos/copystamp/bin/Clang-x86_64-Debug/napkin ; exit;
MacBook-Pro:~ rumori$ /Users/rumori/Downloads/NAP-0.3.0-macOS/demos/copystamp/bin/Clang-x86_64-Debug/napkin ; exit;
[debug] Logging to file: /Users/rumori/Downloads/NAP-0.3.0-macOS/demos/copystamp/bin/Clang-x86_64-Debug/log/napkin_2019-09-11_21-44-28_170.log
[fine] Loading theme: /Users/rumori/Downloads/NAP-0.3.0-macOS/demos/copystamp/bin/Clang-x86_64-Debug/resources/themes/gray/theme.json
[fine] Loading theme: /Users/rumori/Downloads/NAP-0.3.0-macOS/demos/copystamp/bin/Clang-x86_64-Debug/resources/themes/napkin/theme.json
[fine] Loading theme: /Users/rumori/Downloads/NAP-0.3.0-macOS/demos/copystamp/bin/Clang-x86_64-Debug/resources/themes/native/theme.json
[debug] Using settings file: /Users/rumori/Downloads/NAP-0.3.0-macOS/demos/copystamp/bin/Clang-x86_64-Debug/napframework/Napkin.ini
[fine] Setting theme: Napkin
[info] Loading 'file:///Users/rumori/Downloads/NAP-0.3.0-macOS/demos/copystamp/data/copystamp.json'
[debug] Loaded module mod_napdatabase v0.2.0
[debug] Loaded module mod_serial v0.2.0
[debug] Loaded module mod_napartnet v0.2.0
[debug] Loaded module mod_napapiwebsocket v0.2.0
[debug] Loaded module mod_napimgui v0.2.0
[debug] Loaded module mod_napmath v0.2.0
[debug] Loaded module mod_napparametergui v0.1.0
[debug] Loaded module mod_napinput v0.2.0
[debug] Loaded module mod_naposc v0.2.0
[debug] Loaded module mod_napapp v0.2.0
[debug] Loaded module mod_napparameter v0.1.0
[debug] Loaded module mod_napvideo v0.2.0
[debug] Loaded module mod_napetherdream v0.2.0
[debug] Loaded module mod_napsvg v0.2.0
[debug] Loaded module mod_napmidi v0.2.0
[debug] Loaded module mod_naprender v0.2.0
[debug] Loaded module mod_napfont v0.2.0
[debug] Loaded module mod_napscene v0.2.0
[debug] Loaded module mod_napapi v0.2.0
[debug] Loaded module mod_napwebsocket v0.2.0
[debug] Loaded module mod_napsdlinput v0.2.0
[debug] Loaded module mod_nappython v0.2.0
[debug] Loaded module mod_napaudio v0.2.0
[debug] Loaded module mod_napcameracontrol v0.2.0
[debug] Loaded module mod_napyoctopuce v0.2.0
Segmentation fault: 11
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
Let me know if I’m doing something wrong, I’m trying to create a module for my project and the copystamp demo seems to be a good example of that.
Thanks.