12 lines
232 B
Text
12 lines
232 B
Text
|
|
If the game fails with:
|
|
|
|
[SDL Init] Bad system call: 12 (core dumped)
|
|
|
|
Try to start it with:
|
|
|
|
$ LD_PRELOAD=/usr/lib/libc_r.so frozen-bubble
|
|
|
|
or for FreeBSD version 7 and above:
|
|
|
|
$ LD_PRELOAD=/usr/lib/libpthread.so frozen-bubble
|