Describe the bug
The program encounters a Segmetation Fault (segfault) and crashes.
The most likely cause is explained in Additional context
To Reproduce
Steps to reproduce the behavior:
- Run The Emulator. With/Without a Program.
Expected behavior
I Expected the emulator to launch.
Additional context
A "Segmentation Fault" on linux is when a program trys to access memory the kernel has not allowed it to access. this causes the kernel to deem the process faulty, thus killing the process.
I EXTREMELY suggest using malloc, as both Windows/Linux/Mac have it somewhere, and it is the eaisiest way to fix a segfault error.
Describe the bug
The program encounters a Segmetation Fault (segfault) and crashes.
The most likely cause is explained in Additional context
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I Expected the emulator to launch.
Additional context
A "Segmentation Fault" on linux is when a program trys to access memory the kernel has not allowed it to access. this causes the kernel to deem the process faulty, thus killing the process.
I EXTREMELY suggest using malloc, as both Windows/Linux/Mac have it somewhere, and it is the eaisiest way to fix a segfault error.