Skip to content

Commit 0f26a73

Browse files
committed
fix aurora not launching without razer chroma issue
1 parent b25ecc4 commit 0f26a73

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Project-Aurora/Project-Aurora/Modules/RazerSdkModule.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ public void Initialize()
4444
{
4545
Global.logger.Fatal("RazerSdkManager failed to load!");
4646
Global.logger.Fatal(exc.ToString());
47+
_sdkTaskSource.SetResult(null);
4748
}
4849
}
4950
else
5051
{
5152
Global.logger.Warn("Currently installed razer sdk version \"{0}\" is not supported by the RazerSdkManager!", RzHelper.GetSdkVersion());
53+
_sdkTaskSource.SetResult(null);
5254
}
5355
}
5456

0 commit comments

Comments
 (0)