rheo reports: ocean builder seems to keep pe ... #2104

Closed
opened 2022-06-22 03:03:24 +00:00 by yourland-report · 3 comments

rheo reports a bug:

ocean builder seems to keep people from building on land, need to explore that

Player position:

{
	y = 14.5,
	x = 2014.2810058594,
	z = 1179.9289550781
}

Player look:

{
	y = 0.010646307840943,
	x = 0.99069160223007,
	z = -0.13570855557919
}

Player information:

{
	min_rtt = 0.15199999511242,
	max_rtt = 1.1269999742508,
	connection_uptime = 7230,
	max_jitter = 0.72100001573563,
	minor = 6,
	major = 5,
	ip_version = 6,
	formspec_version = 5,
	patch = 0,
	protocol_version = 40,
	serialization_version = 29,
	lang_code = "",
	version_string = "5.6.0-dev-d208be276-dirty",
	avg_rtt = 0.16099999845028,
	state = "Active",
	avg_jitter = 0.0010000020265579,
	min_jitter = 0
}

Player meta:

{
	fields = {
		["3d_armor_inventory"] = "return {\"3d_armor:helmet_admin\", \"shields:shield_admin\", \"nether_mobs:dragon_boots 1 714\", \"\", \"\", \"\"}",
		yl_commons_thankyou = "4",
		["stairsplus:max_offered"] = "96",
		["stairsplus:shape_groups"] = "[\"legacy\"]",
		yl_commons_player_joined = "1655859791",
		["stamina:exhaustion"] = "34",
		["signslib:pos"] = "(1916,49,1867)",
		["ethereal:fly_timer"] = "-99",
		bitten = "0",
		["unified_inventory:bags"] = "return {\"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\"}",
		partychat = "party",
		digged_nodes = "3845",
		jointime = "1644205752",
		yl_church = "return {[\"last_death\"] = {[\"y\"] = 15, [\"x\"] = 1353, [\"z\"] = 1089}}",
		xp = "13374",
		["stamina:level"] = "0",
		punch_count = "654",
		arenalib_infobox_arenaID = "0",
		inflicted_damage = "103046",
		crafted = "181",
		died = "2",
		played_time = "894966",
		["stamina:poisoned"] = "no",
		placed_nodes = "11803",
		hud_state = "on",
		repellant = "0",
		yl_commons_player_created = "1644205752"
	}
}

Log identifier


[MOD] yl_report log identifier = azDJ3FlgMbcg2rvUJ212AmiCfwQi0jXL

Profiler save:

profile-20220622T050324.json_prettyEE

Status:

# Server: version: 5.5.1-yl | game: Minetest Game | uptime: 2h 43min 16s | max lag: 0.521s | clients: Xonon, rheo

Teleport command:

/teleport xyz 2014 15 1180

Compass command:

/give_compass Construction azDJ3FlgMbcg2rvUJ212AmiCfwQi0jXL D2691E 2014 15 1180
rheo reports a bug: > ocean builder seems to keep people from building on land, need to explore that Player position: ``` { y = 14.5, x = 2014.2810058594, z = 1179.9289550781 } ``` Player look: ``` { y = 0.010646307840943, x = 0.99069160223007, z = -0.13570855557919 } ``` Player information: ``` { min_rtt = 0.15199999511242, max_rtt = 1.1269999742508, connection_uptime = 7230, max_jitter = 0.72100001573563, minor = 6, major = 5, ip_version = 6, formspec_version = 5, patch = 0, protocol_version = 40, serialization_version = 29, lang_code = "", version_string = "5.6.0-dev-d208be276-dirty", avg_rtt = 0.16099999845028, state = "Active", avg_jitter = 0.0010000020265579, min_jitter = 0 } ``` Player meta: ``` { fields = { ["3d_armor_inventory"] = "return {\"3d_armor:helmet_admin\", \"shields:shield_admin\", \"nether_mobs:dragon_boots 1 714\", \"\", \"\", \"\"}", yl_commons_thankyou = "4", ["stairsplus:max_offered"] = "96", ["stairsplus:shape_groups"] = "[\"legacy\"]", yl_commons_player_joined = "1655859791", ["stamina:exhaustion"] = "34", ["signslib:pos"] = "(1916,49,1867)", ["ethereal:fly_timer"] = "-99", bitten = "0", ["unified_inventory:bags"] = "return {\"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\"}", partychat = "party", digged_nodes = "3845", jointime = "1644205752", yl_church = "return {[\"last_death\"] = {[\"y\"] = 15, [\"x\"] = 1353, [\"z\"] = 1089}}", xp = "13374", ["stamina:level"] = "0", punch_count = "654", arenalib_infobox_arenaID = "0", inflicted_damage = "103046", crafted = "181", died = "2", played_time = "894966", ["stamina:poisoned"] = "no", placed_nodes = "11803", hud_state = "on", repellant = "0", yl_commons_player_created = "1644205752" } } ``` Log identifier ``` [MOD] yl_report log identifier = azDJ3FlgMbcg2rvUJ212AmiCfwQi0jXL ``` Profiler save: ``` profile-20220622T050324.json_prettyEE ``` Status: ``` # Server: version: 5.5.1-yl | game: Minetest Game | uptime: 2h 43min 16s | max lag: 0.521s | clients: Xonon, rheo ``` Teleport command: ``` /teleport xyz 2014 15 1180 ``` Compass command: ``` /give_compass Construction azDJ3FlgMbcg2rvUJ212AmiCfwQi0jXL D2691E 2014 15 1180 ```
AliasAlreadyTaken was assigned by yourland-report 2022-06-22 03:03:24 +00:00
flux added the
1. kind/bug
label 2022-06-22 03:05:09 +00:00
Member

basically, it checks the biome at y=0/y=1, but that's almost entirely an "ocean" biome, no matter what the ground surface level is. need to check what the biome is @ ground surface instead.

basically, it checks the biome at y=0/y=1, but that's almost entirely an "ocean" biome, no matter what the ground surface level is. need to check what the biome is @ ground surface instead.
flux added the
2. prio/critical
label 2022-06-22 03:06:03 +00:00
flux self-assigned this 2022-06-22 03:06:06 +00:00
Member

fixed in a32179502e

fixed in https://gitea.your-land.de/your-land/yl_commons/commit/a32179502e5d3db016a1832379827ad665d81ce3
flux added the
4. step/ready to QA test
label 2022-06-22 15:02:09 +00:00
flux added this to the flux's TODO list project 2022-07-02 22:30:48 +00:00
flux added
4. step/at work
and removed
4. step/ready to QA test
labels 2022-07-17 20:12:22 +00:00
Member

this is deployed, but see #2257 for possible new issues.

this is deployed, but see #2257 for possible new issues.
flux added
5. result/fixed
and removed
4. step/at work
labels 2022-07-17 22:26:58 +00:00
flux removed this from the flux's TODO list project 2022-07-17 22:27:00 +00:00
AliasAlreadyTaken was unassigned by flux 2022-07-17 22:27:02 +00:00
flux removed their assignment 2022-07-17 22:27:02 +00:00
flux closed this issue 2022-07-24 16:24:58 +00:00
AliasAlreadyTaken added this to the 1.1.115 milestone 2022-07-31 01:50:57 +00:00
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#2104
No description provided.