Giter Club home page Giter Club logo

Comments (5)

wwderw avatar wwderw commented on June 9, 2024 1

Confirmed that everything is as it should be.

from cute_framework.

RandyGaul avatar RandyGaul commented on June 9, 2024

One thing that comes to mind is try and make sure you have OpenGL installed on your Linux machine. Something like this:

sudo apt-get update -qq
sudo apt-get install gcc-multilib
sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev

I haven't tested on Linux in some time, so it's likely a lingering bug in CF. I'll be doing a Linux pass before v1.0 launches.

from cute_framework.

RandyGaul avatar RandyGaul commented on June 9, 2024

Okay so I took a look and wasn't able to reproduce any issues. I was actually able to run all the samples and tests successfully through WSL2 on Windows. My best guess is you ran into an audio initialization problem. Unfortunately I had a simple assert there instead of return a CF_Result with any error details. I've fixed this here 3c98fc4

I also updated a list of things to install on Linux to try:

sudo apt-get update -qq
sudo apt-get install build-essential gcc-multilib cmake
sudo apt-get install libasound2-dev libpulse-dev 
sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev

And on WSL2 I had to use sudo apt install libpulse0 as well.

from cute_framework.

RandyGaul avatar RandyGaul commented on June 9, 2024

If you can try running with valgrind or capture some other debug information please let me know!

from cute_framework.

RandyGaul avatar RandyGaul commented on June 9, 2024

Going to close this out for, but please let me know if you are able to gather any other debug information or anything other info I could use to reproduce the problem. Feel free to comment here or re-open this issue.

from cute_framework.

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.