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

access violation error on Windows 10 #1784

Open
FusionKD opened this issue Nov 3, 2024 · 4 comments
Open

access violation error on Windows 10 #1784

FusionKD opened this issue Nov 3, 2024 · 4 comments
Labels

Comments

@FusionKD
Copy link

FusionKD commented Nov 3, 2024

Compiled in Debug build profile. Crashes on startup when opening, here's the call stack & exception from debugger:

buggy

ArmorTools version 5acc76b
NVIDIA GeForce GTX 1660 Ti

@FusionKD FusionKD added the bug label Nov 3, 2024
@luboslenco
Copy link
Member

Thanks for report. Do you get any errors during the ..\armorcore\make --graphics direct3d11 call?

You should see:

Compiling shader 1 of 6 (g2_colored.frag.glsl).
Compiling shader 2 of 6 (g2_colored.vert.glsl).
Compiling shader 3 of 6 (g2_image.frag.glsl).
Compiling shader 4 of 6 (g2_image.vert.glsl).
Compiling shader 5 of 6 (g2_text.frag.glsl).
Compiling shader 6 of 6 (g2_text.vert.glsl).

And these files should be present at the armortools\armorpaint\build\out\data folder. Looks like they are missing?

g2_colored.frag.d3d11
g2_colored.vert.d3d11
g2_image.frag.d3d11
g2_image.vert.d3d11
g2_text.frag.d3d11
g2_text.vert.d3d11

@FusionKD
Copy link
Author

FusionKD commented Nov 5, 2024

I have the files available in the directory and no errors to compiling the shaders.

@Sotty75
Copy link

Sotty75 commented Nov 15, 2024

I have a similar error, the application crash upon start:

'kinc.dmp' (Minidump): Loaded 'C:\Windows\System32\clbcatq.dll'. Symbol loading disabled by Include/Exclude setting.
'kinc.dmp' (Minidump): Loaded 'C:\Windows\System32\amsi.dll'. Symbol loading disabled by Include/Exclude setting.
'kinc.dmp' (Minidump): Loaded 'C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.24090.11-0\MpOAV.dll'. Symbol loading disabled by Include/Exclude setting.
'kinc.dmp' (Minidump): Loaded 'C:\Windows\System32\psapi.dll'. Symbol loading disabled by Include/Exclude setting.
Unhandled exception at 0x0000000000000000 in kinc.dmp: 0xC0000005: Access violation executing location 0x0000000000000000.

The program 'kinc.dmp' has exited with code 4294967295 (0xffffffff).

@luboslenco
Copy link
Member

Can you post the call stack from Visual Studio running in debug mode? Would be handy to see if it's the same one, thanks.

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

No branches or pull requests

3 participants