Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Professional Discussion / Program crash after compilation

Author
Message
Freddix
AGK Developer
21
Years of Service
User Offline
Joined: 19th Sep 2002
Location: France
Posted: 19th Sep 2002 23:17
I've imported my DB Projet called "DarkAnoid" to DB pro .
After minor changes ( for compatibility )
I compiled the programe to .exe and when I launch it I get a window error message with :

DARK-ANOID GOLD a causé une défaillance de page dans
le module CORE.DLL à 0187:1000a834.
Registres :
EAX=014d0078 CS=0187 EIP=1000a834 EFLGS=00010216
EBX=ffffffff SS=018f ESP=0064f6ec EBP=0064f70c
ECX=00000101 DS=018f ESI=00000000 FS=1adf
EDX=015e1b44 ES=018f EDI=5e1b4d00 GS=0000
Octets à CS : EIP :
89 79 04 8b 4c 13 04 8b 7c 13 08 03 5d f8 89 79
État de la pile :
0064f794 015e1b48 100039b0 bff7b9ae 014d01bc ffffffff 00000000 00000002 00400000 100076fb 015d000c 0000003f 00000000 10006959 015e1b48 100039be
Freddix
AGK Developer
21
Years of Service
User Offline
Joined: 19th Sep 2002
Location: France
Posted: 20th Sep 2002 12:47
I translate in english :
DARK-ANOID GOLD was cause an error in module CORE.DLL à 0187:1000a834.
Registers :
EAX=014d0078 CS=0187 EIP=1000a834 EFLGS=00010216
EBX=ffffffff SS=018f ESP=0064f6ec EBP=0064f70c
ECX=00000101 DS=018f ESI=00000000 FS=1adf
EDX=015e1b44 ES=018f EDI=5e1b4d00 GS=0000
Octets à CS : EIP :
89 79 04 8b 4c 13 04 8b 7c 13 08 03 5d f8 89 79
État de la pile :
0064f794 015e1b48 100039b0 bff7b9ae 014d01bc ffffffff 00000000 00000002 00400000 100076fb 015d000c 0000003f 00000000 10006959 015e1b48 100039be
MrTAToad
21
Years of Service
User Offline
Joined: 26th Aug 2002
Location: United Kingdom
Posted: 20th Sep 2002 13:30
It doesn't sound like the usual error when an invalid 3D graphic is loaded, so it might me something along the lines of no ENDFUNCTION, invalid parameters etc etc

Yes, I really am THAT good...
Freddix
AGK Developer
21
Years of Service
User Offline
Joined: 19th Sep 2002
Location: France
Posted: 20th Sep 2002 13:50
I found for that problem and resolve it simply because I've created this :
Dim _high_score(_MAX_HIGH_SCORE)
Dim _highname$(_MAX_HIGH_SCORE)
Dim _highlevel(_MAX_HIGH_SCORE)
_MAX_HIGH_SCORE=20

instead of :
_MAX_HIGH_SCORE=20
Dim _high_score(_MAX_HIGH_SCORE)
Dim _highname$(_MAX_HIGH_SCORE)
Dim _highlevel(_MAX_HIGH_SCORE)

that was an error when I reposition DIM , values , etc . . .
No it's resolved by farther in the program I have an other error :
DARK-ANOID GOLD was cause an error in module DBPROIMAGEDEBUG.DLL à 0187:026125ac.
Registers :
EAX=00000000 CS=0187 EIP=026125ac EFLGS=00210246
EBX=00000000 SS=018f ESP=0064f614 EBP=0064f640
ECX=00afebcc DS=018f ESI=00000000 FS=5fc7
EDX=0064f638 ES=018f EDI=00afe43c GS=3af6
Octets à CS : EIP :
8b 08 ff 51 3c 56 6a ff 56 56 ff 75 fc 56 56 ff
État de la pile :
00000000 00000000 0064f638 0000001f 00000000 00000000 0000001f 0000001f 00afec10 00000000 00afe880 0064f6dc 026123fb 0000002f 00000020 00000020

I will probably find from where that problem came and with the technik I use ( I explained it on that post : http://www.darkbasicpro.com/apollo/view.php?t=333&b=1 ) I think i will be able to convert entirely my game.

Login to post a reply

Server time is: 2024-04-25 10:17:09
Your offset time is: 2024-04-25 10:17:09