VirtualBox

Ignore:
Timestamp:
Sep 16, 2019 1:18:44 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133393
Message:

Main: bugref:9341: The "environment" parameter in the IMachine::launchVMProcess renamed to "environmentChanges" and changed the type from wstring to "safearray of wstrings"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r77978 r80824  
    268268    perf = ctx['perf']
    269269    session = ctx['global'].getSessionObject()
    270     progress = mach.launchVMProcess(session, vmtype, "")
     270    asEnv = []
     271    progress = mach.launchVMProcess(session, vmtype, asEnv)
    271272    if progressBar(ctx, progress, 100) and int(progress.resultCode) == 0:
    272273        # we ignore exceptions to allow starting VM even if
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette