tsoding / eepers

Simple Turn-based Game
MIT License
344 stars 19 forks source link

Game crashes on switching audio output in the system #22

Open astef opened 7 months ago

astef commented 7 months ago

OS: Windows 10

Steps:

  1. Launch the game
  2. Switch from headphones to speakers, or vice versa

Result: process crashes

astef commented 7 months ago

Reproduced on 1.0 and 1.2

astef commented 7 months ago

Not that it's really helpful, but there's an event log:

Log Name:      Application
Source:        Application Error
Date:          2024-03-26 20:39:39
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      DESKTOP-********
Description:
Faulting application name: eepers.exe, version: 0.0.0.0, time stamp: 0x65ff45c7
Faulting module name: eepers.exe, version: 0.0.0.0, time stamp: 0x65ff45c7
Exception code: 0xc0000005
Fault offset: 0x00000000000b8e11
Faulting process id: 0x536c
Faulting application start time: 0x01da7fa48ea7eed2
Faulting application path: C:\Users\astef\Downloads\eepers-1.0\eepers.exe
Faulting module path: C:\Users\astef\Downloads\eepers-1.0\eepers.exe
Report Id: 89c8a290-209c-4fb5-8b74-3a0a7aa5f674
Faulting package full name: 
Faulting package-relative application ID: 
astef commented 7 months ago

Root cause, probably: https://github.com/raysan5/raylib/issues/3743