Giter Club home page Giter Club logo

Comments (3)

seerge avatar seerge commented on August 30, 2024

@Jarbuyer hello, can you check windows Even Viewer for a crash logs mentioning GHelper.exe ?

Cause looks like you start / restart app few times in a row or app just crashes by some unknown reason (and then of course hotkeys won't work cause it handles them)

30-08-2024 1.48.22 AM: App launched: ROG Zephyrus G14 GA401QH_GA401QH :0.184.0.0en-US.
30-08-2024 1.48.23 AM: Matrix control device was not found on your machine.
30-08-2024 1.51.53 AM: ------------
30-08-2024 1.51.55 AM: App launched: ROG Zephyrus G14 GA401QH_GA401QH :0.184.0.0en-US.
30-08-2024 1.51.56 AM: Matrix control device was not found on your machine.
30-08-2024 1.52.45 AM: ------------
30-08-2024 1.52.45 AM: App launched: ROG Zephyrus G14 GA401QH_GA401QH :0.184.0.0en-US.
30-08-2024 1.52.45 AM: Matrix control device was not found on your machine.
30-08-2024 1.52.46 AM:  HDR: False 8 0 False

from g-helper.

Jarbuyer avatar Jarbuyer commented on August 30, 2024

Log Name: Application
Source: .NET Runtime
Date: 30-08-2024 1.55.00 AM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: R0G-Zephyrus
Description:
Application: GHelper.exe
CoreCLR Version: 8.0.824.36612
.NET Version: 8.0.8
Description: The process was terminated due to an unhandled exception.
Exception Info: System.TypeInitializationException: The type initializer for 'GHelper.Program' threw an exception.
---> System.ComponentModel.Win32Exception (87): The parameter is incorrect.
at GHelper.Display.ScreenCCD.GetHDRStatus(Boolean log) in D:\a\g-helper\g-helper\app\Display\ScreenCCD.cs:line 19
at GHelper.Display.VisualControl.SetVisual(SplendidCommand mode, Int32 whiteBalance, Boolean init) in D:\a\g-helper\g-helper\app\Display\VisualControl.cs:line 229
at GHelper.SettingsForm.InitVisual() in D:\a\g-helper\g-helper\app\Settings.cs:line 392
at GHelper.SettingsForm..ctor() in D:\a\g-helper\g-helper\app\Settings.cs:line 277
at GHelper.Program..cctor() in D:\a\g-helper\g-helper\app\Program.cs:line 30
--- End of inner exception stack trace ---
at GHelper.Program.Main(String[] args) in D:\a\g-helper\g-helper\app\Program.cs:line 72

Event Xml:



1026
0
2
0
0
0x80000000000000

345611


Application
R0G-Zephyrus



Application: GHelper.exe
CoreCLR Version: 8.0.824.36612
.NET Version: 8.0.8
Description: The process was terminated due to an unhandled exception.
Exception Info: System.TypeInitializationException: The type initializer for 'GHelper.Program' threw an exception.
---> System.ComponentModel.Win32Exception (87): The parameter is incorrect.
at GHelper.Display.ScreenCCD.GetHDRStatus(Boolean log) in D:\a\g-helper\g-helper\app\Display\ScreenCCD.cs:line 19
at GHelper.Display.VisualControl.SetVisual(SplendidCommand mode, Int32 whiteBalance, Boolean init) in D:\a\g-helper\g-helper\app\Display\VisualControl.cs:line 229
at GHelper.SettingsForm.InitVisual() in D:\a\g-helper\g-helper\app\Settings.cs:line 392
at GHelper.SettingsForm..ctor() in D:\a\g-helper\g-helper\app\Settings.cs:line 277
at GHelper.Program..cctor() in D:\a\g-helper\g-helper\app\Program.cs:line 30
--- End of inner exception stack trace ---
at GHelper.Program.Main(String[] args) in D:\a\g-helper\g-helper\app\Program.cs:line 72


Log Name: Application
Source: Application Error
Date: 30-08-2024 1.55.00 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: R0G-Zephyrus
Description:
Faulting application name: GHelper.exe, version: 0.184.0.0, time stamp: 0x666b0000
Faulting module name: KERNELBASE.dll, version: 10.0.19041.4717, time stamp: 0x16b0a901
Exception code: 0xe0434352
Fault offset: 0x000000000003b699
Faulting process id: 0x2ae4
Faulting application start time: 0x01dafa51856a8fba
Faulting application path: C:\Users\yubra\Downloads\Compressed\GHelper\GHelper.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 4ec7a21f-b846-40f5-9852-98920101d8b7
Faulting package full name:
Faulting package-relative application ID:
Event Xml:



1000
0
2
100
0
0x80000000000000

345612


Application
R0G-Zephyrus



GHelper.exe
0.184.0.0
666b0000
KERNELBASE.dll
10.0.19041.4717
16b0a901
e0434352
000000000003b699
2ae4
01dafa51856a8fba
C:\Users\yubra\Downloads\Compressed\GHelper\GHelper.exe
C:\WINDOWS\System32\KERNELBASE.dll
4ec7a21f-b846-40f5-9852-98920101d8b7





from g-helper.

seerge avatar seerge commented on August 30, 2024

@Jarbuyer ok,

There is some internal windows issue with screen type detection, I also see in main app log that asus driver complains about missing color profiles

30-08-2024 1.52.46 AM: C:\WINDOWS\system32\DriverStore\FileRepository\asussci2.inf_amd64_ad7e5f4b857611df\ASUSOptimization\AsusSplendid.exe 22 0 50
30-08-2024 1.52.47 AM: !! ICM file not exist !!

So it's probably cause of that.

But I have suppressed this exception , and shouldn't crash at least.
Try this build :

GHelper.zip

from g-helper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.