arturo-lang / aguila

Modern cross-platform webview-based desktop apps - without HTML/CSS/JS
MIT License
56 stars 2 forks source link

SIGSEGV: Illegal storage access. (Attempt to read from nil?) #2

Open retsyo opened 2 years ago

retsyo commented 2 years ago
  1. I have downloaded and decompressed arturo-0.9.77-Windows-full.zip from arturo-lang.io, and arturo.exe works

  2. then I followed https://github.com/arturo-lang/aguila/issues/1#issuecomment-831295125

    $ git clone https://github.com/arturo-lang/aguila.git
    $ cd aguila
    $ /d/tmp/arturo-0.9.77-Windows-full/arturo.exe examples/calculator.art
    SIGSEGV: Illegal storage access. (Attempt to read from nil?)

I have tried MSYS2+MINGW64 and Windows CMD. Both failed.

retsyo commented 2 years ago

latest arturo from git-cloned src still says

SIGSEGV: Illegal storage access. (Attempt to read from nil?)
drkameleon commented 2 years ago

Hmm... I guess I'll have to look into it.

Thanks for letting me know. 😉

If the issue is only with Aguila, I guess it must have to do with code code that has not been updated (I've been working on Arturo & Grafito a lot lately, but I'll definitely get back to Aguila soon - Grafito's latest PR, in the works, practically converts the whole thing into a proper UI-based app, so it will definitely serve as an interesting background/proof-of-concept for this project too).

guiguitator commented 1 year ago

I have the same error but without using Aguila, basically trying to remade it for entertainment and practice...