Jump to content

Recommended Posts

Posted

I used to have to make sure the B2s names exactly matched the tables, now they open with just similar names. Example my star wars and star trek tables all open with each others backglass. I delete the offending backglass then another opens, delete it and another opens. I've resorted to naming the tables with spaces, underscores , dashes and no spaces. searched everywhere no answers, any suggestions?

Posted

You do not tell which Backglass Server you are using... it can be see in the settings window as well as on the B2SBackglassServer.exe under right-click properties.

 

Can you please check that the setting "exact .directb2s match" is active?

If you open your B2STableSettings.xml it should look like this:

 

<B2STableSettings>
  <DisableFuzzyMatching>1</DisableFuzzyMatching>
  <ft_l5>
  </ft_l5>

"exact .directb2s match" in the GUI settings is the same as DIsableFuzzyMatching in this xml file.

Posted

Sorry I didn't give enough information; I'm running 2.1.3.327 was on 2.1.1-3b 1a917 updated when issue started happening. Yes, "exact match" is check boxed when I right click b2s.

 

This is my B2STableSettings.xml


<B2STableSettings>
  <ArePluginsOn>1</ArePluginsOn>
  <DefaultStartMode>1</DefaultStartMode>
  <DisableFuzzyMatching>1</DisableFuzzyMatching>
  <LogPath>

 

After you suggested the xml file I remembered my backup. Replaced my xml file with the backup and it fixed it so far.

 

This is my old one.

 <B2STableSettings>
  <ArePluginsOn>1</ArePluginsOn>
  <DefaultStartMode>2</DefaultStartMode>
  <DisableFuzzyMatching>1</DisableFuzzyMatching>
  <LogPath>
  </LogPath>

 

Thank you for the assistance it's been driving me crazy for a few days, I'll let you know if it starts up again.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...