Git Product home page Git Product logo

Comments (7)

bslenul avatar bslenul commented on September 26, 2024 1

Yes it used to work fine, the same Ikaruga screenshot with stable RA 1.16.0 for example:

image

It doesn't work with D3D11 tho, but that's because the driver doesn't support screenshots.

from retroarch.

zoltanvb avatar zoltanvb commented on September 26, 2024

Tagging the original PR #15640 in hope of more attention - maybe this will ring a bell to someone.

from retroarch.

hizzlekizzle avatar hizzlekizzle commented on September 26, 2024

Did the translation service work with HW-rendered cores before this was merged? I was thinking it didn't, though I don't know if this is the reason why.

from retroarch.

PCdasala avatar PCdasala commented on September 26, 2024

orque fechada se não resolveu?

from retroarch.

bslenul avatar bslenul commented on September 26, 2024

orque fechada se não resolveu?

What?

@Cpod12 @xunkar any idea about the issue?

from retroarch.

xunkar avatar xunkar commented on September 26, 2024

I do actually. I will not be able to look to much into it right away but off the top of my head I remember that the frame was returned upside down by the rendered, so we had to manually invert it before sending it to the AI service. It would seem that this particular renderer configuration causes the frame to be capture in the correct position from the start, if we can detect the renderer being used we can simply ignore this step.

from retroarch.

viachaslavic avatar viachaslavic commented on September 26, 2024

@xunkar here also another case is described for GNU/Linux, when retroarch crashes when using the hw-rendered core.
I tried to debug a little and found that the crash occurs after read_viewport() call at

&& video_st->current_video->read_viewport(
This call executes successfully in the main loop, but may not have access to the viewport resource after being moved to the task context.

X Error of failed request:  BadAccess (attempt to access private resource denied)
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  26 (X_GLXMakeContextCurrent)
  Serial number of failed request:  3684
  Current serial number in output stream:  3684
 double free or corruption (!prev)
 Aborted (core dumped)

Env

  • Arch Linux
  • X11 (amdgpu)
  • RetroArch: 1.17.0 / ac69414
  • SwanStation : GPU Renderer - Hardware (OpenGL)

from retroarch.

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.