b091d85d54
PR: ports/122113 Submitted by: Henry Hu <henry.hu.sh@gmail.com> Approved by: maintainer timeout
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
|
|
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
|
|
|