Results 1 to 2 of 2
  1. #1
    Bios's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    3
    My Mood
    Amazed

    mySetStreamSource problem

    NVM SOLVED ! Request to close this thread

    Hi guys,

    I'm having a error returning a value in mySetStreamSource.
    When i inject my hack into warrock.exe, WR crashes and it gives me this error ;







    here's the error :

    Code:
    HRESULT WINAPI mySetStreamSource(LPDIRECT3DDEVICE8 pDevice,UINT nStreamNumber,LPDIRECT3DVERTEXBUFFER8 pStreamData, UINT nStride )
    {
    	_asm pushad;
    
    	if(nStreamNumber == 0)
    		pStride = nStride;
    
    	_asm popad;
    	return pSetStreamSource(pDevice, nStreamNumber, pStreamData, nStride);
    
    }
    the error is
    return pSetStreamSource(pDevice, nStreamNumber, pStreamData, nStride);

    I'm stuck =/ it's been for 2 days now xD It doesn't crash when i don't put mysetstreamsource but i need this to define my m_Stride for D3D hacks =/
    When i delete my chams (in the DIP) i don't have this error because it doesn't use the nStride.


    Thanks
    Last edited by Bios; 02-09-2010 at 04:12 PM.

  2. #2
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Lol. Well sorry I couldn't help you, but glad you figured it out.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

Similar Threads

  1. To All GunZ Down 02-07-06 PROBLEM
    By WertyRO in forum Gunz General
    Replies: 18
    Last Post: 02-09-2006, 07:41 PM
  2. Problem
    By lambda in forum Gunz General
    Replies: 3
    Last Post: 02-08-2006, 11:36 AM
  3. hacking problems
    By iwillkillyou in forum WarRock - International Hacks
    Replies: 11
    Last Post: 02-04-2006, 04:37 PM
  4. WPE problem...
    By styx23 in forum General Game Hacking
    Replies: 8
    Last Post: 01-18-2006, 07:51 PM
  5. Problem Wit Hacking Programs
    By f5awp in forum General Gaming
    Replies: 5
    Last Post: 01-10-2006, 05:44 AM