gpt4 book ai didi

javascript - 如何在 Ubuntu 的控制台中设置 slimerjs?

转载 作者:行者123 更新时间:2023-11-30 12:39:06 25 4
gpt4 key购买 nike

我正在尝试从控制台使用 slimer.js 制作 webgl 模型的屏幕截图

  1. 我安装依赖

    # sudo apt-get install libc6 libstdc++6 libgcc1 libgtk2.0-0 libasound2 libxrender1

  2. 我从 http://slimerjs.org/download.html 下载适用于 Linux x86_64 的软件包

  3. 安装火狐

    # apt-get 安装 firefox

  4. 创建脚本

    var system = require('系统'), page = require('网页').create();

    page.open(' http://github.com/ ', function() { page.render('test.png'); phantom.exit();});page.onError = function(msg, trace) { 控制台日志(消息);

  5. 添加到 firefox.app 的路径

    # export SLIMERJSLAUNCHER=/usr/bin/firefox

  6. 使用 xulrunner 运行 slimer

    # ./slimerjs/xulrunner/xulrunner ./slimerjs/slimerjs 屏幕.js

  7. 最后报错:

# ./slimerjs/xulrunner/xulrunner ./slimerjs/slimerjs screen.js

(process:23815): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed Error: App:Name not specified in application.ini

我做错了什么?请帮助我找出答案。

致以最诚挚的问候。安东。

最佳答案

问题出在 firefox 版本

# python slimerjs.py --debug=true ../screen.js (process:24063): GLib-CRITICAL : g_slice_set_config: assertion 'sys_page_size == 0' failed Error: Platform version '31.0' is not compatible with minVersion >= 17.0.0 maxVersion <= 29.

关于javascript - 如何在 Ubuntu 的控制台中设置 slimerjs?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25104534/

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