XNA Creators Club Online
Page 1 of 1 (5 items)
Sort Posts: Previous Next

FileNotFound on function call?

Last post 05-11-2008 8:32 PM by Louis Ingenthron. 4 replies.
  • 05-10-2008 5:02 PM

    FileNotFound on function call?

    http://pastebin.com/m519f1703
    (its not long, I just already had it up there)

    It breaks on the function call. I tried breakpointing the function and on the first F11, it crashed, without getting into the function.

    The function and call are in the same class.

    The function uses a DLL (IrrKlang), but nothing showed up on the Assembly Binding Log Viewer.

    This worked on my old laptop (that got stolen in SF) and now I am trying to run off the SVN, but it just won't work.

    Does anyone notice anything I am missing?

    Edit: I got some stuff from the Fusion Log once i ran it without debugging.
    http://pastebin.com/m2b312c24
    Regards,
    Louis Ingenthron
    Fortis Venaliter
    Developer of Unsigned
  • 05-10-2008 8:17 PM In reply to

    Re: FileNotFound on function call?

    From the Fusion log it looks like your machine does not have the MSVC++ runtimes installed, which I assume IrrKlang requires.
    We are boki. The rest is known.
    The not so known part of the rest: It is Björn or Bjoern, but never Bjorn.
    Vote: Allow use of non-ASCII characters in names and titles
  • 05-11-2008 11:25 AM In reply to

    Re: FileNotFound on function call?

    Yeah, it seemed like I was missing some DLLs, but installing that didn't seem to fix the problem...
    Regards,
    Louis Ingenthron
    Fortis Venaliter
    Developer of Unsigned
  • 05-11-2008 2:56 PM In reply to

    Re: FileNotFound on function call?

    Just out of curiosity, does it work if you drop the msvcm80.dll file into your program's directory?  You should be able to find the file in: C:\Program Files (x86)\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT, adjusting the path to match your system.

    If that works, then it's a problem with your machine's configuration.
    New Microsoft DirectX/XNA MVP  (*evil laugh*)
  • 05-11-2008 8:32 PM In reply to

    Re: FileNotFound on function call?

    Nope, I tried dropping a copy in both my program directory and in my windows\system32\ but neither helped. The strange thing is that it worked on my laptop (which got stolen) but now it wont work on either my new laptop or my desktop. My new laptop *should* have the exact same config as my old one as it was just Imaged by my school.
    Regards,
    Louis Ingenthron
    Fortis Venaliter
    Developer of Unsigned
Page 1 of 1 (5 items) Previous Next