This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ATRAC3+ decoding idea
#7
Okays, I finally have some progress on isolation. This is what I've done:

1. Create a folder somewhere, jpcsp\atrac3+ for example.

2. With SS installed fetch SonyWavWriter.ax from C:\Program Files\Common Files\Sony Shared\AVLib.
Adjust Program Files part to your architecture. Put it inside the folder.

2. Now remove SS entirely. All components. Delete Sony registry entries from HKLM/HKCU,
clean C:\ProgramData and all Sony files under C:\Program Files and C:\Program Files\Common Files
that could be left by the uninstaller. Reboot.

3. During installation of SonicStage it downloads it's components from Sony servers.
Stop installation process after it's done downloading and fetch openmgsetup.zip
from your local tamp folder. Delete anything else. Put it in the folder.

4. Now extract openmgsetup.zip to openmgsetup subdirectory and install it.

5. Create install.bat file in the folder, near SonyWavWriter.ax, with the following contents:

Code:
@echo off

regsvr32.exe "%~dp0SonyWavWriter.ax"

And run it as administrator.

6. uninstall.bat to undo operation:

Code:
@echo off

regsvr32.exe /u "%~dp0SonyWavWriter.ax"

7. Try running jpcsp with Media Engine / SS decoding enabled and it all should work.

Now I just need to get rid of OpenMG installer and make this module portable.
Of course this won't be possible to distribute with jpcsp but at least it is something one
would be able to repeat on his/her side to get rid of all unnecessary SS junk.
Reply


Messages In This Thread
ATRAC3+ decoding idea - by knws - 09-11-2012, 11:24 PM
RE: ATRAC3+ decoding idea - by VIRGIN KLM - 09-12-2012, 12:07 AM
RE: ATRAC3+ decoding idea - by montcer9012 - 09-12-2012, 01:49 AM
RE: ATRAC3+ decoding idea - by VIRGIN KLM - 09-12-2012, 02:51 AM
RE: ATRAC3+ decoding idea - by hyakki - 09-12-2012, 04:51 AM
RE: ATRAC3+ decoding idea - by knws - 09-12-2012, 12:29 PM
RE: ATRAC3+ decoding idea - by montcer9012 - 09-12-2012, 04:27 PM
RE: ATRAC3+ decoding idea - by knws - 09-12-2012, 04:01 PM
RE: ATRAC3+ decoding idea - by knws - 09-12-2012, 05:50 PM
RE: ATRAC3+ decoding idea - by montcer9012 - 09-12-2012, 06:26 PM
RE: ATRAC3+ decoding idea - by knws - 09-12-2012, 07:00 PM
RE: ATRAC3+ decoding idea - by montcer9012 - 09-12-2012, 08:07 PM
RE: ATRAC3+ decoding idea - by VIRGIN KLM - 09-12-2012, 07:36 PM
RE: ATRAC3+ decoding idea - by hyakki - 09-12-2012, 08:45 PM
RE: ATRAC3+ decoding idea - by montcer9012 - 09-12-2012, 09:02 PM
RE: ATRAC3+ decoding idea - by hyakki - 09-12-2012, 09:37 PM
RE: ATRAC3+ decoding idea - by montcer9012 - 09-12-2012, 09:50 PM
RE: ATRAC3+ decoding idea - by knws - 09-12-2012, 10:11 PM
RE: ATRAC3+ decoding idea - by hyakki - 09-12-2012, 10:35 PM
RE: ATRAC3+ decoding idea - by montcer9012 - 09-12-2012, 11:31 PM
RE: ATRAC3+ decoding idea - by knws - 09-13-2012, 12:43 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)