ID:149936
 
loading botrace.dme
BYOND(306.698) Error: the file C:\byond\bin\game\game.rsc is locked up!
game.dm:5:error:'player.dmi':cannot find file

Associated code:

mob
icon = 'player.dmi'

(in player.dmi I have 7 icons states, that are designed to show up based on login selection assigned to usr.name)
Login()
usr.name = input("What charachter are you playing?") in list("red-bot","blue-bot","yellow-bot","orange-bot","green-b ot","purple-bot","brown-bot")
icon_state = name
..()

it was working when I had only one iconstate in the player.dmi, orange-bot would display when the orange-bot value was selected from the list and assigned to usr.name, if any other value was chosen from the list it would display nothing.
SOrry if I'm stating the obvious, but are you absolutely sure you don't have the game running? The only cases I've heard of people getting that message is when they were trying to add a new file to the resource cache but the game was already running. You'll have to completley shut it down before you add something like that.
In response to Zakarth
I understand the skepticism, that was the first thing I checked, but it is not running and I am getting the stated error.
In response to Zakarth
Anyway I just deleted an extra tab in the code and it is working