Frage Chapter 06 3D Game Engine Programming
Verfasst: 06.02.2011, 14:59
Wenn ich in Chapter 06 die Demo starten will kommt folgende Fehlermeldung:
Debug Assertion Failed!
Expression: (str != NULL)
For mor Information on how your program can cause an assertion failure, see the Visuall C++
documentation on asserts.
(Press Retry to debug the application)
Also klicke ich Retry und es kommt Demo.exe hat einen Haltepunkt ausgelöst.
// init render device
if (FAILED( g_pDevice->Init(g_hWnd, hWnd3D, 4, 16, 8, true) )) {
fprintf(pLog, "error: Init() failed in ProgramStartup()\n");
return E_FAIL;
}
hat jemand eine Ahnung was ich dagegen machen kann?
Das zweite Problem ist, wenn ich das Spiel Kapitel 15 ausführen will (Pandoras Legacy.exe )
komme ich bis zum auswählen der Netzwerk Optionen und dann wenn ich Start as Server klicke kommt
Pandoras Legacy.exe has stopped working.
Feundliche Grüsse
Lipton
Debug Assertion Failed!
Expression: (str != NULL)
For mor Information on how your program can cause an assertion failure, see the Visuall C++
documentation on asserts.
(Press Retry to debug the application)
Also klicke ich Retry und es kommt Demo.exe hat einen Haltepunkt ausgelöst.
// init render device
if (FAILED( g_pDevice->Init(g_hWnd, hWnd3D, 4, 16, 8, true) )) {
fprintf(pLog, "error: Init() failed in ProgramStartup()\n");
return E_FAIL;
}
hat jemand eine Ahnung was ich dagegen machen kann?
Das zweite Problem ist, wenn ich das Spiel Kapitel 15 ausführen will (Pandoras Legacy.exe )
komme ich bis zum auswählen der Netzwerk Optionen und dann wenn ich Start as Server klicke kommt
Pandoras Legacy.exe has stopped working.
Feundliche Grüsse
Lipton