Post: C# RTM Tool ( CCAPI or PS3Lib issues???!!! )
07-17-2016, 11:30 AM #1
XxBlud23xX
< ^ > < ^ >
(adsbygoogle = window.adsbygoogle || []).push({}); Hello Nextgenupdate, everytime a CCAPI user tries to attach to my tool they get these issues.

Error

System.DllNotFoundException: Kan DLL PS3TMAPI.dll niet laden: Kan opgegeven module niet vinden. (Uitzondering van HRESULT: 0x8007007E)
** bij PS3Lib.NET.PS3TMAPI.ProcessSetMemoryX86(Int32 target, UnitType unit, UInt32 processId, UInt64 threadId, UInt64 address, Int32 count, Byte[] buffer)
** bij PS3Lib.NET.PS3TMAPI.ProcessSetMemory(Int32 target, UnitType unit, UInt32 processID, UInt64 threadID, UInt64 address, Byte[] buffer)
** bij PS3Lib.TMAPI.SetMemory(UInt32 Address, Byte[] Bytes)
** bij PS3Lib.Extension.SetMem(UInt32 Address, Byte[] buffer, SelectAPI API)
** bij PS3Lib.Extension.WriteString(UInt32 offset, String input)
** bij Functions.WriteStr(UInt32 Offset, String Input)
** bij Call_of_Duty_Black_Ops_2_V2.Form1.simpleButton2_Click(Object sender, EventArgs e)
** bij System.Windows.Forms.Control.OnClick(EventArgs e)
** bij DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
** bij DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
** bij System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
** bij System.Windows.Forms.Control.WndProc(Message& m)
** bij DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
** bij DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
** bij System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
** bij System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
** bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Error right after user attaches
You must login or register to view this content.

You must login or register to view this content.

My attach code

You must login or register to view this content.

Please help!
(adsbygoogle = window.adsbygoogle || []).push({});
07-18-2016, 09:31 AM #2
Sloth
Banned
Originally posted by XxBlud23xX View Post
Hello Nextgenupdate, everytime a CCAPI user tries to attach to my tool they get these issues.

Error

System.DllNotFoundException: Kan DLL PS3TMAPI.dll niet laden: Kan opgegeven module niet vinden. (Uitzondering van HRESULT: 0x8007007E)
** bij PS3Lib.NET.PS3TMAPI.ProcessSetMemoryX86(Int32 target, UnitType unit, UInt32 processId, UInt64 threadId, UInt64 address, Int32 count, Byte[] buffer)
** bij PS3Lib.NET.PS3TMAPI.ProcessSetMemory(Int32 target, UnitType unit, UInt32 processID, UInt64 threadID, UInt64 address, Byte[] buffer)
** bij PS3Lib.TMAPI.SetMemory(UInt32 Address, Byte[] Bytes)
** bij PS3Lib.Extension.SetMem(UInt32 Address, Byte[] buffer, SelectAPI API)
** bij PS3Lib.Extension.WriteString(UInt32 offset, String input)
** bij Functions.WriteStr(UInt32 Offset, String Input)
** bij Call_of_Duty_Black_Ops_2_V2.Form1.simpleButton2_Click(Object sender, EventArgs e)
** bij System.Windows.Forms.Control.OnClick(EventArgs e)
** bij DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
** bij DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
** bij System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
** bij System.Windows.Forms.Control.WndProc(Message& m)
** bij DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
** bij DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
** bij System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
** bij System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
** bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Error right after user attaches
You must login or register to view this content.

You must login or register to view this content.

My attach code

You must login or register to view this content.

Please help!


The error is saying the TMAPI Lib is not referenced make sure you're not calling a TMAPI Connection and make sure TMAPI is referenced if you are using it.

The following user thanked Sloth for this useful post:

XxBlud23xX
07-18-2016, 08:47 PM #3
Toxic
former staff
Originally posted by XxBlud23xX View Post
Hello Nextgenupdate, everytime a CCAPI user tries to attach to my tool they get these issues.

Error

System.DllNotFoundException: Kan DLL PS3TMAPI.dll niet laden: Kan opgegeven module niet vinden. (Uitzondering van HRESULT: 0x8007007E)
** bij PS3Lib.NET.PS3TMAPI.ProcessSetMemoryX86(Int32 target, UnitType unit, UInt32 processId, UInt64 threadId, UInt64 address, Int32 count, Byte[] buffer)
** bij PS3Lib.NET.PS3TMAPI.ProcessSetMemory(Int32 target, UnitType unit, UInt32 processID, UInt64 threadID, UInt64 address, Byte[] buffer)
** bij PS3Lib.TMAPI.SetMemory(UInt32 Address, Byte[] Bytes)
** bij PS3Lib.Extension.SetMem(UInt32 Address, Byte[] buffer, SelectAPI API)
** bij PS3Lib.Extension.WriteString(UInt32 offset, String input)
** bij Functions.WriteStr(UInt32 Offset, String Input)
** bij Call_of_Duty_Black_Ops_2_V2.Form1.simpleButton2_Click(Object sender, EventArgs e)
** bij System.Windows.Forms.Control.OnClick(EventArgs e)
** bij DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
** bij DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
** bij System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
** bij System.Windows.Forms.Control.WndProc(Message& m)
** bij DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
** bij DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
** bij System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
** bij System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
** bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Error right after user attaches
You must login or register to view this content.

You must login or register to view this content.

My attach code

You must login or register to view this content.

Please help!


Install ProDG, even if you're not using it, PS3Lib needs it so it can load it (idk y)

The following user thanked Toxic for this useful post:

XxBlud23xX
07-19-2016, 01:01 AM #4
XxBlud23xX
< ^ > < ^ >
Originally posted by Sloth View Post
The error is saying the TMAPI Lib is not referenced make sure you're not calling a TMAPI Connection and make sure TMAPI is referenced if you are using it.


Okay, ill try that. Thanks for the reply
07-19-2016, 01:03 AM #5
XxBlud23xX
< ^ > < ^ >
Originally posted by Toxic View Post
Install ProDG, even if you're not using it, PS3Lib needs it so it can load it (idk y)


I have prodg installed. It works fine on tmapi but when you try to connect to ccapi you get this issue
07-19-2016, 07:51 AM #6
Toxic
former staff
Originally posted by XxBlud23xX View Post
I have prodg installed. It works fine on tmapi but when you try to connect to ccapi you get this issue


Can you upload your whole code to pastebin? Also, what references do you have on the tool?
07-19-2016, 09:52 AM #7
XxBlud23xX
< ^ > < ^ >
The code is to big to paste on pastebin lol, do you have a skype ill send you the form1.cs or the whole source. And the only references I have is PS3TMAPI.dll, PS3Lib and devexpress.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo