-
-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Daynlight edited this page Dec 8, 2025
·
1 revision
๐ง Note: More troubleshooting tips (cross-platform, binary builds, UI) are planned! See Roadmap.md for details.
This guide covers common problems and solutions for Graphite users.
-
CMake not found: Install CMake (
sudo apt install cmake) -
g++ not found: Install g++ (
sudo apt install g++) -
OpenGL errors: Make sure OpenGL libraries are installed (
sudo apt install libgl1-mesa-dev) -
Submodules missing: Clone with
--recursiveor rungit submodule update --init --recursive
-
Segmentation fault: Use sandbox mode (
-sflag) to prevent crashes during script editing -
Script not loading: Check that
Graphite.cppexists and is valid - DLL not found: Ensure build completed successfully and output files are in the correct directory
- Window does not open: Verify graphics drivers and OpenGL support
- Script not updating: Make sure you save changes and rebuild if needed
- Draw/Init/Destroy not called: Implement all required methods in your script
- Points not visible: Check coordinates and color values
-
Package not found: Confirm repo name follows
graphite-xyzconvention -
Header files missing: Copy headers to
gp_packages/as instructed - Verification issues: Contact Daynlight for package verification
- Check the FAQ and documentation
- Open an issue on GitHub with details
- Join discussions or ask on Reddit
If your problem is not listed, please report it for further assistance!
Graphite Wiki ยฉ 2025 Daynlight & Contributors
Licensed under the Apache License 2.0
- ๐ Home
- ๐ ๏ธ Installation
- ๐งโ๐ป Usage
- ๐ Tutorials
- ๐งโ๐ฌ Examples
- ๐ WritingScripts
- ๐ฆ PackageManager
- ๐งฎ Math
- ๐๏ธ APIReference
- ๐ผ๏ธ RenderingEngine
- ๐๏ธ Architecture
- ๐ Roadmap
- ๐ Versions
- ๐ ChangeLog
- ๐ถ Planning
- ๐ค Community
- ๐ Credits
- ๐ Troubleshooting
- โ FAQ