question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Runtime error when uninstalling cosmos

See original GitHub issue

I am getting the same issue when uninstalling as described in #215 (although it should be fixed?) :

Runtime Error (at 47:380): An error occurred while unregistering Cosmos from Visual Studio!

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
czhowercommented, Feb 2, 2017

ehm - keep the foul language to yourself or you will be banned.

Cosmos is open source and we have limited resources. Feel free to submit a patch.

0reactions
rayw1commented, Feb 16, 2022

If anyone is working with release 20150130, a quick way to fix this uninstall runtime error is to edit ./setup/events.inc and replace the procedure CurUninstallStepChanged with this:

procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep);
var
    xResultCode: Integer;
begin
    EnableFsRedirection(true);
    ShellExec('runas', ExpandConstant('{code:VSNET2013_PATH|}\devenv.exe'), '/setup', '', SW_HIDE, ewWaitUntilTerminated, xResultCode);
    EnableFsRedirection(false);
end;
Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: There was a problem during the uninstall (-1)
I am try to uninstall DC Universe Online Version 1.0.3.183 then i get a small window popup stating this: Error
Read more >
Error while uninstalling malwarebytes | "Runtime error (at ...
The following error message is appearing the moment I uninstall the application !! How can I solve this problem?
Read more >
Unable to Uninstall the Game | DC Universe Online Forums
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information ...
Read more >
How to Fix Runtime Error on Windows in 4 Ways
Step 2: Then in control panel, under the "Programs", click on "Uninstall a program" option. fix runtime error r6002. Step 3: Select the ......
Read more >
Can't uninstall Maxon or Red Giant Folder. : r/redgiant
I unistalled everything, but when I want to open DaVinci Resolve the message:"red giant universe error connecting to universe runtime.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found