-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LibConError #11
Comments
Hey there! Thanks for reporting this. That tends to happen when the console is delayed or failed to start. Also, what are your settings? |
yes, it's on every start of console and triggering it with hotkey. setup: I have also found that on earlier version it was not happening |
Interesting, could you send me the last version number where this issue does not occur? |
on 1.4.2 it was OK i think, now in 1.4.5 it's throwing error :) |
Great, thanks. I'll look into it. 🤓 |
Hmm... I just looked at the source of v1.4.5 and v1.4.2. There is no difference other than the High DPI scaling support I've added. I could find anything related to attaching to console... |
well, I only replaced exe file. but it's happening now with this settings, what does it mean? that error? I think that it have something to do with console open time. (powershell load take longer than regular cmd) and qonsole assume it's running before it really is? also when i type exit, next time i press hotkey, it show error too. |
I think you are right with the timing issue. I'll make a custom build later tonight. And you can let me know if it works better or not. 👍 |
try this? Qonsole_v1.4.5c.zip |
thanks, but it's not fixed.. also when I press Ignore error, it will cycle some command errors: |
If you try cmd instead of powershell? |
no, it's same for cmd and powershell, but if i quickly hit hotkey after reloading qonsole, error is not shown. but only sometimes. I think that I need to hit hotkey in 0.5s accurately :D |
Hmmm I cant reproduce this reliably. Could you try with Console2? |
Sure, it it help: I am on Windows 10 Pro 64bit, I have installed Hyper-V, some additional windows packages like SMBv1 support, and other networking and IT oriented things, WSL (Linux subsystem), OpenVPN... Maybe Hyper-V and WSL can affect it? |
It could be WSL. Either way, there is a lag causing the attach function to fail. |
Well, windows XP is deprecated and I don't know person who is using it as IT guy :) |
Good point 😅 |
Maybe you can implement switch for cmd/powershell/bash(wsl) with specific linux you choose in reworked version ;) |
They all use the same new console as far as I know. |
If it's a lagging issue, and this is ahk, can I (naïvely) suggest something like a |
Thanks 👍 |
Hello, when i run qonsole, open it with hotkey, I will get error:
window title: LibConError
AttachConsole() Failure
Errorlevel: 0
A_LastError: 6
Will now Exit.
i have options: abort, retry, ignore.
When try to click on retry, console appears normally as expected, then it is working fine until closing and re-opening qonsole
windows 10, build: 17763.618
The text was updated successfully, but these errors were encountered: