paxcut
paxcut
It is hard to tell what could be causing the crash without some indication on how to reproduce it. How large of an array? Are you making it static using...
I don't think this is a duplicate of #2114 . That bug was fixed and now it is crashing because of a new way to deal with shared pointers using...
I tested the msi installer and it does seem to fix the problem. I ran the test case that created the crash and now I can both open the nodes...
I wanted to test your changes but your builds are failing. The build includes both the ImHex and pattern language changes and the first error can be traced bask to...
How about this then? ```cpp import hex.core; import std.mem; struct Char { char ch; }; Char string[while(!std::mem::eof())]@0; hex::core::add_virtual_file("/", string); // This will work just fine ```
from the docs: ```cpp fn add_virtual_file(str path, auto pattern); ```
I'm not sure how this is an issue. It looks like it belongs in Discussions instead. As for the answer, you may be able to see export libraries of an...
Actually v1.35.4 crashes if you only add the the now deprecated pragma for bit-field ordering: ```cpp #pragma bitfield_order right_to_left ``` I ran that on the 1.36.0 nightly and instead of...
I don't think that's a bug. The inner Array doesn't have direct access to the variables of the File struct. You can use the parent keyword to access the variables...
Would you consider perhaps a change in the title? That would help users seeking answers.