Magpie

Results 15 comments of Magpie

Fair enough. It was meant less as a request and more of a potential area of error (after all I triggered it by mistake, I was meaning to input a...

I'm getting a similar issue with konsole 17.04.3, in ubuntu 17.10 64b and bash 4.4.12 I solved it by changing the escape sequence for ERASE_SCREEN to `ERASE_SCREEN = "\x1b[2J"`. Since...

@loirotte Sorry! Didn't see your message until now. You have to go to line 5 in ansi.py (*well it used to be line 5, I stopped using marker in favor...

I also get the same, it's always "Untitled". I use no advanced scripting.

I get the name of the *template* if I use that. :thinking:

About the crash on mono < 6.12.151, Is there any other workaround besides deleting the config every time? I tried building mono (6.12.0.158, the libgdiplus dependency on gtest is a...

Nix, huh? I've been meaning to look into it, but won't have time until the weekend. That said, I'll give it a spin then, maybe I can set up a...

> That's the same problem GitLab CI had on fresh clones, which I fixed by building `BizHawk.Version` first. I could add that to the Nix expression, or you could do...

I succeeded in building it. Wow, Nix is really interesting, now I really want to learn more about it. ![image](https://user-images.githubusercontent.com/323651/142738918-661e36df-005f-4b7f-9e34-084592beb6f0.png) You can see it opens fine when a configuration is...

Oh, I meant to say it ran (and exited) once, generated a config and then ran again fine, meaning the crash doesn't happen anymore with this method. My bad. This...