Skip to content

Assembler.ini - CodeBlock comment crash #3

Description

@mrfearless

Issue:

Something that I've been aware of for a long time and knew that it was causing crashes.

Start typing comment after a single line comment, denoted by the semi-colon ; causes RadASM to crash sometimes with just the comm... part typed and you have to edit the source file in an external text editor to remove the comment and possible corrupted characters inserted at the position of 'comment' (approx)

Example:

Invoke SomeFunction, Param1    ; here is my comm...

As you start typing 'here is my comment' RadASM can sometimes crash.

Solution:

Comment out the line in the codeblock section of the Assembler.ini (masm.ini, tasm.ini etc) by prefixing the line with a ; character.

[CodeBlock] 
;15=comment,,,,32

Have begun to update the default ini files to comment this out. Will leave this issue open so others will see it as well, for the moment.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions