Replies: 1 comment 4 replies
-
|
Maybe the game changed the executable name after update? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue
I've noticed that the processTrigger stopped working for me.
It worked properly before, I used it to switch to RazerConnect when im playing certain games and today I noticed that the trigger wont "trigger".
Debug report
Current configuration
{ "Profiles": [ { "Name": "Default", "Ports": [ [9802, 8800, 1], [9802, 8800, 2], [9802, 8800, 3], [9802, 8800, 4], [9802, 8800, 5], [9802, 8801, 1], [9802, 8801, 2], [9802, 8801, 3], [9802, 8801, 4], [9802, 8801, 5] ], "SpeedControllers": [ { "Type": "PwmSpeedController", "Config": { "CurvePoints": [ [20, 0], [30, 20], [40, 20], [50, 35], [60, 40], [65, 45], [70, 60], [75, 80], [80, 90], [85, 100] ], "Sensors": ["/amdcpu/0/temperature/2", "/gpu-nvidia/0/temperature/0"], "SensorMixFunction": "Maximum", "Trigger": { "Type": "AlwaysTrigger" } } } ], "Effects": [ { "Type": "RazerConnectEffect", "Config": { "Layer": "custom", "ColorGenerationMethod": "PerPort", "Trigger": { "Type": "ProcessTrigger", "Config": { "Processes": ["RDR2", "DSPGAME", "ds"], "UpdateInterval": 100 } } } }, { "Type": "AuroraEffect", "Config": { "Step": 0.05, "Length": 28, "Mirror": false, "Brightness": 1.0, "Saturation": 1.0, "ColorGenerationMethod": "PerPort", "Trigger": { "Type": "AlwaysTrigger" } } } ] } ], "ComputerStateProfiles": [ { "StateType": "Boot", "Ports": [ [9802, 8800, 1], [9802, 8800, 2], [9802, 8800, 3], [9802, 8800, 4], [9802, 8800, 5], [9802, 8801, 1], [9802, 8801, 2], [9802, 8801, 3], [9802, 8801, 4], [9802, 8801, 5] ], "Speed": 50, "EffectType": "PerLed", "Color": { "Full": [255, 0, 0] } } ], "PortConfigs": [ { "Ports": [ [9802, 8800, 1], [9802, 8800, 2], [9802, 8800, 3] ], "Config": { "Name": "Bottom Fans", "DeviceType": "RiingQuad", "IgnoreColorCache": true, "IgnoreSpeedCache": true, "ColorModifiers": [ { "Type": "LerpLedColorModifier", "Config": { "LerpType": "Smooth" } }, { "Type": "RotateLedColorModifier", "Config": { "ZoneRotation": [16, 16, 16, 16] } } ] } }, { "Ports": [ [9802, 8800, 4], [9802, 8800, 5], [9802, 8801, 1] ], "Config": { "Name": "Side Fans", "DeviceType": "RiingQuad", "IgnoreColorCache": true, "IgnoreSpeedCache": true, "ColorModifiers": [ { "Type": "LerpLedColorModifier", "Config": { "LerpType": "Smooth" } }, { "Type": "RotateLedColorModifier", "Config": { "ZoneRotation": [16, 16, 16, 16] } } ] } }, { "Ports": [ [9802, 8801, 2], [9802, 8801, 3], [9802, 8801, 4] ], "Config": { "Name": "Top Fans", "DeviceType": "RiingTrio", "IgnoreColorCache": true, "IgnoreSpeedCache": true, "ColorModifiers": [ { "Type": "LerpLedColorModifier", "Config": { "LerpType": "Smooth" } }, { "Type": "RotateLedColorModifier", "Config": { "ZoneRotation": [16, 16, 16, 16] } } ] } }, { "Ports": [ [9802, 8801, 5] ], "Config": { "Name": "Back Fan", "DeviceType": "RiingTrio", "IgnoreColorCache": true, "IgnoreSpeedCache": true, "ColorModifiers": [ { "Type": "LerpLedColorModifier", "Config": { "LerpType": "Smooth" } }, { "Type": "RotateLedColorModifier", "Config": { "ZoneRotation": [16, 16, 16, 16] } } ] } } ], "SensorConfigs": [ { "Sensors": ["/amdcpu/0/temperature/2"], "Config": { "Offset": -5, "CriticalValue": 85 } } ] }Beta Was this translation helpful? Give feedback.
All reactions