protonscr

Lost Sphear no sprites / freeze in the beggining

dxvkclosed feature set
doitsujin/dxvk#406 · opened 2018-05-29 by caiot5 · updated 2018-06-01 · 7 comments · github
Ccaiot5 2018-05-29 github

The game launches with no sprites at all, I can see the backgrounds, the spells but there's no NPC, no Characters and etc.
After the intro, it hangs (with the music playing normally at the background) when the main character supposed to wake in his bed.

Software information

LOST SPHEAR
Any Setting

System information

  • GPU: GeForce GTX1050Ti
  • Driver: 396.24
  • Wine version: 3.7
  • DXVK version: 0.53-1

Apitrace file(s)

  • I could not manage to "install" APITRACE

Log files

Ddoitsujin maintainer 2018-05-29 github

The game requires Stream Output (#135), which is likely the cause of these issues. It's a common thing with Unity Engine games.

Also there seems to be a small issue with some of the vertex shaders:
warn: DxbcCompiler: Unhandled VS SV output: DxbcSystemValue::RenderTargetId

This feature requires a relatively new Vulkan extension or alternatively Vulkan 1.1, which Wine currently does not support.

Ccaiot5 2018-05-30 github

But I think vanilla wine does support stream output, am I right? https://www.winehq.org/announce/3.0
Even in wine 3.9 (without dxvk) it does not show the characters and it does not even show the backgrounds, just the menus, sounds, etc.

So are you sure is it related to stream output ?

(I didn't mean to offend you, I'm absolutely glad that you were able to write the dxvk code, it is simply the best thing that has ever happened to Linux gaming in the last few years)

Ddoitsujin maintainer 2018-05-30 github

So are you sure is it related to stream output ?

No, but it's an educated guess. If it still doesn't work after Stream Output is implmented, it'll make sense to look into this issue further, but not before since issues are to be expected. The wined3d issue could be unrelated.

Ccaiot5 2018-05-30 github

I see.
Well, I would be happy to be test it when it's ready.
Let me know (just reply this post) and I can test it again.

Thank you!

Ddoitsujin maintainer 2018-06-01 github

9ff17b03f24c7a5d0a1825214f1697e5f6e48f1e should fix the shader compilation warnings, please let me know if this changes anything.

Wine doesn't support the extension so DXVK will likely complain about it, but you could give it a shot nonetheless.

Ccaiot5 2018-06-01 github

The game doesn't freezes anymore after the main character woke on his bed but it is still missing the sprites, there is no npc and no characters overall.

Ddoitsujin maintainer 2018-06-01 github

I suspect the lack of characters is due to Stream Output. I'll close this issue since that is already tracked in #135.

Nothing extracted yet.