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
Hello
#7
(03-03-2012, 01:32 PM)soywiz Wrote: I guess he is using already that version, since he says that there is an option to register that file.

The code registering WavDest.dll is this one (and it should be called with administrative privileges):
Code:
try
{
    var OutFile = Environment.SystemDirectory + @"\WavDest.dll";
    File.WriteAllBytes(OutFile, Assembly.GetEntryAssembly().GetManifestResourceStream("CSPspEmu.WavDest.dll").ReadAll());
    Process.Start(new ProcessStartInfo("regsvr32", String.Format(@"/s ""{0}"" ", OutFile))).WaitForExit();
    Environment.Exit(0);
}
catch (Exception Exception)
{
    Console.Error.WriteLine(Exception);
    Environment.Exit(-1);
}

If you are getting the WavDest on the same folder a the executable that's very strange, and that means that it doesn't detect system's directory or something. You can put it in any folder and run a console with administrative privileges and run "regsvr32 WavDest.dll".

Can you post here information about your computer and OS?
Which Windows Version, 32 or 64 bits, language... etc.

Sure i can post my pc details...
CPU: AMD Athlon 64 x2 3800+ 2,3 GHz oc'ed
GPU: ATI Radeon HD 4350 512MB 64Bit
RAM: 2GB DDR2 (i think it's Kingstons)
OS: Win 7 Ultimate 32Bit
I was using latest version of emu which i dl on emuCR site.. I tried to copy that WavDest.dll file in system32 folder but it didn't want to copy.. It was saying that i don't have permision or smtng like that...
P.S. I already have the same file in system32 directory and i was trying to overwrite it with one i downloaded..

[Image: wavdestdll-mising-error.jpg]
This is what i get when i run Astonishia Story... I tried runing cmd as administrator and registring WavDest.dll but game stil don't work... Where should i put that WavDest.dll file?
Reply


Messages In This Thread
Hello - by soywiz - 07-26-2011, 11:30 AM
RE: Hello - by shadow - 07-26-2011, 11:33 AM
RE: Hello - by sarim - 08-18-2011, 10:13 PM
RE: Hello - by srdjan1995 - 03-03-2012, 11:50 AM
RE: Hello - by MaXiMu - 03-03-2012, 01:03 PM
RE: Hello - by soywiz - 03-03-2012, 01:32 PM
RE: Hello - by srdjan1995 - 03-03-2012, 02:05 PM
RE: Hello - by soywiz - 03-03-2012, 03:08 PM
RE: Hello - by srdjan1995 - 03-03-2012, 03:14 PM
RE: Hello - by Abelus - 05-05-2012, 03:33 PM
RE: Hello - by Sawanaga - 05-06-2012, 02:43 PM
RE: Hello - by diablopop - 12-12-2012, 01:00 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)