|
|
我要用到windows下的一个汇编程序,所以用wine。
但是运行后显示:
$ wine asm.exe
Fontconfig warning: line 376: unknown element "other_family"
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
我运行有的程序可以:
$ wine rom.exe
Fontconfig warning: line 376: unknown element "other_family"
只显示这行,然后程序就运行了。
那个Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
到底是什么意思呢?
我系统是mandrake10.1offical,装的是wine1019的mdk的rpm包。
谢谢! |
|