Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

not enough free space for dump! #47

Open
mcpolo99 opened this issue Oct 10, 2021 · 2 comments
Open

not enough free space for dump! #47

mcpolo99 opened this issue Oct 10, 2021 · 2 comments

Comments

@mcpolo99
Copy link

I do have alot of space on pc and also alot of space on sdcard, where is the problem?

not enough free space for dump!

java.io.IOException: Not enough free space for dump!
at me.mdbell.noexs.ui.services.MemorySearchService$SearchTask.createDump(MemorySearchService.java:338)
at me.mdbell.noexs.ui.services.MemorySearchService$SearchTask.fullSearch(MemorySearchService.java:247)
at me.mdbell.noexs.ui.services.MemorySearchService$SearchTask.call(MemorySearchService.java:192)
at me.mdbell.noexs.ui.services.MemorySearchService$SearchTask.call(MemorySearchService.java:175)
at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at javafx.graphics/javafx.concurrent.Service.lambda$executeTask$6(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at javafx.graphics/javafx.concurrent.Service.lambda$executeTask$7(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)

@mdbell
Copy link
Owner

mdbell commented Nov 19, 2021

Noexes tries to create a folder in the same directly as the .jar file called "tmp", and then before dumping any data it tries to estimate if you have enough free space for the dump. Check to make sure you have write permissions in the same directory as noexes. Only other thing I could think of is that the game maps a ton of extra stuff into memory, if that's the case try to only check specific regions (like the heap)

@masagrator
Copy link

masagrator commented Nov 19, 2021

Noexes tries to create a folder in the same directly as the .jar file

Iirc on Windows it was not creating where jar is (real directory), but where is current working directory (in cmd it's %~dp0). That's why when I wanted to have .cmd running jnoexs from different folder, first I needed to change directory instead of directly calling jar.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants