Troubleshooting — common issues
Black 3D viewport
Diaz Editor needs WebGPU (DirectX 12 on Windows, Metal on Mac). Solutions in order:
- Update GPU driver (see install-windows for links)
- Restart your PC (driver update sometimes requires reboot)
- Check GPU mode: laptops with dual-GPU (Intel + NVIDIA) must run Diaz Editor on discrete GPU. Right-click Diaz Editor exe → "Run with graphics processor" → choose NVIDIA/AMD.
- GPU too old? Diaz Editor doesn't run on pre-2017 GPUs. Test your system at webgpureport.org.
App crashes on startup
First collect the logs — they tell you what went wrong:
- Windows:
%APPDATA%\diaz-editor\logs\main.log - macOS:
~/Library/Logs/diaz-editor/main.log - Linux:
~/.config/diaz-editor/logs/main.log
Open the file. Find the last line with [error] or [fatal]. Send that snippet to juan@diazatlas.com with your version number (visible in installer name).
%APPDATA%\diaz-editor\settings.json and restart. This only resets UI preferences, not projects.Slow performance / lag in 3D
- Project >500 components: turn off "Real-time shading" via Settings → Renderer → "Shading mode: Static"
- Memory usage >3 GB: older projects don't free memory. Save project + restart the app.
- FPS <30: lower viewport resolution via Settings → Renderer → "Quality: Performance"
- Antivirus scanner: add
%APPDATA%\diaz-editoras exception (some AVs scan every project save)
Project file corrupt or won't open
Diaz Editor auto-backs-up every 60 seconds. Recover:
- Open menu → File → "Restore last auto-backup"
- Or: navigate to
%APPDATA%\diaz-editor\backups\and pick most recent.diaz.bak - Rename
.diaz.bakto.diazand open in the app
Auto-update download fails
Firewall typically blocks api.github.com. Workarounds:
- Whitelist
github.comandapi.github.comin your firewall - Or download manually: latest release on GitHub
- For corporate firewalls blocking everything: email support for direct download link
Other issues?
Email juan@diazatlas.com with:
- Version number (menu → Help → About)
- Operating system + version
- Log file
main.log(see path above) - Steps to reproduce the issue
- Screenshot if visual issue
Response within 48h business days. Solo founder reading every email.