Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[FSM] State wManager.Wow.Bot.States.... already launched, ignore it.

  • Product: WRobot General
  • Type: Bug
  • Status: Unconfirmed

This appears after stopping bot using stop button and launch bot again, after this messages bot doesnt do anything until kill the process and start the bot again. It happens very often. I made the function in my plugin that kill wrobot.exe after this messages appears in log, but the plugin is usually loaded after these entries appears in log and in 99% of cases this does not work.

[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.Idle already launched, ignore it.
[D] 12:12:33 - [FSM] State   already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.Trainers already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.Talents already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.FlightMasterDiscoverState already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.ToTown already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.FlightMasterTakeTaxiState already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.ProspectingState already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.MillingState already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.Farming already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.Looting already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.Regeneration already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.FarmingRange already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.LootingRange already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.BattlePetState already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.IsAttacked already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.MyMacro already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.Resurrect already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.Pause already launched, ignore it.
[D] 12:12:33 - [FSM] State wManager.Wow.Bot.States.Relogger already launched, ignore it.

User Feedback

Recommended Comments

TheSmokie

Banned

restart your bot.

Pudge

WRobot user
4 hours ago, TheSmokie said:

restart your bot.

Hey, do you read what I wrote? And what, bug will be fixed this way? Man, I've restated bot above 100500 times, and now I'm totally bored of this, that's really annoying, ugh.

TheSmokie

Banned
(edited)

try something like this

public static class block
{
	public static readonly List<string> Logs = new List<string>
	{
		"[FSM] State wManager.Wow.Bot.States.Idle already launched, ignore it.",
		"[FSM] State   already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.Trainers already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.Talents already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.FlightMasterDiscoverState already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.ToTown already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.FlightMasterTakeTaxiState already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.ProspectingState already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.MillingState already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.Farming already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.Looting already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.Regeneration already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.FarmingRange already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.LootingRange already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.BattlePetState already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.IsAttacked already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.MyMacro already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.Resurrect already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.Pause already launched, ignore it.",
		"[FSM] State wManager.Wow.Bot.States.Relogger already launched, ignore it.",

	};

	public static void CloseWrobot()
	{
		robotManager.Events.LoggingEvents.OnAddLog += delegate (Logging.Log log)
		{
			foreach (string errorlogs in Logs)
			{
				if (log.Text.Contains(errorlogs))
					System.Diagnostics.Process.GetCurrentProcess().Kill();
			}

		};
	}
}

 

Edited by TheSmokie

Matenia

Elite user

He said he already uses a plugin like that...

That's not the solution. It's when you either click "start" too quickly twice in a row or reload the context/produt incorrectly through code.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.