Auto-MBL Known Issues & Codes

From PunksBusted

Jump to: navigation, search

Contents

Code X Issues

When Auto-MBL runs, it might return a log line that looks like:

Raw Error Returned : Some error description here. Code X

Error Codes

Code 1

No Longer Used in V2.0+ More detailed response codes are given below. 

Code 2

No ClanID. Check your settings. 

Code 3

No PunksBusted password. Check your settings. 

Code 4

Internal Programming Error. You should NEVER see this code. Inform a staff or admin member at PunksBusted. 

Code 5

Internal Programming Error. You should NEVER see this code. Inform a staff or admin member at PunksBusted. 
  • Try restarting AMBL or rebooting your system

Code 6

Internal Programming Error. You should NEVER see this code. Inform a staff or admin member at PunksBusted. 

Code 7

Unknown ClanID. 
  • Have you signed up?
  • Are you using a CLANID?
  • Ensure that you have the correct clan ID and that it is entered correctly in Auto-MBL. The clan ID is typically four/five numbers long and will have been sent by e-mail after your account was approved. This is not the application ID that was given immediately after filling in the application form.
  • If you are unsure as to your clan ID, do a search here: Find Clan

Code 8

You are not yet Authorised to use the Auto-MBL system. Please be patient and try again later. 
  • One reason could be server isnt streaming yet
  • As above, first ensure that your clan ID is correct and you aren't using the application ID. If you are sure, please wait for your application to be fully processed by our backend systems.
  • You are not using your actual clan ID. When you sign up, you get given an application ID - this is only used while applying - after your application has been accepted, you will be sent a new clan ID which you need to use instead.
  • Your application has only just been approved and not all PunksBusted servers have been updated - this will take up to 24 hours from when your application is activated. Please be patient and try again later.
  • You've recently made changes to your account (ie- server IPs, password, etc). It can take up to 24 hours for the information to spread through our system. Please be patient and try again later.

Code 9

Your password is wrong. Check your settings.
  • Your password is incorrect and doesn't match your clan account. This can also be triggered by unusual symbols and characters in the password that aren't encoded correctly - we recommend you use alphanumerics when choosing your password. You can change the password through Admin Tools.
  • If you've just changed your password, it can take up to 24 hours for the new password to take effect.

Code 10

You are temporarily denied access to Auto-MBL as your server is not streaming. Make sure your server is streaming to the repository. 
  • None of the servers on your account are active streaming - please see Troubleshooting Streaming for more help on this subject.
  • Did you read the manual?

Error code 10 means you are not streaming. Error code 10 will automatically go away once you are detected streaming. Checkout How To Get Your Servers Streaming for help on getting streaming.

Here are some ways of checking your server settings: -

\rcon pb_sv_logaddr -or- admin pb_sv_logaddr

result should say rep.punksbusted.com


\rcon pb_sv_logport -or- admin pb_sv_logport

result should say the port for your game (detailed inHow To Get Your Servers Streaming)


\rcon pb_sv_loguser -or- admin pb_sv_loguser

result should be your clanid.


Alternativly download your latest PB logs. Check near the top, the pb_sv_log* settings will be there.

Code 11

Raw Error Returned : Badly formated URL - Programming Error.
  • Please be certain that in AMBL-->Configuration-->Settings for your server that the FTP

information for port, username, and password are the ones your GSP provided you with, and not the PsB ones.

  • The password and username should be strictly in alphanumeric symbols (just letters and numbers).
  • Check your Username and Password for any trailing spaces.

Code 12

Your version of Auto-MBL is out of date. Please upgrade. See PunksBusted for the latest version. 

Code 13

The Auto-MBL system is currently down for maintenance. Please try again later. 

Code 14

Internal Error. Please report to a PunksBusted staff or admin member. 

404

Possible internet issue or the Auto-MBL system is down. Try again later.


More information

A relatively complete list of the other code X errors are given at the bottom of the documentation here: http://www.punksbusted.com/downloads/mblupdt/help/conf_settings.html

Most are internal errors on the PunksBusted servers. If you encounter these, please check the forums and look for other recent threads to see if this issue is known before posting!

Linux Specific Issues

Runtime Error 230 At 08066311 and segfault

Symptoms

  • Occurred on Fedora Core 4
$ ./automblc
This module must be distributed under the terms of the GNU General Public License (GPL), version 2. A copy of this license can be found at:http://www.borland.com/kylix/gpl.html.
Runtime error 230 at 08058885
Segmentation fault

Solution

$ setarch `uname -m` ./automblc


Runtime Error 234 At 0804CA4B

Symptoms

  • Occurred on 64 Bit Distros
$ ./automblc
This module must be distributed under the terms of the GNU General Public License (GPL), version 2. A copy of this license can be found at:http://www.borland.com/kylix/gpl.html.
Runtime Error 234 At 0804CA4B

Solution

  • Create a file:
touch autombl.sh
  • Add this to the file:
#! /bin/bash
export GCONV_PATH="/usr/lib32/gconv"
./automblc -f -m
  • make the file executable
chmod +x autombl.sh
  • and run the file:
sh autombl.sh
Personal tools