Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed #65

Open
wynksaiddestroy opened this issue Apr 4, 2015 · 1 comment

Comments

@wynksaiddestroy
Copy link

I try to run Basilisk II on my Raspberry Pi. I'm running Debian Wheezy via raspbian-ua-netinst. After switching from GCC 4.6 to 4.4 I successfully compiled Basilisk with the following configure arguments:

./configure --enable-sdl-video --enable-sdl-audio --disable-vosf --disable-jit-compiler

Now I want to run in Basilisk in fullscreen mode. So I compiled Basilisk as follows:

./configure --disable-vosf --disable-jit-compiler --enable-xf86-dga --enable-xf86-vidmode --without-gtk

But when I try to run Basilisk X quits with the following error message:

Basilisk II V1.0 by Christian Bauer et al.
Reading ROM file...
WARNING: Cannot open /dev/cdrom (No such file or directory)
WARNING: Cannot open /dev/mixer (No such file or directory)
WARNING: Cannot open /dev/dsp (No such file or directory)
WARNING: No audio device found, audio output will be disabled.
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
BasiliskII: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
xinit: connection to X server lost

Unfortunately I'm clueless how to solve this issue. So if anyone needs further information about installed packages or versions just leave a comment and I try to provide you with the information required.

Thanks in advance

@cat7
Copy link

cat7 commented Apr 8, 2015

Hi, does you SDL build not switch to full screen by using Ctrl-Enter ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants