List can be infinitely doubled in size, bypassing the iota count limit
yezhiyi9670 opened this issue · 2 comments
Modloader
Forge
Minecraft version
1.20.1
Hex Casting version
0.11.1-7-efc8899
Modloader version
47.2.30
Modpack info
No response
The latest.log file
https://gist.github.com/yezhiyi9670/b5c3c9e8a6140b237785d4f284dfca31
Issue description
As I know, Nature limits how many iotas I can hold in my mind (stack). If such limits is exceeded, excessive iotas will be deleted from my stack or turned into garbage. However, I can somehow double the size of list infinitely (see below).
A "runaway" spell using this can eventually cause OutOfMemory crash.
Steps to reproduce
- Make a list with at least 1 element.
- Run the list through Gemini Decomposition and Additive Distillation repeatedly.
❎ Note that the size of the list may exceed 1000 and reach incredibly high numbers.
Additionally, this runaway spell can cause OutOfMemory crash:
- Pattern list: [Mind's Reflection]
- Pattern list: [Jester's Gambit, Gemini Decomposition, Addition Distillation, Jester's Gambit, Gemini Decomposition, Hermes' Gambit]
- Gemini Decomposition
- Hermes' Gambit
Other information
No response
This may be a duplicate of #407.