News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Strange Behaviour

Started by G`HOST, February 14, 2006, 04:59:16 AM

Previous topic - Next topic

G`HOST

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.

KetilO

Hi

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

KetilO

G`HOST

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 ).

KetilO

Does it work if you first build and then run your app?

KetilO

G`HOST

Well no.
either way, it just build and run the app once and after that it stops responding.

KetilO

Does your app run as it should if you start it outside RadASM?

KetilO

G`HOST

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.

KetilO

Strange.
You could try turning off Threaded build.
Option / Code Editor Options / Other / Threaded build

KetilO

G`HOST

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.)

G`HOST

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).

KetilO

Could you post a picture showing the project options (build commands).

KetilO

KetilO

You add your own api's by adding it to the file MasmApiCall.api

KetilO

G`HOST

#12
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..


Now there is one more problem.Some exception..


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

KetilO

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

G`HOST

 :U yup it worked.
the version i downloaded is 2.2.0.6
Thanx.