flat assembler
Message board for the users of flat assembler.

Index > IDE Development > critical FASMW.exe IDE bug.

Author
Thread Post new topic Reply to topic
forsaken



Joined: 29 Sep 2005
Posts: 17
forsaken 29 Sep 2005, 09:53
im quite upset atm, i had written an asm basecode with GUI & error handling.
the whole code was on about 300 lines. now, i wanted to test its limits and play a little with it so i made a huge DB (about 300 letters) which where to be shown in a messagebox.

so i made an invoke and continues to compile it, suddenly i got that nasty "windows has encountered an error" window and the IDE closed.

when i then rebooted the IDE and tried loading my file, the whole file had been wiped and there was NO code inside the file.

it seems that when compiling it doesnt finish the file handling until the compile has been completed, this is a big misstake since if the IDE crashes
before the compile is completed the whole code is wasted.

anyways, i just thought that i should share this info so that it does not happend to anyone else Sad

oh, and btw... dunno if this has anything to do with the error but the DB did contain some ,13, to make new lines...

please fix the IDE so that this does not happen to other coders, its really frustrating..

Regards, forsaken.
Post 29 Sep 2005, 09:53
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8359
Location: Kraków, Poland
Tomasz Grysztar 29 Sep 2005, 10:55
It has to be related to the recent development beign done on the IDE - see
http://board.flatassembler.net/topic.php?t=3810

Sorry, I should have released the development versions as a separate downloads, since the IDE that originally came with fasm 1.64 (version 0.92.6 if I recall correctly) was already very stable. The 0.92.7 and 0.92.8 were quick releases as the new feature was developed, and since this feature affected almost all of the internal mechanisms of the editor, those hasty releases were very buggy. The 0.92.9 seems to be stable again, though still needs to be tested.
Post 29 Sep 2005, 10:55
View user's profile Send private message Visit poster's website Reply with quote
forsaken



Joined: 29 Sep 2005
Posts: 17
forsaken 29 Sep 2005, 11:50
ok, thanks for the quick reply Wink

i didnt know that there where newer versions of the IDE availible Razz
once again, thanks for the quick response.

i would also like to congratulate you for your awsome success, im quite
sure that FASM is going to become the leading ASM compiler in the near
future, i love it! Smile

Regards, forsaken.
Post 29 Sep 2005, 11:50
View user's profile Send private message Reply with quote
forsaken



Joined: 29 Sep 2005
Posts: 17
forsaken 29 Sep 2005, 12:11
ok, i was bored so i made a little crashdummy example Razz


Code:
format PE GUI 4.0
Entry init

section '.data' readable writeable

        CRASH_STRING    DB      "i",13,"will",13,"cause",13,"an",13,"error",13,13,"i",13,"will",13,"prevail!",13,"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890ÅÄÖ",13,"abcdefghijklmnopqrstuvwxyz1234567890åäö",13,"time to say goodbye to ur code and the IDE!"

section '.code' code readable executable

init:

    


try saving that and then reloading it in the IDE Razz
theirs nothing there... :/

anyway, if i got this straight... there is a stable build of the IDE somewhere?
Post 29 Sep 2005, 12:11
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8359
Location: Kraków, Poland
Tomasz Grysztar 29 Sep 2005, 12:48
OK, I'm uploading the new version with the fix for this. I could restore the package to have the 0.92.6, but I prefer to do it this way to force the new version to be tested until it becomes stable, too. (Thanks for the useful report, btw). This is still 0.9x.x, which means it's still not final one, and thus I cannot guarantee it will be always stable - so frequent backups are highly recommended (well, they are always recommended anyway). However I'm trying to fix any reported problems as soon as possible.
Post 29 Sep 2005, 12:48
View user's profile Send private message Visit poster's website Reply with quote
forsaken



Joined: 29 Sep 2005
Posts: 17
forsaken 03 Oct 2005, 06:37
ok, i look forward to the release.

ill keep an eye out for more bugs Smile
Post 03 Oct 2005, 06:37
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.