Git Product home page Git Product logo

Comments (8)

SachinVin avatar SachinVin commented on August 17, 2024

@ToppestOfDogs can you give me logs... they're in {internal storage}/citra-emu/logs

from citra_android.

Tobias0zigg avatar Tobias0zigg commented on August 17, 2024

Mr.SachinVin,
Can you please make this app for ARM processor too.i mean also for exynos CPU processors.

from citra_android.

XIONGCHUMMO avatar XIONGCHUMMO commented on August 17, 2024

My program can choose the ROM folder, but I can't open the file.Once opened, there is no response, can only be forced to close.What should I do about it?

from citra_android.

SachinVin avatar SachinVin commented on August 17, 2024

Hey @ToppestOfDogs ,
Can you try the new release and report back ?

from citra_android.

OKAMI378 avatar OKAMI378 commented on August 17, 2024

Hey @ToppestOfDogs ,
Can you try the new release and report back ?

hi, citra craches in any verson after i select a folder with a rom inside.

from citra_android.

NotAPlayer avatar NotAPlayer commented on August 17, 2024

I downloaded the new Version citra 0.5.1 on my android and I downloaded the Pokemon Ultra sun in settings everytime I check the "rendered" and play the rom it crash then when I uncheck it it wont but only black screen I do all the settings to low but nothing solve my problem it kicks me out of the appppp!!!!

from citra_android.

NotAPlayer avatar NotAPlayer commented on August 17, 2024

[ 0.018056] Frontend citra_android/jni/emu_window/emu_window.cpp:EmuWindow_Android:52: InitDisplay
[ 0.018088] Frontend citra_android/jni/ndk_helper/GLContext.cpp:Init:78: GLContext Init()
[ 0.037349] Core core/core.cpp:Init:162: CPU JIT requested, but Dynarmic not available
[ 0.038193] Audio audio_core/sink_details.cpp:GetSinkDetails:39: AudioCore::SelectSink given invalid sink_id
[ 0.065639] Render.OpenGL video_core/renderer_opengl/renderer_opengl.cpp:Init:544: GL_VERSION: OpenGL ES 3.1 v1.r7p0-02rel0.4ea33e6671ff828e33c99c982634cd65
[ 0.065683] Render.OpenGL video_core/renderer_opengl/renderer_opengl.cpp:Init:545: GL_VENDOR: ARM
[ 0.065690] Render.OpenGL video_core/renderer_opengl/renderer_opengl.cpp:Init:546: GL_RENDERER: Mali-T720
[ 0.068924] Render.OpenGL video_core/renderer_opengl/gl_shader_util.cpp:LoadShader:47: Error compiling fragment shader:
0:4: P0003: Warning: Extension 'GL_ANDROID_extension_pack_es31a' not supported
0:14: L0003: Keyword 'samplerBuffer' is reserved

[ 0.068982] Render.OpenGL video_core/renderer_opengl/gl_shader_util.cpp:LoadShader:48: Shader source code:
#version 310 es

#ifdef GL_ES
#extension GL_ANDROID_extension_pack_es31a : enable
#ifdef GL_FRAGMENT_PRECISION_HIGH
precision highp float;
precision highp samplerBuffer;
#else
precision mediump float;
precision mediump samplerBuffer;
#endif // GL_FRAGMENT_PRECISION_HIGH
#endif // GL_ES

uniform samplerBuffer tbo;
uniform vec2 tbo_size;
uniform vec4 viewport;

out vec4 color;

void main() {
vec2 tbo_coord = (gl_FragCoord.xy - viewport.xy) * tbo_size / viewport.zw;
int tbo_offset = int(tbo_coord.y) * int(tbo_size.x) + int(tbo_coord.x);
color = texelFetch(tbo, tbo_offset).rabg;
}

[ 0.069036] Render.OpenGL video_core/renderer_opengl/gl_shader_util.cpp:LoadProgram:84: Error linking shader:
Link failed because of invalid fragment shader.
[ 0.069043] Debug video_core/renderer_opengl/gl_shader_util.cpp:operator():88: Assertion Failed!
Shader not linked

from citra_android.

NotAPlayer avatar NotAPlayer commented on August 17, 2024

That's my log

from citra_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.