Stranded

by Jittai
Stranded
A survival game that takes place in an archipelago with other people in the struggle to live.
ID:1259333
 
Resolved
Fixed in 5/8/2013 update. Good job.
BYOND Version:498
Operating System:Windows 7 Pro 64-bit
Web Browser:Firefox 20.0
Applies to:Dream Seeker
Status: Resolved ( )

This issue has been resolved.
Descriptive Problem Summary:
When using a shovel it creates a hole for a cave, and your shovel goes away. It also creates a light inside the cave at the entrance. Here are the runtime errors:

runtime error: Undefined operation: null / null
proc name: Move (/lightsource/proc/Move)
source file: d4y_DFL Shading.dm,348
usr: Phriend (/mob/Player)
src: /lightsource (/lightsource)
call stack:
/lightsource (/lightsource): Move(Dirt (397,275,2) (/turf/Dirt), null, null, 0)
(/obj/Mapobj/HoleLight): New(Dirt (397,275,2) (/turf/Dirt), (/obj/Mapobj/Hole))
(/obj/Mapobj/HoleLight): New(Dirt (397,275,2) (/turf/Dirt), (/obj/Mapobj/Hole))
(/obj/Mapobj/HoleLight): New(Dirt (397,275,2) (/turf/Dirt), (/obj/Mapobj/Hole))
(/obj/Mapobj/Hole): New(Dirt (397,275,1) (/turf/Dirt))
Shovel (/obj/Items/Weapons/Shovel): MouseDrop(Dirt (397,275,1) (/turf/Dirt))
Shovel (/obj/Items/Weapons/Shovel): RightClick(Phriend (/mob/Player))
Shovel (/obj/Items/Weapons/Shovel): Click("1,9", "default.Inventory", "icon-x=55;icon-y=19;right=1;dr...")
Jittai resolved issue with message:
Fixed in 5/8/2013 update. Good job.
No longer makes a cave, and you now keep your shovel. Here's the new runtime error on dig

runtime error: Undefined operation: null / null
proc name: Move (/lightsource/proc/Move)
source file: d4y_DFL Shading.dm,348
usr: Phriend (/mob/Player)
src: /lightsource (/lightsource)
call stack:
/lightsource (/lightsource): Move(Dirt (169,245,2) (/turf/Dirt), null, null, 0)
(/obj/Mapobj/HoleLight): New(Dirt (169,245,2) (/turf/Dirt), (/obj/Mapobj/Hole))
(/obj/Mapobj/HoleLight): New(Dirt (169,245,2) (/turf/Dirt), (/obj/Mapobj/Hole))
(/obj/Mapobj/HoleLight): New(Dirt (169,245,2) (/turf/Dirt), (/obj/Mapobj/Hole))
(/obj/Mapobj/Hole): New(Dirt (169,245,1) (/turf/Dirt))
Shovel (/obj/Items/Weapons/Shovel): MouseDrop(Dirt (169,245,1) (/turf/Dirt))
Shovel (/obj/Items/Weapons/Shovel): RightClick(Phriend (/mob/Player))
Shovel (/obj/Items/Weapons/Shovel): Click("1,5", "default.Inventory", "icon-x=44;icon-y=17;right=1;dr...")
It's the same error, I thought the moving of the shovel caused it lol.
It's in shading.dm and it says around line 348 is what is causing this. Using a shovel doesn't create a cave entrance anymore though.
Doesn't occur for me any more- try deleting the system folder to wipe the world map.
Indeed, it is fixed now without any errors.