Giter VIP home page Giter VIP logo

Comments (4)

JNechaevsky avatar JNechaevsky commented on June 18, 2024

Do you have full screen status bar enabled by the chance? I.e. like this:
image

Presumably, some kind of patch shadow going below screen, which is leading to screen buffer overflow. But Windows survives it somehow.

from international-doom.

JNechaevsky avatar JNechaevsky commented on June 18, 2024

A-ha, confirmed, something from full screen status bar goes out of screen bounds:

Thread 1 received signal SIGSEGV, Segmentation fault.
0x00007ff7d834aa8d in V_DrawShadowedPatch (x=270, y=192, patch=0x3e91390)
    at D:/JN/Programs/MSYS/home/Julia/international-doom/src/v_video.c:390
#0  0x00007ff7d834aa8d in V_DrawShadowedPatch (x=270, y=192, patch=0x3e91390)
    at D:/JN/Programs/MSYS/home/Julia/international-doom/src/v_video.c:390
#1  0x00007ff7d83a6a89 in DrawFullScreenStuff ()
    at D:/JN/Programs/MSYS/home/Julia/international-doom/src/heretic/sb_bar.c:1440
#2  0x00007ff7d83a4dda in SB_Drawer ()
    at D:/JN/Programs/MSYS/home/Julia/international-doom/src/heretic/sb_bar.c:836
#3  0x00007ff7d8355c01 in D_Display ()

Interestingly, it does not happen on 1x resolution.

from international-doom.

kitchen-ace avatar kitchen-ace commented on June 18, 2024

Confirmed fixed, thanks!

from international-doom.

JNechaevsky avatar JNechaevsky commented on June 18, 2024

Patch clipping issue has been fixed, but this is not over yet. I'm not happy about how Blasphemer's health vial is drawing. The problem is - status bar health vial is taking sprite offsets into account, and such offsets were polished for original Heretic. Thus, I need to draw such patch slightly different way: by not taking sprite offsets into account.

from international-doom.

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.