1 (edited by Dune 2018-12-13 16:20:59)

Topic: Report bugs here (0.7.1)

2018-12-13: Updated for 0.7.1

Post all your bug reports here.
Only bugs should be discussed here, suggestions for the next version and design discussions go here.



Fixed 0.7.1-rc bugs:
  • Inputs get stuck (#1761)

  • Mac icon issues (#1762)

  • Broadcast appears at strange position upon entering in-game menus (#1673, fixed by #1766)

Not Luck, Just Magic.

2

Re: Report bugs here (0.7.1)

Broadcast bug:
Broadcast appears at this position upon entering in-game menus
https://i.ibb.co/VH38wdG/1.png

3

Re: Report bugs here (0.7.1)

Thanks, this was fixed by PR #1766.

Not Luck, Just Magic.

4

Re: Report bugs here (0.7.1)

On MacBook the cursor isn't working. Its only moving on the screen edge o.O

5 (edited by Dune 2018-12-03 18:40:21)

Re: Report bugs here (0.7.1)

Yahiko wrote:

On MacBook the cursor isn't working. Its only moving on the screen edge o.O

Do you use the MacBook retina / a screen with 4k display?

---

Quick note: the rc also covers translation errors/overflows/bugs. If you see any issues or missing translations, you directly can help us out at Transifex: https://www.transifex.com/teeworlds/teeworlds/
The repository was updated with new strings.

Not Luck, Just Magic.

6

Re: Report bugs here (0.7.1)

Dune wrote:
Yahiko wrote:

On MacBook the cursor isn't working. Its only moving on the screen edge o.O

Do you use the MacBook retina / a screen with 4k display?

---

Quick note: the rc also covers translation errors/overflows/bugs. If you see any issues or missing translations, you directly can help us out at Transifex: https://www.transifex.com/teeworlds/teeworlds/
The repository was updated with new strings.

Im using retina. The old version is working so it can't be me hmm

7

Re: Report bugs here (0.7.1)

Yahiko wrote:

Im using retina. The old version is working so it can't be me hmm

It sounds like the problem is caused by the HiDPI settings.
Does this fix it for you?

ChillerDragon wrote:

Right click Teeworlds -> properties -> compatibility -> high dpi
[x] override dpi scaling

Not Luck, Just Magic.

8

Re: Report bugs here (0.7.1)

Yahiko, did you run the app or build it yourself and started the executable?
What old version was working? 0.6.x or a previous 0.7 version?

Remember the 80s - good times smile

9

Re: Report bugs here (0.7.1)

Dune wrote:
Yahiko wrote:

Im using retina. The old version is working so it can't be me hmm

It sounds like the problem is caused by the HiDPI settings.
Does this fix it for you?

ChillerDragon wrote:

Right click Teeworlds -> properties -> compatibility -> high dpi
[x] override dpi scaling

I can't get in properties, my mouse isn't moving. I have to say im using the windows version with wine stable cause the mac version isn't working.

https://www.directupload.net/file/d/529 … ce_png.htm

10 (edited by Dune 2018-12-04 20:36:19)

Re: Report bugs here (0.7.1)

Yahiko wrote:

I can't get in properties, my mouse isn't moving. I have to say im using the windows version with wine stable cause the mac version isn't working.

https://www.directupload.net/file/d/529 … ce_png.htm

You have to click on the properties on the desktop, not ingame.
If the mac version isn't working, this is where you should start. I believe we got that fixed, hopefully someone can post some mac binaries here.

Edit: here are ChillerDragon's: http://149.202.127.134/tmp/teeworlds-0.7.1-osx.dmg

Not Luck, Just Magic.

11

Re: Report bugs here (0.7.1)

Dune wrote:
Yahiko wrote:

I can't get in properties, my mouse isn't moving. I have to say im using the windows version with wine stable cause the mac version isn't working.

https://www.directupload.net/file/d/529 … ce_png.htm

You have to click on the properties on the desktop, not ingame.
If the mac version isn't working, this is where you should start. I believe we got that fixed, hopefully someone can post some mac binaries here.

Edit: here are ChillerDragon's: http://149.202.127.134/tmp/teeworlds-0.7.1-osx.dmg

Thanks its working now smile

12 (edited by CarmineZ 2018-12-13 16:01:22)

Re: Report bugs here (0.7.1)

would be useful the possibility to adjust mouse sensitivity also for navigation into menus

13

Re: Report bugs here (0.7.1)

Wrong topic, not a bug.

Dune wrote:

Only bugs should be discussed here, suggestions for the next version and design discussions go here.

Not Luck, Just Magic.

14 (edited by Bolto 2019-01-12 02:06:52)

Re: Report bugs here (0.7.1)

Bug with composed key binds

Expected normal behavior of Composing key binds
Expected normal behavior

Bugged behavior when using a + command
Bug

so

bind alt+a say hi // works With all modifiers(ctrl+, shift+, alt+) to say hi when SHIFT & then A is pressed

bind alt+a +jump //  binds a to jump

I'm not sure if this is a bug & with no documentation(that i know of) i'm left guessing, but at least it's a bug in my estimation, so i posted it here anyway. i would like to understand the logic behind this one.

15

Re: Report bugs here (0.7.1)

Ah. I think that's somewhat intended: https://github.com/teeworlds/teeworlds/issues/1827 (we used to have stuck inputs)
Modifiers are forbidden for + binds, for now. Composed binds are set to be changed in 0.7.3.

Not Luck, Just Magic.