Hello ASM Community,
I have been trying to get RadASM to run under Linux's Wine environment, without success.
If you know of anyone who has accomplished this or has been trying to accomplish it, would
you forward this email to them, so I may exchange information with them.
OLLYDBG.EXE works perfectly, and so does masm32, but RadASM.exe does not open
up, and it dumps the following to the command-line:
>fixme:win:LockWindowUpdate (0x30146), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x30146), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:keyboard:RegisterHotKey (0x30114,257,0x00000000,27): stub
err:seh:setup_exception_record stack overflow 400 bytes in thread 001f eip 0d464920 esp 002411a0 stack 0x240000-0x241000-0x340000
I appreciate any help from the ASM Community Forum.
Thanks again,
Ai Pragma
I have been trying to get RadASM to run under Linux's Wine environment, without success.
If you know of anyone who has accomplished this or has been trying to accomplish it, would
you forward this email to them, so I may exchange information with them.
OLLYDBG.EXE works perfectly, and so does masm32, but RadASM.exe does not open
up, and it dumps the following to the command-line:
>fixme:win:LockWindowUpdate (0x30146), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x30146), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:keyboard:RegisterHotKey (0x30114,257,0x00000000,27): stub
err:seh:setup_exception_record stack overflow 400 bytes in thread 001f eip 0d464920 esp 002411a0 stack 0x240000-0x241000-0x340000
I appreciate any help from the ASM Community Forum.
Thanks again,
Ai Pragma
Hello Ketil,
Yes that did work. Thank you very much. I will post this back on the ASM Community Forum.
Best regards,
Ai Pragma
Ketil Olsen wrote:
> Hi
>
> One suggestion.
> Try to remove all addins. You can do this by editing RadASM.ini and remove all entries in section .
>
> Let me know if it works.
>
> Ketil
>
Yes that did work. Thank you very much. I will post this back on the ASM Community Forum.
Best regards,
Ai Pragma
Ketil Olsen wrote:
> Hi
>
> One suggestion.
> Try to remove all addins. You can do this by editing RadASM.ini and remove all entries in section .
>
> Let me know if it works.
>
> Ketil
>
Hmm, this seems to be a problem that needs better documentation.
aipragma: try adding add-ins back one by one to identify which one is causing the problem!
i have removed RADToolBar from addins and RadASM works well.