qemu-discuss
[Top][All Lists]
Advanced

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

Re: [Qemu-discuss] Trouble starting various qemu-system-*.exe on Windows


From: Peter Maydell
Subject: Re: [Qemu-discuss] Trouble starting various qemu-system-*.exe on Windows 7
Date: Mon, 23 Jun 2014 12:46:54 +0100

On 17 June 2014 22:07, Steere, Andy <address@hidden> wrote:
> On to the real problem - running qemu mipsel with a Debian release on a 
> Windows 7, 64bit machine.
>
> 1. Installed the Windows 64 bit Qemu from here: http://qemu.weilnetz.de/w64/
>
> 2. Use the vmlinux and qcow from here: 
> http://people.debian.org/~aurel32/qemu/mipsel/.
>
> 3. Run the following:
>
>         qemu-system-mipsel.exe -M malta -kernel vmlinux-2.6.32-5-4kc-malta 
> -hda debian_squeeze_mipsel_standard.qcow2 -append "root=/dev/sda1 
> console=tty0"
>
> mipsel.exe crashes with the following Windows Application event log data
>
>  <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event";>
>  <System>
>   <Provider Name="Application Error" />
>   <EventID Qualifiers="0">1000</EventID>
>   <Level>2</Level>
>   <Task>100</Task>
>   <Keywords>0x80000000000000</Keywords>
>   <TimeCreated SystemTime="2014-06-17T20:58:42.000000000Z" />
>   <EventRecordID>56420</EventRecordID>
>   <Channel>Application</Channel>
>   <Computer>address@hidden</Computer>
>   <Security />
>   </System>
>  <EventData>
>   <Data>qemu-system-mipsel.exe</Data>
>   <Data>2.0.50.0</Data>
>   <Data>53a01b95</Data>
>   <Data>msvcrt.dll</Data>
>   <Data>7.0.7601.17744</Data>
>   <Data>4eeb033f</Data>
>   <Data>c0000005</Data>
>   <Data>000000000001586f</Data>
>   <Data>1db4</Data>
>   <Data>01cf8a6eeb974286</Data>
>   <Data>c:\Program Files\qemu\qemu-system-mipsel.exe</Data>
>   <Data>C:\windows\system32\msvcrt.dll</Data>
>   <Data>29698e7d-f662-11e3-9eeb-cc52af8aa3bb</Data>
>   </EventData>
>   </Event>
>
> Just in case, I installed the Windows 32 bit Qemu from here: 
> http://qemu.weilnetz.de/w32/
>
> In a similar fashion mipsel crashes in msvcrt with the following Windows 
> Application event data:
>
> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event";>
> <System>
>   <Provider Name="Application Error" />
>   <EventID Qualifiers="0">1000</EventID>
>   <Level>2</Level>
>   <Task>100</Task>
>   <Keywords>0x80000000000000</Keywords>
>   <TimeCreated SystemTime="2014-06-17T20:21:52.000000000Z" />
>   <EventRecordID>56403</EventRecordID>
>   <Channel>Application</Channel>
>   <Computer>address@hidden </Computer>
>   <Security />
> </System>
> <EventData>
>   <Data>qemu-system-mipsel.exe</Data>
>   <Data>2.0.50.0</Data>
>   <Data>5386bc69</Data>
>   <Data>msvcrt.dll</Data>
>   <Data>7.0.7601.17744</Data>
>   <Data>4eeaf722</Data>
>   <Data>c0000005</Data>
>   <Data>000099e4</Data>
>   <Data>15a0</Data>
>   <Data>01cf8a69c548347a</Data>
>   <Data>c:\Program Files (x86)\qemu\qemu-system-mipsel.exe</Data>
>   <Data>C:\windows\syswow64\msvcrt.dll</Data>
>   <Data>0421e50f-f65d-11e3-9eeb-cc52af8aa3bb</Data>
>   </EventData>
> </Event>

Unfortunately that's pretty meaningless to me. I'm afraid
you'll need to debug this one yourself somehow. Sorry.
Running it under a debugger and getting a backtrace of
whatever the actual problem is would probably be a start.

[PS: if you reply to the 'digest mode' emails it would
be helpful if you deleted all the irrelevant text rather
than quoting it.]

thanks
-- PMM



reply via email to

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