F10 crashes in-game

Results 1 to 9 of 9
  1. #1
    Proficient Member CoreAI is offline
    MemberRank
    Apr 2013 Join Date
    177Posts

    F10 crashes in-game

    Hey all,

    Not sure what the problem is, but all of my players crash when using the f10 function in-game. It is really annoying and I know it works in Jur13n's edited repack but not the clean repack. Any idea as to why would be greatly appreciated and hopefully I can get this fixed.


  2. #2
    Daemonsring Developer Gunblade is offline
    MemberRank
    Jul 2007 Join Date
    On the moonLocation
    728Posts

    Re: F10 crashes in-game

    Post the code that gets executed when pressing F10

  3. #3
    Proficient Member CoreAI is offline
    MemberRank
    Apr 2013 Join Date
    177Posts

    Re: F10 crashes in-game

    Quote Originally Posted by Gunblade View Post
    Post the code that gets executed when pressing F10
    Well where can I find that? Sorry noob question but obviously if I knew where it was I would grab the file from the edited source (jur13n's) because it worked on the edited one and I am now using the clean one.

  4. #4
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: F10 crashes in-game

    case VK_F10: Possible?

  5. #5
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: F10 crashes in-game

    Do a search all for case VK_F10 and you should find it in ZGameInput.cpp, post that code here.

  6. #6
    Proficient Member CoreAI is offline
    MemberRank
    Apr 2013 Join Date
    177Posts

    Re: F10 crashes in-game

    Found it in ZGameInterface.cpp:

    Code:
    case VK_F10:				m_pLogFrame->Show(!m_pLogFrame->IsVisible());
    				return true;

  7. #7
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: F10 crashes in-game

    perhaps running the game in debug mode via vs and make it crash and tell use the exact cause and the call stack.

    f10s for avi recording right ?

  8. #8
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: F10 crashes in-game

    Quote Originally Posted by CoreAI View Post
    Hey all,

    Not sure what the problem is, but all of my players crash when using the f10 function in-game. It is really annoying and I know it works in Jur13n's edited repack but not the clean repack. Any idea as to why would be greatly appreciated and hopefully I can get this fixed.
    Missing out on the dbcap dll?

  9. #9
    Proficient Member CoreAI is offline
    MemberRank
    Apr 2013 Join Date
    177Posts

    Re: F10 crashes in-game

    Quote Originally Posted by Wizkidje View Post
    Missing out on the dbcap dll?
    haha thanks, I deleted it accidentally.



Advertisement