嗨,我安装了Genymotion。我可以在我的帐户上签名,但是当我想要添加虚拟设备时,它会崩溃。
这是日志:
Apr 14 16:39:54 [Genymotion] [debug] [WalkTemporaryDirectory] Path of search: "/home/rasoul/.Genymobile"
Apr 14 16:39:54 [Genymotion] [debug] [WalkTemporaryDirectory] Path of search: "/home/rasoul/.Genymobile/Genymotion/cache/network/"
Apr 14 16:39:54 [Genymotion] [debug] [WalkTemporaryDirectory] Path of search: "/home/rasoul/.Genymobile/Genymotion/templates/"
Apr 14 16:39:54 [Genymotion] [debug] [ComputeCacheSize] 105 bytes found
Apr 14 16:39:57 [Genymotion] [debug] Virtual devices directory: "/home/rasoul/.Genymobile/Genymotion/deployed/"
Apr 14 16:39:57 [Genymotion] [debug] Screencast directory: "/home/rasoul"
Apr 14 16:39:59 [Genymotion] [debug] GET QUrl( "https://cloud.genymotion.com/vmtemplate/getall" )
Apr 14 16:39:59 [Genymotion] [debug] Genymotion template count: 107
Apr 14 16:39:59 [Genymotion] [debug] template list retrieved: 107
Apr 14 16:40:05 [Genymotion] [debug] Searching virtual device with same name
Apr 14 16:40:08 [Genymotion] [debug] Launching download
Apr 14 16:40:08 [Genymotion] [debug] GET QUrl( "https://cloud.genymotion.com/vmtemplate/2bb3d2b7-3b56-476a-b13e-ffc57722b1a5/getova" )
Apr 14 16:40:08 [Genymotion] [debug] Proxy configuration: no proxy used
Apr 14 16:40:08 [Genymotion] [debug] Start timer
Apr 14 16:40:08 [Genymotion] [debug] Remote file size: 155371520 , current local file size: 0
Apr 14 16:40:08 [Genymotion] [debug] Starting new download
Apr 14 16:40:08 [Genymotion] [debug] Downloading file "http://dl.genymotion.com/dists/4.1.1/ova/genymotion_vbox86p_4.1.1_170321_000946.ova"
Apr 14 16:40:08 [Genymotion] [debug] Start timer
Apr 14 16:40:10 [Genymotion] [fatal] QMetaType::registerType: Binary compatibility break -- Size mismatch for type 'QPaintBufferCacheEntry' [1024]. Previously registered size 16, now registering size 0.具体错误如下:
QMetaType::registerType: Binary compatibility break -- Size mismatch for type 'QPaintBufferCacheEntry' [1024]. Previously registered size 16, now registering size 0.`enter code here`发布于 2017-10-14 21:53:42
本文描述了这里的解决方案。
简而言之:从.ova复制~/.Genymobile/genymotion.log文件的名称,下载到~/.Genymobile/Genymotion/ova,然后再尝试添加相同的设备一次。
https://askubuntu.com/questions/904737
复制相似问题