xtreme8000 / CavEX

Project to recreate your favourite block game for the Wii (Beta 1.7.3)
GNU General Public License v3.0
258 stars 23 forks source link

gfx_setup: Assertion `vertex' failed. #4

Closed Squidtito closed 1 year ago

Squidtito commented 1 year ago

I have compiled CavEX for Linux, I am on Arch Linux. I had to use a alternative to "glfw3", I installed glfw-X11 (I also used glfw-wayland).

I keep on getting this: cavex: /mnt/441c3dff-f2cf-45ea-bfc6-063ea6aa249f/Doc/CavEX/source/platform/pc/gfx.c:196: gfx_setup: Assertion `vertex' failed. Aborted (core dumped)

this is the structure of the directory image

xtreme8000 commented 1 year ago

Right, contrary to what the README says, it now expects the fragment.shader and vertex.shader files in the assets directory.

Squidtito commented 1 year ago

It works, I feel like this section was a bit misleading? image