Re: [Qemu-devel] Re: no start on amd64 (was: "Nothing happens")

2005-08-01 Thread J. Mayer
On Mon, 2005-08-01 at 22:42 +0200, Rudi Lippert wrote: > So I packed all my C knowledge into a little test program, and here it is: > > int main(int argc, char* argv) { > SDL_Init(SDL_INIT_EVERYTHING); > SDL_SetVideoMode(640, 480, 0, SDL_ANYFORMAT); > SDL_Quit(); > } > > Without SetVideoMod

Re: [Qemu-devel] Re: no start on amd64 (was: "Nothing happens")

2005-08-01 Thread Johannes Schindelin
Hi, On Mon, 1 Aug 2005, Rudi Lippert wrote: > So I packed all my C knowledge into a little test program, and here it is: > > int main(int argc, char* argv) { > SDL_Init(SDL_INIT_EVERYTHING); > SDL_SetVideoMode(640, 480, 0, SDL_ANYFORMAT); You could try to use specific bit depths, i.e. instea

[Qemu-devel] Re: no start on amd64 (was: "Nothing happens")

2005-08-01 Thread Rudi Lippert
So I packed all my C knowledge into a little test program, and here it is: int main(int argc, char* argv) { SDL_Init(SDL_INIT_EVERYTHING); SDL_SetVideoMode(640, 480, 0, SDL_ANYFORMAT); SDL_Quit(); } Without SetVideoMode, it will terminate correctly. With SetVideoMode, it needs to be kill9ed

Re: [Qemu-devel] Re: no start on amd64 (was "Nothing happens")

2005-07-31 Thread Johannes Schindelin
Hi, On Sun, 31 Jul 2005, Rudi Lippert wrote: > Is there anything else that might help understanding the problem? Do you have other programs running, which use SDL? Sorry, the configure output does not help here. > Btw: Qemu is not even taking up CPU. That's right. It hangs in a select() when w

[Qemu-devel] Re: no start on amd64 (was "Nothing happens")

2005-07-31 Thread Rudi Lippert
Thanks for your reply. I only created the bt because someone said it might help. configure output looks fairly good to me, but I don't know much about those things. Is there anything else that might help understanding the problem? Btw: Qemu is not even taking up CPU. Install prefix/usr BIOS d