pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

First time Pharo experience: TFFIBackend induced crash...

M
mylists@posteo.de
Sun, May 29, 2022 5:52 AM

Hi,

(Running GENTOO Linux 64bit/no 32bit layer)

I just downloaded the Pharo Launcer and followed the instructions given here:

https://pharo-project.github.io/pharo-launcher/create-images/

I choose the newest stable image and launched it.

A post mortem screen pops up (see attachment). Since I just started with Pharo Smalltalk, i can only guess, that something with the “TFFIBackend” (whatever that is… ;) ) failed and Pharo stopped working.

I would like to use Pharo…

How can I fix that problem?

Cheers!

Hi, (Running GENTOO Linux 64bit/no 32bit layer) I just downloaded the Pharo Launcer and followed the instructions given here: https://pharo-project.github.io/pharo-launcher/create-images/ I choose the newest stable image and launched it. A post mortem screen pops up (see attachment). Since I just started with Pharo Smalltalk, i can only guess, that something with the “TFFIBackend” (whatever that is… ;) ) failed and Pharo stopped working. I would like to use Pharo… How can I fix that problem? Cheers!
BE
Bernardo Ezequiel Contreras
Sun, May 29, 2022 2:37 PM

Do you have the git library installed in your O.S.? if you read the stack
trace, it's part of the initialization of git. libgit2_init

On Sun, May 29, 2022 at 2:52 AM mylists@posteo.de wrote:

Hi,

(Running GENTOO Linux 64bit/no 32bit layer)

I just downloaded the Pharo Launcer and followed the instructions given
here:

https://pharo-project.github.io/pharo-launcher/create-images/

I choose the newest stable image and launched it.

A post mortem screen pops up (see attachment). Since I just started with
Pharo Smalltalk, i can only guess, that something with the “TFFIBackend”
(whatever that is… ;) ) failed and Pharo stopped working.

I would like to use Pharo…

How can I fix that problem?

Cheers!

--
Bernardo E.C.

Sent from a cheap desktop computer in South America.

Do you have the git library installed in your O.S.? if you read the stack trace, it's part of the initialization of git. libgit2_init On Sun, May 29, 2022 at 2:52 AM <mylists@posteo.de> wrote: > Hi, > > (Running GENTOO Linux 64bit/no 32bit layer) > > I just downloaded the Pharo Launcer and followed the instructions given > here: > > https://pharo-project.github.io/pharo-launcher/create-images/ > > I choose the newest stable image and launched it. > > A post mortem screen pops up (see attachment). Since I just started with > Pharo Smalltalk, i can only guess, that something with the “TFFIBackend” > (whatever that is… ;) ) failed and Pharo stopped working. > > I would like to use Pharo… > > How can I fix that problem? > > Cheers! > > > -- Bernardo E.C. Sent from a cheap desktop computer in South America.