praydog / REFramework

Scripting platform, modding framework and VR support for all RE Engine games
https://cursey.github.io/reframework-book/
MIT License
2.69k stars 338 forks source link

REFramework not working on MHRise under Game Porting Toolkit on Mac #910

Open patrick330602 opened 9 months ago

patrick330602 commented 9 months ago

Describe the bug

I installed Monster Hunter Rise using Game Porting Toolkit on Mac, and try to setup REFramework for Monster Hunter Rise but it seems to fail to start.

Upload logs and any crash dumps

re2_framework_log.txt

Identify the REFramework version

v1.5.1

To Reproduce Steps to reproduce the behavior:

  1. place the file in the Monster Hunter Rise Folder;
  2. Open winecfg with WINEPREFIX=~/general-gaming $(brew --prefix game-porting-toolkit)/bin/wine64 winecfg and add dinput8.dll override;
  3. Start by:
    1. Via Steam (Started with arch -x86_64 gameportingtoolkit ~/general-gaming 'C:\Program Files (x86)\Steam\steam.exe' > /dev/null 2>&1 & ) directly
    2. Via Fluffy Mod Manager;
    3. Start directly.

Expected behavior

It should properly started.

Screenshots

Record a video for ref: https://youtu.be/eK7HizBDSyk

Additional context

praydog commented 9 months ago

Looks like there's some unexpected behavior from the DirectX implementation on this causing the command queue to fail to be found, as well as the first dummy swapchain creation to fail. This is inconsistent with Windows and Proton behavior. Not sure how to address this at the moment, don't have a Mac.

LeaveNhA commented 4 months ago

Any development to fix this?