ThomasJaeger / VisualMASM

Visual MASM - Assembly IDE for Microsoft MASM

Home Page:http://www.visualmasm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when press a key try to edit in editor window, get 'Access violation at address 00BEC134...

yidlhu opened this issue · comments

commented

when press a key try to edit in the editor window, get 'Access violation at address 00BEC134 in module 'VisualMASM.exe'. Read of address [00000288.]
error

commented

I found reason that caused this 'access violation' error, --- because I opened a source code in none utf8 encoding, it was in GBK or GB2312 or GB18030.

commented

do you have the plan to support double-byte encoding --- at least utf-8 ?