whidbey
Topic Author
Posts: 49
Joined: 26 May 2019, 07:16

is this a bug? sample.integration crash when exist;

04 Jun 2019, 17:58

Exception thrown at 0x6CAE88D9 (NoesisApp.dll) in Samples.Integration.exe: 0xC0000005: Access violation reading location 0x6C71EA1C.

If there is a handler for this exception, the program may be safely continued.

////////////////////////////////////////////////////////////////////////////////////////////////////
void D3D11RenderDevice::DestroyStateObjects()
{
for (uint32_t i = 0; i < NS_COUNTOF(mRasterizerStates); i++)
{
DX_RELEASE(mRasterizerStates); // point to this line if click "continue" when crash
}

for (uint32_t i = 0; i < NS_COUNTOF(mBlendStates); i++)
{
DX_RELEASE(mBlendStates);
}
 
User avatar
jsantos
Site Admin
Posts: 3939
Joined: 20 Jan 2012, 17:18
Contact:

Re: is this a bug? sample.integration crash when exist;

04 Jun 2019, 18:02

Is this from an unmodified sample?
 
whidbey
Topic Author
Posts: 49
Joined: 26 May 2019, 07:16

Re: is this a bug? sample.integration crash when exist;

05 Jun 2019, 00:07

yes in windows2012
 
User avatar
jsantos
Site Admin
Posts: 3939
Joined: 20 Jan 2012, 17:18
Contact:

Re: is this a bug? sample.integration crash when exist;

05 Jun 2019, 00:11

Does it happen with the prebuild executable that comes with the SDK?
 
whidbey
Topic Author
Posts: 49
Joined: 26 May 2019, 07:16

Re: is this a bug? sample.integration crash when exist;

05 Jun 2019, 01:16

i am not sure .i rebuild all the sdk as i need noesisapp.lib
 
User avatar
jsantos
Site Admin
Posts: 3939
Joined: 20 Jan 2012, 17:18
Contact:

Re: is this a bug? sample.integration crash when exist;

05 Jun 2019, 01:18

could you please download the SDK again a try it? Thanks!
 
whidbey
Topic Author
Posts: 49
Joined: 26 May 2019, 07:16

Re: is this a bug? sample.integration crash when exist;

05 Jun 2019, 03:42

could you please download the SDK again a try it? Thanks!
ok i will try tonight .
 
whidbey
Topic Author
Posts: 49
Joined: 26 May 2019, 07:16

Re: is this a bug? sample.integration crash when exist;

05 Jun 2019, 14:54

could you please download the SDK again a try it? Thanks!
i dont need to download ,just unzip the sdk zipfile to another direcitory。and run
C:\Users\Administrator\Desktop\NoesisGUI-NativeSDK-2.2.2\Bin\windows_x86\Samples.Integrate..exe
crash again after exit;
C:\Users\Administrator\Desktop\NoesisGUI-NativeSDK-2.2.2\Bin\windows_x86\Samples.Integrate.GLUT.exe
crash again when run begin;

that's windows 2012.
and I download to windows 2003,every files under bin/windows_x86 can't run alart it is not a binary file for the os;
 
User avatar
jsantos
Site Admin
Posts: 3939
Joined: 20 Jan 2012, 17:18
Contact:

Re: is this a bug? sample.integration crash when exist;

05 Jun 2019, 16:40

Does it also happen with the x64 executables (in the windows_x86_64 folder)?

We haven't tried Noesis on Windows Server 2012. Could you please open a ticket about this an attach callstacks for each crash?
and I download to windows 2003,every files under bin/windows_x86 can't run alart it is not a binary file for the os;
Are you in a only 64bits version of Windows?
 
whidbey
Topic Author
Posts: 49
Joined: 26 May 2019, 07:16

Re: is this a bug? sample.integration crash when exist;

05 Jun 2019, 17:03

Does it also happen with the x64 executables (in the windows_x86_64 folder)?

We haven't tried Noesis on Windows Server 2012. Could you please open a ticket about this an attach callstacks for each crash?
and I download to windows 2003,every files under bin/windows_x86 can't run alart it is not a binary file for the os;
Are you in a only 64bits version of Windows?
yes windows 2012 64bit;

Who is online

Users browsing this forum: Semrush [Bot] and 9 guests