The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: G`HOST on February 14, 2006, 04:59:16 AM

Title: Strange Behaviour
Post by: G`HOST on February 14, 2006, 04:59:16 AM
Dont know if its the right place to ask this question or not.
And not sure if the problem is in the RadAsm or something else but since i am not able to figure out whats wrong so i decided to ask it .So any help would be appreciated.
the ide is behaving strangely,if i compile and run my project by the
"GO" command the ide stops responding and i have to close it by ( ctrl+alt+del ).I tried deleting registery info+reinstalling the app again and again but the problem is still there.so anybody has some clue ?
And yes this behaviour has just started a month ago before that every thing was working fine.
Title: Re: Strange Behaviour
Post by: KetilO on February 14, 2006, 08:13:49 AM
Hi

What OS are you using and what assembler / programming language? Are you making a 16 bit (dos) application?

KetilO
Title: Re: Strange Behaviour
Post by: G`HOST on February 14, 2006, 12:48:32 PM
Windows 98,masm,32bit.
And i have been using the same version for 4 months or so and there never ever was any problem and one day it just started,(its definetly not a virus problem ).
Title: Re: Strange Behaviour
Post by: KetilO on February 14, 2006, 06:47:05 PM
Does it work if you first build and then run your app?

KetilO
Title: Re: Strange Behaviour
Post by: G`HOST on February 15, 2006, 06:16:42 AM
Well no.
either way, it just build and run the app once and after that it stops responding.
Title: Re: Strange Behaviour
Post by: KetilO on February 15, 2006, 08:17:55 AM
Does your app run as it should if you start it outside RadASM?

KetilO
Title: Re: Strange Behaviour
Post by: G`HOST on February 15, 2006, 08:56:24 AM
oh yes very well and even RadAsm runs it again after restart(the RadAsm not the system).
After i close RadAsm (ctrl+alt+del).I can again open the project and build it.So after every "Go" command i have to do ctrl+alt+del and then restart again.
Title: Re: Strange Behaviour
Post by: KetilO on February 15, 2006, 09:40:49 AM
Strange.
You could try turning off Threaded build.
Option / Code Editor Options / Other / Threaded build

KetilO
Title: Re: Strange Behaviour
Post by: G`HOST on February 15, 2006, 02:22:09 PM
Quote from: KetilO on February 15, 2006, 09:40:49 AM
You could try turning off Threaded build.
Option / Code Editor Options / Other / Threaded build
Now Something stranger happened, (but atleast i didnt need to do ctrl+alt+del again. :U)Now the output in the output window stops it seems as the execution has stoped but if i press down key in the out window it starts again line by line ( one line per press,something like F7 or F8 in OlyDbg.)
Title: Re: Strange Behaviour
Post by: G`HOST on February 15, 2006, 02:34:28 PM
And yes one more thing, Is there a way to add some api`s to the code complition (like some custom ones i use often).
Title: Re: Strange Behaviour
Post by: KetilO on February 15, 2006, 03:33:53 PM
Could you post a picture showing the project options (build commands).

KetilO
Title: Re: Strange Behaviour
Post by: KetilO on February 15, 2006, 06:00:36 PM
You add your own api's by adding it to the file MasmApiCall.api

KetilO
Title: Re: Strange Behaviour
Post by: G`HOST on February 16, 2006, 06:05:35 AM
Quote from: KetilO on February 15, 2006, 03:33:53 PM
Could you post a picture showing the project options (build commands).
If thats what you meant..
(http://img152.imageshack.us/img152/6300/radasm19bs.jpg) (http://imageshack.us)

Now there is one more problem.Some exception..
(http://img137.imageshack.us/img137/4568/radasm26hy.jpg) (http://imageshack.us)

QuoteModule name: undetermined (RadASM version 2.2.0.3)
Windows 98  A
Exception code: C0000005h
EXCEPTION_ACCESS_VIOLATION
Instruction pointer: 00000001h

Registers:
eax=00000000h ebx=006DC4FEh ecx=01E81C88h
edx=0000953Eh esi=00000000h edi=00000000h
ebp=006DC2E8h esp=006DC2BCh eip=00000001h

Segment registers:
CS=017Fh DS=0187h SS=0187h
ES=0187h FS=30D7h GS=50EFh

Flags: CF PF SF IF

Stack:
01E81C88 0000099C 00000008 00000988
00000000 006DC4FE 01F8C5A0 01000000
00000000 006DC300 0000074C 006DC494
019A5B85 0000099C 00000008 00000988

This exception keeps coming backand its really annoying.

[EDIT] and this exception is eating up all memory
Title: Re: Strange Behaviour
Post by: KetilO on February 16, 2006, 07:52:33 AM
Hi

The Project Options are as they should be.
You shold update RadASM as many win98 related bugs have been fixed.
Lets see if that will help.

KetilO
Title: Re: Strange Behaviour
Post by: G`HOST on February 18, 2006, 02:10:34 PM
 :U yup it worked.
the version i downloaded is 2.2.0.6
Thanx.