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

Stable 1.82.10 Hotfix #647

Merged
merged 16 commits into from
Dec 27, 2024
Merged

Stable 1.82.10 Hotfix #647

merged 16 commits into from
Dec 27, 2024

Conversation

neon-nyan
Copy link
Member

What's new? - 1.82.10

  • [Fix] NullReferenceException crash caused by null voice_packs property, by @neon-nyan
  • [Fix] Some migration dialog still provides install choices, by @neon-nyan
  • [Fix] TimeSpan overflow + Number to Percentage and TimeSpan converter refactor, by @neon-nyan and @bagusnl
  • [Fix] Minor Audio Selection UI bug, by @neon-nyan
  • [Fix] More SharingViolation exceptions on InstallManagerBase, by @neon-nyan
  • [Fix] DirectoryNotFoundException on HSR's Game Repair -> RemoveHashMarkFile() method, by @neon-nyan
  • [Fix] Relative URL for the Velopack packages getting cut-off, by @neon-nyan
Changelog Prefixes
  **[New]**
  **[Imp]**
  **[Fix]**
  **[Loc]**
  **[Doc]**

SentryHelper.ExceptionHandler(ex, SentryHelper.ExceptionType.UnhandledOther);
// If failed, flag ErrorOccured as true and skip the source directory deletion
LogWriteLine($"Error while deleting source directory \"{directoryInfoSource.FullName}\"\r\nException: {ex}", LogType.Error, true);
errorOccured = true;

Check warning

Code scanning / QDNET

Assignment is not used Warning

Value assigned is not used in any execution path
@@ -389,10 +390,18 @@
basePath = Path.GetDirectoryName(filePath);
baseName = Path.GetFileNameWithoutExtension(filePath);

// Get directory base info. If it doesn't exist, return
DirectoryInfo basePathDirInfo = new DirectoryInfo(basePath);

Check warning

Code scanning / QDNET

Possible 'null' assignment to non-nullable entity Warning

Possible 'null' assignment to non-nullable entity
@@ -472,6 +472,16 @@
Grid thisIconText = (Grid)thisCheckBox?.FindDescendant("IconText");
if (thisIconText != null)
thisIconText.Opacity = 1;

RadioButton thisRadioButton = thisCheckBox.Parent as RadioButton;

Check warning

Code scanning / QDNET

Possible 'System.NullReferenceException' Warning

Possible 'System.NullReferenceException'
@neon-nyan neon-nyan self-assigned this Dec 27, 2024
@neon-nyan neon-nyan added Bug Something isn't working Enhancement New feature or request Area: Runtime Issue labeled for runtime, Hi3Helper.Core and other libraries used by Collapse Area: Launcher Issue labeled for Launcher update mechanism Priority: Medium labels Dec 27, 2024
@neon-nyan neon-nyan merged commit b6e1c29 into stable Dec 27, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Launcher Issue labeled for Launcher update mechanism Area: Runtime Issue labeled for runtime, Hi3Helper.Core and other libraries used by Collapse Bug Something isn't working Enhancement New feature or request Priority: Medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants