2012/2/28 huoteihj <[email protected]>: > 我在终端wine 植物大战僵尸.exe后启动了,然后是一些乱码,不管了,一直按下 一步。 > 但是按到最后,有一个error然后弹出一个乱码框。 > 终端里面显示一下数据,看看可以结局不? > Desktop$ wine Plants.Vs.Zombies.exe > err:setupapi:create_dest_file failed to create > L"C:\\windows\\system32\\shlwapi.dll" (error=80) > fixme:heap:HeapSetInformation 0x110000 0 0x33d41c 4 > fixme:advapi:RegisterTraceGuidsW (0x72d52d, 0x836320, > {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x33d374, (null), (null), > 0x836328,): stub > fixme:advapi:RegisterTraceGuidsW (0x72d52d, 0x836340, > {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x33d374, (null), (null), > 0x836348,): stub > fixme:advapi:RegisterTraceGuidsW (0xac9f97, 0xc04b08, > {3e1fd72a-c323-4574-9917-5ce9c936f78c}, 1, 0x33d340, (null), (null), > 0xc04b10,): stub > fixme:advapi:RegisterTraceGuidsW (0xac9f97, 0xc04b28, > {afff9c82-5be3-4205-9b3e-49e014c09a63}, 1, 0x33d340, (null), (null), > 0xc04b30,): stub > fixme:advapi:RegisterTraceGuidsW (0x7e2f9f97, 0x7e434b08, > {3e1fd72a-c323-4574-9917-5ce9c936f78c}, 1, 0x33fce8, (null), (null), > 0x7e434b10,): stub > fixme:advapi:RegisterTraceGuidsW (0x7e2f9f97, 0x7e434b28, > {afff9c82-5be3-4205-9b3e-49e014c09a63}, 1, 0x33fce8, (null), (null), > 0x7e434b30,): stub > Native IE detected, not doing registration
看到这一行log, 我猜想你的wineprefix里曾经装过MS IE, 这会给调试带来一定的问题. 这种情况, 如果你去报bug, 开发者也不会接受. 我的第一个建议就是, 删除 ~/.wine , 然后重新安装 植物大战僵尸 $ rm ~/.wine $ wine Plants.Vs.Zombies.exe &> wine_plants_vs_zombies.log 将log重定向到一个文件中, 然后把这个文件贴到 pastebin 上, 把pastebin链接告诉大家, 让大家帮你分析. -- Regards, Qian Hong - Sent from Ubuntu http://www.ubuntu.com/ -- ubuntu-zh mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
