MemProcFS icon indicating copy to clipboard operation
MemProcFS copied to clipboard

[python api]Can not init an image within chinese path

Open RebieKong opened this issue 6 months ago • 3 comments

when using memprocfs.Vmm(['-disable-symbols','-device', self.memory_img_path]) my image_path with chinese,

Image Image

it will show an error: self.vmm = memprocfs.Vmm(['-disable-symbols','-device', self.memory_img_path]) TypeError: Vmm.init(): Initialization of vmm failed.

RebieKong avatar Aug 14 '25 03:08 RebieKong