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
in wrote:
> 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 e
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
Should a qemu backtrace be 411 lines long?
Actually, when I start qemu 0.7.1 (kqemu enabled, but makes no difference),
it doesn't do anything. I hit CTRL-C to get a backtrace of the situation.
Qemu has never worked on this setup, and the problem has always been the
same.
Any ideas?
Cheers,
Rudi
t;
> Have you tried running qemu with:
>
> strace qemu 2>/tmp/qemu.log
>
> On Wed, 18 May 2005, Rudi Lippert wrote:
>
>> My OS:
>> GNU/Linux (Gentoo)
>> QEMU Version:
>> 0.7.0, compiled using the standard ebuild; no kqemu or qvm86
>> I'd includ
Ben Hamo wrote:
> How about starting with trivial details such as:
>
> * Which host OS do you use?
> * Which QEMU version?
> * binaries downloaded or did you compile it?
>
> Thanks,
> Hetz
>
> On 5/18/05, Rudi Lippert <[EMAIL PROTECTED]> wrote:
>> Hi!
>&
output, no CPU activity.
I know that this is not a whole lot of information, but I will provide any
further information that is requested.
Thanks in advance!
Rudi Lippert (Herzogenaurach, Germany)
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http
I think the changelog is missing one important thing:
Initial KQemu support (if I'm not mistaken, it used to be in CVS only, and I
suppose it IS supported now).
Greets,
Rudi
Fabrice Bellard wrote:
> Hi,
>
> QEMU version 0.7.0 is out.
>
> Changelog:
>
>- better BIOS translation and HDD geom
I am using QEMU (not KQemu) on AMD64 and I would gladly test KQemu on my
computer.
If you (Fabrice) could build KQemu for AMD64, I will inform you of any
success or failure I experience. In the meantime, I'd suggest you provide a
proper error message for users trying to build QEMU with KQemu suppor