Save Our Survivors

by Brettpenzer
Save Our Survivors
Can you survive the island?
ID:1260166
 
BYOND Version:498
Operating System:Windows 7 Home Basic 64-bit
Web Browser:Chrome 26.0.1410.64
Applies to:Dream Seeker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
I was in the crafting menu when I tried to drop something from the crafting box into the drop slot and an error occured.


Code Snippet (if applicable) to Reproduce Problem:
mpass)
call stack:
Compass (/obj/Inventory/HUD/Parts/Compass): MouseDrop(Drop Boxes (/obj/Inventory/Pickup/Drop_Boxes), null, null, "Main.Map", "Main.Map", "icon-x=7;icon-y=10;left=1;scre...")
runtime error: Cannot create objects of type null.
proc name: MouseDrop (/obj/Inventory/HUD/Parts/MouseDrop)
source file: Parts.dm,83
usr: Dariuc (/mob/Player)
src: Compass (/obj/Inventory/HUD/Parts/Compass)
call stack:
Compass (/obj/Inventory/HUD/Parts/Compass): MouseDrop(Drop Boxes (/obj/Inventory/Pickup/Drop_Boxes), null, null, "Main.Map", "Main.Map", "icon-x=10;icon-y=4;left=1;scre...")
runtime error: Cannot create objects of type null.
proc name: MouseDrop (/obj/Inventory/HUD/Parts/MouseDrop)
source file: Parts.dm,83
usr: Dariuc (/mob/Player)
src: Compass (/obj/Inventory/HUD/Parts/Compass)
call stack:
Compass (/obj/Inventory/HUD/Parts/Compass): MouseDrop(Drop Boxes (/obj/Inventory/Pickup/Drop_Boxes), null, null, "Main.Map", "Main.Map", "icon-x=7;icon-y=8;left=1;scree...")
runtime error: Cannot create objects of type null.
proc name: MouseDrop (/obj/Inventory/HUD/Parts/MouseDrop)
source file: Parts.dm,83
usr: Dariuc (/mob/Player)
src: Compass (/obj/Inventory/HUD/Parts/Compass)
call stack:
Compass (/obj/Inventory/HUD/Parts/Compass): MouseDrop(Drop Boxes (/obj/Inventory/Pickup/Drop_Boxes), null, null, "Main.Map", "Main.Map", "icon-x=6;icon-y=9;left=1;scree...")


Expected Results:
Wanted to drop an object from crafting to the drop slot.

Actual Results:
Tried to get rid of an object from inventory.
it was a compass. i also noticed that once i did this and got the error, when trying to drop any type of compass I'd get an error.


Another similiar bug when trying to climb a mountain I think.
I was allowed to, but kept getting this error.

  source file: Turf.dm,224
runtime error: undefined variable /obj/var/Skills
proc name: Exited (/turf/Rock/Rock_Vine_Exit/Exited)


i was a chef/explorer
Thanks for posting this issue and so much information I plan to bring a patch to the update recently.