Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binaries can't be found error #45

Closed
Violet-Bora-Lee opened this issue Jul 31, 2019 · 15 comments
Closed

binaries can't be found error #45

Violet-Bora-Lee opened this issue Jul 31, 2019 · 15 comments

Comments

@Violet-Bora-Lee
Copy link
Member

After the pngs are changed svgs, I've got such error.

image

The reason for the error is that the server searches the image files in en directory not ko directory(in my case). You can see the error message on the image.

@iliakan
Copy link
Member

iliakan commented Jul 31, 2019

How can I reproduce that?

@Violet-Bora-Lee
Copy link
Member Author

You could reproduce the issue deleting en directory in your local machine and only set foreign project such as ko, I guess.

@Violet-Bora-Lee
Copy link
Member Author

I may need to add this issue on the engine repository. It's time to look around server-side codes for me.

@iliakan
Copy link
Member

iliakan commented Aug 1, 2019

I can do that. Delete English and run ./edit ko?

@Violet-Bora-Lee
Copy link
Member Author

Yes :)

@iliakan
Copy link
Member

iliakan commented Aug 1, 2019

And then...? Should I re-translate an image or edit an article?

@Violet-Bora-Lee
Copy link
Member Author

Violet-Bora-Lee commented Aug 1, 2019

No. You could reproduce the issue when you delete en directory and have another directory but en on local machine. Couldn't you reproduce the issue?

@iliakan
Copy link
Member

iliakan commented Aug 1, 2019

I deleted English folder.
Then run ./edit ru (shouldn't matter).

Then everything was ok.

Maybe I need to do something else.

@Violet-Bora-Lee
Copy link
Member Author

Oh, I see. I'll try other languages but Korean.

@iliakan
Copy link
Member

iliakan commented Aug 2, 2019

I will try korean.

@iliakan
Copy link
Member

iliakan commented Aug 2, 2019

image

@iliakan
Copy link
Member

iliakan commented Aug 2, 2019

Most likely, you don't have imagemagick installed. =)

@iliakan
Copy link
Member

iliakan commented Aug 2, 2019

Need help with that?

@Violet-Bora-Lee
Copy link
Member Author

I'm using Windows 10 and Chocolatey, package manager for Windows. I've installed graphicsmagick and imagemagick using Chocolatey but had the same issue. I've also tried to install both packages by installing binary files. Phew :( :(

I'll try more to resolve the issue on my local machine. Anyway, I can see that it's not the problem comes from your code but mine.

Thanks for your trying 👍

@Violet-Bora-Lee
Copy link
Member Author

[for Windows 10 user]

GraphicsMagick Download Link: ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/windows/
ImageMagick Download Link: http://www.imagemagick.org/script/download.php#windows

The cause of the issue comes from ImageMagick.

image

When you install ImageMagick, there are some default checked boxes like the image above. When you haven't touched anything and keep installing, the same issue will occur.

image

So, I've set like this and the issue no longer has occurred.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants