The Wayback Machine - https://web.archive.org/web/20201113162440/https://github.com/topics/sdl
Skip to content
#

sdl

Here are 881 public repositories matching this topic...

weluvgoatz
weluvgoatz commented Oct 22, 2020

SuperTux version: Newest nightly (began around when the DIscord RPC was implemented)
System information: (details about your kernel, operating system, or distribution) Windows 10 (?)

Expected behavior

Upon installing, SuperTux should open as usual.

Actual behavior

SuperTux does not open and crashes upon startup, giving me the message: "Libcurl.dll was not found"

zx64
zx64 commented Dec 1, 2018

From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with it

When building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in m_config.c that does free(prefdir) as changing these to SDL_free(prefdir) resolved the issue.

I'm not sure what to do about `GetDefaultConfi

Improve this page

Add a description, image, and links to the sdl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sdl topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.