GOverlay 1.4.8 Released

About GOverlay BETA's

GOverlay 1.4.8 Released

Postby TheLaGmAn » Thu Feb 09, 2017 2:06 pm

Version 1.4.8:
- Fix: Fixed issue of (mostly european) windows configurations that would provoke an error on gathering the elements of the device or when saving. (This error) - Special thanks to "Zeta Delta" for the report to fix this bug
-Improvement: Now you can use the arrow keys to move the selected element.
-Improvement: Now the selected element is highlighted.
-Improvement: The sensor APP:Usage has been reworked to make it a separate thread in case the WMI calls fail (otherwise it would hang GOverlay), it also has been improved its performance so its lets CPU consumig but it is still a CPU demanding sensor.
-Improvement: When selecting multiple elements with SHIFT key now the first selected element (without SHIFT) is kept in the selection.
-Improvement: Now you can unselect a selected element with SHIFT key.
-Fix: Fixed issue in the HWiNFO plugin that would cause memory leak. (This potential fix)

Version 1.4.7:
- Fix: Fixed issue from the sensor DirectXversion not showing the proper version the game is using. Thanks to Ray for the report of this bug along with samples to reproduce.
- Improvement: Added support for pre RTSS 6.5 version.
- New Feature: Added option in the wizard to backup your GOverlay config into a .reg file
- Improvement: When restoring GOverlay to its default state thru the wizard, it will ask you if you want to use a backed up reg file to recover.
User avatar
TheLaGmAn
Site Admin
 
Posts: 967
Joined: Wed Feb 26, 2014 8:32 pm

Re: GOverlay 1.4.8 Released

Postby TheLaGmAn » Thu Feb 09, 2017 2:07 pm

Update directly thru GOverlay, in the Whats New tab, at the bottom "Check for New Version"
User avatar
TheLaGmAn
Site Admin
 
Posts: 967
Joined: Wed Feb 26, 2014 8:32 pm

Re: GOverlay 1.4.8 Released

Postby JPYZFR1 » Fri Feb 10, 2017 7:47 am

Thanks! Everything is working perfect for me.

JPYZFR1
 
Posts: 94
Joined: Sun Mar 30, 2014 8:17 pm

Re: GOverlay 1.4.8 Released

Postby enderep12 » Fri Feb 10, 2017 6:47 pm

First of all thanks for the release! Great work.

However the problem with the conversions still seems to persist.

It doesn't show in an "extreme" way like in the past (e.g. LCDSysinfo will stop working) but I still get these errors thrown for both CPU and GPU fans and after 5-6 hours my GOverlay application seems to crash (maybe related to this):

Code: Select all
10.02.2017 19:43:48:LCDSys - Sensor 1365543861.32573 (CPUInfoBox Fan_Sensor malfunction : conversion from string to type 'double' is not valid. / Debug value: 30 :   at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.Operators.CompareObject2(Object Left, Object Right, Boolean TextCompare)
   at Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectNotEqual(Object Left, Object Right, Boolean TextCompare)
   at u.b()
10.02.2017 19:43:48:LCDSys - Sensor error:  30
10.02.2017 19:43:48:LCDSys - Sensor 1365693930.88332 (GPUInfoBox Fan_Sensor malfunction : conversion from string to type 'double' is not valid. / Debug value: 30 :    at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.Operators.CompareObject2(Object Left, Object Right, Boolean TextCompare)
   at Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectNotEqual(Object Left, Object Right, Boolean TextCompare)
   at u.b()


So there still is a problem when converting a number like 1365543861.32573 to a double (probably related to my country preferences since I'm in Europe and here a double would look like this: 1365543861,32573 (comma instead of period)

enderep12
 
Posts: 16
Joined: Thu Dec 31, 2015 3:23 pm

Re: GOverlay 1.4.8 Released

Postby naaitsab » Sat Feb 11, 2017 1:45 pm

@TheLaGmAn
As requested. With SIV and RTSS turned off and all other plugins disabled it still crashes at about 1400MB RAM usage (51% left on the system) so there is still a memory leak.
The same kernelbase.dll and .net 'out of memory' error in the windows event log.

naaitsab
 
Posts: 12
Joined: Sun May 22, 2016 6:04 pm

Re: GOverlay 1.4.8 Released

Postby TheLaGmAn » Sun Feb 12, 2017 3:02 pm

enderep12 wrote:First of all thanks for the release! Great work.

However the problem with the conversions still seems to persist.

It doesn't show in an "extreme" way like in the past (e.g. LCDSysinfo will stop working) but I still get these errors thrown for both CPU and GPU fans and after 5-6 hours my GOverlay application seems to crash (maybe related to this):

Code: Select all
10.02.2017 19:43:48:LCDSys - Sensor 1365543861.32573 (CPUInfoBox Fan_Sensor malfunction : conversion from string to type 'double' is not valid. / Debug value: 30 :   at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.Operators.CompareObject2(Object Left, Object Right, Boolean TextCompare)
   at Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectNotEqual(Object Left, Object Right, Boolean TextCompare)
   at u.b()
10.02.2017 19:43:48:LCDSys - Sensor error:  30
10.02.2017 19:43:48:LCDSys - Sensor 1365693930.88332 (GPUInfoBox Fan_Sensor malfunction : conversion from string to type 'double' is not valid. / Debug value: 30 :    at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.Operators.CompareObject2(Object Left, Object Right, Boolean TextCompare)
   at Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectNotEqual(Object Left, Object Right, Boolean TextCompare)
   at u.b()


So there still is a problem when converting a number like 1365543861.32573 to a double (probably related to my country preferences since I'm in Europe and here a double would look like this: 1365543861,32573 (comma instead of period)


Thanks for the info, can you send me an email to support@goverlay.com so we can check it out?

naaitsab wrote:@TheLaGmAn
As requested. With SIV and RTSS turned off and all other plugins disabled it still crashes at about 1400MB RAM usage (51% left on the system) so there is still a memory leak.
The same kernelbase.dll and .net 'out of memory' error in the windows event log.


Thats really odd, send me an email too, i will need to check it in your installation, i dont have the memory leak myself and i keep it on
User avatar
TheLaGmAn
Site Admin
 
Posts: 967
Joined: Wed Feb 26, 2014 8:32 pm

Re: GOverlay 1.4.8 Released

Postby honzfonz » Thu Feb 16, 2017 3:28 pm

Thanks

honzfonz
 
Posts: 4
Joined: Fri Aug 08, 2014 3:31 pm

Re: GOverlay 1.4.8 Released

Postby Satjevier » Sat Feb 25, 2017 6:24 pm

Thanks

Satjevier
 
Posts: 3
Joined: Wed Apr 27, 2016 7:38 am


Return to BETA Versions



Who is online

Users browsing this forum: No registered users and 2 guests

cron