Skip to content
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

[Bug] silent crash in release 5.4.0.0 ? #196

Open
gilbh opened this issue Aug 21, 2023 · 12 comments
Open

[Bug] silent crash in release 5.4.0.0 ? #196

gilbh opened this issue Aug 21, 2023 · 12 comments
Labels
bug Something isn't working

Comments

@gilbh
Copy link

gilbh commented Aug 21, 2023

Not sure about this, but I find myself starting vind again from time to time, as if this version of vind, 5.4.0.0, crashes without notice.

Just noting in case you can look into that.

Thanks for all the great work!

@pit-ray
Copy link
Owner

pit-ray commented Aug 21, 2023

It would be difficult without information I could reproduce.

@gilbh
Copy link
Author

gilbh commented Aug 21, 2023

I am unable to identify conditions for reproducing, other than that it is a portable installation of 5.4.0.0 on the following system:

Edition Windows 10 Pro
Version 22H2
Installed on ‎3/‎13/‎2021
OS build 19045.3324
Experience Windows Feature Experience Pack 1000.19041.1000.0

Let me know if there are log files or anything else I can add ...

@Salted-Bread
Copy link

Salted-Bread commented Aug 21, 2023

Mine also seems to just silently crash every now and then. Haven't exactly found out what causes it, but it often seems to happen when I play games for a bit. Sometimes it also just seems to quietly exit when I'm in resident mode for some time while watching YouTube. I'll try to keep an eye out to see if I can spot any specific moments/things that make it crash.

I'm using the 64bit version from the installer (v5.4.0).

Windows 11 Home
Version 22H2
OS build 22621.2070

Would also be willing to provide log files if there are any.

@pit-ray
Copy link
Owner

pit-ray commented Aug 21, 2023

@gilbh @Salted-Bread
Since it is from v5.4.0, I guess it is caused by autocmd.
If possible, could you please let me know your autocmd settings?
Thanks.

@gilbh
Copy link
Author

gilbh commented Aug 21, 2023

In my setup the autocmd lines are commented, so I don't have anything to show here.

@Salted-Bread
Copy link

I don't have anything with autocmd in my config. I don't think it's new to v5.4.0 either. I had the crashes whilst using v.5.2.3 as well.

I tried checking if there are crash logs anywhere that might help. Only thing I found was some dmp files from win-vind in AppData\Local\CrashDumps. No idea if they are of any use to you.

@pit-ray
Copy link
Owner

pit-ray commented Aug 25, 2023

@gilbh @Salted-Bread
I'll prepare the same virtual environment as yours and test it. Please wait a moment.

@pit-ray pit-ray added the bug Something isn't working label Aug 25, 2023
@tolearnforever
Copy link

hello,i have same problem,please!

@pit-ray pit-ray pinned this issue Oct 7, 2023
@pit-ray
Copy link
Owner

pit-ray commented Oct 7, 2023

I'm sorry for my late reply.
I have not been able to reproduce this yet. In previous versions, I have had silent crashes, but not at all recently.

It may be an environment-specific issue, such as blocking by security programs. I will continue to investigate.
Please give me some information if you find out anything.

@romek-codes
Copy link

romek-codes commented Dec 18, 2023

Hi, i've recently started using win-vind on two of my machines running windows 11. It keeps silently crashing as well on both of the machines and i have to restart it. The only errors in my logs i see is this:

[Error] There are no more files.
[Error] stoi argument out of range

@pit-ray
Copy link
Owner

pit-ray commented Dec 23, 2023

@romek-dev
Sorry for my late reply.

The second error says the values of some parameters are invalid (cannot be understood as numbers) since the stoi function is only used in the parameter parsing in win-vind.

So, if your .vindrc is customized, please check the syntax or value types (specifically, the gridmove_size option or sleep command, and so on).

@Cattle0Horse
Copy link

Cattle0Horse commented Apr 30, 2024

I also encountered the same problem.
The following is the log output:

========== System Infomation ==========
[Windows]
      Edition: Windows 10 Pro
      Version: 22H2
Build Numbers: 10.0.19045
 Architecture: x64

[win-vind]
      Version: 5.11.3.0
=======================================
[Message] Version: tiny
[Error] No mapping for the Unicode character exists in the target multi-byte code page.
[Error] 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。

My configuration file is as follows:

version tiny
set initmode=i  " Insert mode
set cmd_fadeout = 0
imap <esc-left> <f20>
imap <ctrl-]> <f20>
imap <f8> <f20>
imap <esc-down> <f20>
imap <rshift-space> <easyclick><click_left>
set uiacachebuild
set uiacachebuild_lifetime=5000
set uiacachebuild_staybegin=500
set uiacachebuild_stayend=2000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants