001
26.11.2009, 10:37 Uhr
mael15
|
eventuell ist das eine nützliche information: ich habe mit dependency walker in beiden varianten ein profiling gestartet, einmal nicht funktionierendes programm mit dll und einmal funktionierend mit dll dateien direkt im programm einkompiliert. dann habe ich alle fehlermeldungen kopiert und die unterschiede rausgefiltert. leider ist das für mich immernoch nicht zu durchschauen.
Vergleichen von (<) ok.txt (6438 Byte) mit (>) failed.txt (5753 Byte)
24,32c24,34 < GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsAlloc") called from "MSVCR90D.DLL" at address 0x00AFE359 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). < GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsGetValue") called from "MSVCR90D.DLL" at address 0x00AFE36D and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). < GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsSetValue") called from "MSVCR90D.DLL" at address 0x00AFE381 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). < GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsFree") called from "MSVCR90D.DLL" at address 0x00AFE395 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). < < GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsAlloc") called from "MEPOHNEDLL4.EXE" at address 0x0088B5E9 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). < GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsGetValue") called from "MEPOHNEDLL4.EXE" at address 0x0088B5FD and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). < GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsSetValue") called from "MEPOHNEDLL4.EXE" at address 0x0088B611 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). < GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsFree") called from "MEPOHNEDLL4.EXE" at address 0x0088B625 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). --- > GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsAlloc") called from "MSVCR90D.DLL" at address 0x00ADE359 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). > GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsGetValue") called from "MSVCR90D.DLL" at address 0x00ADE36D and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). > GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsSetValue") called from "MSVCR90D.DLL" at address 0x00ADE381 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). > GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsFree") called from "MSVCR90D.DLL" at address 0x00ADE395 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). > > GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsAlloc") called from "MSVCR80D.DLL" at address 0x010B4A65 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). > GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsGetValue") called from "MSVCR80D.DLL" at address 0x010B4A79 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). > GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsSetValue") called from "MSVCR80D.DLL" at address 0x010B4A8D and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). > GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsFree") called from "MSVCR80D.DLL" at address 0x010B4AA1 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). > > GetProcAddress(0x77BE0000 [MSVCRT.DLL], "_get_terminate") called from "MSVCR80D.DLL" at address 0x010B7863 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
36,45c38,40 < GetProcAddress(0x1CC00000 [MXSOUT.DLL], "mxsOpenStorage2") called from "MXS.DLL" at address 0x1CDE1DD0 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). < GetProcAddress(0x1CC00000 [MXSOUT.DLL], "mxsCreateStorage2") called from "MXS.DLL" at address 0x1CDE1DD0 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). < < LoadLibraryExW("mxsout_logger.dll", 0x00000000, LOAD_WITH_ALTERED_SEARCH_PATH) returned NULL by thread 1. Error: Das angegebene Modul wurde nicht gefunden (126). < < LoadLibraryExW("mxsout_profiler.dll", 0x00000000, LOAD_WITH_ALTERED_SEARCH_PATH) returned NULL by thread 1. Error: Das angegebene Modul wurde nicht gefunden (126). < < GetProcAddress(0x64650000 [NISMSLU.DLL], "select") called from "NIRPC.DLL" at address 0x646012F0 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127). < < LoadLibraryExW("mxsout_profiler", 0x00000000, LOAD_WITH_ALTERED_SEARCH_PATH) returned NULL by thread 1. Error: Das angegebene Modul wurde nicht gefunden (126). --- > DllMain(0x010B0000, DLL_PROCESS_ATTACH, 0x0012FD30) in "MSVCR80D.DLL" returned 0 (0x0) by thread 1. > > Second chance exception 0xC0000005 (Access Violation) occurred at address 0x00000000 by thread 2.
kann jemand damit etwas anfangen? Dieser Post wurde am 26.11.2009 um 10:38 Uhr von mael15 editiert. |