Chaosforge Forum

  • March 29, 2024, 04:50
  • Welcome, Guest
Please login or register.



Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Pereza0

Pages: [1]
1
AliensRL is trying to use ALSA Sound Cards and crashing, despite specifying I don't want any audio or music playing. ¿Can we get a fix on this?
This is on version 0.8.2

Contents of config.lua relating to this.
Code: [Select]
sound     = false
music     = false
run_delay = 10

ascii_mode     = true
ascii_width    = 80
ascii_height   = 30


Code: [Select]
./abrl -nosound -nomusic
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4727:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default
An unhandled exception occurred at $00000000004C486A :
EAccessViolation : Access violation
  $00000000004C486A line 520 of ../fpcvalkyrie/src/vnode.pas
  $00000000004C4A86 line 569 of ../fpcvalkyrie/src/vnode.pas
  $00000000004C844B line 51 of ../fpcvalkyrie/src/vsystem.pas
  $00000000004EA8F7 line 66 of ../fpcvalkyrie/src/vio.pas
  $00000000004E9F14 line 320 of ../fpcvalkyrie/src/viorl.pas
  $00000000004CDC55 line 761 of src/abui.pas
  $000000000046962A line 60 of src/abmain.pas

Cheers.

Pages: [1]