• 18.07.2025, 05:06
  • S’inscrire
  • Connexion
  • Vous n’êtes pas connecté.

 

LiquidAcid

Non enregistré

Re: o3gl - Wer will (mal wieder) testen??

mardi 27 mai 2003, 00:52

Citation de "mod-tech|Moritz"

aso bei mir ist es abgeschmiert nach kurzer zeit und wohl zuvielem drücken von "1" Ein langes piepen und nichts ging mehr. Sowas hatte ich bei Windows noch nie!

Hmm, das finde ich merkwürdig. Habe grad mal wie ein Irrer die 1-Taste gehämmert und er ist nicht abgekackt. Kann auch eigentlich nicht sein, da die 1-Taste keinen Vorgang auslöst, der irgendwas verändert. Die Methoden, die zur Erstellung des Terrains da sind werden am Anfang (vor dem Booten der Cores) durchgeführt (weil sie noch nicht in das Framework integriert worden sind). Wenn da irgendetwas schief geht, sollte er gleich am Anfang crashen und nicht während des Rendering. Trotzdem komisch...

Citation de "thetruephoenix"

da ich an der letzten engine nich teilgenommen habe poste ich zumindest hier ergebnisse:

stdout:

in generic_terrain::loadTGA()
going to alloc space for 32512 vertices
created exactly: 32512 vertices
in triStrip_terrain::buildNormals()
total face normals: 32258
going to alloc space for 16384 vertex-normals
in triStrip_terrain::buildNormals() - building finished
in generic_terrain::loadTGA()
going to alloc space for 32638 vertices
created exactly: 32638 vertices
in degenerate_triStrip_terrain::buildNormals()
total face normals: 32258
going to alloc space for 16384 vertex-normals
resorting normals: creating 32638 normals
in degenerate_triStrip_terrain::buildNormals() - finished
in generic_terrain::loadTGA()
going to alloc space for 32258 triangles
created exactly: 32258 triangles
in triList_terrain::buildNormals()
precalced 32258 normals
allocated memory for:
0 md2::skin structures
363 md2::texCoord structures
751 md2::face structures
198 md2::frames structures
main_core: created instance.


o3gl:

26.04.1926-22:16:04 # msg from log_engine - log-file was opened succesfully!
26.04.1926-22:16:04 # msg from main_core - booting the main-core
26.04.1926-22:16:04 # msg from main_core - SDL subsystem init finished.
26.04.1926-22:16:05 # msg from ogl_core - constuctor: linked main-core and log-engine
26.04.1926-22:16:05 # msg from ogl_core - initExtensionField()
26.04.1926-22:16:05 # msg from ogl_core - creating instance
26.04.1926-22:16:05 # msg from ogl_core - reshapeGL()
26.04.1926-22:16:05 # msg from input_core - created instance
26.04.1926-22:16:05 # msg from main_core - establishing core linkage (cycling linking)
26.04.1926-22:16:05 # msg from ogl_core - initGL()
26.04.1926-22:16:05 # msg from ogl_core - init()
26.04.1926-22:16:05 # msg from main_core - stencil-size: 0; depth-size: 16
26.04.1926-22:17:09 # msg from main_core - shutting down main-core
26.04.1926-22:17:09 # msg from input_core - shutting down the input-core
26.04.1926-22:17:09 # msg from ogl_core - shutting down ogl-core
26.04.1926-22:17:09 # msg from log_engine - Attempting to shutdown the log-engine!
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
26.04.1926-22:18:00 # msg from log_engine - log-file was opened succesfully!
26.04.1926-22:18:00 # msg from main_core - booting the main-core
26.04.1926-22:18:00 # msg from main_core - SDL subsystem init finished.
26.04.1926-22:18:01 # msg from ogl_core - constuctor: linked main-core and log-engine
26.04.1926-22:18:01 # msg from ogl_core - initExtensionField()
26.04.1926-22:18:01 # msg from ogl_core - creating instance
26.04.1926-22:18:01 # msg from ogl_core - reshapeGL()
26.04.1926-22:18:01 # msg from input_core - created instance
26.04.1926-22:18:01 # msg from main_core - establishing core linkage (cycling linking)
26.04.1926-22:18:01 # msg from ogl_core - initGL()
26.04.1926-22:18:01 # msg from ogl_core - init()
26.04.1926-22:18:01 # msg from main_core - stencil-size: 0; depth-size: 16
26.04.1926-22:19:05 # msg from main_core - shutting down main-core
26.04.1926-22:19:05 # msg from input_core - shutting down the input-core
26.04.1926-22:19:05 # msg from ogl_core - shutting down ogl-core
26.04.1926-22:19:05 # msg from log_engine - Attempting to shutdown the log-engine!
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##


und das heisst WAS? ;)

Sieht ganz normal aus, typischer Verlauf. Oder soll ich erklären, was die einzelnen Meldungen bedeuten? Könnte nämlich etwas länger werden! ;)

Citation de "TheCrow"

warum funzt des bill-gates-model net? bei mir wird immer ein fehlerprotokoll erstellt :-/

Ja leider funzt das nicht, ich kann da leider wenig machen, außer die Ladefunktionen umbasteln, dass sie auch mit nichtkompatiblen Modellen zurechtkommt. Wäre was für meine TODO Liste ;)

cya
liquid