doitsujin / dxvk

Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
zlib License
13.13k stars 844 forks source link

Romansing Saga2 Revenge of the seven(Trial) Game data cannot save. #4311

Closed sakura-alice closed 3 weeks ago

sakura-alice commented 3 weeks ago

Software information

Romansing Saga2 Revenge of the Seven(Trial) https://store.steampowered.com/app/2455640/_2/

Game data cannot save.

Blisto91 commented 3 weeks ago

Hi there. Please fill out the issue template. What do you mean by game data cannot save?

Blisto91 commented 3 weeks ago

I just played through the demo but didn't encounter any issues.

sakura-alice commented 3 weeks ago

Ok. sorry I maybe used DXVK wrong. It means I can't save at save points or save option settings.

1 First, I can't play Romancing Saga2 Revenge of the Seven because this error massage occurred. I couldn't start it in the normal way on Windows.

2 I heard on WEB that if I port the DLL like this, the Steam game will work on Windows. Romancing Saga2 Revenge of the Seven works, but it makes no save data.

qinlili23333 commented 3 weeks ago

If the game runs, then the save issue shouldn't be related to DXVK. DXVK does nothing about game's IO. Please ask game developer for support. And I suggest to use Process Monitor to check game's IO actions.

Some games don't like non-ASCII path and some games cannot handle ramdisks as temp folder. ProcMon can help you find out what action the game fails.

sakura-alice commented 3 weeks ago

3

Good! I see PATH NOT FOUND error.

sakura-alice commented 3 weeks ago

I found two errors, ”NAME NOT FOUND” and "PATH NOT FOUND". So I have no way to solve.

qinlili23333 commented 3 weeks ago

3

Good! I see PATH NOT FOUND error.

The game seems cannot create folder. Is your username "user"? Can you find the path manually?

qinlili23333 commented 3 weeks ago

image This is a normal condition for reference. CreateFile should return NAME NOT FOUND (which means the file doesn't exist and can be created). PATH NOT FOUND is returned when the target folder doesn't exist.

K0bin commented 3 weeks ago

DXVK has nothing to do with saving and the "Low Level Fatal Error"-Popup you saw is probably caused by your Vulkan driver missing features that DXVK requires. As Blisto said, please fill out the issue template and provide info like your GPU, your driver version, DXVK logs, etc.

To be clear I'm talking about this:

Please describe your issue as accurately as possible.

If you use Windows, please check the following page: https://github.com/doitsujin/dxvk/wiki/Windows

Software information

Name of the game, settings used etc.

System information

  • GPU:
  • Driver:
  • Wine version:
  • DXVK version:

Apitrace file(s)

  • Put a link here

For instructions on how to use apitrace, see: https://github.com/doitsujin/dxvk/wiki/Using-Apitrace

Log files

Please attach Proton or Wine logs as a text file:

  • When using Proton, set the Steam launch options for your game to PROTON_LOG=1 %command% and attach the corresponding steam-xxxxx.log file in your home directory.
  • When using regular Wine, use wine game.exe > game.log 2>&1 and attach the resulting game.log file.
sakura-alice commented 3 weeks ago

I think "Vulkan driver" word is a hint. Now I have a dark connection out problem of NVIDIA driver. NVIDIA new 561.09 driver kills my monitor. So I can't use it. I use 536.23 driver now. I use GeForce GTX 1650. I paid 200 dollars. I wrote this word, audience said "Your GPU is cheap and garbage. Pay 2000 dollars and buy new Gaming BTO PC" in our country.

qinlili23333 commented 3 weeks ago

I think "Vulkan driver" word is a hint. Now I have a dark connection out problem of NVIDIA driver. NVIDIA new 561.09 driver kills my monitor. So I can't use it. I use 536.23 driver now. I use GeForce GTX 1650. I paid 200 dollars. I wrote this word, audience said "Your GPU is cheap and garbage. Pay 2000 dollars and buy new Gaming BTO PC" in our country.

536.23 is too old. Try 560.81 if 561.09 cannot use.

sakura-alice commented 3 weeks ago

I found 555.85 is useable. I installed. But same error massage occurred when I started the game in the normal way.

K0bin commented 3 weeks ago

Please upload DXVK logs. Otherwise we cannot do anything for you.

sakura-alice commented 3 weeks ago

Romancing SaGa 2 RotS Demo-Win64_d3d11.log Romancing SaGa 2 RotS Demo-Win64_dxgi.log

d3d11.log and dxgi.log

sakura-alice commented 3 weeks ago

I solved problems. This app blocked by windows defender. Thanks for everyone.