About Store Forum Documentation Contact



Post Reply 
Strange problem
Author Message
Yurci Offline
Member

Post: #1
Strange problem
Hey, i have a problem with Directx10+ release compile... i don't have much to say, because i don't know what's the problem. Here is a photo:
PIC

Windows 7 ultimate x32
Microsoft Visual studio 2008
(This post was last modified: 05-26-2010 01:42 PM by Yurci.)
05-15-2010 10:56 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Stragne problem
does the Debug DX10+ work?

this means that
ID3D11Device::CreateSamplerState - http://msdn.microsoft.com/en-us/library/...S.85).aspx
failed.

what video card do you have?
could you try installing latest gpu drivers?

if that won't work please wait for next release, I've made small adjustment to anisotropic filtering.
05-15-2010 11:10 PM
Find all posts by this user Quote this message in a reply
Yurci Offline
Member

Post: #3
RE: Stragne problem
I have Galaxy Geforce 8600 GT with 197.45
In debug that same.
I'll try reinstall Directx too. (Don't work)

The quieter you become, the more you are able to hear.
(This post was last modified: 05-16-2010 12:29 PM by Yurci.)
05-16-2010 10:04 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Yurci Offline
Member

Post: #4
RE: Strange problem
I just wanna say i have still that same problem. Exe was also tested on different PC and there was that same.

Now I Downloading GeForce/ION Driver Release 257.15.
05-26-2010 01:45 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #5
RE: Stragne problem
(05-15-2010 11:10 PM)Esenthel Wrote:  this means that
ID3D11Device::CreateSamplerState - http://msdn.microsoft.com/en-us/library/...S.85).aspx
failed.

According to what Esenthel posted, it seems as though you may need DirectX 11 for DX10+ compile. Your card only supports DirectX 10 which may be the problem. http://reviews.cnet.com/graphics-cards/g...32632.html
05-26-2010 03:40 PM
Find all posts by this user Quote this message in a reply
lovee Offline
Member

Post: #6
RE: Strange problem
D.texFilter(1...16)
i can't see your PIC but i think modify->D.texFilter(8) or D.texFilter(1...8)
will run not error
05-26-2010 03:51 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #7
RE: Strange problem
DX10+ should support dx11, 10.1, 10
I was testing it on Radeon 5850, GeForce 9600, GeForce 320M and it worked fine.
So at the moment I don't know what could be the problem.
05-26-2010 06:22 PM
Find all posts by this user Quote this message in a reply
Yurci Offline
Member

Post: #8
RE: Strange problem
Quote:D.texFilter(D.maxTexFilter());

So u say that's the problem ?
05-26-2010 06:56 PM
Visit this user's website Find all posts by this user Quote this message in a reply
lovee Offline
Member

Post: #9
RE: Strange problem
i used desktop pc -> 8800GT -> it's not error -> D.texFilter(16)
i used netbook pc ->HP516 ATI 4330 -> it's error -> D.texFilter(16) -> say:"sample state error", so i set to -> D.texFilter(8) -> no problem
05-27-2010 10:49 AM
Find all posts by this user Quote this message in a reply
Yurci Offline
Member

Post: #10
RE: Strange problem
OK Thx smile

Quote:Int maxTexFilter ()
get maximum available anisotropic filtering

That's the description form API reference.

But why earlier everything was fine ?
05-27-2010 02:20 PM
Visit this user's website Find all posts by this user Quote this message in a reply
lovee Offline
Member

Post: #11
RE: Strange problem
Because EE DX10+ dev base on hd5xxx,
ATI -> Scalar -> float3
NVIDIA -> Vector -> float4
I guess this has a relationship with,

so i use 5770 8800 8500 4330 for test app
(This post was last modified: 05-27-2010 03:28 PM by lovee.)
05-27-2010 03:21 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #12
RE: Strange problem
Quote:But why earlier everything was fine ?

Do you remember the last version in which DX10+ worked fine on your system? (date of release)
05-27-2010 03:30 PM
Find all posts by this user Quote this message in a reply
Yurci Offline
Member

Post: #13
RE: Strange problem
I think it was last April release.
05-27-2010 07:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #14
RE: Strange problem
for the next version I'll include the information in the error about which sampler state is not creating (this should help in resolving the issue)
05-27-2010 07:32 PM
Find all posts by this user Quote this message in a reply
Yurci Offline
Member

Post: #15
RE: Strange problem
OK smile
05-27-2010 07:43 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply