mtestuser22 reports: blocks fall under the end of t ... #982

Open
opened 2021-10-31 06:09:13 +00:00 by yourland-report · 3 comments

mtestuser22 reports a bug:

blocks fall under the end of the map. coords: 5757, -30912, 5712. it might worth taking a look

Player position:

{
	y = -30912.5,
	x = 5757.2172851563,
	z = 5709.869140625
}

Player look:

{
	y = -0.27731466293335,
	x = -0.8321430683136,
	z = -0.48024412989616
}

Player information:

{
	min_rtt = 0.025000000372529,
	max_rtt = 0.54100000858307,
	connection_uptime = 794,
	max_jitter = 0.5110000371933,
	minor = 4,
	major = 5,
	ip_version = 6,
	formspec_version = 4,
	patch = 1,
	protocol_version = 39,
	serialization_version = 28,
	lang_code = "",
	version_string = "5.4.1",
	avg_rtt = 0.029999999329448,
	state = "Active",
	avg_jitter = 0.009000001475215,
	min_jitter = 0
}

Player meta:

{
	fields = {
		["3d_armor_inventory"] = "return {\"\", \"\", \"\", \"\", \"\", \"\"}",
		played_time = "21172",
		jointime = "1635292558",
		yl_commons_player_joined = "1635659783",
		digged_nodes = "9420",
		bitten = "0",
		["unified_inventory:bags"] = "return {\"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\"}",
		yl_church = "return {[\"last_death\"] = {[\"y\"] = -29827, [\"x\"] = 6024, [\"z\"] = 5761}}",
		["stamina:level"] = "14",
		xp = "8554",
		arenalib_infobox_arenaID = "0",
		inflicted_damage = "2522",
		crafted = "403",
		placed_nodes = "405",
		punch_count = "312",
		died = "39",
		hud_state = "on",
		repellant = "0",
		yl_commons_player_created = "1635292558"
	}
}

Log identifier


[MOD] yl_report log identifier = uHPPCp0L3G8HbHofZIkInuioo18wjv1C

Profiler save:

profile-20211031T070912.json_pretty

Status:

# Server: version=5.4.1-yl, uptime=19917.4, max_lag=2.126, clients={mtestuser22, Eraldemay, Player198, Lupercus, Service, AliasAlreadyTaken, Bailiff}

Teleport command:

/teleport xyz 5757 -30912 5710

Compass command:

/give_compass Construction uHPPCp0L3G8HbHofZIkInuioo18wjv1C D2691E 5757 -30912 5710
mtestuser22 reports a bug: > blocks fall under the end of the map. coords: 5757, -30912, 5712. it might worth taking a look Player position: ``` { y = -30912.5, x = 5757.2172851563, z = 5709.869140625 } ``` Player look: ``` { y = -0.27731466293335, x = -0.8321430683136, z = -0.48024412989616 } ``` Player information: ``` { min_rtt = 0.025000000372529, max_rtt = 0.54100000858307, connection_uptime = 794, max_jitter = 0.5110000371933, minor = 4, major = 5, ip_version = 6, formspec_version = 4, patch = 1, protocol_version = 39, serialization_version = 28, lang_code = "", version_string = "5.4.1", avg_rtt = 0.029999999329448, state = "Active", avg_jitter = 0.009000001475215, min_jitter = 0 } ``` Player meta: ``` { fields = { ["3d_armor_inventory"] = "return {\"\", \"\", \"\", \"\", \"\", \"\"}", played_time = "21172", jointime = "1635292558", yl_commons_player_joined = "1635659783", digged_nodes = "9420", bitten = "0", ["unified_inventory:bags"] = "return {\"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\"}", yl_church = "return {[\"last_death\"] = {[\"y\"] = -29827, [\"x\"] = 6024, [\"z\"] = 5761}}", ["stamina:level"] = "14", xp = "8554", arenalib_infobox_arenaID = "0", inflicted_damage = "2522", crafted = "403", placed_nodes = "405", punch_count = "312", died = "39", hud_state = "on", repellant = "0", yl_commons_player_created = "1635292558" } } ``` Log identifier ``` [MOD] yl_report log identifier = uHPPCp0L3G8HbHofZIkInuioo18wjv1C ``` Profiler save: ``` profile-20211031T070912.json_pretty ``` Status: ``` # Server: version=5.4.1-yl, uptime=19917.4, max_lag=2.126, clients={mtestuser22, Eraldemay, Player198, Lupercus, Service, AliasAlreadyTaken, Bailiff} ``` Teleport command: ``` /teleport xyz 5757 -30912 5710 ``` Compass command: ``` /give_compass Construction uHPPCp0L3G8HbHofZIkInuioo18wjv1C D2691E 5757 -30912 5710 ```
AliasAlreadyTaken was assigned by yourland-report 2021-10-31 06:09:13 +00:00
Styxcolor added the
1. kind/bug
label 2021-10-31 09:20:41 +00:00
Member
https://github.com/minetest/minetest/issues/11343
AliasAlreadyTaken added the
3. source/mod upstream
label 2022-05-05 22:38:11 +00:00

Let's wait for their solution. I don't see why blocks falling out of the world border poses a problem. They get serialized, I guess and stay there forever? So if someone really overdid it and threw more than 128 sand blocks, they'd simply get removed?

Let's wait for their solution. I don't see why blocks falling out of the world border poses a problem. They get serialized, I guess and stay there forever? So if someone really overdid it and threw more than 128 sand blocks, they'd simply get removed?
Member

I don't see why blocks falling out of the world border poses a problem.

See e.g. https://github.com/minetest/minetest/issues/8909#issuecomment-729884073 for an issue w/ entities existing beyond the world boundaries, though I don't think I could trigger that same crash w/ falling nodes.

> I don't see why blocks falling out of the world border poses a problem. See e.g. https://github.com/minetest/minetest/issues/8909#issuecomment-729884073 for an issue w/ entities existing beyond the world boundaries, though I don't think I could trigger that same crash w/ falling nodes.
flux added
3. source/client
3. source/engine
and removed
3. source/mod upstream
labels 2022-10-25 00:49:31 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#982
No description provided.