Results 1 to 6 of 6
  1. #1
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,892
    Reputation
    100
    Thanks
    3,632
    My Mood
    Devilish

    tier0 error when injecting dll project (Source SDK Base)

    So I'm using MS2010 and have a Source SDK Base, based off this tutorial:
    https://www.mpgh.net/forum/437-vindic...ell_demon.html

    It's what I've made all my consoles with and my current project DankSole is now using it.

    It works fine until I try to use certain things. For example: Currently needing to use AngleVectors().

    If I use AngleVectors() or various other things when I inject my dll I get an error that says "the application failed to start because tier0.dll is missing from your computer, please reinstall the application and try again".

    I get the same problem using things like GetDefault() which gives me the same error but for vstdlib.dll.

    tier0.lib is in my project and tier0.dll is in all the places it should be.. (steam bin, vindictus bin).

    I've tried this suggestion from Hell_Demon "#pragma comment(lib, "tier0.lib")" with no success.

    Everything will work great if I copy tier0.dll from the Vindictus/bin folder to the folder Vindictus.exe is in, but I'd really like to avoid having to tell all my users to do that for my future release.


    Can't find any related solution's on the web after hours of searching and nobody I talk to understands or can solve the problem. I'm hoping someone around here may have some insight.
    PLAYING RIFT!

  2. #2
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    AddDllDirectory - Read the remarks carefully.

    Another article you might be interested in: Dynamic-Link Library Search Order

  3. The Following User Says Thank You to Fovea For This Useful Post:

    DanK (08-10-2011)

  4. #3
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,892
    Reputation
    100
    Thanks
    3,632
    My Mood
    Devilish
    Quote Originally Posted by Fovea View Post
    AddDllDirectory - Read the remarks carefully.

    Another article you might be interested in: Dynamic-Link Library Search Order
    I did read through both those pages, and tried to use them(SetDefaultDllDirectories and AddDllDirectory).. Either I got the syntax wrong (i have a hard time understanding syntaxs shown in MSDN without seeing a code example) or it just didn't work.

    I really don't understand this error and why I get it while people with the same projects don't.. :/
    PLAYING RIFT!

  5. #4
    FBIRyan's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    0
    What happened to the fun in starting from scratch?

  6. #5
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by FBIRyan View Post
    What happened to the fun in starting from scratch?
    Using SDK has some advantages in this case

  7. #6
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,892
    Reputation
    100
    Thanks
    3,632
    My Mood
    Devilish
    After WEEKS of pulling my hair out... And probably trying 100 different solutions..

    This issue is finally ... . SOLVED!

    This was what finally worked: Solution!

    @Nicdel
    PLAYING RIFT!

  8. The Following User Says Thank You to DanK For This Useful Post:

    Nico (08-12-2011)

Similar Threads

  1. [Info] Memory.dll error when injecting
    By bocacapo123 in forum Battlefield Heroes Hacks
    Replies: 0
    Last Post: 06-12-2011, 08:33 AM
  2. Got Error when inject Mat automaton
    By eangchungveng in forum Mission Against Terror Discussions
    Replies: 4
    Last Post: 03-26-2011, 07:44 PM
  3. [SOLVED]Crossfire error when injecting a hack i made?
    By Nubzgetkillz in forum CrossFire Help
    Replies: 14
    Last Post: 09-28-2010, 03:47 PM
  4. Some error when injecting? (Screenshot)
    By lumpylog in forum Combat Arms Help
    Replies: 5
    Last Post: 08-25-2010, 07:26 AM
  5. Error when injecting wakkas pub
    By lilmarv03 in forum Combat Arms Help
    Replies: 4
    Last Post: 07-22-2010, 08:03 AM