Coder Social home page Coder Social logo

Comments (12)

Toddie40 avatar Toddie40 commented on May 20, 2024

What platform are you on?

from manim.

xtipacko avatar xtipacko commented on May 20, 2024

Windows 7, I've installed MikTex - doesn't work

BTW. DVI-to-SVG converter constantly crashes (not in this case though)....
What platform do you use?

from manim.

Toddie40 avatar Toddie40 commented on May 20, 2024

Ffmpeg is working okay too then?
I use Linux so its different for me unfortunately.

from manim.

xtipacko avatar xtipacko commented on May 20, 2024

ffmpeg is working, any other example scene is working... (but not about 95% scenes from old_projects)
I use it on VM, so I think it should not be a big problem to switch system...

from manim.

Toddie40 avatar Toddie40 commented on May 20, 2024

Oh right. Grant did say that its got hardly any backwards compatibility so loads of scenes don't work anymore.

from manim.

xtipacko avatar xtipacko commented on May 20, 2024

It mostly crashes due to DVI-to-SVG converter...

from manim.

MiracleXYZ avatar MiracleXYZ commented on May 20, 2024

I am using Windows 10 & TeX Live 2017, and the DVI-to-SVG converter crashes too...

from manim.

ArtificialNotImbecile avatar ArtificialNotImbecile commented on May 20, 2024

@xtipacko @MiracleXYZ make sure you have dvisvgm installed on your computer and add it to path(you can check if it works on command line before running the program)
And latex errors can be found at log.txt file(Maybe the latex version you've install do not have required package to generate special tex object, etc).

from manim.

MiracleXYZ avatar MiracleXYZ commented on May 20, 2024

@ArtificialNotImbecile I'm sure that I have svisvgm installed cause it works on command line:

> dvisvgm --version
dvisvgm 2.1.3

And the dvi file is created successfully.

from manim.

ArtificialNotImbecile avatar ArtificialNotImbecile commented on May 20, 2024

@MiracleXYZ Try all methods mentioned in dvi_to_svg() function(namely, -n -v -o of dvisvgm) .If some methods doesn't work, then check dvisvgm docs for detail.
If nothing wrong about dvisvgm, maybe it's helpful to paste error message here for us to understand your problem better.

from manim.

eulertour avatar eulertour commented on May 20, 2024

Closing, since this issue is old and inactive.

from manim.

erfansalavati avatar erfansalavati commented on May 20, 2024

I had the same problem. After hours of investigation I figured out that there was something wrong with the path that the tex file is written.

The problem was solved by changing
MEDIA_DIR = "./media"
to
MEDIA_DIR = ".\media"
in "tex_file_writing.py"

from manim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.