Recent content by White Dragon

  1. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    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/
  2. White Dragon

    Ps3 Memory leaks... (Developing OpenBOR port for PS3)

    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)...
  3. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    What do you think about the code? I can't see any wrong instruction that can provoke the memory violation on realloc...
  4. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    Here the issue: void alloc_specials(s_model *newchar) { newchar->special = realloc(newchar->special, sizeof(*newchar->special) * (newchar->specials_loaded + 1)); memset(newchar->special + newchar->specials_loaded, 0, sizeof(*newchar->special)); } in file...
  5. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    mmm.. I suppose mod related issue... I had a look to Knights of the Round Revenge. It fails a realloc on alloc_specials() function. Code is right!
  6. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    It's very strange. The first sure is the ram. Issue..
  7. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    Found and fixed that bug! It was a 32bit union with a wrong sony byte reverse order..
  8. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    really thanks my friend No need just now, but if you find a bug you can report here. Thanks again !
  9. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    Fixed, thanks. And restored boot logo in any case. New version v1.260
  10. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    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!
  11. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    ON windows and Android it works very well!
  12. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    Thanks! I know these issues but 256 mb ram is really to low...
  13. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    Sorry, fixed! Thanks for report this bug! v1.256
  14. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    Yes it works! I tested it into a real ps3 Thanks for playing my game
  15. White Dragon

    PS3 OpenBOR PLUS updated to v1.248 with new improvements by White Dragon

    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 ;)
Back
Top