You are viewing our Forum Archives. To view or take place in current topics click here.
Just made an XRPC really buggy need help!
Posted:
Just made an XRPC really buggy need help!Posted:
Status: Offline
Joined: Nov 08, 201212Year Member
Posts: 498
Reputation Power: 19
Please Keep In Mind This Tool Is Nowhere Near Finished. This Was Simply Made To Prove To Myself I Could Learn/Understand Basic C#
The Video below shows whats happening when Im using the XRPC
The Video below shows whats happening when Im using the XRPC
Any options I choose I recieve an error saying "Exception from HRESULT: 0x82DA0004
But The Command Goes Through...
Say I Pick Laser On, I Get The Error And Then The Laser Turns On...
+REP For Any Help!
But The Command Goes Through...
Say I Pick Laser On, I Get The Error And Then The Laser Turns On...
+REP For Any Help!
#2. Posted:
Status: Offline
Joined: Aug 29, 201212Year Member
Posts: 652
Reputation Power: 27
Status: Offline
Joined: Aug 29, 201212Year Member
Posts: 652
Reputation Power: 27
you still looking for help? Ill clean up your code and make the bugs go away. pm me
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Oct 03, 201311Year Member
Posts: 1,409
Reputation Power: 64
Well if it works and it still gets the error, just use
try
{
// code for laser or whatever here
}
catch
{
// leave blank so it wont show anything or add a messagebox or something
}
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.