drum-machine icon indicating copy to clipboard operation
drum-machine copied to clipboard

Warnings

Open Ricky-Tigg opened this issue 1 month ago • 0 comments

  • v.: 1.5.0 as flatpak format
  • Linux: Fedora v. 43, Gnome DE

Hello. Output I get:

$ flatpak run io.github.revisto.drum-machine
<frozen importlib._bootstrap>:488: RuntimeWarning: Your system is avx2 capable but pygame was not built with support for it. The performance of some of your blits could be adversely affected. Consider enabling compile time detection with environment variables like PYGAME_DETECT_AVX2=1 if you are compiling without cross compilation.
/app/lib/python3.12/site-packages/pygame/pkgdata.py:25: UserWarning: pkg_resources is deprecated as an API. See https://[...]. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  from pkg_resources import resource_stream, resource_exists
pygame 2.6.1 (SDL 2.32.10, Python 3.12.11)
Hello from the pygame community. https://[...]

(drum-machine:2): Gtk-WARNING **: 13:56:57.982: gtk_disable_setlocale() must be called before gtk_init()

(drum-machine:2): Adwaita-WARNING **: 13:56:57.983: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:949: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:981: FINISHME: support more multi-planar formats with DRM modifiers

note: MESA-INTEL's warnings | Those are displayed with any run of flatpal-formatted applications, thus out of scope here.

I can play partitions. Obviously I am not in position to determine whether the application's functions are operational due to those warnings other than those from MESA-INTEL. That capability, and implicitly the identification of any issue is all on your side.

Ricky-Tigg avatar Nov 09 '25 12:11 Ricky-Tigg