[CALC] Fix input bug when display is in error. (#5988)
[reactos.git] / dll / appcompat / hacking.txt
1
2 Set the environment variable 'SHIM_DEBUG_LEVEL' to '4' before loading apphelp.dll for debug info related to loading / matching modules.
3 The environment variable 'SHIMENG_DEBUG_LEVEL' is related to the hooking code.
4
5
6 When there is not enough debug output, force memory allocations to fail:
7
8 pSdbCreateDatabase
9 [Err ][SdbpCreateFile ] Failed to convert DOS path "TEST1.SDB"
10 [Err ][SdbCreateDatabase ] Failed to create the database.
11 [Err ][SdbpWriteBufferedData] Failed to allocate 65548 bytes.
12
13 pSdbWriteStringTag
14 [Err ][SdbpAddStringToTable] Error Getting temp path 0x8
15 [Err ][SdbpCreateFile ] Failed to convert DOS path "C:\Users\MAE67~1.JAN\AppData\Local\Temp\SDBAB16.tmp"
16 [Err ][SdbpAddStringToTable] Error copying string table temp filename
17 [Err ][HashCreate ] Failed to allocate 8 bytes.
18 [Err ][SdbpAddStringToTable] Error creating hash table
19 [Err ][HashAddString ] Failed to allocate 22 bytes.
20
21 pSdbCloseDatabaseWrite
22 [Err ][SdbCloseDatabase ] Failed to close the file.
23 [Err ][SdbpDeleteFile ] Failed to convert DOS path "C:\Users\MAE67~1.JAN\AppData\Local\Temp\SDBAB2D.tmp"