@cryptoglance shrink it down to the bottom wait a little while open it from the task bar. Screen will go white and stay white then crash. This is the error
Faulting application name: cryptoGlance.exe, version: 31.9.0.0, time stamp: 0x54ddd944
Faulting module name: aticfx32.dll, version: 8.17.10.1404, time stamp: 0x55bfc563
Exception code: 0xc000041d
Its great you are still here providing support for an excellent app and Thank you
I was able to re-create this... It can be fixed by editing the settings.json file located in the install directory of cryptoglance. Add the following to the json file:
"command_line_switches": {
"disable-gpu": "",
"disable-gpu-compositing": ""
}
For example, mine looks like this:
{
"application": {
"single_instance_guid": "",
"dpi_aware": true
},
"debugging": {
"show_console": false,
"subprocess_show_console": false,
"log_level": "DEBUG4",
"log_file": "debug.log"
},
"main_window": {
"title": "cryptoGlance",
"icon": "",
"default_size": [1280, 720],
"minimum_size": [800, 600],
"maximum_size": [0, 0],
"disable_maximize_button": false,
"center_on_screen": true,
"start_maximized": true,
"start_fullscreen": false
},
"popup_window": {
"icon": "",
"fixed_title": "",
"center_relative_to_parent": true,
"default_size": [1024, 768]
},
"web_server": {
"listen_on": ["127.0.0.1", 4041],
"www_directory": "application",
"index_files": ["index.php"],
"cgi_interpreter": "php/php-cgi.exe",
"cgi_extensions": ["php"],
"cgi_temp_dir": "",
"enable_directory_listing": false,
"hide_files": ["*.json","*.htaccess"],
"404_handler": "/index.php"
},
"chrome": {
"log_file": "debug.log",
"log_severity": "default",
"cache_path": "webcache",
"external_drag": false,
"external_navigation": true,
"reload_page_F5": true,
"devtools_F12": true,
"remote_debugging_port": 0,
"command_line_switches": {},
"enable_downloads": true,
"context_menu": {
"enable_menu": true,
"navigation": true,
"print": true,
"view_source": true,
"open_in_external_browser": true,
"devtools": true
}
},
"command_line_switches": {
"disable-gpu": "",
"disable-gpu-compositing": ""
}
}
Please note where the comma is before the "command_line_switches".
If this works, I will deploy an update that will enable this by default