Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaScript issues an error at startup and does not detect displays. #976

Open
311time opened this issue Mar 30, 2025 · 1 comment
Open

Comments

@311time
Copy link

311time commented Mar 30, 2025

I tried to turn on legacy mode and reinstall the app, but it didn't help.
Image

{
	"type": "getReport",
	"report": {
		"lastDDCCIList": [],
		"lastWMI": {},
		"lastWin32": {},
		"monitorsAppleStudio": {},
		"monitorReports": {},
		"monitorReportsRaw": {},
		"lastRefresh": {},
		"settings": {
			"isDev": false,
			"settingsVer": "v1.16.6",
			"settingsBuild": "b250a2dd0d7dbbe1222880589a87fbcab05abe3d",
			"userClosedIntro": true,
			"theme": "default",
			"icon": "fluent",
			"updateInterval": 500,
			"openAtLogin": true,
			"brightnessAtStartup": true,
			"killWhenIdle": false,
			"remaps": {},
			"hotkeys": [],
			"hotkeyPercent": 10,
			"adjustmentTimes": [],
			"adjustmentTimeIndividualDisplays": false,
			"adjustmentTimeSpeed": "normal",
			"adjustmentTimeAnimate": false,
			"adjustmentTimeLongitude": 0,
			"adjustmentTimeLatitude": 0,
			"checkTimeAtStartup": true,
			"order": [],
			"monitorFeatures": {},
			"monitorFeaturesSettings": {},
			"hideDisplays": {},
			"checkForUpdates": true,
			"dismissedUpdate": "",
			"language": "system",
			"names": {},
			"analytics": true,
			"scrollShortcut": true,
			"scrollShortcutAmount": 2,
			"scrollFlyoutAmount": 2,
			"invertScroll": false,
			"useAcrylic": false,
			"useNativeAnimation": false,
			"sleepAction": "ps",
			"hotkeysBreakLinkedLevels": true,
			"enableSunValley": true,
			"isWin11": true,
			"windowsStyle": "system",
			"hideClosedLid": false,
			"getDDCBrightnessUpdates": false,
			"detectIdleTimeEnabled": false,
			"detectIdleTimeSeconds": 0,
			"detectIdleTimeMinutes": 5,
			"detectIdleCheckFullscreen": false,
			"detectIdleMedia": false,
			"idleRestoreSeconds": 0,
			"wakeRestoreSeconds": 0,
			"hardwareRestoreSeconds": 0,
			"checkVCPWaitMS": 20,
			"overrideTaskbarPosition": false,
			"overrideTaskbarGap": false,
			"disableAppleStudio": false,
			"disableHighLevel": false,
			"disableWMIC": false,
			"disableWMI": false,
			"disableWin32": false,
			"enableHDR": false,
			"autoDisabledWMI": false,
			"useWin32Event": true,
			"useElectronEvents": true,
			"useWmDisplayChangeEvent": true,
			"useScMonitorPowerEvent": true,
			"useGuidPresenceEvent": true,
			"useGuidBrightnessEvent": true,
			"recreateTray": false,
			"recreateFlyout": false,
			"defaultOverlayType": "safe",
			"disableMouseEvents": false,
			"disableThrottling": false,
			"userDDCBrightnessVCPs": {},
			"userSkipReapply": [],
			"preferredDDCCIMethod": "accurate",
			"lastDetectedDDCCIMethod": "none",
			"forceLowPowerGPU": false,
			"ddcPowerOffValue": 5,
			"disableAutoRefresh": false,
			"disableAutoApply": false,
			"udpEnabled": false,
			"udpRemote": false,
			"udpPortStart": 14715,
			"udpPortActive": 14715,
			"udpKey": "aa1297e2-f742-47a4-bcac-6e3f97d29d25",
			"showConsole": false,
			"profiles": [],
			"uuid": "5a4c17ff-6cd0-49b0-b73f-e4100c5bd334",
			"branch": "master"
		}
	}
}
@311time
Copy link
Author

311time commented Mar 30, 2025

Report before reinstall

	"type": "getReport",
	"report": {
		"lastDDCCIList": [],
		"lastWMI": {},
		"lastWin32": {},
		"monitorsAppleStudio": {},
		"monitorReports": {},
		"monitorReportsRaw": {},
		"lastRefresh": {},
		"settings": {
			"isDev": false,
			"settingsVer": "v1.16.6",
			"settingsBuild": "b250a2dd0d7dbbe1222880589a87fbcab05abe3d",
			"userClosedIntro": true,
			"theme": "default",
			"icon": "fluent",
			"updateInterval": 500,
			"openAtLogin": true,
			"brightnessAtStartup": true,
			"killWhenIdle": false,
			"remaps": {
				"\\\\?\\DISPLAY#SAM08D4#5&9f5c855&2&UID24833": {
					"min": 0,
					"max": 90
				}
			},
			"hotkeys": [],
			"hotkeyPercent": 10,
			"adjustmentTimes": [],
			"adjustmentTimeIndividualDisplays": false,
			"adjustmentTimeSpeed": "normal",
			"adjustmentTimeAnimate": false,
			"adjustmentTimeLongitude": 0,
			"adjustmentTimeLatitude": 0,
			"checkTimeAtStartup": true,
			"order": [],
			"monitorFeatures": {
				"JXXFFFF": {
					"0x12": true
				},
				"SAM08D4": {
					"0x12": false
				}
			},
			"monitorFeaturesSettings": {
				"JXXFFFF": {
					"0x12": {
						"icon": "e897",
						"iconType": "windows",
						"iconText": "",
						"iconPath": "",
						"min": 0,
						"max": 100,
						"maxVisual": 100,
						"linked": false
					}
				},
				"SAM08D4": {
					"0x12": {
						"icon": "e897",
						"iconType": "windows",
						"iconText": "",
						"iconPath": "",
						"min": 0,
						"max": 100,
						"maxVisual": 100,
						"linked": false
					}
				}
			},
			"hideDisplays": {},
			"checkForUpdates": true,
			"dismissedUpdate": "",
			"language": "system",
			"names": {},
			"analytics": true,
			"scrollShortcut": true,
			"scrollShortcutAmount": 2,
			"scrollFlyoutAmount": 2,
			"invertScroll": false,
			"useAcrylic": true,
			"useNativeAnimation": false,
			"sleepAction": "ps",
			"hotkeysBreakLinkedLevels": true,
			"enableSunValley": true,
			"isWin11": true,
			"windowsStyle": "win11",
			"hideClosedLid": false,
			"getDDCBrightnessUpdates": false,
			"detectIdleTimeEnabled": false,
			"detectIdleTimeSeconds": 0,
			"detectIdleTimeMinutes": 5,
			"detectIdleCheckFullscreen": false,
			"detectIdleMedia": false,
			"idleRestoreSeconds": 0,
			"wakeRestoreSeconds": 0,
			"hardwareRestoreSeconds": 0,
			"checkVCPWaitMS": 20,
			"overrideTaskbarPosition": false,
			"overrideTaskbarGap": false,
			"disableAppleStudio": false,
			"disableHighLevel": false,
			"disableWMIC": false,
			"disableWMI": true,
			"disableWin32": false,
			"enableHDR": false,
			"autoDisabledWMI": true,
			"useWin32Event": true,
			"useElectronEvents": true,
			"useWmDisplayChangeEvent": true,
			"useScMonitorPowerEvent": true,
			"useGuidPresenceEvent": true,
			"useGuidBrightnessEvent": true,
			"recreateTray": false,
			"recreateFlyout": false,
			"defaultOverlayType": "safe",
			"disableMouseEvents": false,
			"disableThrottling": false,
			"userDDCBrightnessVCPs": {},
			"userSkipReapply": [],
			"preferredDDCCIMethod": "accurate",
			"lastDetectedDDCCIMethod": "none",
			"forceLowPowerGPU": false,
			"ddcPowerOffValue": 5,
			"disableAutoRefresh": false,
			"disableAutoApply": false,
			"udpEnabled": false,
			"udpRemote": false,
			"udpPortStart": 14715,
			"udpPortActive": 14715,
			"udpKey": "de82165a-6dd7-43b8-9055-cc9d6f8d2d95",
			"showConsole": false,
			"profiles": [],
			"uuid": "9be3d0d8-cdea-471f-aa00-51997a1dbb65",
			"branch": "master",
			"linkedLevelsActive": false
		}
	}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant