Exactly as the title states, an error message stating "Unable to write {codename}.dm". This only happens when I have put in code and code linking to an icon.
Numbered Steps to Reproduce Problem:
1. Create new .dm file named "World.dm"
2. Wrote "mob/Login() usr.Move(locate(1,1,1)) usr.icon = 'You1.dmi'
3. Created an icon of a person named "You1.dmi'
4. Created map
5. Compiled code
6. Got the error "Unable to write World.dm"
Code Snippet (if applicable) to Reproduce Problem:
mob/Login()
usr.Move(locate(1,1,1))
usr.icon = 'You1.dmi'
Expected Results:
Compile as normal with the icon being "you1.dmi"
Actual Results:
The error told above.
Does the problem occur:
Every time? Or how often?
Nearly every time.
In other games?
No.
In other user accounts?
Yes.
On other computers?
No.
When does the problem NOT occur?
Usually when I don't have any icons. Sometimes it happens even with a program without and icons, like a chatroom.
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? No.
Workarounds:
Sometimes it will work if I go to a couple icon files or code files first.
I got no errors the proper way. (only had turfs icon on hand)