M51, Whirlpool Galaxy M17, Omega Nebula M57, Ring Nebula M13, Globular Cluster M63, Sunflower Galaxy




Windows : Application crashes when accessing image buffer (i.e. deinterlace, write fits, etc).
The problem may be the os didn't allocate the amount of memory requested by the application. Try setting the \"SystemPages\" registry key to the value 0xFFFFFFFF. This has worked on Vista and x64 systems. Another helpful option is to install the driver immediately following a fresh system boot.


Linux : "Cannot restore segment prot after reloc: Permission denied".
This is a permission issue with the SELinux Security Manager. Use the following commands on all necessary libraries to fix:

chcon -t textrel_shlib_t ''
semanage fcontext -a -t textrel_shlib_t ''