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

Crash when using area lights #2823

Open
MoritzBrueckner opened this issue Mar 11, 2023 · 2 comments
Open

Crash when using area lights #2823

MoritzBrueckner opened this issue Mar 11, 2023 · 2 comments
Labels
bug This issue describes a bug

Comments

@MoritzBrueckner
Copy link
Collaborator

Splitting off this issue from #2817:

Area lights just crashes the engine as soon as started.

@rpaladin confirmed the issue on Discord (Win11, Nvidia GPU with old drivers). I personally cannot reproduce the issue on Windows 10 with a GeForce GTX 750 Ti, tested with driver versions 527.56 and 531.18 (most recent version available to me). RPaladin also sent me a crash dump, which looks like the crash happens within the graphics driver:

Unhandled exception at 0x00007FFCFD1A7109 (nvwgf2umx.dll) in kinc.dmp: 0xC0000005: Access violation reading location 0x0000000000000024.

Note nvwgf2umx.dll, which appears to be part of the Nvidia drivers. Unfortunately there is no proper call stack and the crash happened in some unnamed thread (2824):
grafik
Main thread:
grafik
Thread 11112 actually shows some Krom code, but it's unfortunately the opposite of insightful:
grafik

crash_info.zip
Folder contents:

  • kinc.dmp: crash dump
  • Armory.exe: custom Krom binary for which I happen to have debug symbols for which the crash dump was generated as well
  • Armory.pdb: debug symbols

I'm not sure whether this is purely a driver issue that fixes itself with driver updates, or whether it's actually an issue with some of the Armory/Kha/Kinc graphics code.

@rpaladin @e2002e Could you please share some system information such as driver versions and check (if possible) whether newer drivers fix the issue for you?

@MoritzBrueckner MoritzBrueckner added the bug This issue describes a bug label Mar 11, 2023
@rpaladin
Copy link
Contributor

Graphics Card: NVIDIA GeForce RTX 3050 Ti Laptop GPU
Driver Date: 5/11/2021
Driver Version: 27.21.14.6262

@e2002e
Copy link
Contributor

e2002e commented Mar 11, 2023 via email

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

No branches or pull requests

3 participants