Re: Unknown Debugchchk in gdi.cpp



Thank you for your replay.

Yes, driver is loaded. Problem is, that BPP must be 4. So i asume that some
calculations are going wrong.
For exmaple in gpe.cpp m_BytesPixel will be set to 0:

GPESurf::SetRotation(
int width,
int height,
int iRotate
)
{
m_iRotate = iRotate;
m_BytesPixel = EGPEFormatToBpp[m_eFormat] >> 3;

I don't know if this is a problem. So i want to know, the reason for the
exception.

Regards Holger



"Dean Ramsier" <ramsiernospam@xxxxxxxxxx> schrieb im Newsbeitrag
news:OEufsY2SFHA.2548@xxxxxxxxxxxxxxxxxxxxxxx
> The display driver didn't load for some reason. GWES is expecting it, and
> will crash without it. Does it exist in the build? If it does, what
errors
> is it indicating?
>
> --
> Dean Ramsier - eMVP
> Vibren Technologies
> http://www.vibren.com/Products/schema_bsp.htm
>
>
> "Holger" <froelich@xxxxxxxxx> wrote in message
> news:um8y5J1SFHA.3228@xxxxxxxxxxxxxxxxxxxxxxx
> > Hello,
> >
> > I'm developing a display driver with 4 BPP resolution for WinCE5.0. When
> > driver is loaded i get the error
> >
> > 4294804157 PID:a1e2295a TID:a1f3bcee 0x81df6010: Bits-per-pixel: 4
> > 4294804173 PID:a1e2295a TID:a1f3bcee 0x81df6010: *** COULD NOT LOAD
> DISPLAY
> > DRIVER (DDI_S3C2440.dll)! ***
> > *** SYSTEM BOOT ABORTING! ***
> > 4294804174 PID:a1e2295a TID:a1f3bcee 0x81df6010: Unknown: DEBUGCHK
failed
> in
> > file c:\macallan\private\winceos\coreos\gwe\mgdi\base\gdi.cpp at line
2075
> >
> > Has anyone an idea there the error comes from ?
> >
> > Thank you
> > Holger
> >
> >
>
>


.



Relevant Pages

  • [git patches] IDE updates part #5
    ... Palmchip BK3710 IDE driver ... int stat, err, sense_key; ... + * After each failed packet command we issue a request sense command and retry ...
    (Linux-Kernel)
  • [git patches] net driver updates for .26
    ... Fix a bug where the pointer never moves for dma_unmap... ... Update and fix driver debugging messages ... int reset); ... * header structure can be anywhere in the mcp. ...
    (Linux-Kernel)
  • [PATCH 196/196] Driver core: coding style fixes
    ... extern int system_bus_init; ... struct klist_iter i; ... struct device *dev; ... * We iterate over each driver that belongs to @bus, ...
    (Linux-Kernel)
  • [git patches v2] net driver updates for 2.6.29
    ... sfc: Correct address of gPXE boot configuration in EEPROM ... bonding: Fix ALB mode to balance traffic on VLANs ... SMSC LAN911x and LAN921x vendor driver ... module_param(updelay, int, 0); ...
    (Linux-Kernel)
  • [git patches] net driver updates for 2.6.29
    ... sfc: Correct address of gPXE boot configuration in EEPROM ... bonding: Fix ALB mode to balance traffic on VLANs ... SMSC LAN911x and LAN921x vendor driver ... module_param(updelay, int, 0); ...
    (Linux-Kernel)