Click here to Skip to main content
15,906,094 members

Comments by MRHals Gospodin (Top 22 by date)

MRHals Gospodin 21-Jan-20 13:32pm View    
Am not expert with debug can you give me some hints, or at least you try to debug my program am can send you stuff that you try to find line whats i causing my problems over 1 month now..
MRHals Gospodin 21-Jan-20 2:25am View    
Am attached to process from game with break points but its hiting and nothing more... what now?
MRHals Gospodin 6-Jan-20 18:38pm View    
But how to debug .dll? file
MRHals Gospodin 6-Jan-20 18:11pm View    
error is player is null but idk how to fix
MRHals Gospodin 6-Jan-20 18:11pm View    
Its not problem in debug becauss i have internal cheat .dll i cant debug stuff like exsecutable programs. I need to compile it and try if it will drop same errors.

here is last idea what i haved in my mide
if (player == null)
{
File.WriteAllText("greske.txt", "player object is null.");
File.WriteAllText("greske.txt", _ply.ToString());
foreach (var p in _ply)
{
File.WriteAllText("greske.txt", $"Player {p.Profile?.Info?.Nickname ?? "'Unknown' is null"}: \n{p.ToString()}");
}
File.WriteAllText("greske.txt", _ply.ToString());
return;
}
but not working to finde out more and i found out PLAYer null is error but fix dont now