labbish / Micrologic

Micrologic
GNU General Public License v3.0
2 stars 1 forks source link

Using multiple blocks from a same file might cause a crash #9

Closed HZZcode closed 1 month ago

HZZcode commented 1 month ago

屏幕截图 2024-09-12 172015 屏幕截图 2024-09-12 172026 As shown in these screenshots, an error occurs when we have 3 blocks all from p3.mcl. At first i thought it was about name, so i changed

mod p3 p3.mcl

to

mod p3 p3.mcl
mod p31 p3.mcl
mod p32 p3.mcl

but it still occurs. i tried to delete 2 of them then it become normal again. Why does this happen?

HZZcode commented 1 month ago

屏幕截图 2024-09-12 192526 Fxxk you C++ pointer.