Re: [AD] All D3D shader examples crash in EndPass |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Edgar Reynaldo" <edgarreynaldo@xxxxxxxxxx>
- Subject: Re: [AD] All D3D shader examples crash in EndPass
- From: trent@xxxxxxxxxx
- Date: Thu, 1 Dec 2016 21:59:25 -0500
- Cc: Allegro Developers <allegro-developers@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=nooskewl.ca; s=google; t=1480647565; bh=MSqSFbexLQDHDDs00HChBp9Y0vhC0kURDzxMJVj8DUI=; h=In-Reply-To:References:Date:Subject:From:To:Cc:From; b=a5l9XNnLhG7ZXHg9FYFvgktBrQi8I6xEOAqe0SFsyI3eGOaE6cdpEVqILyE9GzMHk Ls59aDGK9HX2Eu1WIGhzk+1lYfw/cMwotdWLIsRokvS2YmJelEYtH2S6ms+GTX0st5 83TyXdCRr70PmMv/Mnv86LzIyIlVk68BA/dHOzP4=
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=nooskewl.ca; s=google; t=1480647565; bh=MSqSFbexLQDHDDs00HChBp9Y0vhC0kURDzxMJVj8DUI=; h=In-Reply-To:References:Date:Subject:From:To:Cc:From; b=a5l9XNnLhG7ZXHg9FYFvgktBrQi8I6xEOAqe0SFsyI3eGOaE6cdpEVqILyE9GzMHk Ls59aDGK9HX2Eu1WIGhzk+1lYfw/cMwotdWLIsRokvS2YmJelEYtH2S6ms+GTX0st5 83TyXdCRr70PmMv/Mnv86LzIyIlVk68BA/dHOzP4=
On Thu, December 1, 2016 5:58 pm, Edgar Reynaldo wrote:
> As reported before a while ago, all of the shader example programs crash
> when using D3D and HLSL. The shaders all compile and build fine, but
> crash when attempting to draw them. Every program works fine when using
> OpenGL instead.
>
> See this old thread for details :
>
> https://www.allegro.cc/forums/thread/615570
>
> I've been trying to debug it but I don't know why they crash. The calls
> to DrawPrimtiveUP all seem to succeed and return D3D_OK but the programs
> then crash on the next line in Effect.EndPass(). See lines 2735-2746 of
> d3d_disp.cpp for details.
>
> Edgar
Have you tried it with the official binaries? I compile my own with VS and
I know that configuration works.