Giter Club home page Giter Club logo

Comments (6)

Square789 avatar Square789 commented on June 19, 2024

Thanks for reporting!
This error hints at a required OpenGL function missing, and that uncovered a pretty embarassing oversight: I haven't been specifying the needed OpenGL version to pyglet for the past two years. Just been getting a default 3.3 profile with all the required functions in it through sheer luck with extensions.
Run git pull and try again, c261708 hopefully fixes it.
If it doesn't, please post the output of python -m pyglet.info and maybe try updating your GPU drivers. If your GPU is older than around 10 years it is unlikely to support 4.5, sadly.

from pydaynightfunkin.

Square789 avatar Square789 commented on June 19, 2024

Yeah oops, there was more to it than that, i am not a good developer.
654d6f7 probably is closer to fixing it, i would really love to hear if it does or doesn't work out for you!

from pydaynightfunkin.

Yell038 avatar Yell038 commented on June 19, 2024

i don't think i'm doing this right, but i pasted the code from the commits (too much of an idiot to learn how git pull works) and i got hit with the same error. and intel hd graphics 510 runs opengl 4.6 so i'm not sure what i'm doing wrong lol

oh wait now it says no module found named "pyglet" i'm so confused rn

from pydaynightfunkin.

Yell038 avatar Yell038 commented on June 19, 2024

alright just installed pyglet and this is what i got after running python -m pyglet.info
bruh.txt

from pydaynightfunkin.

Square789 avatar Square789 commented on June 19, 2024

I'm not seeing anything that should fail in there. Remember that since the extension source has changed you'll need to recompile the extensions via the setup.py build_ext -i command.
Follow the steps in the README from 2. or 3., it should by all means work.
Your local repo may be wrong since you manually copypasted commits in; if nothing else works, maybe try deleting the entire directory and redownloading the project.
And thanks for sticking around here, considering the project's puny scope when compared to the mainstream engines it means a lot.

from pydaynightfunkin.

Yell038 avatar Yell038 commented on June 19, 2024

yeah, it's working now, thanks!!
it's actually really accurate to the base game, minus the menu transitions and the text size and placements n stuff.

btw yeah you're welcome! i felt like trying a new engine absolutely for fun, so i found this on funkin-resources and gave it a go, ig

and the fact that this was made in python was really interesting, i don't usually see actual GAMES made from python, usually just scripts.

thanks for your help! this was fun to compile with your help lol

from pydaynightfunkin.

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.