when we launch epicor on one specific users computer, it gives this error. Has anybody got any idea what’s the issue? Thanks!

when we launch epicor on one specific users computer, it gives this error. Has anybody got any idea what’s the issue? Thanks!
The issue is The image data generated an overflow during processing
Jokes aside…
Has the user messed with
Make sure these are all System Default…
Restart and try again…
Well Yes Sir! that was the problem exactly. My good friend went and changed the device profile because his 3 monitors had different colors.
Great Stuff! thank you very much for the help, Much appreciated.
haha… true. I know the issue, now I want the cause for the issue.
//important code here
//error
//->crash here
try
{
//less important code here
}
catch (Exception ex)
{
//Message on dumb stuff
}
Thank you very much! this would be good start for me to chase down why that error happened. who knows what i’ll learn, might be useful one day.