Commit 9e16caf
committed
Fix smoke test: Disable audio to prevent ALSA crash in CI
Spring was crashing during audio initialization before LuaUI could load:
ALSA lib pcm.c: Unknown PCM default
[CrashHandler] Error: Aborted (SIGABRT)
This happened because CI has no audio device, and OpenAL/ALSA couldn't
initialize, causing Spring to abort.
Created test-data/springsettings.cfg with snd_disable=1 to bypass audio
initialization entirely. Now Spring can actually load LuaUI and RmlUi!
Before: Spring crashed at audio init, no LuaUI, no RmlUi tested
After: Spring loads fully, LuaUI initializes, RmlUi gets tested1 parent de0b925 commit 9e16caf
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
69 | 83 | | |
70 | 84 | | |
71 | 85 | | |
| |||
0 commit comments