We are using PB4.2 with eVC++ for development. I am having two problems:

Problem 1. When I attemp to download the debug version of the image, I get
the following dump:

Kernel debugger is waiting to connect with target.
0 PID:0 TID:0 CEPC Firmware Init
0 PID:0 TID:0 RTC - Status Reg B - 0x02
0 PID:0 TID:0 g_dwCPUFeatures = 00808131
0 PID:0 TID:0 PCIBIOS:: BIOS Address static map to addr=a00e0000
0 PID:0 TID:0 GetPicRoutingIrqTable: Start
0 PID:0 TID:0 search_pci_bios start
0 PID:0 TID:0 CE Ethernet Bootloader found 32Bit BIOS Entry
master_bios32=a00fa8f0 bios32_call_offset=1ad70 for CE/PC
0 PID:0 TID:0 Return from First BIOS EAX=49435000 EBX=f0000,ECX=b1ec
EDX=ada0
0 PID:0 TID:0 32 PCI BIOS offset located.addr=1ada0
0 PID:0 TID:0 32 PCI BIOS Present EDX=20494350,EAX=11
EBX=f0210,ECX=b100
0 PID:0 TID:0 +GetRoutingOption
0 PID:0 TID:0 search_pci_routing
0 PID:0 TID:0 search_pci_routing found entry =a00fd9b0 CE/PC
0 PID:0 TID:0 GetRoutingOption, found ROM version for Routing table.
0 PID:0 TID:0 GetRoutingOption return SUCCESS .AH=20
0 PID:0 TID:0 canConfiguredIrq with PCI Exclusive Irq Bit (wExClusive)
=20
0 PID:0 TID:0 ScanConfigureIrq: BufferSize = 16 @ address 80d3504a
0 PID:0 TID:0 ScanConfigureIrq: for Bus=0 ,Device=11 SlotNumber=1
0 PID:0 TID:0 INTA_LinkValue=2,INTA_IrqBitMap=deb8
0 PID:0 TID:0 INTB_LinkValue=3,INTB_IrqBitMap=deb8
0 PID:0 TID:0 INTC_LinkValue=4,INTC_IrqBitMap=deb8
0 PID:0 TID:0 INTD_LinkValue=1,INTC_IrqBitMap=deb8
0 PID:0 TID:0 ScanConfigureIrq: LinkNumber=2 associated with irq=5
0 PID:0 TID:0 Firmware Init Done.
0 PID:0 TID:0 Looking for rom chain
0 PID:0 TID:0 Rom chain NOT found
0 PID:0 TID:0 Booting Windows CE version 4.20 for (x86)
0 PID:0 TID:0 &pTOC = 80227528, pTOC = 80c5e134, pTOC->ulRamFree =
80d49000, MemForPT = 00024000
0 PID:0 TID:0
Old or invalid version stamp in kernel structures - starting clean!
0 PID:0 TID:0 Configuring: Primary pages: 28299, Secondary pages: 0,
Filesystem pages = 14149
1 PID:0 TID:0 !Unrecoverable Error: Exception or calling API inside
Power Handler
1 PID:0 TID:0 Exception 0e Thread=00000000(80d415fc) IP=80260370
EA=84168000 Err=0002 SP=84168000
2 PID:0 TID:0 Halting system

As I am somewhat new to this - can anyone tell me an idea of what is going
on. Whenever, I download the release version everything runs fine.

Problem 2. I recently downloaded and installed the end of year (2003)
updates and the 1st quarter QFE. Now, my release version downloads but sits
there at the "Jumping to <address>" message with only the following dump:

Kernel debugger is waiting to connect with target.
0 PID:0 TID:0 X86Init done, OEMAddressTable = 80226a38.

I've checked my registry settings and they seem unchanged. Any thoughts?

Thanks in advance.