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

every thime i apply change app stuck #48

Closed
4 tasks done
TheBossMagnus opened this issue Apr 8, 2022 · 9 comments
Closed
4 tasks done

every thime i apply change app stuck #48

TheBossMagnus opened this issue Apr 8, 2022 · 9 comments
Labels
bug Something isn't working

Comments

@TheBossMagnus
Copy link
Contributor

Prerequisites

  • Verify that this is not a Windows issue;
  • Refer to the System requirements;
  • SophiApp may not work on a homebrew Windows;
  • Attach a created log. You may find it in the Logs folder.

Steps To Reproduce

every thime i apply change it stucks like that:
image
Anyway the change are done

Expected behavior

....................

Actual behaviour

........................................................

Windows Version

Windows 21h2 22000.593 (insider release preview channel)

SophiApp version

10.0.0.50

SophiApp release type

Firefox

Logs

SophiApp-LENOVOIDEAPAD_3-132939185836626370.txt
SophiApp-LENOVOIDEAPAD_3-132939182092069639.txt

@TheBossMagnus TheBossMagnus added the bug Something isn't working label Apr 8, 2022
@farag2
Copy link
Member

farag2 commented Apr 8, 2022

I'll take a look at your logs on a business week. I think the 352 ID is the cause.

@TheBossMagnus
Copy link
Contributor Author

One drive is uninstalled with this script

If (!(Test-Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\OneDrive")) {
      New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\OneDrive" | Out-Null
  }
  Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\OneDrive" -Name "DisableFileSyncNGSC" -Type DWord -Value 1
  Write-Host "Uninstalling OneDrive..."
  Stop-Process -Name "OneDrive" -ErrorAction SilentlyContinue
  Start-Sleep -s 2
  $onedrive = "$env:SYSTEMROOT\SysWOW64\OneDriveSetup.exe"
  If (!(Test-Path $onedrive)) {
      $onedrive = "$env:SYSTEMROOT\System32\OneDriveSetup.exe"
  }
  Start-Process $onedrive "/uninstall" -NoNewWindow -Wait
  Start-Sleep -s 2
  Stop-Process -Name "explorer" -ErrorAction SilentlyContinue
  Start-Sleep -s 2
  Remove-Item -Path "$env:USERPROFILE\OneDrive" -Force -Recurse -ErrorAction SilentlyContinue
  Remove-Item -Path "$env:LOCALAPPDATA\Microsoft\OneDrive" -Force -Recurse -ErrorAction SilentlyContinue
  Remove-Item -Path "$env:PROGRAMDATA\Microsoft OneDrive" -Force -Recurse -ErrorAction SilentlyContinue
  Remove-Item -Path "$env:SYSTEMDRIVE\OneDriveTemp" -Force -Recurse -ErrorAction SilentlyContinue
  If (!(Test-Path "HKCR:")) {
      New-PSDrive -Name HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT | Out-Null
  }
  Remove-Item -Path "HKCR:\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" -Recurse -ErrorAction SilentlyContinue
  Remove-Item -Path "HKCR:\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" -Recurse -ErrorAction SilentlyContinue
  Write-Host "Disabled OneDrive"
  $ResultText.text = "`r`n" +"`r`n" + "Deleted and Disabled OneDrive"

@farag2
Copy link
Member

farag2 commented Apr 9, 2022

Ah, that was just our guess. Your log looks like legit. And the script you used too. We will get back to the bug on Monday.

@TheBossMagnus
Copy link
Contributor Author

Our guess seems to be wrong. I tested on a VM with Onedrive uninstalled with that script and everything went well. I was on windows 10 and Eset(my av) wasn't installed

@farag2
Copy link
Member

farag2 commented Apr 11, 2022

We guessed about that too. We need more time to get to this issue. Is the issue reproduced with the 53 build?

@TheBossMagnus
Copy link
Contributor Author

TheBossMagnus commented Apr 11, 2022

Yes,
but the app generally work better: the animation are smother and it's more reactive

@farag2
Copy link
Member

farag2 commented Apr 11, 2022

Attach please new log.

@TheBossMagnus
Copy link
Contributor Author

SophiApp-LENOVOIDEAPAD_3-132941793134422579.txt
Here you are!

@farag2
Copy link
Member

farag2 commented Apr 27, 2022

@farag2 farag2 closed this as completed Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants