tkasriel
- Tkasriel
- tkasriel
- Europe/Stockholm
- Yes
- No
I think this is works as intended: villagers are 1.95 blocks tall while carpets are 0.0625 blocks tall. They are just slightly too tall to fit in a two block space in this way
Might be that you are trying to have a dropper input into a chest with an item:
Droppers can behave in three ways
- When it is empty, it will make a "click" sound
- When it is shooting out an item, it will also make a "click" sound (Idk if they are different sounds)
- When it has an item, and is pushing an item into a container, it will NOT make a sound
So, your design should be making a click sound from the top dropper shooting out an item into the world, but it would not if you put a chest on top of the contraption
Could this be closed as a duplicate of
WEB-958? This is an older bug report, but the other is far more complete in terms of testing. The issue here is caused by line 6 in its table.
This is a dummy report for testing
WEB-3002.
Please ignoreTest:
!http://imgur.com/a/KWJY7S5This is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Please ignore
This is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Please ignore
This is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Please ignoreThis is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Please ignoreTest:
!http://imgur.com/a/KWJY7S5
This is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Please ignoreTest:
!http://imgur.com/a/KWJY7S5This is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Please ignore
This is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Please ignoreThis is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Please ignoreTest:
This is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Please ignoreTest:
This is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Test:
HOW TO REPRODUCE:
• Create a bug report containing an i.imgur.com link. make sure it uses HTTP instead of HTTPS
• Page will show up as not secureAs a side note, in order to not flood the project with reports testing this bug, I'd ask to limit the reproduction of this bug as little as possible.
This is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Test:
HOW TO REPRODUCE:
• Create a bug report containing an i.imgur.com link. make sure it uses HTTP instead of HTTPS
• Page will show up as not secureAs a
sidenote, in order to not flood the project with reports testing this bug, I'd ask to limit the reproduction of this bug as little as possible.This is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Test:
HOW TO REPRODUCE:
• Create a bug report containing an i.imgur.com link. make sure it uses HTTP instead of HTTPS
• Page will show up as not secureAs an additional note, in order to not flood the project with reports testing this bug, I'd ask to limit the reproduction of this bug as little as possible.
This is a dummy report for testing https://bugs.mojang.com/browse/WEB-3002.
Test:
HOW TO REPRODUCE:
• Create a bug report containing an i.imgur.com link. make sure it uses HTTP instead of HTTPS
• Page will show up as not secureAs an additional note, in order to not flood the project with reports testing this bug, I'd ask to limit the reproduction of this bug to as little as possible.
The link located in the section called "What else can I do to help?" on the Mojira FAQ ] does not redirect to the section titled "I have more questions, where can I ask them?" as it should.
I've tested this on Chrome, Firefox, and Safari.
The link located in the section called "What else can I do to help?" on the Mojira FAQ
]does not redirect to the section titled "I have more questions, where can I ask them?" as it should.
I've tested this on Chrome, Firefox, and Safari.
The link located in the section called "What else can I do to help?" on the Mojira FAQ does not redirect to the section titled "I have more questions, where can I ask them?" as it should.
I've tested this on Chrome, Firefox, and Safari.The link located in the section called "What else can I do to help?" on the Mojira FAQ does not redirect to the section titled "I have more questions, where can I ask them?" as it should.
I've tested this on Chrome, Firefox, and Safari.
With the new addition of chains supporting floating mineshafts, mineshafts are now able to generate with both chains and pillars at the same time for the same segment of path.
With the new addition of chains supporting floating mineshafts, mineshafts are now able to generate with both chains and pillars at the same time for the same segment of path.
With the new addition of chains supporting floating mineshafts, mineshafts are now able to generate with
bothchains and pillarsat the same timefor the same segment of path.With the new addition of chains supporting floating mineshafts, mineshafts are now able to generate with a mix of chains and pillars for the same segment of path.
Please see this potential workaround posted by tkasriel
I tried to purchase Minecraft on the main website with PaySafeCard. When I want to check out I get on an empty site telling me "Invalid request". When I go back to try to buy it again it tells me that I have a pending order, after waiting for while it tells me that the order status is failed. On July 2 I checked if it works if everything was fine. I hope this gets fixed soon since it doesn't seem to be an issue just for me.
Known affected payment methods:
- Paysafecard
- Adyen
- Alipay
- Ideal
This issue is also known to affect realm payments.
Thank you tkasriel. The issue is fixed now.





















Can you give more detail about the issue? Other beds in the vicinity could be causing the problem, as the villagers might be attempting to pathfind to another bed
This should probably be marked as duplicate, I had done some research before without finding it, but just found
MC-148476I think I found the bug, and how to reproduce it (Since you said you blocked off access to the other beds, I'm supposing that you are stopping the villagers from getting to the locations of the previous beds)
When a villager does not have a bed, it will regularly check for a bed in the surrounding area. If it finds one, it will note the bed as being his. The villager will pathfind to that location at night, and only update the bed once it has arrived at the destination. This means that the villager will only look for another bed to sleep in after having gone to the previous bed's location and realized the bed's gone.
To reproduce, spawn a villager and a bed, blocking access from the villager to the bed (The villager still has to detect it, I think line of sight is required?), break the bed, place a new one to a location the villager can access. At night, the villager will not attempt to sleep in the other bed, it will attempt to pathfind to the older bed, despite it being broken.
Until this is fixed, you can allow your villagers to pathfind to the locations of the previous beds. If it is nighttime, they will go back to sleep in their new beds after having realized their old beds are gone
Hope that made sense and sorry for the long answer!
If someone wants the specifics, the location of the bed the villager is attempting to go to is stored in its NBT data of Brain:{memories:{"minecraft:home":
{pos: [I: x, y, z], dimension:"minecraft:overworld"}}} (Wait, they can pathfind to the nether? I gotta try that).
Also, I am guessing that the same bug applies to the workplace area, as it is being stored in the same place, but I could be wrong.
EDIT: Yes, the same bug is applied to work stations, see
MC-149835This is similar to
MC-149576, which shows the same bug being applied, but with beds. I believe this is caused because they will not update their Brain:{memories:{}} NBT data until they actually arrive at the job siteI dont believe this is a bug. It's because your position is not the same every time you use the slime block launcher. To fix the issue so it works 100% of the time, you need to sit in a minecart to fix your position
I don't think this is a duplicate. The game works fine (45 fps is good for my computer), the only thing affected are the chunk updates.
MC-117914talks about an FPS drop.Let me check for TPS lag
Indeed, it seems that there is HUGE TPS (No client-server interaction while the villager is being transfered) Also, this seems to work with other mobs but they go to the nether instantly.
I still think that the two bugs are different, as the issue itself talks about FPS drop
Works as intended, it is indeed their height. And no, this is not caused by the latest update. I've used this technique in 1.12 before
btw
MC-97799talks about the villagers pathfinding through carpets even though they can't pass through them. This is just saying they can't walk throughwhere are your smokers? You don't show them in your screenshots
duplicate of
MC-149835From what I understand of your problem, it works as intended
Look up "Quasi Connectivity"
That may be the same thunderstorm:
/clear only clears the weather for 300 seconds, and then sends it back to the original weather (That's what I had noticed, correct me if I'm wrong)
Works as intended: The dropper is an opaque block, and the observer clock above is therefore powering the dispenser, which in turn locks the hopper on the side. So, the hopper can only transfer items when the dropper is not powered
At this point (413 entities), I don't think the random tick speed is the problem. Unless you have at least 350 items somewhere, something is wrong with the entity cap (Which should only be 60 for hostile mobs and much lower for passive mobs)
EDIT: Also, this is a duplicate of
MC-151337May have been caused when fixing
MC-149576(Where villagers wouldn't update their profession/bed unless they were next to it)Duplicate of
MC-151079This is your seed visualized in Amidst (Seems like there's just more villages in desert biomes, maybe WAI?):
Also, keep in mind the size of the map: This is a 10k by 10k block map to give a bigger picture
Quoting the minecraft wiki:
"*When mega spruce trees grow, they will convert any grass blocks that are nearby to podzol."*
so, I'm guessing WAI (Unless you mean that a circle of podzol is appearing out of thin air, which would be a bug)
What you're describing is therefore a suggestion, which I believe are to be posted on the r/MinecraftSuggestions reddit. This site is for bugs only, and this village / sunken ship generation seems WAI. If you have any suggestions on the generation of these structures, you'll have to take it to reddit.
Cannot reproduce. If cheats are on (If not, can you turn them on by opening to LAN --> cheats on), could you please run this command near your wolves: /data get @e[type=wolf,sort=nearest,limit=1] and paste the result here?
To clarify:
Starting in 1.14 snapshots (I don't remember which one), Mojang announced that multiple protection enchantments could be placed on the same piece of armor. However, as you said, 1.14 pre-2 declared that this feature had been removed.
MC-141961was marked as WAI before 1.14 pre-2 came out. This is simply mojang changing their mind about this feature.Are you exiting the village?
Duplicate of
MC-101247This is WAI, and caused by hit delay. To cite the minecraft wiki:
Immediately after hitting the target, there is a 0.5 second cooldown period during which the target will be immune to further damage. Arrows hitting the mob in this state will lose all speed and drop to the ground.
In general, a rail is placed in north-south position by default unless other rails are adjacent. Thus, one would suppose that these passageways are simply in the east-west direction, and the rails are placed in the north-south direction. I think this is WAI, unless you can demonstrate that this was not the case previously.
Anvils have a random chance of breaking, so it could be you just got really unlucky. As for Lucas Hurst, that would be a bug as anvils have to go through 2 stages of breakage before they actually break, meaning the theoretical minimum usage would be 3. Unless you can prove this is a real bug (Which would be difficult to do unless you can prove that Lucas is right), I would say this is WAI.
No projectile, whether it is shot from a crossbow, bow or just snowballs, can hit a shulker when it is closed. This is WAI. If you believe this should be in the game, head over to r/MinecraftSuggestions (I think? look it up).
This seems to happen when the villager is in lazy chunks or unloaded chunks (from my experience). As for Gavin Tolar, villagers will not lose their job once you've traded with them.
Be clear what you mean with next to each other:
In the same item frame? No, you can only place one thing in an item frame, it's been like that since the start.
In different item frames, next to each other? Yes, this would be a bug. If you can't get this to work, attach a screenshot.
Confirmed for 1.14.2 as well.
Duplicate of
MC-138550, This is caused by high latencyWAI, this is a way to delay fall damage
Invalid, this bug tracker is for vanilla clients only. If you want help for mods, ask the creator of the mod, as we can't do anything for you here.
Duplicate of
MC-138550FYI, this is only reproduceable in creative, as enchantments / anvil merging becomes impossible after the cost goes above 34 levels
Duplicate of
MC-154201I confirm that bubble drops are very laggy as well
I have also confirmed it affects 1.14.4
Duplicate of MC-82055, sorry
confirmed for 20w10a (although since it is already confirmed for 20w11a this might not help)
duplicate of
MCPE-68978duplicate of
MCPE-68978duplicate of
MCPE-68978duplicate of
MCPE-68978duplicate of
MCPE-68978Seems to only affect gold ore, iron ore (and maybe others) are unaffected
This is WAI: debris will spawn at any Y-level, but will spawn more frequently at lower Y-levels, maxing out at y=15
Duplicate of
MCPE-67169Duplicate of
MCPE-68978Duplicate of
WEB-2099; codes are out again, and mojang is trying to replenish themDuplicate of
MCPE-69154It seems like the new Android update is one cause of this issue; unsure of any fixes available currently, apart from avoiding to update to Android 10.
This feature works as intended.
What's happening is that since you've cured your villagers, they started with a major_positive **bonus, meaning their prices were discounted. However, this wears off over time, and the discounts start wearing off.
Affects 20w21a
I've managed to reproduce the bug, and here's what I can tell:
This bug is related to how endermen react to falling down a block. If the shore is level next to the water, the enderman will not fall in. This only seems to affect endermen moving diagonally, and not in the cardinal directions.
To reproduce effectively, you can use the following setup (Gold blocks are where the player stands, diamond is where the enderman should spawn).
Cannot reproduce after testing in 20w21a
Duplicate of
MC-101579Cannot reproduce, but others seem to have the same issue. Could you provide a seed so we can test?
Confirmed for 20w21a
Cannot reproduce in 20w21a; drowned stomp turtle eggs like normal
Can confirm for basalt deltas in the nether for 20w21a (Other biomes weren't doing this for some reason). To replicate this, accelerate to max speed in spectator.
Cannot reproduce. While the laser still inflicts damage, the damage is reduced greatly (1/2 heart compared to 3 hearts). That in itself might be a bug, but is different than that which is reported here.
It is indeed slightly off-centered: I counted 207 vs 211 pixels... This does seem rather petty though
Confirmed for 20w21a
Can confirm, and doesn't seem WAI
Cannot reproduce in 20w21a.
Confirmed for 20w21a. What's more, it seems like the player cannot sneak on shulkers (visually and speedwise), but cannot fall off the shulkers either while holding shift.
Could not reproduce setup 2, and setup 1 seems WAI. Withers will break all non-bedrock blocks around them when taking damage.
From the minecraft wiki:
Seems like WAI
Testing amounted to endermen making up about 0.5% of mobs spawned. While this is low, it's not so low as to call it a bug for me.
Can confirm. Four eggs hatched on sand without a single red sand egg cracking. What's more, no particles appear when placing eggs on red sand.
Duplicate of
MCD-3642. Please don't make duplicate reports.Duplicate of
MCD-3642. Please don't make duplicate reports.After testing in 1.16.1, I can confirm it's still an issue. I've updated the ticket accordingly.
It's an accounts issue. See the comments on
REALMS-2945,REALMS-3618andREALMS-2579It seems like your adblocker is preventing login...
Is this still an issue?
What usernames have you tried changing to? Be aware that some usernames have been blocked by mojang.
Can't reproduce: https://www.microsoft.com/en-us/p/minecraft-for-windows-10-starter-collection/9n4km90ctzt6?=&rtc=2&activetab=pivot:overviewtab shows the price as $29.99 for starter edition and $49.99 for master's edition
Tech support issue
Both are a duplicate of
WEB-105521/Jul/20: US, page defaults to /es-es
To clarify why it's not working for some, and how you can purchase minecraft with paysafecard (among others), there is currently an issue with the minecraft "buy" button not functioning. To get around this, use the platform buttons (see attached screenshot) which should allow you to buy minecraft. If you are still experiencing this issue with paysafecard or another payment option, you can comment it below. For the time being, the issue appears to be fixed.
Read the message carefully. This affects windows 10 users with old computers as well. (Requires DirectX 11+ compatible GPU)
An odd workaround to this issue: If you set the language to english, and then press the back button (or go to https://www.minecraft.net/en-us/marketplace and edit the URL to be /de-de/), the FAQ button works.
[~kevanvaut@gmail.com] that sounds like MC-145948
What do you mean by "reset password doesn't work? Are you not getting reset password emails, or do you get them but it doesn't change anything?
affects all non-english languages
Technical support
dupe of
REALMS-2159dupe of
REALMS-2159Not a bug with realms, realms don't provide you with a dinosaur land map when you create one as far as I know
dupe of
REALMS-2228dupe of
REALMS-2146dupe of
REALMS-2228dupe of
REALMS-4920Sounds like a feature suggestion
Seems to be fixed now. Error says "You can't enter a password you've used before. Sorry!"
This isn't a bug with mojang web services
bug is now being tracked at
WEB-1254dupe of
WEB-1291dupe of
WEB-1254dupe of
WEB-1254dupe of
WEB-1253, which may be fixedJan Kinne This is a different issue. See REALMS-4516
Can't reproduce
dupe of
WEB-1087possible dupe of
WEB-1087duplicate of
WEB-1612customer support, see this comment
Does
WEB-2571describe your issue?Dupe of
WEB-2855Duplicate of
WEB-2781Caused by links missing the "href" attribute.
<a data-bi-id="n1c1c1c1c1c1c1m2r3a3">MC-105248</a>should be:
<a href="https://bugs.mojang.com/browse/MC-105248" data-bi-id="n1c1c1c1c1c1c1m2r3a3">MC-105248</a>Contact support
Rather than using a third-party program to change it for you, you can change your name to be something else, wait the 30 day period, and change it back with different capitalization (For example, I might want to change my name to be tkasriel --> HIThisIsCoolName --> Tkasriel)
Issue for community support
Appears to only affect simplified chinese on mobile (/zh-hans/).
duplicate of
WEB-1387This is invalid; twitch launcher is modified. Create a new bug if you can reproduce this with vanilla launcher.
invalid; older versions are not tracked
Makes me think something is blocking DNS lookup on your end to the launcher, I'd say TS
Possible corruption, TS
I proposed this because I've never seen anyone have such an issue, which leads me to believe it's not a problem on mojang's end. It could be a valid issue, but caused by something else, like ISP?
duplicate of
WEB-2303From what I've seen in testing, it doesn't affect computers
Possible duplicate of
WEB-2571? Does https://minecraft.net/en-us work for you?TS
Contact customer support
Does this occur with the add-on "Alien Invasion", "Castle Siege", or both?
Contact community support
while I am unable to reproduce the doubling music, music does stop after a certain time. What do you mean by "placing gold blocks"?
One mod once gave me quite a good argument for this: If you translate one bug report, then you'll need to translate all of them. Once people see that they can report in any language they want, most of volunteers' / developers' time will be spent having to translate bug reports, and not fixing them. It's simply too much work to translate bug reports. Doesn't mean they won't try to be understanding of language barriers
Issue seems to be caused by one of three things (from what I've seen):
1. DNS issues. Some servers appear to be down, switch DNS to 1.1.1.1 (cloudflare) or 8.8.8.8 (google) to fix (see https://1.1.1.1/dns for instructions)
2. Incompatible software. See https://minecraftirc.net/support-articles/known-incompatible-software/ for a list of possible software or contact community support (already linked above)
3. Slow internet. You do need a stable internet connection to download minecraft files and to subsequently update the game / launcher. This error can appear when on an unstable / slow internet connection.
I am unable to reproduce the issue perfectly. Could someone experiencing this issue upload the file at ~/Library/Application Support/minecraft/nativeUpdaterLog.txt and attach it to the issue?
See
MCL-14369See
MCL-14369Duplicate of
MCL-14369This looks like an issue with the game, not the launcher
You most likely moved your .minecraft folder out of where it was supposed to be placed. It contains a file that remembers your login (which is why you needed to sign in again) and your worlds (which is why they were all gone)
Duplicate of
MCL-14369This is MCPE, not WEB
Hello TypicalPlayz,
Could you try deleting the file at %appdata%\.minecraft\launcher_skins.json ? The launcher appears to have some trouble reading it, which could be because of the file being corrupted.
Please write your report in english only.
Sorry, but only unmodified versions of the game are allowed to be reported here.
Possible duplicate of
MCL-12240Could someone experiencing this issue upload the file at ~/Library/Application Support/minecraft/nativeUpdaterLog.txt and attach it to the issue?
Duplicate of
WEB-2871Finally I confirmed it
This is caused by
MC-1and MCAPI dashboard loading imgur links through HTTP instead of HTTPS. SeeWEB-3064Hello Emily Corallo,
If you are having issues with the explanation, you can use the instructions at https://1.1.1.1/dns/ to change your DNS servers. Alternatively, visit community support (The link is linked in the mod notice) for further help.
Hello,
I've looked through your chat logs on community support, and I've noticed that there are still a plethora of fixes that we could try. Notably, have you fixed the modified hosts file? A helper provided you with the fix, but I am unsure if you were able to follow through with it.
I'll copy what I usually send, see if this fixes your issue:
Alt account generators are illegal programs that are known to cause issues with logging in and connection to mojang servers. If you have used theAltening, please tell me, as it requires additional steps. To fix such issues, first remove the alt generator (a file located in your downloads folder).
You'll then need to fix your hosts file:
Press the Windows key + R key at the same time and type powershell -command "Start-Process notepad "$env:windir\system32\drivers\etc\hosts" -Verb runas in the window that opens. Answer Yes/OK when a UAC window pops up
You'll now be faced with a file named "hosts". Find all lines containing "mojang", and delete the entire lines
Ex:
Save the file, and try logging in.
If this works, change your password, and please don't use such programs again.
See
MCL-14369I'm not talking about the iOS and Android buttons, but the "Download for:" text itself. Hovering over it, you'll see it highlights as a link, and it's marked as a link in the HTML of the page.
See
MCL-14369Hello!
I'm unable to reproduce, what browser are you using?
Actually, may be caused by
WEB-3046See
REALMS-5600See
REALMS-5600See
REALMS-5600See
REALMS-5600Hello!
This issues is being tracked at
REALMS-5600Actually, may be wrong, as I'm not sure if that issue includes bedrock realms as well.
Hello!
Unfortunately, this isn't a launcher issue:
If this is for java edition, the issue is being tracked at
REALMS-5600.If this is for bedrock edition, this issue pertains to the REALMS project.
I can confirm
can reproduce in 1.16.3
can reproduce
I can reproduce in 1.16.3: It only occurs when the player (as explained by Marcono1234) shoots the horse themself, and then mounts.
However, this wouldn't be the same bug report as
MC-96409as while the horse doesn't take knockback from the arrow, it does take damage.I'm requesting this to be reopened. Issues with paysafecard have been popping up again, and payments aren't going through.
As per this comment, the issue has been fixed. Is it still an issue?
nvm, I misunderstood the comment
Hello!
This sounds like a bedrock edition issue (https://bugs.mojang.com/projects/MCPE), not a web service issue.
I was trying to recreate the issue (and I can), and I've found that the custom name is being displayed over the entities' hitbox (press F3+B).
Because of this, it looks like this may be caused by MC-174356.
Would it make sense to mark this as a duplicate report, or at least have it relate to?
The seed is 3496074968971464976 for anyone trying to reproduce
Hi!
I've been trying to reproduce the issue, but can't, although I am occasionally getting screen tearing.
MacBook Pro 13-inch, 2020
1.4 GHz Quad-Core Intel Core i5
16 GB 2133 MHz LPDDR3
Intel Iris Plus Graphics 645 1536 MB
Could this be a device / driver issue?
I can confirm
While I can reproduce the "villager animation going haywire", it doesn't seem to be caused by the door at all, but the window next to it. Replace the door with blocks, and the issue still occurs, but remove the window and the issue no longer appears.
The issue appears to be locational (the distance required depends on the placement and direction of you and the end crystal), so this is how I was able to reproduce it.
This is caused by the weird way that redstone torch will update blocks:
Redstone torches (and dust) will update two blocks in every horizontal direction, and so will update the other redstone torch, which will reactivate the other clock. I've attached a circuit with which you can test this: flick the right lever, which will update the piston, which in turn will realize that it's powered by quasi-connectivity.
1.17 isn't out yet, and no snapshots have been made. The changes that will come with the update have simply been announced.
This looks like REALMS-474. Does that describe your issue?
Does
REALMS-1672describe your issue?From what I can understand (sorry if I misunderstood the report), the problem is that you need to right click the respawn anchor with an empty hand to actually be able to respawn at the respawn anchor. In the video, you activate it with glowstone, but don't actually claim it.
Most likely caused by a conjunction of
WEB-1584(q-factor is ignored by minecraft.net) andWEB-2571(minecraft.net returns a 404 when an incompatible language is used).Should have been fixed now!
From line 61 of launcher_log.txt:
[Info: 2020-11-07 06:26:36.8101724: EndpointAPI.cpp(131)] Error: , Code: 403
Try logging out and logging back in, to see if that fixes your issue.
Are you certain this is a java realm (I.E. not windows 10 edition)? There is a very similar issue currently affecting bedrock, which has been resolved in the latest beta.
Log out of the launcher, and make sure you're logging in with a "mojang account"
Hello Ian Worrick, have you tried the workarounds listed in the moderator notice and in the comments?
I would recommend using
project="Minecraft (Bedrock codebase)" AND description~"breeding" AND Resolution in (Unresolved, "Won't Fix", "Invalid", "Works as Intended")
instead, as Status=Open doesn't take into account reopened / resolved tickets.
Cheers!
Caused by the "télécharger" (download) button redirecting to https://minecraft.net/fr-fr/Télécharger rather than https://www.minecraft.net/fr-fr/download .
I can't see any error in your log file. It may be a good idea to contact community support?
Log out, and then log back in
When did you buy minecraft?