Delphi-PRAXiS
Seite 73 von 103   « Erste     2363717273 747583     Letzte »    

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Software-Projekte der Mitglieder (https://www.delphipraxis.net/26-software-projekte-der-mitglieder/)
-   -   Andorra 2D [Ver. 0.4.5.1, 31.12.08] (https://www.delphipraxis.net/81314-andorra-2d-%5Bver-0-4-5-1-31-12-08%5D.html)

EugenB 6. Jul 2008 11:41

Re: Andorra 2D [Ver. 0.40, 01.07.08]
 
Ich kann die erstellen Programmen nicht mal ausführen, benutze Lazarus 0.9.25 dann habe ich einfach mal die demo compiliert beim Ausführen / Debuggen kommt diese meldung: "Invalid horizontal pixel index 1"

Ich hätte noch den Callstack:
Code:
[FORMS.PP] ExceptionOccurred
  Sender=FPImageException
  Exception=Invalid horizontal pixel index 1
  Stack trace:
  $0049DA5F FPIMGERROR, line 345 of src/fpimage.pp
  $0049DF17 TFPCUSTOMIMAGE__CHECKINDEX, line 379 of src/fpimage.inc
  $0050D555 TADLCLFORMAT__ASSIGN, line 114 of ./ad2d_40/src/AdLCLFormats.pas
  $00507B8F TADBITMAP__ASSIGN, line 243 of ./ad2d_40/src/AdBitmap.pas
  $0050B3EA TADSTANDARDFONTGENERATOR__GENERATE, line 179 of ./ad2d_40/src/AdSt
andardFontGenerator.pas
  $00508338 TADFONTFACTORY__GENERATEFONT, line 175 of ./ad2d_40/src/AdFontFact
ory.pas
  $005085D6 TADFONTFACTORY__GENERATEFONT, line 241 of ./ad2d_40/src/AdFontFact
ory.pas
  $00504ABB TADRENDERINGSURFACE__DOINITIALIZE, line 2947 of ./ad2d_40/src/AdDr
aws.pas
  $00504C4A TADRENDERINGSURFACE__NOTIFY, line 2995 of ./ad2d_40/src/AdDraws.pa
s
  $00504181 TADDRAW__CALLNOTIFYEVENT, line 1583 of ./ad2d_40/src/AdDraws.pas
  $00503DBF TADDRAW__INITIALIZE, line 1451 of ./ad2d_40/src/AdDraws.pas
  $0041CB53 TFORM1__FORMCREATE, line 36 of testunit1.pas
  $004147D9 TCUSTOMFORM__DOCREATE, line 606 of ./include/customform.inc
  $00416191 TCUSTOMFORM__CREATE, line 1391 of ./include/customform.inc
  $004178D6 TFORM__CREATE, line 2145 of ./include/customform.inc
  $0041BC88 TAPPLICATION__CREATEFORM, line 1735 of ./include/application.inc
  $004027BF main, line 15 of testproject1.lpr
TApplication.HandleException Invalid horizontal pixel index 1
  Stack trace:
  $0049DA5F FPIMGERROR, line 345 of src/fpimage.pp
  $0049DF17 TFPCUSTOMIMAGE__CHECKINDEX, line 379 of src/fpimage.inc
  $0050D555 TADLCLFORMAT__ASSIGN, line 114 of ./ad2d_40/src/AdLCLFormats.pas
  $00507B8F TADBITMAP__ASSIGN, line 243 of ./ad2d_40/src/AdBitmap.pas
  $0050B3EA TADSTANDARDFONTGENERATOR__GENERATE, line 179 of ./ad2d_40/src/AdSt
andardFontGenerator.pas
  $00508338 TADFONTFACTORY__GENERATEFONT, line 175 of ./ad2d_40/src/AdFontFact
ory.pas
  $005085D6 TADFONTFACTORY__GENERATEFONT, line 241 of ./ad2d_40/src/AdFontFact
ory.pas
  $00504ABB TADRENDERINGSURFACE__DOINITIALIZE, line 2947 of ./ad2d_40/src/AdDr
aws.pas
  $00504C4A TADRENDERINGSURFACE__NOTIFY, line 2995 of ./ad2d_40/src/AdDraws.pa
s
  $00504181 TADDRAW__CALLNOTIFYEVENT, line 1583 of ./ad2d_40/src/AdDraws.pas
  $00503DBF TADDRAW__INITIALIZE, line 1451 of ./ad2d_40/src/AdDraws.pas
  $0041CB53 TFORM1__FORMCREATE, line 36 of testunit1.pas
  $004147D9 TCUSTOMFORM__DOCREATE, line 606 of ./include/customform.inc
  $00416191 TCUSTOMFORM__CREATE, line 1391 of ./include/customform.inc
  $004178D6 TFORM__CREATE, line 2145 of ./include/customform.inc
  $0041BC88 TAPPLICATION__CREATEFORM, line 1735 of ./include/application.inc
  $004027BF main, line 15 of testproject1.lpr
ich dachte erst es hat was mit den Änderungen von Lazarus zu tun , dann wurde mir gesagt ich solle mich an den Entwickler wenden , also poste ich das hier ^^

inherited 6. Jul 2008 20:11

Re: Andorra 2D [Ver. 0.40, 01.07.08]
 
@EugenB: Ich nutze hier (noch) lazarus 0.9.24 und habe die beschriebenen Probleme nicht. Ich werde mal wenn ich Zeit habe die .25er kompilieren und schauen ob es an Lazarus liegt. (Danach schauts nämlich aus)
zu den Resize-Problemen müssen wir wohl auf Andreas warten, damit er sich das anschauen kann.

(NamenLozer, verwaltest du die Sprites nicht in einer SpriteEngine? Warum zeichnest du die per Hand?)

Namenloser 6. Jul 2008 21:47

Re: Andorra 2D [Ver. 0.40, 01.07.08]
 
Ich verwalte die selbst, weil ich früher mal einen Test mit der SpriteEngine gemacht hab und sie mir zu unfelxibel war.

mimi 10. Jul 2008 16:41

Re: Andorra 2D [Ver. 0.40, 01.07.08]
 
Zitat:

und sie mir zu unfelxibel war
z.b. ?

@EugenB
ich konnte die meisten beispiele eigentlich problemlos kompilieren. hast du die DLL angepasst bzw. neu kompeliert ?
Nutzt du es unter Windows, Linux ?

auf der HP von Andorra gibt es ein Tutorial, wie Andorra unter Lazarus verwendet werden kann.

EugenB 10. Jul 2008 17:39

Re: Andorra 2D [Ver. 0.40, 01.07.08]
 
Zitat:

Zitat von mimi
@EugenB
ich konnte die meisten beispiele eigentlich problemlos kompilieren. hast du die DLL angepasst bzw. neu kompeliert ?
Nutzt du es unter Windows, Linux ?

auf der HP von Andorra gibt es ein Tutorial, wie Andorra unter Lazarus verwendet werden kann.

Jop DLL neu erstellt, das Lazarus-Beispiel genommen. Benutze Windows und die neuste version von Lazarus also SVN und der rest steht oben^^

mimi 10. Jul 2008 18:39

Re: Andorra 2D [Ver. 0.40, 01.07.08]
 
seltsam... mit einigen Beispielen habe ich auch Probleme, versuch mal andere... hast du die Beispiele umgewandelt ?
Unter Lazarus gibt es dafür verschiedene Werkzeuge....

inherited 10. Jul 2008 21:28

Re: Andorra 2D [Ver. 0.40, 01.07.08]
 
Mit welchen? Bisher hatte ich eigentlich keine schwierigkeiten mit den Beispielen :gruebel:

mimi 10. Jul 2008 22:26

Re: Andorra 2D [Ver. 0.40, 01.07.08]
 
Genau weiß ich das nicht mehr... bei Gelegenheit werde ich sie noch mal durchgehen der reihe nach.

Aber ich weiß das ich bei einigen Probleme hatte sie zu Starten/Kompilieren.
Müsste ich aber noch mal nach schauen.

EugenB 10. Jul 2008 23:48

Re: Andorra 2D [Ver. 0.40, 01.07.08]
 
So mit der Aktuellen SVN Version läuft es wieder ^^

inherited 11. Jul 2008 00:00

Re: Andorra 2D [Ver. 0.40, 01.07.08]
 
Also war es doch ein Lazarus-Fehler? Das ist gut zu wissen :)


Alle Zeitangaben in WEZ +1. Es ist jetzt 09:37 Uhr.
Seite 73 von 103   « Erste     2363717273 747583     Letzte »    

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz