qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Rudi Lippert
Subject: [Qemu-devel] Re: no start on amd64 (was: "Nothing happens")
Date: Mon, 1 Aug 2005 22:42:06 +0200
User-agent: KMail/1.8.1

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. I figured from the backtrace that it would be like that.

@Jocelyn: What are your use flags on libsdl? Mine are: +X +aalib +alsa -arts
+dga -directfb -esd -fbcon -ggi -libcaca -nas -noaudio -noflagstrip
-nojoystick -novideo +opengl +oss -pic (-svga) +xinerama +xv
What do you think might cause the problem?

Cheers,
Rudi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]