Julian Sikorski

Results 96 comments of Julian Sikorski

I just checked and examples compiled with --with-sdl alone do run (using the default x11 SDL_VIDEODRIVER).

I tried again today with e8281f8656c121e1d17bd3fb78e738a2c8dd6d14 and SDL-2.0.16 which was supposed to have better wayland support, unfortunately there is no change. @BlockoS, the initial patch for Wayland support was from...

With --gl the backtrace is slightly different: ``` #0 0x00007ffff7d21fc8 in _XGetRequest (dpy=0x955900, type=, len=8) at /usr/src/debug/libX11-1.7.2-3.fc34.x86_64/src/XlibInt.c:1805 #1 0x00007ffff7d15be7 in XQueryExtension (dpy=dpy@entry=0x955900, name=name@entry=0x7ffff76ba008 "GLX", major_opcode=major_opcode@entry=0x9fc8a4, first_event=first_event@entry=0x7fffffffc3c4, first_error=first_error@entry=0x9fc8a8) at /usr/src/debug/libX11-1.7.2-3.fc34.x86_64/src/QuExt.c:49 #2...

SDL-2.0.18 does not help. I tried forcing the use of EGL as @charlieamer suggested with a crude patch, but I could not get bgfx to build: ```patch diff --git a/src/renderer_gl.h...

I managed to get EGL to build under Linux with this crude patch: ```patch diff --git a/examples/07-callback/callback.cpp b/examples/07-callback/callback.cpp index 52cc283df..240e4e96c 100644 --- a/examples/07-callback/callback.cpp +++ b/examples/07-callback/callback.cpp @@ -280,7 +280,6 @@ public:...

Here is the current backtrace with wayland backend, it seems to have changed since the first comment: ``` gdb ./../../.build/linux64_gcc/bin/examplesDebug GNU gdb (GDB) Fedora 11.2-3.fc36 Copyright (C) 2022 Free Software...

mame appears to be affected too (you have to fix some $ escaping errors first): ```lua custombuildtask { { MAME_DIR .. "scripts/font/NotoSans-Bold.bdc", GEN_DIR .. "emu/uismall.fh", { MAME_DIR .. "scripts/build/file2str.py" },...

Have there been any new developments? I needed to self-sign a kernel rpm and I had to use --old-root too.

Correct. The version shipped with appveyor takes just one argument, the signature: https://github.com/mamedev/mame/blob/master/.appveyor.yml

I am seeing a similar issue while streaming from a PC connected via a cat6a cable to Fire TV Stick 4K. Anything above 50 Mbit/s causes hiccups, 50 Mbit/s sometimes...