Maxim van Dijk
Maxim van Dijk
### Environment OS: Windows 10.0.19042 Build 19042 VSCode: 1.70.0 C/C++ Extension v1.11.4 I tried disabling all other extensions, problem still occurs. Often but not always, any .h header file will...
``` [user23@system23 analyzeMFT]$ sudo ./analyzeMFT.py -f mft.raw -o mftanalyzed.csv Traceback (most recent call last): File "/home/user23/repo/analyzeMFT/./analyzeMFT.py", line 12, in session.process_mft_file() File "/home/user23/repo/analyzeMFT/analyzemft/mftsession.py", line 189, in process_mft_file self.build_filepaths() File "/home/user23/repo/analyzeMFT/analyzemft/mftsession.py", line...
Currently as follows: ‘IsCoopMission=true’ under [Basic] disables spectators but is a method in constructing custom rpg/survival style maps that are played amongst the community by restricting houses/countries the player selects...
`See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid...
Not sure if this is intentional. I have been renaming the category names for my sample pack and encountered this issue. Only happens on these categories and it is annoying!...
Important: - I haven't been able to test writing yet, because I ran into code size issues and I think that corrupted the stack, and then corrupted my SD card...
There's still some work to be done, but this'll do for now. Data can be transmitted, and there's also a function to request data from the other side. - HostDMA...
I implemented a very bare bones IPC between CPU and DSP. Key points: I wanted to make sure it works first, so I used HostDMA in stop mode, ofcourse, autobuffer...