""
All times are GMT +2. The time now is 12:10 AM.  

Go Back   PSX/PS2/PS3 Scene Newz > PlayStation2 Forums > PS2 Homebrew/Dev & Emu Scene > FreeVAST

Reply
 
Thread Tools Display Modes
  #1  
Old 06-16-2008, 10:05 PM
ffgriever's Avatar
ffgriever ffgriever is offline
Registered User
 
Join Date: Jun 2006
Posts: 495

ESR - public beta


ESR beta r9b coded by ffgriever.

Download in attachment below.

Changes:


ESR public beta, revision 9b
* halved memory usage on IOP side (some new games should work, like Melty Blood: Act Cadenza)
* changed once again EE streams (Ape Escape 2, Gitaroo Man, maybe more)
* it doesn't matter anymore if ESR is launched directly from FMCB or through uLE (KYA: Dark Lineage, V-Rally 3, maybe some more games)
* corrected some stack pointer problems on EE side
* added synchronous mode and media type spoofing for EE (accessible only by GUI version)
* some minor changes to make future compiling and management easier (also necessary to simplify GUI version a lot)

>>For those who would like to test it, here is the test2 of ESR GUI (based on ESR r9b)<<

ESR public beta, revision 9a
* changed stream handling to make some old games working (Onimusha: Warlords) - but for some games it will need additional IOP memory
* fixed a bug that caused read callbacks to be called more times that they should (thus making the game think, some data is ready, while the read operation wasn't even issued - GT3 PAL)
* rewrote IOP code to use a little bit less memory
* now it should work with any other valid media than PS2DVD and DVDV - though, I can't find use for that
* replaced some temporary solutions by real ones, thus increasing stability, I guess
* some small changes to get the games that lost compatibility in r9 working again (ie. KYA: Dark Lineage, V-Rally 3/PAL)

ESR public beta, revision 9
* lower memory usage on EE side and (what's more important) on IOP side (~6.5kB less right now) - might make some incompatible or freezing games working
* yet again new method of handling streams - sound and FMVs should work fine in another few games (well, "Chulip" being one of them )
* automatic sceCdMmode patching... so for some CD->DVD converted games there will be no need to use DVDScan to do the patching (mediachecks still have to be patched... see release post for details)
* fixed a problem that made some absolutely properly converted/patched CD->DVD games not working with ESR, now they should work just fine
* many small fixes on IOP side, everything should be much more realiable (there is at least one game that benefits of it)
* fixed timing issues and error passing for "CD style" DVD reads - N06, mostly used in older games
* small fix to the "off" version of ESR
* simple splash screen for all versions (some people are selling it: read release post and earlier discussion for details)

ESR public beta, revision 8a+
* corrected a typo in "mcard" version that prevented loading anything else than "mc0:/BOOT/BOOT.ELF"

ESR public beta, revision 8a
* changes in IOP reset procedure - should help with some games
* fixed IOP side initialization for dvdv - should help with some games (SSX:OT should work again)
* fixed LoadExecPS2 - more games should work fine (mostly capcom's "anthologies" and "collections")
* fixed some timing issues for streaming reads

ESR public beta, revision 8
* changed LoadExecPS2 implementation. It should be now much more compatible (games that were hanging at red screen or after red screen should work fine now)
* restructurized code placement for better (I hope) compatibility
* fixed some bugs on EE side, that caused some games to not load at all (black screen)
* changed IOP code to wait untill all init/patching is done (no more white screens at beginning I hope)
* added additional file "dvd direct off" - it has similar feature that hdloader "mode 3", will disable ESR after first IOP reset (might be necessary for some games)
* changed SYSTEM.CNF parser once again
* updated imagedrv module with corrected version
* lots of other minor fixes, mainly on EE side

ESR public beta, revision 7b
* changed SYSTEM.CNF parser, so it will also work with names without ISO ver suffix
* replaced imagedrv module with my own (thanks neme for pointing it out, I didn't know it could be coded by sony)

ESR public beta, revision 7a
* fixed a bug in new stream method

ESR public beta, revision 7
* new basic method for all reads "app-esr hybrid"
* ICO has the sound back (hopefully other old games too)
* fixed a bug in stream handling, some games that had problems getting data from discs, should work fine now

ESR public beta, revision 6b
* initial public release.


Attached win32 version of ESR Disc Patcher GUI application (based on bootsector's esr patch 0.24) as well as bootsector's original cmdline 0.2 version with precompiled by him win32 binaries plus gnu-linux 32/64bit binaries (precompiled by katanaja, the application is very simple, so it should work quite well on many systems, but there is a source code for you to recompile if anything goes wrong). Attached also bootsector's Java GUI 0.24

--------------------------
IMPORTANT NOTE: The ESR application requires my cdvdinit fix to be loaded first, so either use FMCB with default launcher (it will contain my fix) or launch it manually (using RUNME1.1a). If you cannot access cdvd after applying cdvdinit fix, then you're out of luck, sorry (you'll have to wait until I will find a way to fix the init procedure). It's been tested mostly with first versions of FMCB (that used crosslinking - easier to test on whole variety of consoles) and using my RUNME1.1a (but should work with any others as long as cdvdinit fix is used).

Take a note, that current releases will not work with mrbrown's ps1 exploit.

Short background: ESR is an application that gives you the possibility to launch DVD discs patched to DVDV format on unmodded consoles.

I'm attaching set of three applications. One is intended for launching games directly from dvd (but can also launch homebrew apps from DVDV discs, just SYSTEM.CNF and proper elf is needed) - "dvd direct" version . The other is to launch elf files in either mcx:/BOOT/BOOT.ELF or mcx:/B?DATA-SYSTEM/BOOT.ELF - "mcard" version. The third is "dvd direct off" version, which is almost the same as the "dvd direct" but will disable ESR after first full successful IOP reset (think about it as "mode 3" in hdloader. All should have similar compatibility (with obvious limitations for "off" version).

All will let you access dvdv patched, burned games (and not only games). You can use it to launch uLE with DVDV support, as well as HDLoader to install such games (then, the games will work under hdl without any problems - but you'll have to poweroff console and run hdloader again. It's because main program of hdloader uses the same memory space that my launcher, so running a game in hdl while ESR is active would cause freeze. In GUI version there will be option "Disable ESR after first IOP reset" that will solve also this problem).

The game's compatibility should be quite nice. ESR has been tested internally with ~100 games (and many more by other users).

The homebrew compatibility is worse. It's because some homebrew applications will try to use the same memory that ESR uses.

All versions are placed at 0xf0800. Additional stack is placed at 0xf07d0. Intermediate iop replacement images are written (if needed) to 0x88000. All versions should have the same compatibility.

DNAS protected games can be played, but you'll have to patch them with proper number first (windip and co.).

DVD9 games can be played. You should patch it with toxic patcher then dvdpatch and burn... (it seems my on-the-fly patching isn't generic yet).

CD games can be played only after converting to DVD (not all are easy to do... due to absolute LBA addressing - just use some tuts available on the net).

Take a note, that some console versions will require the dvd disc to have DVD-ROM book type for DVD+R/+RW media. Make sure you've changed it manually or selected it to set the booktype automatically in your burning software. DVD-R should also work fine. As for DVD+/-RW... it really depends on your laser unit quality, they're just much harder to read.

Use good quality media, so you won't have to submit nonexistent bugs!

Take a note, that both versions require DVD/DVDV in drive before launching them... else they'll freeze either on white or magenta screen.

Take a note, that all versions require DVD/DVDV in drive before launching them... else they'll freeze on black screen and wait for you to put the disc in (then they'll resume the work).

Now, the last, but also very important notice:

ESR has been tested quite a lot, but some big changes were made recently. So take a note that the software is still in beta stage. Some unknown erros may ocurr. If you're not willing to help make it better, don't download it. If you're having some problems, give as much details as you can: console model and region, game name and region. Game ID and iop replacement image version it uses, steps that will be helpful to reproduce the bug, what colors flashed on screen and how many times (red, green, blue, cyan, magenta, yellow, white).


Legall stuff (the easy version):

1. The project is written from scratch and homebrew ps2sdk has been used.
2. It doesn't contain any copyrighted materials.
3. It's intended to be used with homebrew applications as well as backups of legally owned games and applications.
4. Author is not responsible for any damage caused by the software.
5. If you like to modify it - ask first. Maybe your changes can make into the official release... it will also make me able to keep everything clear (which is vital during beta stage... it would be hard to gather info on issues caused by many versions if not all were released by me).
6. The ESR application cannot be used for commercial purposes under any circumstances.

If you redistributing ESR, please leave original names and the readme inside. Also, until stable version is made, do not embed ESR in other applications. It's necessary to keep the same nomenclature and version numbers. It will help me keep bug reports clean and understandable.

Source code of both IOP and EE side application will be released with first stable version.


Short tutorial for games:

1. Put your original game in drive and make image of it.
2. Patch it.
3. Burn it.
4. Put it in your PS2 and launch ESR (direct DVD version).
5. That's it!

Short tutorial for homebrew apps (launching from DVD):

1. Start new compilation of DVDVideo.
2. Put all necessary DVDV structure files.
3. Put your SYSTEM.CNF in root directory of disc (remember about the ;1 ISO version extension).
4. Put apropriate executable (same as in SYSTEM.CNF)
5. Make sure the DVD will be hybrid udf/iso.
6. Burn it.
7. Put it in your PS2 and launch ESR (direct DVD version).
8. That's it!

... or just put your homebrew app as mcx:/BOOT/BOOT.ELF or mcx:/B?DATA-SYSTEM/BOOT.ELF, whete mcx is either mc0 or mc1 and ? means reagional code. Now run the second file (mcard version). Though, the best choice is to have uLE in one of the paths and launch other apps from it.



Great thanks to all testers that wasted their precious time with this application: dlanor, ebi and krzysio - I can always count on you.
Attached Files
File Type: rar ESR beta r7b.rar (31.8 KB, 2787 views)
File Type: rar ESR beta r7a.rar (31.5 KB, 2125 views)
File Type: rar ESR beta r8.rar (47.2 KB, 1896 views)
File Type: rar ESR beta r8a.rar (47.8 KB, 4812 views)
File Type: rar ESR beta r8a+ mcard.rar (15.6 KB, 2759 views)
File Type: gz esrpatch-02.tar.gz (30.5 KB, 1873 views)
File Type: rar ESR beta r9.rar (83.8 KB, 4025 views)
File Type: zip ESRPatchJava_v0.2.4.zip (47.8 KB, 3152 views)
File Type: rar ESR disc patcher GUI v0.24a.rar (234.2 KB, 12747 views)
File Type: rar ESR beta r9a.rar (85.8 KB, 10905 views)
File Type: rar ESR beta r9b.rar (90.0 KB, 12661 views)

Last edited by ffgriever; 09-06-2008 at 02:27 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 06-16-2008, 10:23 PM
spkleader's Avatar
spkleader spkleader is offline
Registered User
 
Join Date: Jan 2005
Posts: 246
Thank you ffgriever! Been waiting for it since day 0.
In order to make this post a bit usefull, here's my report.

Console: NTSC-U, v10 PS2. Booted with FreeMCBoot 1.4 (using the 75kb elf) to uLaunch 4.15, disc control off, then ESR DVD Direct.elf
Game: Space Invaders Invasion Day NTSC-J, burned on dvd+rw.
Result: SUCCESS!

Screen flashed to white, pink then blue.. then the game launched.

ffgriever: could you please explain what the screen colors mean?

Last edited by spkleader; 06-16-2008 at 11:02 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 06-16-2008, 10:35 PM
wakutan wakutan is offline
Registered User
 
Join Date: Oct 2004
Posts: 99
Thanks ffgriever. This is another milestone in the homebrew scene.

I'll test this right away!

Keep up the great work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 06-16-2008, 10:50 PM
suloku suloku is offline
Undead WU
 
Join Date: Apr 2005
Posts: 469
I'm willing to give it a try, too bad I can't till thursday.

BTW, anyone could try booting a dvd with usbadvance with ESR and see if it has enhanced compatibility like with memento?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 06-16-2008, 10:55 PM
fresh fresh is offline
Registered User
 
Join Date: Jul 2003
Posts: 98
Niiiiiiiiice...!

Congrats!!!


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 06-16-2008, 11:02 PM
atchuss atchuss is offline
Spanish User
 
Join Date: May 2008
Posts: 96
First game tested: Frogger Ancient Shadow (a little one) working fine.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 06-16-2008, 11:06 PM
neotux neotux is offline
Registered User
 
Join Date: Aug 2004
Posts: 4
I'm also curious about the colors.

Tested Firefighter F.D.18 and ok!
Thanks!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 06-16-2008, 11:10 PM
spkleader's Avatar
spkleader spkleader is offline
Registered User
 
Join Date: Jan 2005
Posts: 246
Lets keep this thread clean.
I started this one for compatibility reports.

http://psx-scene.com/forums/freevast...lity-list.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 06-16-2008, 11:12 PM
dlanor dlanor is offline
Contributor
 
Join Date: Sep 2004
Posts: 4,773
Quote:
Originally Posted by suloku View Post
BTW, anyone could try booting a dvd with usbadvance with ESR and see if it has enhanced compatibility like with memento?
That would be meaningful only when you know exactly what enhancement to look for, which I for one don't have the faintest idea of.

Is it that some particular games should work which don't work with USBAdvance normally, or is it that some features work better/smoother somehow where USBAdvance woud cause stutters when launched without memento (or possibly ESR).

Best regards: dlanor
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 06-16-2008, 11:40 PM
yoshi314's Avatar
yoshi314 yoshi314 is offline
linux junkie
 
Join Date: Mar 2008
Posts: 277
Quote:
A teraz notka dla rodaków: (...)
no problems, i'll be watching that auction site ;-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 06-16-2008, 11:51 PM
Ryukenden's Avatar
Ryukenden Ryukenden is offline
Registered User
 
Join Date: Jun 2008
Posts: 14
ffgriever, this is superb. Thank you very much for creating such a useful tool. =)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 06-16-2008, 11:58 PM
yoshi314's Avatar
yoshi314 yoshi314 is offline
linux junkie
 
Join Date: Mar 2008
Posts: 277
now we only need an improved psx emulator, better than in-bios one and we can die happy ;-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 06-17-2008, 12:01 AM
suloku suloku is offline
Undead WU
 
Join Date: Apr 2005
Posts: 469
Quote:
Originally Posted by dlanor View Post
That would be meaningful only when you know exactly what enhancement to look for, which I for one don't have the faintest idea of.

Is it that some particular games should work which don't work with USBAdvance normally, or is it that some features work better/smoother somehow where USBAdvance woud cause stutters when launched without memento (or possibly ESR).

Best regards: dlanor
It's a game compatibility enhancement, I can only remember now Shadow of the Colossus and Pro Evolution Soccer 2008.

I'll look for a more complete list (around 8 games I know of)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 06-17-2008, 12:10 AM
Leroy's Avatar
Leroy Leroy is offline
I want to believe
 
Join Date: Jun 2008
Location: Germany
Posts: 10
@ffgriever
thank you very much! this tools is GREAT! i know you spend a lot of time with programming and testing.... again: thanks alot!
__________________
PS2 Pal (slim) (SCPH 75004 - V14) + memento v1.2e, PS3 40GB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 06-17-2008, 12:12 AM
jvhellraiser jvhellraiser is offline
Registered User
 
Join Date: May 2008
Posts: 228
Ok i have been waiting for this from this morning to test it here are my results:

Ps2 39001/Ntsc
Game tested:grand thief auto most wanted black edition.
first try with:ESR beta r6b mcard.elf
stay on a black screen T_T i guess something is wrong with this one.
Second try i use:ESR beta r6b dvdv direct.elf
Boot:Purple screen,dark blue screen,light blue screen,boots game
Awesome work!!!!!! its great

i can hold it Iam sooooo happy i love you man!!!

Ok Ok easy easy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 06-17-2008, 12:40 AM
unclebob69's Avatar
unclebob69 unclebob69 is offline
Registered User
 
Join Date: May 2008
Posts: 95
Mods

Shouldnt this thread be locked and our posts moved so people can easily find the download, Or else their will be a flood of posts asking where to download ESR from new members because it got buried.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 06-17-2008, 01:04 AM
trebor777 trebor777 is offline
Registered User
 
Join Date: Jun 2008
Posts: 1
Hi, wonderful work, i'm following since quite a while on metagames the dev from FMCB, and had to register to ask this simple question...

1st of all, Congratulations!

2nd: Can't it work if launched directly with the dev mode from the Memor 32,(or with the runme1.1a through the Memor32 Dev mode)? Would just save me some time than to have to install FCMB as well, just to launch a specific elf.

Thx^^
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 06-17-2008, 01:16 AM
Bootlegninja's Avatar
Bootlegninja Bootlegninja is offline
Disorganized User
 
Join Date: Apr 2005
Location: Ky, USA
Posts: 1,815
Quote:
Originally Posted by unclebob69 View Post
Mods

Shouldnt this thread be locked and our posts moved so people can easily find the download, Or else their will be a flood of posts asking where to download ESR from new members because it got buried.
Since ffgriever created this thread, he can easily edit the first post to change anything he needs to. (much like E P and dlanor do the uLE thread.)

The only reason why there's a seperate release thread for Free MC Boot is because PALGamer created the thread there. And it would be rude to jack his post for releases.
__________________
If you need help, post a question in the
forums, not my PM inbox. Thank you.


nunquam ut exsisto instituo
My list of consoles
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!