Artikash / Textractor

Extracts text from video games and visual novels. Highly extensible.
GNU General Public License v3.0
2.01k stars 201 forks source link

Error when open textractor after adding Regex Replacer #1145

Closed KidiXDev closed 10 months ago

KidiXDev commented 11 months ago

I got this error when execute textractor after adding the Regex Replacer extension image

I tried adding this regex: |REGEX|^(.|\n)+?「|BECOMES|「|MODIFIER||END| At first it was running normally, but after closing textractor and trying to open it again i got an error, my temporary solution was to remove that regex from "SavedRegexReplacements.txt" then add it again once it was opened, and it's quite annoying because I have to do it over and over again every time I want to play

Blu3train commented 11 months ago

Try this |REGEX|^[^「]+「|BECOMES|「|MODIFIER||END|