On 3 Jun 2017, at 14:27, Oleksandr Zaytsev <olk.zaytsev@gmail.com> wrote:Then, after I executedand received the same errorAs suggested on Discord, I tried thisHello,Yesterday during the Pharo Sprint I was experiencing many problems with my 64-bit Pharo Image and Pharo Sprint App. For example, whenever I clicked "Open in FogBugz", "Discuss on Discord", or "Help" in a Sprint App, I got
Error: Could not find accessor for variable named "command"
WebBrowser openOn: 'http://pharo.org'
xdg-open 'http://pharo.org'
in my Linux terminal, and it worked without an error, Juraj Kubelka assumed that ffi does not work on Linux 64-bit and told me that I should report this issue to Torsten Bergmann.Also, no method comments or class comments were visible in my image. And when I tried to write and save a comment, it just disappeared. These two problems may be related.OS: Ubuntu 16.04 LTSVM: 201705310241 (http://files.pharo.org/vm/pharo-spur64/)Image: Pharo64-60498 (http://files.pharo.org/image/60/latest-64.zip)Oleks