-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When I use the codes below, randomize never gives any output, it seems like it goes into an endless wait. and I noticed that it does this when you use it after the stop_vm command.
from pymemuc import PyMemuc
memuc = PyMemuc(debug=True)
memuc.stop_vm(vm_index=0)
memuc.randomize_vm(vm_index=0)
memuc.start_vm(vm_index=0)
2023-11-17 04:27:29,728 - pymemuc.pymemuc - DEBUG - PyMemuc: Debug mode enabled
2023-11-17 04:27:29,728 - pymemuc.pymemuc - DEBUG - pymemuc._memuc.memuc_run:
2023-11-17 04:27:29,728 - pymemuc.pymemuc - DEBUG - Command: "C:\Microvirt\Memu\memuc.exe -i 0 stop"
2023-11-17 04:27:30,848 - pymemuc.pymemuc - DEBUG - Output: SUCCESS: stop vm finished.
2023-11-17 04:27:30,849 - pymemuc.pymemuc - DEBUG - pymemuc._memuc.memuc_run:
2023-11-17 04:27:30,849 - pymemuc.pymemuc - DEBUG - Command: "C:\Microvirt\Memu\memuc.exe -i 0 randomize"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working