Page 1 of 5

Jamovi 0.8.2.2 can´t open and create new

Posted: Wed Feb 21, 2018 12:11 pm
by jajaja
Hello,
I downloaded the latest version of Jamovi (0.8.2.2). Installation was ok, but i can´t launch it for the first try, i have to click on it two times (rirst time it doesn´t do anything). When I launch it, I see only blank page and I´m not able to open or create anything (jamovi doesn´t react to click on New or Open, but react normally to click on Save and Export).
I have WIndows 10 Home 64-bit. Can you help me?
Thank you!

Re: Jamovi 0.8.2.2 can´t open and create new

Posted: Thu Feb 22, 2018 12:03 am
by jonathon
hi,

are you running a version of windows in a language different to english?

from the start menu, there's an option called 'jamovi debug'. if you run this, you'll be presented with a console. can you type

python

into this console, hit enter, and see if there are any error messages? maybe send us a screenshot if you can.

with thanks

Re: Jamovi 0.8.2.2 can´t open and create new

Posted: Thu Feb 22, 2018 7:29 am
by jajaja
Hello,
yes, I´m using Czech language.
Here is the screenshot.
Thank you

Re: Jamovi 0.8.2.2 can´t open and create new

Posted: Thu Feb 22, 2018 11:10 am
by jonathon
great, thanks.

can you try running (at the console)

jamovi --py-debug

this should write a debug file (it will tell you where it's writing it), can you send that in?

with thanks

Re: Jamovi 0.8.2.2 can´t open and create new

Posted: Thu Feb 22, 2018 12:38 pm
by jajaja
It creates only empty jamovi-log.txt file and launch jamovi

Re: Jamovi 0.8.2.2 can´t open and create new

Posted: Fri Feb 23, 2018 1:50 am
by jonathon
hi,

so the first time jamovi starts, it gets "stuck", then when you start it a second time, it starts a new window in the "stuck" version. i think you're getting an empty jamovi-log.txt because there's already an instance of jamovi "stuck" in the background. if when you run `jamovi --py-debug` a jamovi window pops up, then that's the second run.

could you kill off the "stuck" version of jamovi (either through the task manager, or by restarting your computer), and try running `jamovi --py-debug` as the first?

hopefully then there'll be some content in jamovi-log.txt

with thanks

Re: Jamovi 0.8.2.2 can´t open and create new

Posted: Fri Feb 23, 2018 2:00 am
by jonathon
another thing you could try is running the commands:

set PYTHONPATH=../Resources/jamovi/server
python -m jamovi.server

this will hopefully start up with something like `ports: 1337, 1338, 1339`

then you can try accessing with a web browser, the address:

http://localhost:1337

let us know if any errors occur along the way.

thanks for your help.

jonathon

Re: Jamovi 0.8.2.2 can´t open and create new

Posted: Sat Feb 24, 2018 4:07 pm
by jajaja
Thank you, I will post a .txt file.
When I tried your second tip, nothing happened and WIndows showed me an error message "program Python has stopped working".
Thank you for your help

Re: Jamovi 0.8.2.2 can´t open and create new

Posted: Sat Feb 24, 2018 10:01 pm
by jonathon
great! thanks very much.

could you repeat the `jamovi --py-debug` command, and send us another log file? the log file seems to end prematurely, and i want to double check that it is getting stuck at the same place.

with thanks

Re: Jamovi 0.8.2.2 can´t open and create new

Posted: Sun Feb 25, 2018 11:55 am
by jajaja
Hi,
there is the second file.
Thanks