RegisterDevice(GEN, 1, GenDriver.dll, 0x802ee68) failed ??? WHY??

From: jamestheDork (jamesevangelos_at_yahoo.com)
Date: 01/24/05


Date: Mon, 24 Jan 2005 10:07:12 -0500

I am using Platform Builder to learn how to create device drivers. I have

the C/C++ code written for a Generic device driver. When I connect to the

remote device from Platform Builder on the host Workstation I get this
result in the output diaglog:

4294774365 PID:43c63e2a TID:43c63152 0x83c5d23c:
DEVICE!ActivateDeviceEx(Drivers\BuiltIn\gendriver) entered
4294774369 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_GetFileAttributesW(\GenDriver.dll) returned 0xffffffff (2)
4294774370 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_CreateFileW(\GenDriver.dll) returned 0x0 (2)
4294774372 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_GetFileAttributesW(\Arcom\GenDriver.dll) returned 0xffffffff
(2)
4294774373 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_CreateFileW(\Arcom\GenDriver.dll) returned 0x0 (2)
4294774374 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_GetFileAttributesW(\User\GenDriver.dll) returned 0xffffffff (2)
4294774375 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_CreateFileW(\User\GenDriver.dll) returned 0x0 (2)
4294774376 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_GetFileAttributesW(\Startup\GenDriver.dll) returned 0xffffffff
(2)
4294774377 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_CreateFileW(\Startup\GenDriver.dll) returned 0x0 (2)
4294774380 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_GetFileAttributesW(\GenDriver.dll.dll) returned 0xffffffff (2)
4294774381 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_CreateFileW(\GenDriver.dll.dll) returned 0x0 (2)
4294774382 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_GetFileAttributesW(\Arcom\GenDriver.dll.dll) returned 0xffffffff
(2)
4294774383 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_CreateFileW(\Arcom\GenDriver.dll.dll) returned 0x0 (2)
4294774385 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_GetFileAttributesW(\User\GenDriver.dll.dll) returned 0xffffffff
(2)
4294774386 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_CreateFileW(\User\GenDriver.dll.dll) returned 0x0 (2)
4294774387 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_GetFileAttributesW(\Startup\GenDriver.dll.dll) returned
0xffffffff
(2)
4294774388 PID:63c9d23e TID:43c63152 0x83c5d23c:
FATFS!FAT_CreateFileW(\Startup\GenDriver.dll.dll) returned 0x0 (2)
4294774388 PID:43c63e2a TID:43c63152 0x83c5d23c: DEVICE!StartOneDriver
RegisterDevice(GEN, 1, GenDriver.dll, 0x802ee68) failed

Can anybody help me with this??



Relevant Pages