BramTeurlings / 3DGameBridge

Wrapper Project for easy implementation of function in any 3D Game Bridge project
GNU General Public License v3.0
2 stars 1 forks source link

[GB-212] Changing the in-game resolution causes problems with the weaver [DirectX9] #39

Closed BramTeurlings closed 7 months ago

BramTeurlings commented 7 months ago

When inside a DirectX9 program (32 bit or 64 bit), when you change the resolution of the game and enable the weaver. The weaver will either not work or simply crash the game. Usually the latter.

This likely has to do with the way we manage resources inside the addon.

Games to reproduce the problem:


Originally reported by , imported from: Changing the in-game resolution causes problems with the weaver [DirectX9]
  • assignee:
  • status: Closed
  • priority: Medium
  • resolution: Fixed
  • resolved: 2024-02-09T02:36:25-08:00
  • imported: 2024-04-04
BramTeurlings commented 7 months ago

Subtask of parent task GB-190

BramTeurlings commented 7 months ago

712020:c26664a4-c3de-4473-a0b4-5a76804d5628:

Fixed the issue in MR: https://github.com/JoeyAnthony/3DGameBridgeProjects/pull/18

BramTeurlings commented 7 months ago

712020:c26664a4-c3de-4473-a0b4-5a76804d5628:

Tested in Tales of Symphonia. Please have a look yourself to confirm the fix.

BramTeurlings commented 7 months ago

712020:f91dd24e-5296-4a9d-90d9-b287c639e252:

Does not work for Brutal legend, will make a new ticket for resizing

BramTeurlings commented 7 months ago

712020:f91dd24e-5296-4a9d-90d9-b287c639e252:

Works in Tales of Symphonia, but not in Brutal Legend. This likely will still crash in more games

BramTeurlings commented 7 months ago

712020:f91dd24e-5296-4a9d-90d9-b287c639e252:

Tested

BramTeurlings commented 6 months ago

[Epic: srReshade addon]