luckydog7 / Funkin-android

friday night funkin on android
Other
214 stars 119 forks source link

BUG! VideoPlayer.hx, WebmPlayer.SKIP_STEP_LIMIT is not static variable for GWebDev's extension-webm #1752

Open JOELwindows7 opened 3 years ago

JOELwindows7 commented 3 years ago

this issue has duplicates? Black textures - https://github.com/luckydog7/Funkin-android/issues/12 (max texture size problem) Crash - https://github.com/luckydog7/Funkin-android/issues/10 (ram problem)

Describe the bug Compilation error on VideoPlayer.hx Line 58 (WebmPlayer.SKIP_STEP_LIMIT = SKIP_STEP_LIMIT;).

To Reproduce Steps to reproduce the behavior:

  1. Clone this source code
  2. get GWebDev's extension webm by haxelib git extension-webm https://github.com/GrowtopiaFli/extension-webm
  3. rebuild the android library of that with lime rebuild extension-webm android
  4. that's it, go this directory of where you cloned this repo cd ~/whateverFolder/Funkin-android e.g.
  5. lime test android and wait
  6. see error

Expected behavior Compilation works and app runs.

Screenshots If applicable, add screenshots to help explain your problem.

damn, lost the terminal as I've already worked around it.

Additional context Possible Solutions:

Workaround, either:

JOELwindows7 commented 3 years ago

wait. I can just

webm = new WebmPlayer();
webm.SKIP_STEP_LIMIT = SKIP_STEP_LIMIT;

stuff like that.

KlavierGayming commented 3 years ago

R e a d t h e f u c k i n g b u i l d i n s t r u c t i o n s

JOELwindows7 commented 3 years ago

R e a d t h e f u c k i n g b u i l d i n s t r u c t i o n s

i

did

well before the suggestion to use new instruction.