<p></p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/codebrainz/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/codebrainz">@codebrainz</a> I reproduced the child command window issue on a relatively fresh window 10 VM, so I don't think its anything exotic about my machine.<br>
Steps to reproduce:<br>
launch a fresh copy of geany. Default settings are fine<br>
Execute a script such as this. I used python, but I don't think the language is important</p>
<pre lang="import" data-meta="time"><code>while True:
        print "foo"
        time.sleep(5)
</code></pre>
<p>The idea is, you want something that continually executes.<br>
Now, while the script is "foo"ing, close geany. The command window will stay open, and it will keep printing foo.<br>
Double click any text file from windows explorer (or right click open with geany, etc). Geany will launch your file<br>
Double click another text file from windows explorer. Geany will launch a second concurrent instance. 3rd, 4th, 5th, files will all load in their own instance<br>
Now to resolve it: close all geany instances, then close the "foo" script window.<br>
Now open a file with geany, then a 2nd, 3rd, 4th file from windows explorer, all will open in the same geany instance as expected.</p>
<p>Unless, of course, you meant the crashing issue? I'm not exactly "a windows guy", I'm "a linux guy" stuck on windows for my job but I think I managed to install gdb for windows, and I currently have geany running in gdb.exe, running in powershell. I'll leave it like that for a few days and see if I can capture a stacktrace from a crash. That issue is intermittent tho, so no guarantee on when I get it</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2555#issuecomment-672877493">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJYW5WVDIRLSF2TV7STSAKLXHANCNFSM4PEXKTKA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ7CWIXZBRAJT53Z6D3SAKLXHA5CNFSM4PEXKTKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFANUXNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2555#issuecomment-672877493",
"url": "https://github.com/geany/geany/issues/2555#issuecomment-672877493",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>