ID:1504806
 
Resolved
Resizing the world to a smaller size caused a crash.
BYOND Version:504
Operating System:Linux
Web Browser:Safari Unknown (9537.53)
Applies to:Dream Daemon
Status: Resolved (506.1236)

This issue has been resolved.
Descriptive Problem Summary:
Dream Deamon crashes when changing world.maxx, y, z values.

Numbered Steps to Reproduce Problem:
Host a game on the latest version with deamon.
Change world.maxx, y, z values to crash it.

Code Snippet (if applicable) to Reproduce Problem:
Crash()
world.maxx = 50
world.maxy = 50
world.maxz = 1


Expected Results:
Change world size accordingly without crash.

Actual Results:
Server Crashes

Does the problem occur:
Every time? Or how often?
Every time
In other games?
Have not tryed
In other user accounts?
Yes
On other computers?
Just Linux hosting with deamon, works fine on other os as far as I know.
When does the problem NOT occur?
When I try it doing it on seeker or so other than Linux with deamon.
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
498.1158
Workarounds:
Downgrade Byond version on Linux to 498.1158 seems to sove the problem.
Does this issue exist in 504? What's the earliest place you've seen it?

[edit]
Nevermind. I found the cause; it changed in 504.
I believe it was 504.1232
Lummox JR resolved issue with message:
Resizing the world to a smaller size caused a crash.
I would like to re-open this as its crashing the game again when changing world.maxx, maxy, maxz parameters as of this version [508.1299] using dream seeker.

I had a test world set at 100x100, 4 z levels and ran this code. It just froze and eventually crashed.

mob/verb
Test()
world.maxx = 50
world.maxy = 50
world.maxz = 3


* Can confirm this bug does not occur in [507.1286] *
The issue you're reporting was already fixed since 508.
I was just using the latest stable beta which is [508.1299] and is freezing and crashing again. Not unless its been addressed in the beta versions?
In response to Darker Emerald
508.1299 is the current mainline release. 509.1300 onwards is the beta.
In response to Darker Emerald
Darker Emerald wrote:
I was just using the latest stable beta which is [508.1299] and is freezing and crashing again. Not unless its been addressed in the beta versions?

Yes. There is a closed bug report for this already, although in fairness it's on page 2: id:1934067. It's also in the release notes for 509.
Ah! all right thanks! I'll look more into the beta version.