Giter Site home page Giter Site logo

Comments (4)

00-Evan avatar 00-Evan commented on June 3, 2024

It doesn't look like you're playing an official release of Shattered Pixel Dungeon. See how the version code at the top right says 'v2.1.4-indev'? That means someone else built the ShatteredPD source code and incorrectly set the build configuration to debug instead of release.

I'm afraid I can't really provide support for versions of the game built by other developers, as they may contain code changes that cause errors like this.

from shattered-pixel-dungeon.

darkraiN2 avatar darkraiN2 commented on June 3, 2024

Huh, that's really weird. I migrated all my apps from my old phone. I'll re-download it from the app store now and check if this issue still occurs. Thank you very much for your fast reply.

from shattered-pixel-dungeon.

darkraiN2 avatar darkraiN2 commented on June 3, 2024

I downloaded ShatteredPD directly from the Google Play Store now. Seems like it happens with the official release version too. It occurs every now and then and kinda makes it unplayable. I need to tap around on every single tile to find the staircase down to the next level for example. Also switching to landscape mode does not fix it every time.

Screenshots:
Screenshot_20230831-045748
Screenshot_20230831-045808

from shattered-pixel-dungeon.

00-Evan avatar 00-Evan commented on June 3, 2024

Okay then, so it's definitely not being caused by some modification to the game's code.

By the looks of things something is corrupting the graphics on the game's tile maps, but only up to a certain point, and then they render normally. That's quite odd, especially in the last two screenshots where there seem to be some texture mapping errors and not just missing visuals. The correct texture is being used there still, but the way it's being mapped to the tiles is completely incorrect. And then, just a couple tiles down, the exact same tile visual is being mapped correctly.

The game doesn't actually skip rendering any of the tile regions when they aren't visible, it just draws blackness on top of them. I assume that the glitched regions are ones that are not actually on your screen at all when you do things like switch device orientation. Does zooming the game's map out improve this at all? Doing that would mean that more of the map is on your screen at one time, even if it's obscured by darkness.

Unfortunately this is probably an error that's specific to your device. Graphics corruptions like this usually mean that something is interfering with the game's ability to render its graphics, usually a hardware defect or some extra piece of software that's interfering with things. The S22 ultra is a reasonably popular device (snapdragon and exynos versions), and I have received no other reports of issues like this.

from shattered-pixel-dungeon.

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.