Git Product home page Git Product logo

Comments (11)

slime73 avatar slime73 commented on September 15, 2024

Original comment by Martin Felis (Bitbucket: MartinFelis, GitHub: MartinFelis).


Can you post the log output? You need to install the Android SDK and use adb to obtain it.

from love-android.

slime73 avatar slime73 commented on September 15, 2024

Original comment by Martin Felis (Bitbucket: MartinFelis, GitHub: MartinFelis).


Is the problem still persistent with beta1? You can get it from https://bitbucket.org/MartinFelis/love-android-sdl2/downloads

Any feedback would be appreciated.

from love-android.

slime73 avatar slime73 commented on September 15, 2024

Original comment by Pebsie (Bitbucket: Pebsie, GitHub: Pebsie).


Sorry, I meant to reply to this. I'll get right on to seeing if I can get that log output. Yeah, the issue is still there in beta1.

from love-android.

slime73 avatar slime73 commented on September 15, 2024

Original comment by Pebsie (Bitbucket: Pebsie, GitHub: Pebsie).


Hm... it seems as if Google have purposefully made it difficult to gtet logoutput on KitKat. I can't seem to find any information on how to do it :s

from love-android.

slime73 avatar slime73 commented on September 15, 2024

Original comment by Martin Felis (Bitbucket: MartinFelis, GitHub: MartinFelis).


Just added a page on the wiki: https://bitbucket.org/MartinFelis/love-android-sdl2/wiki/How_to_get_output_of_Logcat.

Hope it helps!

from love-android.

slime73 avatar slime73 commented on September 15, 2024

Original comment by Martin Felis (Bitbucket: MartinFelis, GitHub: MartinFelis).


Were you able to get some log output?
Have you tried uninstalling the app and just running a fresh install of the default beta1 apk?

I really would like to get this fixed but I do not have a Moto G :(

from love-android.

slime73 avatar slime73 commented on September 15, 2024

Original comment by Martin Felis (Bitbucket: MartinFelis, GitHub: MartinFelis).


Is it still crashing? Any chance to get updates on this issue?

from love-android.

slime73 avatar slime73 commented on September 15, 2024

Original comment by Martin Felis (Bitbucket: MartinFelis, GitHub: MartinFelis).


Did not get any feedback.

from love-android.

slime73 avatar slime73 commented on September 15, 2024

Original comment by Martin Felis (Bitbucket: MartinFelis, GitHub: MartinFelis).


headchant confirmed this bug and helped fixing it.

Seems like the Moto G (and possibly other phones) are strict with some GLES SL specifications. In src/scripts/graphics.lua there are two places where the first line is specified for the actual GLSL code: https://bitbucket.org/MartinFelis/love-android-sdl2/src/684adff8267cb3f97c51a6acea18fb1f6ecd4471/jni/love/src/scripts/graphics.lua?at=master#cl-1428 and https://bitbucket.org/MartinFelis/love-android-sdl2/src/684adff8267cb3f97c51a6acea18fb1f6ecd4471/jni/love/src/scripts/graphics.lua?at=master#cl-1439.

Unfortunately "#line 0" is not accepted by the Moto G. Using "#line 1" instead fixes it and makes LÖVE run on the Moto G.

from love-android.

slime73 avatar slime73 commented on September 15, 2024

Original comment by Martin Felis (Bitbucket: MartinFelis, GitHub: MartinFelis).


Fixed as of c40250e

from love-android.

slime73 avatar slime73 commented on September 15, 2024

Original comment by Martin Felis (Bitbucket: MartinFelis, GitHub: MartinFelis).


newly generated graphics.lua.h (should actually fix #31)

from love-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.