hyprlock icon indicating copy to clipboard operation
hyprlock copied to clipboard

Hyprlock core dump on igpu

Open Ciflire opened this issue 1 year ago • 0 comments

Regression?

No

Hyprlock Info and Version

Hyprlock config
nixFlake on  main [$!] 
    hyprlock --version
Hyprlock version 0.4.1

Compositor Info and Version

System/Version info
    hyprctl systeminfo   
Hyprland, built from branch  at commit 118be4dea048df88fd21b84580fe62950c868c8f  ().
Date: 2024-09-12
Tag: , commits: 5215

flags: (if any)


System Information:
System name: Linux
Node name: g713
Release: 6.10.9
Version: #1-NixOS SMP PREEMPT_DYNAMIC Sun Sep  8 05:56:41 UTC 2024


GPU information: 
06:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt [Radeon 680M] [1002:1681] (rev c8) (prog-if 00 [VGA controller])


os-release: ANSI_COLOR="1;34"
BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues"
BUILD_ID="24.11.20240910.1355a0c"
DOCUMENTATION_URL="https://nixos.org/learn.html"
HOME_URL="https://nixos.org/"
ID=nixos
IMAGE_ID=""
IMAGE_VERSION=""
LOGO="nix-snowflake"
NAME=NixOS
PRETTY_NAME="NixOS 24.11 (Vicuna)"
SUPPORT_URL="https://nixos.org/community.html"
VERSION="24.11 (Vicuna)"
VERSION_CODENAME=vicuna
VERSION_ID="24.11"


plugins:

Description

The program crashes, when launched from terminal i get the following output

[CRITICAL] 
==========================================================================================
ASSERTION FAILED! 

Compiling shader failed. VERTEX NULL! Shader source:


uniform mat3 proj;
uniform vec4 color;
attribute vec2 pos;
attribute vec2 texcoord;
attribute vec2 texcoordMatte;
varying vec4 v_color;
varying vec2 v_texcoord;
varying vec2 v_texcoordMatte;

void main() {
    gl_Position = vec4(proj * vec3(pos, 1.0), 1.0);
    v_color = color;
    v_texcoord = texcoord;
    v_texcoordMatte = texcoordMatte;
}

at: line 46 in Renderer.cpp
zsh: IOT instruction (core dumped)  hyprlock

It does not happen when my nvidia gpu is activated, it only does when hyprlock has to run on igpu all env var nvidia related were removed for this

How to reproduce

Launch hyprlock from terminal get the output

Crash reports, logs, images, videos

log.txt

Ciflire avatar Sep 13 '24 11:09 Ciflire