Troubleshooting#
This page provides solutions for common issues encountered when using Mosaic.
File Import Errors#
Symptoms:
“Unsupported format” error
“Invalid file” or parsing errors
Empty or partial data loaded
Solutions:
Verify file format matches the extension
Check file for corruption or incomplete data
Try opening in another application first
For text formats, check for encoding issues (use UTF-8)
Check header format for specialized formats (MRC, STAR)
Common Format Issues:
Missing header: Some formats require specific headers
Wrong byte order: Binary formats may need endian conversion
Text encoding: Use UTF-8 for text formats
Line endings: Some parsers are sensitive to CR/LF differences
Performance Issues#
Symptoms:
Slow response when rotating or zooming
Long processing times for operations
High memory usage
Solutions:
Reduce point size for large point clouds
Hide complex objects when not needed
Use simpler representation modes
Reduce number of objects by removing or merging
Recommended File Size Limits:
Point clouds: 5 million on laptop 10-20 million with GPU
Meshes: 5-10 million triangles
Volumes: 512³ voxels
For larger files:
Consider using Downsample in the Segmentation tab
Process data in smaller chunks
Use more powerful hardware
Selection Problems#
Symptoms:
Can’t select points or objects
Selection works inconsistently
Wrong objects selected
Solutions:
Check current interaction mode (bottom status bar)
Press
sto switch between cluster and model objectsTry different selection methods (area vs. point selection)
Verify picking tolerance in preferences
Ensure objects are visible
Crashes During Operations#
Symptoms:
Application crashes during specific operations
“Not responding” status
Operation never completes
Solutions:
Save your work frequently
Try the operation on a smaller subset of data
For operations such as curvature computation, ensure meshes are valid
Check system memory availability
Restart Mosaic if it becomes unresponsive
Export Failures#
Symptoms:
Error messages during export
Incomplete or corrupted output files
“Permission denied” errors
Solutions:
Check write permissions for target directory
Verify disk space is sufficient
Try a different output format
Export to a local drive rather than network location
Close any applications that might be using the target file
Missing Features in Exported Files#
Symptoms:
Exported files lack expected data
Missing colors, normals, or metadata
Geometry issues in exported models
Solutions:
Check if the target format supports all required features
Configure export options to include needed attributes
Consider using a more comprehensive format (OBJ instead of STL)
Verify that source data contains the expected attributes
Session Won’t Load#
Symptoms:
Error message when loading session
“Incompatible version” warnings
Partial or corrupted session state
Solutions:
Verify you’re using the same Mosaic version that created the session
Check if external files referenced by the session still exist
For cross-version loading, try export/import individual objects instead
Check session file integrity and size
Try loading on the same operating system where it was created
Mesh Generation Failures#
Symptoms:
Mesh creation fails or produces poor results
Holes, artifacts, or incorrect topology
Error messages during mesh operations
Solutions:
Try different mesh generation methods:
Alpha Shape for simple surfaces
Ball Pivoting for structured data
Poisson for watertight meshes
Adjust method-specific parameters
Clean input point cloud (remove outliers)
Increase point density in sparse areas
For complex shapes, segment into simpler parts first