robertkirkman / sm64ex-coop

SM64 online co-op mod for Android and other open-source UNIX-like platforms
52 stars 19 forks source link

SDL Error upon launching the game #30

Closed frog8412 closed 3 months ago

frog8412 commented 3 months ago

Describe the bug Opening the game results in an SDL Error.

To Reproduce Steps to reproduce the behavior:

  1. bash <(curl -s https://raw.githubusercontent.com/robertkirkman/termux-packages/master/packages/bash/bin-build-sm64ex-coop.sh)
  2. Install .apk file
  3. Open the game
  4. See error

Expected behavior The game would launch as usual.

Screenshots Screenshot_2024-08-18-14-19-54-380_com owokitty sm64excoop

Smartphone (please complete the following information):

robertkirkman commented 3 months ago

Hi that is caused by accidentally having Termux's libglvnd graphics driver package installed before you run the builder. Refer to step 16 of the manual build steps documentation.

If you need to keep the libglvnd graphics driver for something else, please refer to the X11 mode build directions.

I understand the root cause of the problem and might create a better solution in the future, but at the present time, This is one of the primary reasons why I encourage users encountering this type of error to _use the sm64ex-coop builder Termux, not their own Termux_

sm64ex-coop builder Termux prevents this error.

frog8412 commented 3 months ago

oh right, thanks