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

Seriously ? Pink Singular Text Again ? Why !

Status
Not open for further replies.

conetopia

New Member
Joined
Sep 29, 2012
Messages
830
Reaction score
4
Singular.webp
View attachment 4100 2012-12-11 16.37.txt

What is the deal With this Pink Singular Text Every single time there is an HB update?
Why do all the users get this?

I noticed that every time we get an official update, we get this pink text.
and then you guys make a small update, and the pink text is gone.

Is the Pink text an error in your system?
is it an error with the download from the website?


or is it just there .... just to be there?


----- So far i haven't noticed any issues via fighting...


But i just want to know why this pink text opens / shows up every time i open honorbuddy... it makes me feel like i have an error... u know what im saying?

I rather have this text hidden....


Is there a new version of singular that we are suppose to download?
 
took me about 2 minutes to find:
// verify installed source integrity
try
{
string singularFolder = GetSingularSourcePath();

FileCheckList actual = new FileCheckList();
actual.Generate(singularFolder);

FileCheckList certified = new FileCheckList();
certified.Load(Path.Combine(singularFolder, "singular.xml"));

List<FileCheck> err = certified.Compare(actual);

List<FileCheck> fcerrors = FileCheckList.Test(GetSingularSourcePath());
if (!fcerrors.Any())
Logger.Write("Installation: integrity verififed for {0}", GetSingularVersion());
else
{
 
well it says that you've change something, it's good because it brings down support requests due to user error by editing routine.
 
took me about 2 minutes to find:

Aye, apparently the Honorbuddy 'packaging process' (the process used to make the .ZIP file distributable), modifies a Singular file it shouldn't. They are still working out how to address the issue--whether Honorbuddy shouldn't be touching the file, or Singular shouldn't be monitoring it.

For now, if you haven't modified Singular, it doesn't cause any problems. Just ignore the warning and proceed.

cheers,
chinajade
 
^ Sounds like a really smart feature and a way for the devs to easier debug user problems.
 
Status
Not open for further replies.
Back
Top