RadASM 2.2.1.6 bugtest (2009-03-11)

Started by KetilO, March 11, 2009, 02:38:00 PM

Previous topic - Next topic

KetilO

Hi PauloH

I am running Vista and it works here.

KetilO

BlackVortex

Quote from: PauloH on March 16, 2009, 03:40:52 AM
Hi, KetilO.

Good updates! But about the macro record problem, I still haven't any success, even after a manual path setting. I'm running Vista. Is there any issue with Vista ?

Thank you in advance.

PauloH.
What folder have you set it to ?  Maybe it's a UAC problem (I don't know if radasm is UAC-aware)

Or run radasm as administrator and test.

KetilO

Yes, RadASM is UAC aware. The user must have read/write access to the Macro folder for it to work.

KetilO

PauloH

Hello, guys.

Thank you for your answers. I'm running Vista as administrator and the folder I set is C:\Radasm\Masm\Macro.
RadASM creates a .kbm file with zero length. When Record item is clicked nothing happens. The little dialog box with the "stop record" command doesn't appear and I can't save any new macro. By the way, the old saved macros don't work also. Am I doing something wrong?

Kind regards.

PauloH.

KetilO

Hi PauloH

I have no idea why it fails. I have tested on Vista SP1 and Vista RC SP2, bouth 32 bit, and it works as it should.
What version of Vista are you running?

KetilO

UtillMasm

I found a F2 bug!!!

atachment include something about the F2 bug.

[attachment deleted by admin]

KetilO


PauloH

Hello guys.

The problem is the UAC! I turned it off and RadASM macros are working again. I'm running Vista Home Premium SP1.
And now, I have another question. Is there any way to edit these macros? The .kbm files are very friendly...  :green2

Kind regards.

KetilO

Hi PauloH

Sorry, there is no way to edit the macros.

KetilO

ideasun

Hi, KetilO
    I'm a chinese, I am using the RadASM 2.1.5 in windows 2000. but when I try to change the "Environment Variables", it will crash.
it works OK,in XP or vista.

the tips was:

Module name: USER32.dll (RadASM version 2.2.1.5)
Windows 2000 Service Pack 4
Exception code: C0000005h
EXCEPTION_ACCESS_VIOLATION
Instruction pointer: 77E08CE8h

Registers:
eax=00649B50h ebx=00000000h ecx=0007033Eh
edx=00600650h esi=000702E0h edi=00000111h
ebp=0012F7CCh esp=0012F7ACh eip=77E08CE8h

Segment registers:
CS=001Bh DS=0023h SS=0023h
ES=0023h FS=0038h GS=0000Flags: PF IF
Flags: PF IF
FDS=0023h SS=0023h
ES=0023h FS=0038h GS=0000h


Stack:
00634208 00000111 00649B50 BE0A05F3
0012F7F0 77E0B841 32010450 00000001
0012F7FC 77DF622E 0007033E 00000111
000003EA 000702E0 00000000 00637650


UtillMasm

2.1.5 is not exist!!! I assume you are using 2.2.1.5.

Set "path" environment variable for MASM:

       First

            RadAsm Menu -> Project -> Set Assembler -> MASM

       Second

            RadAsm Menu -> Option -> Enironment Variables

               Name:
                   path
               Value:
                   c:\masm32\bin;

-----------------------------------------
我爱中国,我爱毛泽东!

KetilO

Thanks IdeaSun

The bug is now fixed in 2.2.1.6

KetilO

UtillMasm

File Brower Problem:

I have a '.mySecretFolder' directory, but RadASM cann't see it.

Thanks.

KetilO

Thanks UtillMasm

I will have a look at it.

KetilO

UtillMasm

another F2 bug

Line1 .code
Line2  start:ret
Line3 end start

move caret to Line3's start word, then press F2, nothing happend.