gpt4 book ai didi

centos - Wine InnoSetup CentOs

转载 作者:太空宇宙 更新时间:2023-11-03 17:24:18 32 4
gpt4 key购买 nike

您好,我正在尝试在 CentOS 下通过 Innosetup 和 wine 编译“iss”文件。

wine64 ISCC.exe my_file.iss

我得到了这个结果

The X11 driver is missing.  Check your build!

err:systray:initialize_systray Could not create tray window

err:wincodecs:PngEncoder_CreateInstance Trying to save PNG picture, but PNG support is not compiled in.
fixme:ole:CoCreateInstance no instance created for interface {00000103-a8f2-4877-ba0a-fd2b6645fb94} of class {27949969-876a-41d7-9447-568f6a35a4dc}, hres is 0x80
004005

有没有不用X11编译iss文件的方案?

谢谢,

最佳答案

Is there a solution to compile iss file without X11?

不,没有。 Wine 依赖于 xorg 库。

只要没有加载 x11 驱动程序,Wine 就会自动激活一个“空”驱动程序。但“空”驱动程序仅适用于纯控制台应用程序。

换句话说:安装 xorg 库,然后尝试一些控制台后端:

  • wine(裸 linux 控制台)
  • wineconsole --backend=curses(curses linux 控制台)
  • wineconsole --backend=user(win32 窗口)

关于centos - Wine InnoSetup CentOs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30893492/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com