beiko-lab / gengis

GenGIS (pronounced 'Genghis' like Genghis Khan) is a bioinformatics application that allows users to combine digital map data with information about biological sequences collected from the environment. GenGIS provides a 3D graphical interface in which the user can navigate and explore the data, as well as a Python interface that allows easy scripting of statistical analyses using the Rpy libraries.
GNU General Public License v3.0
27 stars 13 forks source link

exception ion Colour.cpp #48

Open BenWiseman opened 9 years ago

BenWiseman commented 9 years ago

When loading a saved project several errors pop up (they aren't fatal and can be ignored, but they are annoying). It seems to be an issue with RGBA in lines 31-34 of Colour.cpp

The error mesage is: [Microsoft Visual C++ Runtime Library] Assertion failed! Program:...\GenGIS.exe File:...\Colour.cpp Expression m_alpha >= 0 && m_alpha <=1.0 (also does this with m_red, m_green, and m_blue) [continues with generic error/debug message]

akeddy commented 9 years ago

Hey Ben, Could you give me some insight as to what you'd been doing in the session you had saved and what directory it was saved in? Thanks