What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

BugSubmitter - A simple way to submit useful bugs!

Apoc

Well-Known Member
Joined
Jan 16, 2010
Messages
2,790
Reaction score
94
Basically, someone gave me the idea to write a bug submission plugin for HB, so here it is!

What it does

Put simply, it requests certain information, and then submits a bug report to the bug tracker. In doing so, it keeps the bug report in a USEFUL format, and ensures we have the required info to try and fix the bug.

What will it do in the future?

  1. Hopefully, it will be faster. I'm using two 3rd party libraries right now to deal with the API I couldn't be bothered writing.
  2. It will submit even more information about each bug.

Options

Honestly, there are none!

Ok, so I lied. If you already have an account on the bugtracker, we HIGHLY suggest you use it. Open up Submitter.cs in your favorite text editor, and find the login details. (You can't miss them.) Make sure you use your email, and password that you use for the bugtracker. [These details are only used to login, so you can receive update emails, etc]

By default, it will use an anonymous account (which is on lockdown) to submit bugs. Remember: you will NOT receive update notifications about bugs you submit. If we do not have enough info to resolve the bug, we may close it with out resolving it. Please, use your login details!

Download

View attachment BugSubmitter.zip

Installation

  1. Download the zip above
  2. Unzip the zip into your Honorbuddy\Plugins folder
  3. The plugin should be in it's own folder within the Plugins folder!
  4. Start HB (or click Recompile All in the plugins tab)
  5. Enable the bug submitter plugin
  6. When you have a bug to report, simply hit the "Submit Bug" button!

Changelog

1.0.0.0 - Initial version release. - It works!

Kudos To
wired420 - Only person who tested it.

PLEASE DO NOT SUBMIT "TEST" REPORTS!​
 
Finally!

Now there is no excuse. Hope you guys will release it with next HB release.

And god job ofc! :)
 
Apoc, or anyone that knows, could you please tell me where to go to get an account with bugtracker? It couldn't be as simple as PR-Tracker Bug Tracking Software - Home, could it? I'd really appreciate it so I can start using this. Thanks!
 
Copied it to the correct place, startet HB. Went to plugins, checked Bugsubmitter check box, hit on "Recompile All". Couldn't compile, something about a Class error in line 13. Quit HB, restartet, logged in, went to Plugins. Bugsubmitter is gone... oO
 
Copied it to the correct place, startet HB. Went to plugins, checked Bugsubmitter check box, hit on "Recompile All". Couldn't compile, something about a Class error in line 13. Quit HB, restartet, logged in, went to Plugins. Bugsubmitter is gone... oO

How about the whole error?
 
From the log:

[20:59:07:394] Plugin from E:\Games\hbTeam\Plugins\BugSubmitter could not be compiled! Compiler errors:
[20:59:07:394] File: Submitter.cs Line: 13 Error: Der Namespace "BugSubmitter" enth?lt bereits eine Definition f?r "Submitter".
 
From the log:

[20:59:07:394] Plugin from E:\Games\hbTeam\Plugins\BugSubmitter could not be compiled! Compiler errors:
[20:59:07:394] File: Submitter.cs Line: 13 Error: Der Namespace "BugSubmitter" enth?lt bereits eine Definition f?r "Submitter".

Is the plugin in it's own directory in the Plugins folder?

Eg; C:\Path\To\HB\Plugins\BugSubmitter\<files are here>
 
Is the plugin in it's own directory in the Plugins folder?

Eg; C:\Path\To\HB\Plugins\BugSubmitter\<files are here>

Yes, it is.

E:\Games\hbTeam\Plugins\BugSubmitter\Submitter.cs
with 4 subfolders

E:\Games\hbTeam\Plugins\BugSubmitter\Bugzproxy
E:\Games\hbTeam\Plugins\BugSubmitter\Form
E:\Games\hbTeam\Plugins\BugSubmitter\FormControls
E:\Games\hbTeam\Plugins\BugSubmitter\XmlRpc
 
Seems like a very efficient way how to post a log. You guys should include it with every release of Honorbuddy just like you do with AutoEquip!
 
Only reason I can see for it doing that, is you have multiple copies of Submitter.cs in your folder. (Or you've recompiled 1 too many times)
 
Back
Top