No problem, thanks anyway... Just really I tested and I have no idea...
Here I wrote on the thread:
http://www.psx-place.com/threads/ps3-memory-leaks-developing-openbor-port-for-ps3.20618/
Hi to all.
I don't understand a memory violation on PS3 port when realloc a memory.
This happens only with a mod: Knights of the Round Revenge and just on PS3 (on PC it's ok).
I use Windows and debuggin it on win version I have no exceptions.
Here the code:
void alloc_specials(s_model *newchar)...
It's ok, It works like android version.
The logo is shown at first time. And every about 10 runs.
And this new version has more fixes for core engine too!
Thanks but this is not a bug. Ampersand is an illegal character for some OS into filenames. If windows supports ampersand, it can be that other OS can't support it into dir and filenames.
In fact the code for windows is the same and it works well.
So just avoid it ;)