Hardware Troubleshooting
Fix common hardware issues in Spectralite
Hardware Troubleshooting
Solutions for common hardware problems.
Art-Net issues
Nodes not discovered
Symptoms: Art-Net node doesn't appear in Spectralite Controllers
Solutions:
- Check physical connection - Verify cables are connected and link lights are on
- Verify same subnet - Mac and node must be on same network range
- Check IP configuration - Both should use static IPs in same subnet
- Disable firewall temporarily - macOS firewall may block Art-Net
- Try direct connection - Connect Mac directly to node (no switch)
To check your network:
# In Terminal
ifconfig en0 # or en1 for different interface
ping [node-ip-address]No DMX output
Symptoms: Node is discovered but fixtures don't respond
Solutions:
- Verify universe configuration - Node and Spectralite must match
- Check fixture addresses - Confirm DMX addresses are correct
- Enable output - Ensure output is enabled in Spectralite
- Test node - Use node's built-in test function
- Check DMX cables - Try known-working cables
- Verify fixture mode - Fixture must be in DMX mode
Flickering or glitches
Symptoms: Output is unstable, flickering, or random
Solutions:
- Check for IP conflicts - Each device needs unique IP
- Reduce network congestion - Use dedicated lighting network
- Verify cable quality - Use Cat5e or better
- Check node capacity - Some nodes can't handle high refresh rates
- Monitor bandwidth - Large pixel counts need gigabit
MIDI issues
Controller not detected
Symptoms: MIDI device doesn't appear in the Devices pane of the MIDI Input dialog (Edit > Inputs > MIDI)
Solutions:
- Check USB connection - Try different port
- Power cycle controller - Turn off, wait, turn on
- Check in Audio MIDI Setup - System should see the device
- Try different USB cable - Some cables are charge-only
- Restart Spectralite - Sometimes needed after connecting
Controls not responding
Symptoms: Moving controls doesn't affect Spectralite
Solutions:
- Assign a mapping - Open Edit > Inputs > MIDI and assign a mapping to the device from its dropdown
- Check MIDI channel - Verify channel settings match
- Verify mapping exists - Check the Mapping pane of the MIDI Input dialog
- Use MIDI monitor - Verify messages are being received
- Check controller mode - Some have multiple modes
Wrong values
Symptoms: Controls behave unexpectedly (jumping, reversed)
Solutions:
- Check mapping mode - Use Relative for encoders
- Verify range settings - Input and output ranges correct
- Check for duplicate mappings - Same CC mapped twice
- Calibrate controller - Some need calibration
Preview issues
Black preview
Symptoms: Preview panel shows nothing
Solutions:
- Check fixture addresses - Fixtures need valid patches
- Verify layer is enabled - Check layer visibility
- Check effect output - Effect must connect to output node
- Enable preview in settings - May be disabled
Slow preview
Symptoms: Preview is laggy or stuttering
Solutions:
- Reduce preview quality - Simplify the preview scene
- Simplify effects - Complex node graphs need more power
- Close other applications - Free up GPU resources
- Check GPU capabilities - Older GPUs may struggle
Performance issues
High CPU usage
Symptoms: Mac runs hot, fans spin up
Solutions:
- Reduce effect complexity - Fewer nodes = less CPU
- Lower preview quality - Reduce rendering load
- Disable unused features - Turn off what you're not using
- Update Spectralite - Performance improvements in updates
Memory issues
Symptoms: Spectralite slows down over time
Solutions:
- Restart Spectralite periodically - For long sessions
- Close unused projects - Free up memory
- Reduce history size - History is kept in memory during your session
- Check for memory leaks - Report to support if persistent
Network issues
Packet loss
Symptoms: Intermittent output, missing updates
Solutions:
- Use wired Ethernet - Never WiFi for Art-Net
- Check cable runs - Max 100m per segment
- Use quality switches - Managed switches recommended
- Reduce universe count - If bandwidth limited
Latency
Symptoms: Noticeable delay between action and output
Solutions:
- Check network path - Minimize hops
- Use gigabit equipment - 100Mbps may bottleneck
- Reduce preview quality - Frees processing
- Check node buffering - Some nodes add latency
Buffer space errors (large installations)
Symptoms: When using very large pixel counts, you may experience:
- Fixtures not responding or freezing
- Dropped frames causing stuttering or flickering
- Some fixtures working while others don't update
- Output working briefly then stopping
This typically occurs with more than 7,500 universes on macOS.
Cause: The operating system's UDP socket buffer may not be large enough to send all Art-Net data at once. Spectralite automatically tries to increase the buffer size, but is limited by OS-level maximums.
Solutions:
Check current limit:
sysctl kern.ipc.maxsockbufIncrease temporarily (until reboot):
sudo sysctl -w kern.ipc.maxsockbuf=20971520Make permanent by adding to /etc/sysctl.conf:
kern.ipc.maxsockbuf=20971520Recommended buffer sizes:
| Universe count | Minimum buffer |
|---|---|
| Up to 2,000 | 1.1 MB |
| Up to 8,000 | 4.3 MB (macOS default is usually sufficient) |
| Up to 32,000 | 17 MB |
The value 20971520 (20 MB) shown above covers up to 32,000 universes.
Still having problems?
Gather information
Before contacting support:
- Note your OS version.
- Note your Spectralite version.
- Describe the hardware in use.
- List steps to reproduce.
- Include any error messages.
Get help
- Check the community forums
- Contact support
- Include the information gathered above