View Full Version : Various things
aronsatie
03-31-2009, 12:19 AM
Hi,
I have a few problems and I would like to ask you to confirm a few things:
1. It seems that once again I ran out of varying floats (60 in my case). However, neither Shader Designer where I usually test my shaders nor the compiler in my application warned me of this. The shader simply did not work it even seemed to freeze. A few times I even got the dreaded BSOD.
I spent days trying to find out what was wrong and only after I commented out two of my varyings did everything get back to normal.
Is this 'normal' that there is nothing to warn me about having more varyings (with the built ins, of course!) that the hardware can handle?
2. I even tried to install the latest nvidia driver because I thought it might be a bug in the driver. Of course it did not help with the varying issue, but Shader Designer stopped working. It does not even start. Rendermonkey, which is the other shader IDE I use from time to time still works, but if a shader can be tested in Shader Designer, I prefer it for its simplicity.
Did anyone try the latest nvidia driver with Shader Designer? Can you confirm if it works or not?
Thanks.
scratt
03-31-2009, 01:38 AM
1. Normally (for me anyway) I get that information when I query the information from the shader after compiling and linking.. (glGetObjectParameterivARB) Are you saying that you did not get that info back?
2. No idea I am afraid.
Ffelagund
04-01-2009, 07:24 AM
Are you using XP or Vista? Can you tell me your OS, graphic card and driver version? I'll try to reproduce the problem, but I dont promise a fix in the Shader Designer (I had to stop supporting it some time ago)
aronsatie
04-01-2009, 12:47 PM
Hi,
Thanks for your response.
Shader Designer: 1.5.9.4
Nvidia driver 182.08
GPU is GTX260
OS is XP SP2.
Shader Designer is working with driver 178.24 (the one I used previously).
Thanks.
Ffelagund
04-02-2009, 01:48 AM
As I suspected, the problem is caused by a incorrect opengl version string handling by GLEW. If I can, I'll rebuild the application with a newer GLEW version (and this time, as dll, to avoid this kind of problems in the future)
I'll comunicate this when I'll finish.
P.D: In the meanwhile, I suggest you to use an older driver.
Regards,
Jacobo.
aronsatie
04-02-2009, 05:43 AM
OK, thanks very much. I appreciate it.
Ffelagund
04-02-2009, 08:40 AM
I've uploaded a new version with the fix (www.typhoonlabs.com). Tell me if you have any problem about.
Edit: By the way, now that I have the project ready to compile, I could program into, some features, so suggestions are welcome :)
aronsatie
04-02-2009, 09:45 AM
Unfortunately, this does not work. This is not a setup, so I guessed I should just copy the files over the old ones.
I get an error message that the application has failed to start because the configuration is incorrect. Reinstalling the application may fix this problem.
Ffelagund
04-02-2009, 01:47 PM
Tomorrow i'll check further. Meanwhile try with the new package standalone (execute it directly after uncompress)
aronsatie
04-02-2009, 02:21 PM
That produces the same error message.
Ffelagund
04-03-2009, 12:43 AM
Install the vstudio 2008 redistributable package: http://www.microsoft.com/downloads/detai...&displaylang=en (http://www.microsoft.com/downloads/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en)
aronsatie
04-03-2009, 04:50 AM
Thanks, that was it. It works now.
Since you wrote that you are open to suggestions about improvements for Shader Designer, here is my list:
1. Find/Replace in the editor.
2. Switching between fragment and vertex shaders, the editing window always displays the text from the top, and not at the position you left it the last time. This is wrong and very annoying.
3. Splitting the editing window is nice, but the same problem as 2. applies here too.
4. Widgets could be smaller and the user should be able to decide if he wants them to always stay on top (preferences?).
5. Other texture types with arbitrary size would be nice.
6. Multiple pass, with multiple shaders. It would be a huge improvement. I could write and test shaders with reflections, shadow maps, etc.
This is off the top of my head. If you are willing, I am sure I can think of a lot of other things as well :)
Thanks a lot once again.
aronsatie
04-04-2009, 01:38 PM
Hi,
There is still something wrong with the new version. If I open a widget, it crashes. Could you do something with it?
Thanks.
Ffelagund
04-07-2009, 08:27 AM
Its now fixed
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.