seagle0128 / grip-mode

Instant Github-flavored Markdown/Org preview using grip
GNU General Public License v3.0
267 stars 6 forks source link

apply: spawing child process : exec format error #12

Closed WingDust closed 3 years ago

WingDust commented 4 years ago

Today I am use grip-mode for markdown preview but it's give me apply: spawing child process : exec format error after M-x grip-mode

The grip-mode is run well before Windows system automatically update. I still don't why was happen.

seagle0128 commented 4 years ago

You should check if grip binary works.

WingDust commented 4 years ago

@seagle0128 I finded the problem. My markdown file have korean in file name,such as 악!asd.md . Can make it normal without change orginal file name . And the file path also have korean.

seagle0128 commented 4 years ago

Again, did you check grip command?

WingDust commented 4 years ago
λ grip Todo.org
 * Serving Flask app "grip.app" (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on http://localhost:6419/ (Press CTRL+C to quit)
127.0.0.1 - - [19/Jul/2020 20:11:36] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [19/Jul/2020 20:11:36] "GET /__/grip/asset/frameworks-feecb8f4bc5dce34742f7eae4fa0a799.css HTTP/1.1" 200 -
127.0.0.1 - - [19/Jul/2020 20:11:36] "GET /__/grip/asset/github-d2a90289d3df8c6775ddbd1f5bac3108.css HTTP/1.1" 200 -
127.0.0.1 - - [19/Jul/2020 20:11:37] "GET /__/grip/static/octicons/octicons.css HTTP/1.1" 200 -
127.0.0.1 - - [19/Jul/2020 20:11:37] "GET /__/grip/asset/site-d03abe05da78c48128510e9df11cc331.css HTTP/1.1" 200 -
127.0.0.1 - - [19/Jul/2020 20:11:37] "GET /__/grip/static/octicons/octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6 HTTP/1.1" 200 -
127.0.0.1 - - [19/Jul/2020 20:11:37] "GET /__/grip/static/favicon.ico HTTP/1.1" 200 -
 * Shutting down...

but

λ grip Link악!.md
Error: File not found: Link?!.md

@seagle0128

seagle0128 commented 4 years ago

So please file an issue for grip.