Minetest13 reports: Randomly with multiple blocks, ... #4764

Open
opened 2023-06-13 23:56:46 +00:00 by yourland-report · 1 comment

Minetest13 reports a bug:

Randomly with multiple blocks, sometimes placing a block results in it seemingly disappearing and being completely igored by the server. It can only be brought back by placing another block on that space, which makes it abruptly reappear.

Player position:

{
	z = 1360.6700439453,
	x = 2136.4108886719,
	y = -20796.5
}

Player look:

{
	z = 0.72444695234299,
	x = 0.60680550336838,
	y = -0.32705295085907
}

Player information:

{
	formspec_version = 6,
	protocol_version = 42,
	min_rtt = 0.1410000026226,
	avg_rtt = 0.14499999582767,
	min_jitter = 0,
	max_jitter = 2.3659999370575,
	avg_jitter = 0.0020000040531158,
	connection_uptime = 657,
	serialization_version = 29,
	major = 5,
	version_string = "5.7.0",
	minor = 7,
	state = "Active",
	ip_version = 6,
	max_rtt = 2.5079998970032,
	lang_code = "",
	patch = 0
}

Player meta:

{
	fields = {
		["unified_inventory:bags"] = "return {\"unified_inventory:bag_medium\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\"}",
		yl_commons_player_created = "1668019739",
		yl_commons_player_joined = "1686699970",
		yl_church = "return {[\"last_death\"] = {[\"z\"] = 516, [\"x\"] = 3188, [\"y\"] = 123}, [\"last_heal\"] = 1678387335, [\"last_death_portal\"] = 1686694464}",
		jointime = "1668019739",
		bitten = "0",
		xp = "123540",
		inflicted_damage = "2606044",
		digged_nodes = "118972",
		placed_nodes = "29304",
		died = "441",
		crafted = "25376",
		["stamina:level"] = "4",
		["ocean_build.last_warning"] = "1.66857e+09",
		["ocean_build.ocean_built"] = "6",
		punch_count = "120684",
		arenalib_infobox_arenaID = "0",
		["3d_armor_inventory"] = "return {\"3d_armor:helmet_nether 1 6820\", \"\", \"3d_armor:chestplate_nether 1 13600\", \"shields:shield_rainbow 1 7184\", \"3d_armor:leggings_nether 1 13160\", \"3d_armor:boots_crystal 1 4660\"}",
		played_time = "1954994",
		["stamina:exhaustion"] = "25",
		hud_state = "on",
		yl_commons_thankyou = "118",
		["stamina:poisoned"] = "no",
		["signslib:pos"] = "(2100,17,1188)",
		partychat = "main",
		repellant = "0"
	}
}

Log identifier


[MOD] yl_report log identifier = kPQB2TeMYGhkw7WdVG9izjSxjHx8QAHt

Profiler save:

profile-20230613T235646.json_prettyEE

Status:

# Server: version: 5.7.0-yl-thx-tmm | game: Minetest Game | uptime: 4h 15min 8s | max lag: 0.776s | clients (25/52): AliasAlreadyTaken, APercy, Appledore, Azelf, Bailiff, BoatMow, Buzz, carrots1234, Chache, crankyape, daydream, Dirac, DragonWrangler1, Empempires, flux, Insomniacs_Yello, Mielle, Minetest13, MysticalPlayz, niceride, rewired_X, savana_g, Service, Shadow, shanish2

Teleport command:

/teleport xyz 2136 -20797 1361

Compass command:

/give_compass Construction kPQB2TeMYGhkw7WdVG9izjSxjHx8QAHt D2691E 2136 -20797 1361
Minetest13 reports a bug: > Randomly with multiple blocks, sometimes placing a block results in it seemingly disappearing and being completely igored by the server. It can only be brought back by placing another block on that space, which makes it abruptly reappear. Player position: ``` { z = 1360.6700439453, x = 2136.4108886719, y = -20796.5 } ``` Player look: ``` { z = 0.72444695234299, x = 0.60680550336838, y = -0.32705295085907 } ``` Player information: ``` { formspec_version = 6, protocol_version = 42, min_rtt = 0.1410000026226, avg_rtt = 0.14499999582767, min_jitter = 0, max_jitter = 2.3659999370575, avg_jitter = 0.0020000040531158, connection_uptime = 657, serialization_version = 29, major = 5, version_string = "5.7.0", minor = 7, state = "Active", ip_version = 6, max_rtt = 2.5079998970032, lang_code = "", patch = 0 } ``` Player meta: ``` { fields = { ["unified_inventory:bags"] = "return {\"unified_inventory:bag_medium\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\"}", yl_commons_player_created = "1668019739", yl_commons_player_joined = "1686699970", yl_church = "return {[\"last_death\"] = {[\"z\"] = 516, [\"x\"] = 3188, [\"y\"] = 123}, [\"last_heal\"] = 1678387335, [\"last_death_portal\"] = 1686694464}", jointime = "1668019739", bitten = "0", xp = "123540", inflicted_damage = "2606044", digged_nodes = "118972", placed_nodes = "29304", died = "441", crafted = "25376", ["stamina:level"] = "4", ["ocean_build.last_warning"] = "1.66857e+09", ["ocean_build.ocean_built"] = "6", punch_count = "120684", arenalib_infobox_arenaID = "0", ["3d_armor_inventory"] = "return {\"3d_armor:helmet_nether 1 6820\", \"\", \"3d_armor:chestplate_nether 1 13600\", \"shields:shield_rainbow 1 7184\", \"3d_armor:leggings_nether 1 13160\", \"3d_armor:boots_crystal 1 4660\"}", played_time = "1954994", ["stamina:exhaustion"] = "25", hud_state = "on", yl_commons_thankyou = "118", ["stamina:poisoned"] = "no", ["signslib:pos"] = "(2100,17,1188)", partychat = "main", repellant = "0" } } ``` Log identifier ``` [MOD] yl_report log identifier = kPQB2TeMYGhkw7WdVG9izjSxjHx8QAHt ``` Profiler save: ``` profile-20230613T235646.json_prettyEE ``` Status: ``` # Server: version: 5.7.0-yl-thx-tmm | game: Minetest Game | uptime: 4h 15min 8s | max lag: 0.776s | clients (25/52): AliasAlreadyTaken, APercy, Appledore, Azelf, Bailiff, BoatMow, Buzz, carrots1234, Chache, crankyape, daydream, Dirac, DragonWrangler1, Empempires, flux, Insomniacs_Yello, Mielle, Minetest13, MysticalPlayz, niceride, rewired_X, savana_g, Service, Shadow, shanish2 ``` Teleport command: ``` /teleport xyz 2136 -20797 1361 ``` Compass command: ``` /give_compass Construction kPQB2TeMYGhkw7WdVG9izjSxjHx8QAHt D2691E 2136 -20797 1361 ```
AliasAlreadyTaken was assigned by yourland-report 2023-06-13 23:56:46 +00:00
AliasAlreadyTaken added the
3. source/lag
label 2023-06-14 00:00:29 +00:00
flux added the
1. kind/bug
3. source/client
labels 2023-06-14 21:35:06 +00:00
Member

sometimes the client/server awareness of where nodes are gets desynched.

sometimes the client/server awareness of where nodes are gets desynched.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#4764
No description provided.