VirtualBox

Changes between Initial Version and Version 1 of Ticket #13763, comment 7


Ignore:
Timestamp:
Mar 31, 2015 1:48:33 PM (9 years ago)
Author:
batyr

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13763, comment 7

    initial v1  
    33We had to download the source code 4.3.26 and fix it for now.
    44
    5 The problem is that m_machineState variable (in src\VBox\Frontends\VirtualBox\src\runtime\UISession.cpp) sometimes is not set to KMachineState_Running state where it is supposed to be. Then it does not pass the check on "VM running" status and as a result VM goes to default mode (normal mode).
     5The problem is that m_machineState variable (in src\VBox\Frontends\VirtualBox\src\runtime\UISession.cpp) sometimes is not set to KMachineState_Running state where it is supposed to be (m_machineState = 13!!! it's not correct). Then it does not pass the check on "VM running" status and as a result VM goes to default mode (normal mode).
    66
    77To fix the problem we had to add just one single line to the code.

© 2023 Oracle
ContactPrivacy policyTerms of Use