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

Issues launching new game from menu / vkDebug issue #29

Open
helpycoptor opened this issue Jan 29, 2019 · 4 comments
Open

Issues launching new game from menu / vkDebug issue #29

helpycoptor opened this issue Jan 29, 2019 · 4 comments

Comments

@helpycoptor
Copy link

Please forgive me if these issues have already been addressed:

  1. When attempting to start a new game from the GAME menu, the game itself won't actually launch no matter which difficulty is clicked on.

  2. If I attempt to launch a new game via the console, I receive the following message:
    warning: could not load function vkDebugMarkerSetObjectNameEXT

I'm running the latest Nvidia drivers and the most recent Vulkan Runtime libraries (1.1.97.0), and my technical knowledge on this kind of issue is falling way short. Any ideas what might be going on here?

Thanks!

@Mcilie
Copy link

Mcilie commented Feb 2, 2019

just a question, how would you launch the game in the console. The .menu file doesnt work for me so running the game just puts me directly into the console.

@cschied
Copy link
Owner

cschied commented Mar 7, 2019

Are you using the demo version or the full version?

You can launch a game using the "newgame" cmd.

@zachasme
Copy link

zachasme commented Mar 12, 2019

I am encountering the same issue.

EDIT: Nevermind, see next comment.

I think it might be necessary to call extension functions through a function pointer cf. these examples.

PFN_vkDebugMarkerSetObjectNameEXT pfnDebugMarkerSetObjectNameEXT = (PFN_vkDebugMarkerSetObjectNameEXT)vkGetDeviceProcAddr(device, "vkDebugMarkerSetObjectNameEXT");

@zachasme
Copy link

zachasme commented Mar 25, 2019

Nevermind that, it was simply a warning, I managed to build it on Arch (see this PKGBUILD).

The actual error was from incorrect paths and not being able to find the necessary files.

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

4 participants