qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Re: qemu.exe, QEMUMenu.bat and qemu-forum doesn't
       [not found] <426c7c40.2d2f39b7.3c98.ffffbb33SMTPIN_ADDED@mx.gmail.com>
@ 2005-04-25 11:55 ` Garth Dahlstrom
  2005-04-26 19:54   ` Per-Erik Kristensson
  0 siblings, 1 reply; 4+ messages in thread
From: Garth Dahlstrom @ 2005-04-25 11:55 UTC (permalink / raw)
  To: qemu-devel

PEK,

As the author of QEMUMenu, I can tell you that I only tested it on
Windows 2000/XP hosts as I no longer have anything older that that
around.

There are most likely batch file commands/syntaxes missing from both
NT4 or Windows 9x that are in use, but at present I don't know what
they are...

As for QEMU crashing silently, that is normal and one of my pet
peeves, it doesn't ever tell you why it crashed (just returns a
non-zero exit code I believe)...  It could be a syntax error in the
command or a dependency problem (i.e. directx for the video card
emu/frame buffer)...

Cheers,

-G
 
> If I run QEMUMenu.bat it starts an infinite loop the fills the prompt with
> garbage.
> 
> I have tried the latest version on Win98 too, but it's all silence there
> too. The menu doesn't loop, but crashes instead.
> 
> Is the latest qemu version supposed to work in NT4 or Win98? As I said
> before, older versions worked fine.
 
> Today I tried to install NT4 in qemu, but that didn't work. So I downloaded
> the latest version, but when I run qemu I gets nothing. No error message or
> other output, it start and the dies. I have tried with different parameters
> but I get the same result. All silence.

-- 
Northern.CA ===--
http://www.northern.ca/
Canada's Search Engine

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Re: qemu.exe, QEMUMenu.bat and qemu-forum doesn't
  2005-04-25 11:55 ` [Qemu-devel] Re: qemu.exe, QEMUMenu.bat and qemu-forum doesn't Garth Dahlstrom
@ 2005-04-26 19:54   ` Per-Erik Kristensson
  2005-04-26 21:01     ` Jernej Simonèiè
  0 siblings, 1 reply; 4+ messages in thread
From: Per-Erik Kristensson @ 2005-04-26 19:54 UTC (permalink / raw)
  To: Garth Dahlstrom, qemu-devel

Thanks for your answer. When it comes to the menu I don't care much about
that, I mostly use the command line instead. It may be possible to get it to
work in NT4, but not in Win9x sense the command line is much more limited
there. I maybe write a GUI if I find some time and, of course, get some of
the newer version of qemu to start :-).

The silent crashes are very annoying. I tested a nightly build but that
behaved the same. If anyone have a solution I'm willing to test that. I
guess it is a decency problem. Maybe it's directx causing the problem, only
dx3 is supported in NT4. But I have tested in Win98 with dx9 (if I remember
correctly) but it also dies their silently to, so maybe it's something
else...

PEK

----- Original Message ----- 
From: "Garth Dahlstrom" <ironstorm@gmail.com>
To: <qemu-devel@nongnu.org>
Sent: Monday, April 25, 2005 1:55 PM
Subject: [Qemu-devel] Re: qemu.exe, QEMUMenu.bat and qemu-forum doesn't


PEK,

As the author of QEMUMenu, I can tell you that I only tested it on
Windows 2000/XP hosts as I no longer have anything older that that
around.

There are most likely batch file commands/syntaxes missing from both
NT4 or Windows 9x that are in use, but at present I don't know what
they are...

As for QEMU crashing silently, that is normal and one of my pet
peeves, it doesn't ever tell you why it crashed (just returns a
non-zero exit code I believe)...  It could be a syntax error in the
command or a dependency problem (i.e. directx for the video card
emu/frame buffer)...

Cheers,

-G

> If I run QEMUMenu.bat it starts an infinite loop the fills the prompt with
> garbage.
>
> I have tried the latest version on Win98 too, but it's all silence there
> too. The menu doesn't loop, but crashes instead.
>
> Is the latest qemu version supposed to work in NT4 or Win98? As I said
> before, older versions worked fine.

> Today I tried to install NT4 in qemu, but that didn't work. So I
downloaded
> the latest version, but when I run qemu I gets nothing. No error message
or
> other output, it start and the dies. I have tried with different
parameters
> but I get the same result. All silence.

-- 
Northern.CA ===--
http://www.northern.ca/
Canada's Search Engine


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Re: qemu.exe, QEMUMenu.bat and qemu-forum doesn't
  2005-04-26 19:54   ` Per-Erik Kristensson
@ 2005-04-26 21:01     ` Jernej Simonèiè
  2005-04-27 18:31       ` Per-Erik Kristensson
  0 siblings, 1 reply; 4+ messages in thread
From: Jernej Simonèiè @ 2005-04-26 21:01 UTC (permalink / raw)
  To: Per-Erik Kristensson on [qemu-devel]

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

On Tuesday, April 26, 2005, 21:54:03, Per-Erik Kristensson wrote:

> The silent crashes are very annoying. I tested a nightly build but that
> behaved the same. If anyone have a solution I'm willing to test that.

I attached a small utility that can change a GUI program into a console
program (and vice-versa). Use it with qemu, then run qemu from command-line,
and you should see why it's failing.

-- 
< Jernej Simoncic ><><><><>< http://deepthought.ena.si/ >

Enough research will tend to support your theory.
       -- Law of Research

[-- Attachment #2: noconsole.zip --]
[-- Type: application/x-zip-compressed, Size: 2479 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Re: qemu.exe, QEMUMenu.bat and qemu-forum doesn't
  2005-04-26 21:01     ` Jernej Simonèiè
@ 2005-04-27 18:31       ` Per-Erik Kristensson
  0 siblings, 0 replies; 4+ messages in thread
From: Per-Erik Kristensson @ 2005-04-27 18:31 UTC (permalink / raw)
  To: qemu-devel

I have no idea what it did, but now qemu behaves like it should have done
from the beginning :-). Now error messages are finally printed. Thanks a
lot!

The was a network problem, "GetNetworkParams failed. ret = 00000032. Could
not get DNS address". GetNetworkParams is not supported in NT4, so that's
probably why it crash. I used "-nics 0" to solve the problem, and now it
starts again. I will test more in the weekend and report what I have found.

Thanks again.

PEK



----- Original Message ----- 
From: "Jernej Simonèiè" <jernej@ena.si>
To: "Per-Erik Kristensson on [qemu-devel]" <qemu-devel@nongnu.org>
Sent: Tuesday, April 26, 2005 11:01 PM
Subject: Re: [Qemu-devel] Re: qemu.exe, QEMUMenu.bat and qemu-forum doesn't


On Tuesday, April 26, 2005, 21:54:03, Per-Erik Kristensson wrote:

> The silent crashes are very annoying. I tested a nightly build but that
> behaved the same. If anyone have a solution I'm willing to test that.

I attached a small utility that can change a GUI program into a console
program (and vice-versa). Use it with qemu, then run qemu from command-line,
and you should see why it's failing.

-- 
< Jernej Simoncic ><><><><>< http://deepthought.ena.si/ >

Enough research will tend to support your theory.
       -- Law of Research


----------------------------------------------------------------------------
----


> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-27 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <426c7c40.2d2f39b7.3c98.ffffbb33SMTPIN_ADDED@mx.gmail.com>
2005-04-25 11:55 ` [Qemu-devel] Re: qemu.exe, QEMUMenu.bat and qemu-forum doesn't Garth Dahlstrom
2005-04-26 19:54   ` Per-Erik Kristensson
2005-04-26 21:01     ` Jernej Simonèiè
2005-04-27 18:31       ` Per-Erik Kristensson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).