tmedwards / tweego

Tweego is a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go.
https://www.motoslave.net/tweego
BSD 2-Clause "Simplified" License
124 stars 23 forks source link

Tweego crashing on launch #48

Closed Dunxter closed 1 year ago

Dunxter commented 1 year ago

Describe the bug Very shortly (not even 10 frames) after running tweego.exe, the program closes itself.

Desktop (please complete the following information):

Additional context I've tried rebooting the system, running as admin and other compability settings (win 8, 7, etc.), but no results. I've also tried the x86 version and no luck.

tmedwards commented 1 year ago

First. You do realize that Tweego is a command-line application, yes? It doesn't create a window, you run it from a shell—e.g., included with Windows: cmd.exe, PowerShell.

I don't know what frames is supposed to represent in the context of executing a command-line application, but I'll assume it means quickly.

Dunxter commented 1 year ago

Ah I see. I'm really new to all this stuff so thank you for clearing this out!