ID:2283699
 
BYOND Version:511
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Chrome 60.0.3112.90
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:

The prototype editor is completely broken again. When editing a prototype value to a type, I'm getting unspecified errors. The map exporter is spitting out !INVALID_VALUE! tokens during export, causing compilation to fail, rather than actually rejecting the token outright to prevent map corruption.

Whenever any object is selected, "Unspecified error" is spammed via a popup.

To make matters worse, type data isn't being interpreted properly by the software

There's nothing obviously wrong with the DMM. I couldn't even begin to diagnose what's happening here.

"a" = (/turf{icon_state = "4"; opacity = 1},/area)
"b" = (/turf{icon_state = "3"},/area)
"c" = (/turf{icon_state = "2"},/area)
"d" = (/turf{icon_state = "1"},/area)
"e" = (/turf{density = 1; icon_state = "12"},/area)
"f" = (/turf{icon_state = "0"},/area)
"g" = (/turf{density = 1; icon_state = "5"},/area)
"h" = (/turf{density = 1; icon_state = "7"; opacity = 1},/area)
"i" = (/turf{icon_state = "11"},/area)
"j" = (/mob/monster{ai = /ai/chicken; icon_state = "chicken"; move_delay = 3},/turf{icon_state = "11"},/area)
"k" = (/mob/monster,/turf{icon_state = "6"},/area)
"l" = (/turf{icon_state = "6"},/area)
"m" = (/turf{density = 1; icon_state = "9"; opacity = 1},/area)
"n" = (/turf{density = 1; icon_state = "10"; opacity = 1},/area)
"o" = (/turf{icon_state = "8"; opacity = 1},/area)

(1,1,1) = {"
abcccccccccccba
bcdddddddddddcb
cdefffffeffefdc
cdfggfefeefffdc
cdfggffeffefedc
cdfffhhhhhhffdc
cdijihkllkhefdc
cdjijmllllmffdc
cdiiihllllhfedc
cdijihnhohhffdc
cdfffffffffffdc
cdffeffffffefdc
cdfffffffefffdc
bcdddddddddddcb
abcccccccccccba
"}


Should be noted that this error only happens with datums. If I parent_type /ai to /obj, it stops happening.
It happens that I'm actually revisiting some map stuff at the moment, so I should be able to look into all these issues.