Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (AbrahamR, wdlmaster, 7th_zorro, dr_panther, 1 invisible), 764 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
strange d3d error #239126
12/02/08 19:56
12/02/08 19:56
Joined: Jul 2007
Posts: 959
nl
F
flits Offline OP
User
flits  Offline OP
User
F

Joined: Jul 2007
Posts: 959
nl
the game starts at startup and when i manaul create a entity the game crash

in acklog stands this
D3D_Validate: D3DERR_UNSUPPORTEDTEXTUREFILTER
D3D_Validate: E_FAIL
D3D_Validate: E_FAIL
D3D_Validate: E_FAIL ok

if i remove a function out of the code it works but the ony thing in there is wait(1);


its simular like this

Code:

function regs_my()
{
wait(1);
}

function stone_ent()
{
regs_my();
}




"empty"
Re: strange d3d error [Re: flits] #239135
12/02/08 21:11
12/02/08 21:11
Joined: Feb 2008
Posts: 3,232
Australia
EvilSOB Offline
Expert
EvilSOB  Offline
Expert

Joined: Feb 2008
Posts: 3,232
Australia
Few thing to try. (none a cure, just trying to point to the faulty part).
Leave all your other coding(besides the below) in the state that DOES cause the error.

Try these one at a time. Only combine them if none individually resolve the issue.
1> Try creating the entity from a different MDL file, there maybe something iffy in the model itself.
2> Try creating the entity without any action, in case its the action code causing issues.
3> When you call the ent_create function, immediately after (before any waits) set the ProblemEntity.material = mat_model;

Let us know which (if any) makes the problem stop, then we can see if it is a problem
coming from 1>Model Corruption, 2>LiteC coding, or 3>Shader/Material problems.


"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial
Re: strange d3d error [Re: EvilSOB] #239243
12/03/08 15:44
12/03/08 15:44
Joined: Jul 2007
Posts: 959
nl
F
flits Offline OP
User
flits  Offline OP
User
F

Joined: Jul 2007
Posts: 959
nl
it was my fault its was a realy noob mistake

funcion func_a();
{
...


but still dont know why i get 3d error then

any way the error is gone

thx evilsob for your help


"empty"
Re: strange d3d error [Re: flits] #239287
12/03/08 20:16
12/03/08 20:16
Joined: Feb 2008
Posts: 3,232
Australia
EvilSOB Offline
Expert
EvilSOB  Offline
Expert

Joined: Feb 2008
Posts: 3,232
Australia
Wierd, but if func_a (or whatever your function was actually called) is a
function name INSIDE directX, that may explain it.


"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial
Re: strange d3d error [Re: EvilSOB] #239427
12/04/08 16:26
12/04/08 16:26
Joined: Jul 2007
Posts: 959
nl
F
flits Offline OP
User
flits  Offline OP
User
F

Joined: Jul 2007
Posts: 959
nl
i tried white some different names and still get the same error but its fixed


"empty"
Re: strange d3d error [Re: flits] #239468
12/04/08 20:29
12/04/08 20:29
Joined: Feb 2008
Posts: 3,232
Australia
EvilSOB Offline
Expert
EvilSOB  Offline
Expert

Joined: Feb 2008
Posts: 3,232
Australia
Oh well, hopefully it wont come back later.
Catch ya later.


"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1