Arc Forumnew | comments | leaders | submitlogin
Trouble running Anarki on Windows 10 Home
2 points by jsgrahamus 1048 days ago | 8 comments
I downloaded Anarki last night, removed the reference to rlwrap, and tried to run it twice. Both times it hung and when I interrupted it with Ctrl-C, I got the following:

  Steve@DESKTOP-0SFLH1S MINGW64 /d/Steve - 
  D/Documents - D/git/anarki (master)
  $ ./arc.sh
  initializing arc.. (may take a minute)
  user break
    context...:
     D:\Steve - D\Documents - 
  D\git\anarki\ac.rkt:1456:4
Any help would be appreciated.

TIA, Steve



1 point by jsgrahamus 1048 days ago | link

Copied directory to another drive:

  Steve@DESKTOP-0SFLH1S MINGW64 /d/anarki (master)
  $ racket -v
  Welcome to Racket v8.0 [cs].

  Steve@DESKTOP-0SFLH1S MINGW64 /d/anarki (master)
  $ ./arc.sh -n
  initializing arc.. (may take a minute)
  Can't understand fn arg list 4931584
    context...:
     D:\anarki\ac.rkt:432:0: ac-complex-args
     [repeats 1 more time]
     D:\anarki\ac.rkt:418:0: ac-complex-fn
     D:\anarki\ac.rkt:575:0: ac-mac-call
     .../private/map.rkt:40:19: loop
     D:\anarki\ac.rkt:562:0: ac-call
     D:\anarki\ac.rkt:526:0: ac-args
     D:\anarki\ac.rkt:562:0: ac-call
     D:\anarki\ac.rkt:575:0: ac-mac-call
     [repeats 2 more times]
     D:\anarki\ac.rkt:374:0: ac-if
     .../private/map.rkt:40:19: loop
     D:\anarki\ac.rkt:394:0: ac-fn
     D:\anarki\ac.rkt:562:0: ac-call
     D:\anarki\ac.rkt:575:0: ac-mac-call
     [repeats 2 more times]

-----

1 point by jsgrahamus 1048 days ago | link

Looks consistent under Windows cmd:

    D:\anarki>arc.cmd
    initializing arc.. (may take a minute)
    Can't understand fn arg list 5750784
      context...:
       D:\anarki\ac.rkt:432:0: ac-complex-args
       [repeats 1 more time]
       D:\anarki\ac.rkt:418:0: ac-complex-fn
       D:\anarki\ac.rkt:575:0: ac-mac-call
       .../private/map.rkt:40:19: loop
       D:\anarki\ac.rkt:562:0: ac-call
       D:\anarki\ac.rkt:526:0: ac-args
       D:\anarki\ac.rkt:562:0: ac-call
       D:\anarki\ac.rkt:575:0: ac-mac-call
       [repeats 2 more times]
       D:\anarki\ac.rkt:374:0: ac-if
       .../private/map.rkt:40:19: loop
       D:\anarki\ac.rkt:394:0: ac-fn
       D:\anarki\ac.rkt:562:0: ac-call
       D:\anarki\ac.rkt:575:0: ac-mac-call
       [repeats 2 more times]

-----

1 point by jsgrahamus 1048 days ago | link

Cannot get it formatted to separate lines

-----

1 point by akkartik 1048 days ago | link

It does work on my Mac with Racket v8.0. I'm at commit 009a8d9388 in the Anarki repo (May 9)

I'm not sure what's going on! Did it used to work for you on Windows 10? How long is the possible window of breakage?

-----

2 points by jsgrahamus 1047 days ago | link

Thanks for checking in. The dates of the files in the directories is 2018. I downloaded recent version and gave it a spin: It took about a minute to start up and then I ran (app-start "news") and it started the news app.

Thanks again.

Steve

-----

2 points by jsgrahamus 1047 days ago | link

Odd that downloading it again caused it to work.

-----

1 point by krapp 1047 days ago | link

If you're on Windows, try starting it with arc.cmd.

Then to run Anarki (app-start "news") at the prompt.

-----

2 points by jsgrahamus 1047 days ago | link

I downloaded a new version, and it started just fine. Thanks.

-----