Old-LiquidBounce-Issues icon indicating copy to clipboard operation
Old-LiquidBounce-Issues copied to clipboard

[BUG] Little bug from new tab command complete

Open Teals53 opened this issue 4 years ago • 28 comments

image

Teals53 avatar Jun 13 '20 01:06 Teals53

Strange, for me it works in the latest nightly Dev-Build: image

derech1e avatar Jun 13 '20 09:06 derech1e

Let me test again

edit: bcs u r using i not ı xD

Teals53 avatar Jun 13 '20 12:06 Teals53

i try that again from latest build and its still same image

but just for inventory things other ones working good

Teals53 avatar Jun 13 '20 13:06 Teals53

working for me too

1zun4 avatar Jun 13 '20 13:06 1zun4

i try that again from latest build and its still same image

but just for inventory things other ones working good

That's wired. Especially since it also works for @kawaiinekololis.

derech1e avatar Jun 13 '20 13:06 derech1e

Let me test again

I need further informations. Can you share a video, wherein you show when this bug occurs.

derech1e avatar Jun 13 '20 14:06 derech1e

I will make one asap

Teals53 avatar Jun 13 '20 14:06 Teals53

https://youtu.be/MYxejMVI2vo

@derech1e

Teals53 avatar Jun 13 '20 15:06 Teals53

https://youtu.be/MYxejMVI2vo

@derech1e

It is really hard to reproduce your issue. I have fixed some other bugs i found and partially recoded the render check.

Download my Dev-Build here: https://easyupload.io/uacrf9 and test it again.

@Teals53

derech1e avatar Jun 13 '20 17:06 derech1e

https://youtu.be/MYxejMVI2vo @derech1e

It is really hard to reproduce your issue. I have fixed some other bugs i found and partially recoded the render check.

Download my Dev-Build here: https://easyupload.io/uacrf9 and test it again.

@Teals53

this build have same problem too

Teals53 avatar Jun 13 '20 17:06 Teals53

https://youtu.be/MYxejMVI2vo @derech1e

It is really hard to reproduce your issue. I have fixed some other bugs i found and partially recoded the render check. Download my Dev-Build here: https://easyupload.io/uacrf9 and test it again. @Teals53

this build have same problem too

Okay I have no idea, where this bug come from. Can you maybe send me your LiquidBounce-1.8 config folder and your latest client log from LB? @Teals53

derech1e avatar Jun 13 '20 19:06 derech1e

https://youtu.be/MYxejMVI2vo @derech1e

It is really hard to reproduce your issue. I have fixed some other bugs i found and partially recoded the render check. Download my Dev-Build here: https://easyupload.io/uacrf9 and test it again. @Teals53

this build have same problem too

Okay I have no idea, where this bug come from. Can you maybe send me your LiquidBounce-1.8 config folder and your latest client log from LB? @Teals53

its doesnt matter its still happening in resetted folder also where can i find log

Teals53 avatar Jun 14 '20 20:06 Teals53

also i find different bug

image

Teals53 avatar Jun 14 '20 21:06 Teals53

also i found different bug too why latest page commands not listed for this first letter

image

Teals53 avatar Jun 14 '20 21:06 Teals53

also i find different bug

image also i found different bug too why latest page commands not listed for this first letter

image

I cant reproduce any of your bugs. Idk, for me everthing works fine: https://streamable.com/f99jpj @Teals53

derech1e avatar Jun 15 '20 15:06 derech1e

well i delete my .minecraft and try again with latest build but still same i dont understand why i happen this bugs and u cant reporouduce those things do you have a discord ?

Teals53 avatar Jun 15 '20 19:06 Teals53

well i delete my .minecraft and try again with latest build but still same i dont understand why i happen this bugs and u cant reporouduce those things do you have a discord ?

Yeah, i have Discord.

derech1e avatar Jun 16 '20 14:06 derech1e

Teals53#1508

Teals53 avatar Jun 16 '20 15:06 Teals53

Teals53#1508

I added you

derech1e avatar Jun 17 '20 13:06 derech1e

Teals53#1508

I added you

send me a pm dude i forgot

Teals53 avatar Jun 17 '20 17:06 Teals53

its causing of optifine

Teals53 avatar Aug 24 '20 23:08 Teals53

so when im use lb with optifine this bugs is happening but when im use lb without optifine its working good

Teals53 avatar Aug 24 '20 23:08 Teals53

@derech1e

Teals53 avatar Aug 24 '20 23:08 Teals53

I'll wait until the first stable cross-version is released, before I continuing to look at the bug. If it's really an Optifine problem, I think it will be maybe difficult to fix it. @Teals53

derech1e avatar Aug 25 '20 17:08 derech1e

okk ^^

Teals53 avatar Aug 25 '20 17:08 Teals53

image maybe its causing of ı if i start with i no problem

Teals53 avatar Aug 29 '20 23:08 Teals53

So, I found the issue that causes this wired shifting. The problem is located in the optifine Fontrenderer class.

Look: The renderChar method returns the char width as a float: renderChar_opt

This float is then added (to put it simple) to the X pos of the cursor: renderChar_renderStringAtPos_opt

But when the tabcomplete draws the examples, you can only get the width of the String as an int: getStringWidth

so there are this small decimal numbers that make this thing worse. Basically it only needs to be cast to an int. But as the Fontrenderer from optifine dont uses the same methods... int_cast

I will be fix it, but at the moment I have not that much time. And the other thing is, what is that letter "ı". I can't even type it on my keyboard. What Language is that? Is that an "i" or idk, it doesn't even have a point above the line. @Teals53

derech1e avatar Aug 30 '20 09:08 derech1e

turkish letters like ı ö ü ç ş U can write I so its just capital ı

Teals53 avatar Aug 30 '20 11:08 Teals53