Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game crashes after opening the map #1

Open
ArminSeiko opened this issue Dec 28, 2016 · 3 comments
Open

Game crashes after opening the map #1

ArminSeiko opened this issue Dec 28, 2016 · 3 comments

Comments

@ArminSeiko
Copy link

ArminSeiko commented Dec 28, 2016

Agnostic Dragon v 0.2.0 rc 0

  • immediate crash when opening the map

Agnostic Dragon v 0.2.0

  • no Steam UI
  • immediate crash when opening the map

DDDA.exe ( File version 1.0.10.8756 )
SHA256: 76F44D8D1D9987107C3270F223480B3DAAC9B388790A254B2C3447C2B65F8BCC
SHA1: 8E06FEE431625FA101748609B8EF2994C3129225

@Kaldaien
Copy link
Owner

Use 0.1.1, 0.2.0 hasn't been linked to in a very long time because it's not compatible with the patched version of the game.

@ArminSeiko
Copy link
Author

I mainly wanted to use your library, for the background rendering, i am running this game as a borderless window and i'm tabbing out of it quite often so that is not really an solution for me ^^

@Kaldaien
Copy link
Owner

Kaldaien commented Dec 31, 2016

You mean to say you don't need aspect ratio correction?

The borderless and background rendering features are integrated into Special K directly now.

The latest release of that is here: https://github.com/kaldaien/SpecialK/releases/sk_gui

The global injector is easiest to use (and will put config files in %UserProfile%\Documents\My Mods\SpecialK\<game.exe>\). Installation is done using SKIM64.exe.

You can also take those .7z files and pull the SpecialK32.dll and SpecialK32.pdb file out of them and rename them to d3d9.dll and d3d9.pdb if you don't want that stuff in every game you play :)

Relevant settings for that are:

[Window.System]
Borderless=true
RenderInBackground=true

Be mindful of one thing, the background render feature is dangerous in fullscreen exclusive mode. If a game is running in fullscreen exclusive and you leave that feature enabled you will find Alt+Tab won't work. Windows will think another application is running, but the game will still be on top of everything and fixing that is difficult. The feature needs more work to prevent that situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants