question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Your compiler is totally buggy

See original GitHub issue
  1. You added the typeKey utility function in the end of the payload so it will not run… Fix: Add it to the beginning of the payload/script (before the void setup(){...};).
  2. You don’t have support for PAGEUP/PAGEDOWN.
  3. You didn’t add #include <Keyboard.h> and/or #include <Mouse.h> at the beginning of the payload.

As it seems, you probably don’t even have a atmega32u4 board to test your script.

I’ve fixed all of the above in my repository.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
Nurrlcommented, Oct 18, 2016

Ok i’ll fix i said, don’t get angry…

1reaction
Nurrlcommented, Oct 19, 2016

a7330f6 resolved it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What are the chances of having a buggy compiler or a system ...
Buggy compiler may occur with very new languages having a version under 1.0, ... So why can't we make other languages fast by...
Read more >
How come compilers are so reliable?
So, it depends on your viewpoint: across all users, compilers are buggy. But it is very likely that someone else will have compiled...
Read more >
C++ support seems buggy in the preview version · Issue #4403
I'm using RStudio Desktop Version 1.2.1139. It looks like I cannot jump to the definition of the cpp function by Command + Click...
Read more >
Is cpp compiling in windows a mess or is it just my head?
I like cpp as a language but the compiling liking and so on seems very bumpy and unconfortable. So my concrete questions are:...
Read more >
You Got Your Web Browser in my Compiler! - Random ASCII
I have a fast SSD and 32 GB of RAM so I would expect some sluggishness but not a total meltdown. And indeed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found