Oracle VirtualBox terminated unexpectedly, with exit code -1073741819 (0xc0000005)

前端 未结 9 1249
渐次进展
渐次进展 2021-02-12 22:10

My VirtualBox virtual machine suddenly doesn\'t work, instead producing an error. I don\'t know what is causing this error; I searched Google for a solution, but failed. I have

9条回答
  •  伪装坚强ぢ
    2021-02-12 22:54

    I faced the same problem with VBox Version 5.02. for a week!!!!! (!!phew :( ) I even tried Andrian Leo's solution but it was also not working. But your solution gave me the clue as what was the problem.

    When I executed your solution, I found out that, even after changing the heck keys, the same were getting reverted to its default values, which actually pointed out that I am doing something wrong.

    Now I started thinking what was happening & why? I realized there is some permission issue in the execution of the Virtual Machine. I recalled that I installed the software by double clicking it & NOT by executing

    RUN as ADMINISTRATOR

    , which resulted in non changing of the drivers keys.

    I uninstalled the s/w & installed again with "Run as administrator" & then executed the VM.

    It runs without any problem :)

    Hope this helps!!!

提交回复
热议问题