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

(Better File Sizes in File Explorer) @m417z Runtime Error - Not Enough space for thread Data #1178

Open
Deathbot64 opened this issue Oct 30, 2024 · 3 comments
Labels
mod-bug Something isn't working with a mod

Comments

@Deathbot64
Copy link

Every time I open explorer after adding this mod I get this error:

Screenshot 2024-10-30 122153

@Deathbot64 Deathbot64 added the mod-bug Something isn't working with a mod label Oct 30, 2024
@Deathbot64
Copy link
Author

@m417z

@Alienmoon
Copy link

Alienmoon commented Oct 30, 2024

Every time I open explorer after adding this mod I get this error:

Screenshot 2024-10-30 122153

Working fine here

db9dab11bea780d56f390befce3a4cc0

And these are the Runtimes C++ i have installed, most installed by games.

23a4af851b6384b3b84e03060c189c91

@m417z
Copy link
Member

m417z commented Oct 30, 2024

It's a known issue with any mod that injects into explorer and uses the C++ runtime library. The problem is caused by a combination of Windhawk and msvcrt (Microsoft C runtime library), and may happen when a new explorer.exe process starts, sends a message to the main explorer.exe process to open a new window, and exits right away. That doesn't happen in most cases (opening a new folder, Win+E, etc.), but may happen if you run explorer.exe directly via a shortcut, Win+R, etc.

A workaround will be added to the next Windhawk version. Meanwhile, you can install this mod as a temporary workaround:
https://gist.github.com/m417z/f0cdf071868a6f31210e84dd0d444055

To install it, click the bottom right button to create a new mod, replace the code, click "Compile Mod", then "Exit Editing Mode".

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

No branches or pull requests

3 participants