Anonymous Maarten
Anonymous Maarten
Using selenium from pypi also fails. The installation happens [here](https://github.com/madebr/SDL/actions/runs/12349513195/job/34460599119#step:20:2) and the test fails [here](https://github.com/madebr/SDL/actions/runs/12349513195/job/34460599119#step:26:560). Log extract ``` 10: Test command: /usr/bin/python3 "/home/runner/work/SDL/SDL/test/emscripten/driver.py" "--server" "http://localhost:8080" "--browser" "chrome" "--chrome-binary" "/opt/hostedtoolcache/setup-chrome/chromium/1396600/x64/chrome" "--"...
> Are you on Ubuntu 24? There's a known compatibility issue. Downgrade to Ubuntu 22 That's what we (=libsdl-org/SDL) are doing currently. Do you perhaps have a link to an...
I'm using the pypi selenium package. When can I expect this change to become available?
Yup, that makes ci complete! Thank you very much for the help! I'm leaving the honors of closing this issue to you :)
``` error C2338: static_assert failed: 'Unicode support requires compiling with /utf-8' ``` Since it is happening in libfmt, I suppose this has nothing to do with this pr but with...
With these 2 last commits, the only error remaining for targeting Linux are the `windows.h` includes (and its use of the win api). If https://github.com/0danny/re47 ever gets somewhere, it should...
> The commit **"Avoid windows-only _wfopen_s" [89e34e1](https://github.com/AdrienTD/c47edit/commit/89e34e15a4c590cfa898658d1911cc68a70c8b6f)** needs to be reverted, as this breaks the code. I removed it from the patch set.
Done in 46c2f4dbdcd38fa0caf47cd7e35e2df3f0ebb186 Next is SDL_mixer, so I'm going to leave this issue open.
Does applying this patch fix something? ```patch diff --git a/VisualC/SDL_image.vcxproj b/VisualC/SDL_image.vcxproj index 46e50b7f..aad0775b 100644 --- a/VisualC/SDL_image.vcxproj +++ b/VisualC/SDL_image.vcxproj @@ -224,7 +224,7 @@ - + Document copy %(FullPath) "$(SolutionDir)$(Platform)\$(Configuration)\" Copying %(Filename)%(Extension)...
Please undo my last patch, and try the patch below. The space in your path might be causing an issue. ```patch diff --git a/VisualC/SDL_image.vcxproj b/VisualC/SDL_image.vcxproj index 46e50b7f..e2bca386 100644 --- a/VisualC/SDL_image.vcxproj...