Recent Forum Posts
From categories:
page 1123...next »
Re: nGene.Lib
dArchitectdArchitect 1257261701|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGene.Lib

I am still not getting anywhere. I have gone through your instructions on setting up Visual Studio as well as installing the extra dependencies a dozen times ( really ) and nothing. Same problem Have you updated the source yet? Maybe the updated source will fix the problem or point me to where my problem is.

Re: nGene.Lib by dArchitectdArchitect, 1257261701|%e %b %Y, %H:%M %Z|agohover
Re: nGene.Lib
wtomanwtoman 1256290733|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGene.Lib

Hi, I spent some time trying to figure out what's wrong with your working copy… and I think I finally found the reason. Look at this, specifically at PhysX related paragraph.

BTW if anyone knows if I could redistribute libs and includes of PhysX without violating its terms of use (I try not to by any means and as I'm not a lawyer I'm not sure if I understood all points correctly).

Nonetheless there will be update soon.

Re: nGene.Lib by wtomanwtoman, 1256290733|%e %b %Y, %H:%M %Z|agohover
Re: nGene.Lib
dArchitectdArchitect 1256134387|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGene.Lib

It should read: Visual Studio 2008

Re: nGene.Lib by dArchitectdArchitect, 1256134387|%e %b %Y, %H:%M %Z|agohover
Re: nGene.Lib
dArchitectdArchitect 1256134298|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGene.Lib

I manually searched after several compiles and still nothing. If a newer version has been committed let me know and I'll try getting it to compile with that one. I will also continue to work with what I have presently. I use Visual Studio as my compiler.

Re: nGene.Lib by dArchitectdArchitect, 1256134298|%e %b %Y, %H:%M %Z|agohover
Re: nGene.Lib
wtomanwtoman 1256053798|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGene.Lib

Could you also manually search for a file with such a name on your disk? Maybe there's some problem with paths? If still no success, then it would mean nGENE Proj is not compiled/linked… but then why it throw no errors?

Re: nGene.Lib by wtomanwtoman, 1256053798|%e %b %Y, %H:%M %Z|agohover
Re: nGene.Lib
dArchitectdArchitect 1256053631|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGene.Lib

Let me know when you commit the updates. I'll see if the updates don't fix the problem. I tried everything (removing all temporary files etc.) and reviewed my setting several times but still the same error. No nGene.Lib in the release directory.

Re: nGene.Lib by dArchitectdArchitect, 1256053631|%e %b %Y, %H:%M %Z|agohover
Re: nGene.Lib
wtomanwtoman 1255785326|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGene.Lib

That's weird… It seems for some reason nGENE.lib is not present where it should be. Can you check if after compiling nGENE Proj you have nGENE.lib file in bin/release directory. It'll help me in finding solution to your problem.

Did you try cleaning up (removing all temporary files etc.) and then rebuilding whole project? Maybe VS went crazy with something and remembers something it shouldn't?

BTW I removed the majority of warnings yesterday. Will commit today/tomorrow.

Re: nGene.Lib by wtomanwtoman, 1255785326|%e %b %Y, %H:%M %Z|agohover
Re: nGene.Lib
dArchitectdArchitect 1255719148|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGene.Lib

I reviewed back through your IDE setup and am still getting the following:

Creating library…
LINK : fatal error LNK1181: cannot open input file 'nGENE.lib'
Build log was saved at "file://c:\Develop\nGene\nGENE Framework\Release\BuildLog.htm"
nGENE Framework_VS_9 - 1 error(s), 5 warning(s)

For some reason I can't get the nGene.lib to link. Any help would be appreciated.

Re: nGene.Lib by dArchitectdArchitect, 1255719148|%e %b %Y, %H:%M %Z|agohover
Re: nGene.Lib
wtomanwtoman 1255682750|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGene.Lib

These are warnings not errors and I'm aware of them (they'll be removed one day). The reason so many warnings appear is due to PhysX whith which nGENE is integrated and PhysX classes that are used internally throw the same warnings.

// EDIT: But you're right these warnings shouldn't be present. I'll get rid of them ASAP.

Re: nGene.Lib by wtomanwtoman, 1255682750|%e %b %Y, %H:%M %Z|agohover
Re: nGene.Lib
dArchitectdArchitect 1255637511|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGene.Lib

I tried it again and got these errors. There were more but hopefully fixing this will fix everything else.

c:\develop\ngene\ngene proj\Joint.h(123) : warning C4512: 'nGENE::Joint' : assignment operator could not be generated
c:\develop\ngene\ngene proj\Joint.h(77) : see declaration of 'nGENE::Joint'
c:\develop\ngene\ngene proj\JointSphere.h(65) : warning C4512: 'nGENE::JointSphere' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointSphere.h(50) : see declaration of 'nGENE::JointSphere'
c:\develop\ngene\ngene proj\JointCylinder.h(44) : warning C4512: 'nGENE::JointCylinder' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointCylinder.h(29) : see declaration of 'nGENE::JointCylinder'
c:\develop\ngene\ngene proj\JointDistance.h(75) : warning C4512: 'nGENE::JointDistance' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointDistance.h(60) : see declaration of 'nGENE::JointDistance'
c:\develop\ngene\ngene proj\JointFixed.h(45) : warning C4512: 'nGENE::JointFixed' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointFixed.h(30) : see declaration of 'nGENE::JointFixed'
c:\develop\ngene\ngene proj\JointHinge.h(68) : warning C4512: 'nGENE::JointHinge' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointHinge.h(27) : see declaration of 'nGENE::JointHinge'
c:\develop\ngene\ngene proj\JointPointInPlane.h(47) : warning C4512: 'nGENE::JointPointInPlane' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPointInPlane.h(32) : see declaration of 'nGENE::JointPointInPlane'
c:\develop\ngene\ngene proj\JointPointOnLine.h(47) : warning C4512: 'nGENE::JointPointOnLine' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPointOnLine.h(32) : see declaration of 'nGENE::JointPointOnLine'
c:\develop\ngene\ngene proj\JointPrism.h(45) : warning C4512: 'nGENE::JointPrism' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPrism.h(30) : see declaration of 'nGENE::JointPrism'
c:\develop\ngene\ngene proj\JointPulley.h(87) : warning C4512: 'nGENE::JointPulley' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPulley.h(60) : see declaration of 'nGENE::JointPulley'
JointPulley.cpp
c:\develop\ngene\ngene proj\Joint.h(123) : warning C4512: 'nGENE::Joint' : assignment operator could not be generated
c:\develop\ngene\ngene proj\Joint.h(77) : see declaration of 'nGENE::Joint'
c:\develop\ngene\ngene proj\JointPulley.h(87) : warning C4512: 'nGENE::JointPulley' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPulley.h(60) : see declaration of 'nGENE::JointPulley'
c:\develop\ngene\ngene proj\JointCylinder.h(44) : warning C4512: 'nGENE::JointCylinder' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointCylinder.h(29) : see declaration of 'nGENE::JointCylinder'
c:\develop\ngene\ngene proj\JointDistance.h(75) : warning C4512: 'nGENE::JointDistance' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointDistance.h(60) : see declaration of 'nGENE::JointDistance'
c:\develop\ngene\ngene proj\JointFixed.h(45) : warning C4512: 'nGENE::JointFixed' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointFixed.h(30) : see declaration of 'nGENE::JointFixed'
c:\develop\ngene\ngene proj\JointHinge.h(68) : warning C4512: 'nGENE::JointHinge' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointHinge.h(27) : see declaration of 'nGENE::JointHinge'
c:\develop\ngene\ngene proj\JointPointInPlane.h(47) : warning C4512: 'nGENE::JointPointInPlane' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPointInPlane.h(32) : see declaration of 'nGENE::JointPointInPlane'
c:\develop\ngene\ngene proj\JointPointOnLine.h(47) : warning C4512: 'nGENE::JointPointOnLine' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPointOnLine.h(32) : see declaration of 'nGENE::JointPointOnLine'
c:\develop\ngene\ngene proj\JointPrism.h(45) : warning C4512: 'nGENE::JointPrism' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPrism.h(30) : see declaration of 'nGENE::JointPrism'
c:\develop\ngene\ngene proj\JointSphere.h(65) : warning C4512: 'nGENE::JointSphere' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointSphere.h(50) : see declaration of 'nGENE::JointSphere'
.\JointPulley.cpp(96) : warning C4800: 'NX_BOOL' : forcing value to bool 'true' or 'false' (performance warning)
JointPrism.cpp
c:\develop\ngene\ngene proj\Joint.h(123) : warning C4512: 'nGENE::Joint' : assignment operator could not be generated
c:\develop\ngene\ngene proj\Joint.h(77) : see declaration of 'nGENE::Joint'
c:\develop\ngene\ngene proj\JointPrism.h(45) : warning C4512: 'nGENE::JointPrism' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPrism.h(30) : see declaration of 'nGENE::JointPrism'
c:\develop\ngene\ngene proj\JointCylinder.h(44) : warning C4512: 'nGENE::JointCylinder' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointCylinder.h(29) : see declaration of 'nGENE::JointCylinder'
c:\develop\ngene\ngene proj\JointDistance.h(75) : warning C4512: 'nGENE::JointDistance' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointDistance.h(60) : see declaration of 'nGENE::JointDistance'
c:\develop\ngene\ngene proj\JointFixed.h(45) : warning C4512: 'nGENE::JointFixed' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointFixed.h(30) : see declaration of 'nGENE::JointFixed'
c:\develop\ngene\ngene proj\JointHinge.h(68) : warning C4512: 'nGENE::JointHinge' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointHinge.h(27) : see declaration of 'nGENE::JointHinge'
c:\develop\ngene\ngene proj\JointPointInPlane.h(47) : warning C4512: 'nGENE::JointPointInPlane' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPointInPlane.h(32) : see declaration of 'nGENE::JointPointInPlane'
c:\develop\ngene\ngene proj\JointPointOnLine.h(47) : warning C4512: 'nGENE::JointPointOnLine' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPointOnLine.h(32) : see declaration of 'nGENE::JointPointOnLine'
c:\develop\ngene\ngene proj\JointPulley.h(87) : warning C4512: 'nGENE::JointPulley' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPulley.h(60) : see declaration of 'nGENE::JointPulley'
c:\develop\ngene\ngene proj\JointSphere.h(65) : warning C4512: 'nGENE::JointSphere' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointSphere.h(50) : see declaration of 'nGENE::JointSphere'
JointPointOnLine.cpp
c:\develop\ngene\ngene proj\Joint.h(123) : warning C4512: 'nGENE::Joint' : assignment operator could not be generated
c:\develop\ngene\ngene proj\Joint.h(77) : see declaration of 'nGENE::Joint'
c:\develop\ngene\ngene proj\JointPointOnLine.h(47) : warning C4512: 'nGENE::JointPointOnLine' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPointOnLine.h(32) : see declaration of 'nGENE::JointPointOnLine'
c:\develop\ngene\ngene proj\JointCylinder.h(44) : warning C4512: 'nGENE::JointCylinder' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointCylinder.h(29) : see declaration of 'nGENE::JointCylinder'
c:\develop\ngene\ngene proj\JointDistance.h(75) : warning C4512: 'nGENE::JointDistance' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointDistance.h(60) : see declaration of 'nGENE::JointDistance'
c:\develop\ngene\ngene proj\JointFixed.h(45) : warning C4512: 'nGENE::JointFixed' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointFixed.h(30) : see declaration of 'nGENE::JointFixed'
c:\develop\ngene\ngene proj\JointHinge.h(68) : warning C4512: 'nGENE::JointHinge' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointHinge.h(27) : see declaration of 'nGENE::JointHinge'
c:\develop\ngene\ngene proj\JointPointInPlane.h(47) : warning C4512: 'nGENE::JointPointInPlane' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPointInPlane.h(32) : see declaration of 'nGENE::JointPointInPlane'
c:\develop\ngene\ngene proj\JointPrism.h(45) : warning C4512: 'nGENE::JointPrism' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPrism.h(30) : see declaration of 'nGENE::JointPrism'
c:\develop\ngene\ngene proj\JointPulley.h(87) : warning C4512: 'nGENE::JointPulley' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPulley.h(60) : see declaration of 'nGENE::JointPulley'
c:\develop\ngene\ngene proj\JointSphere.h(65) : warning C4512: 'nGENE::JointSphere' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointSphere.h(50) : see declaration of 'nGENE::JointSphere'
JointPointInPlane.cpp
c:\develop\ngene\ngene proj\Joint.h(123) : warning C4512: 'nGENE::Joint' : assignment operator could not be generated
c:\develop\ngene\ngene proj\Joint.h(77) : see declaration of 'nGENE::Joint'
c:\develop\ngene\ngene proj\JointPointInPlane.h(47) : warning C4512: 'nGENE::JointPointInPlane' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPointInPlane.h(32) : see declaration of 'nGENE::JointPointInPlane'
c:\develop\ngene\ngene proj\JointCylinder.h(44) : warning C4512: 'nGENE::JointCylinder' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointCylinder.h(29) : see declaration of 'nGENE::JointCylinder'
c:\develop\ngene\ngene proj\JointDistance.h(75) : warning C4512: 'nGENE::JointDistance' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointDistance.h(60) : see declaration of 'nGENE::JointDistance'
c:\develop\ngene\ngene proj\JointFixed.h(45) : warning C4512: 'nGENE::JointFixed' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointFixed.h(30) : see declaration of 'nGENE::JointFixed'
c:\develop\ngene\ngene proj\JointHinge.h(68) : warning C4512: 'nGENE::JointHinge' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointHinge.h(27) : see declaration of 'nGENE::JointHinge'
c:\develop\ngene\ngene proj\JointPointOnLine.h(47) : warning C4512: 'nGENE::JointPointOnLine' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPointOnLine.h(32) : see declaration of 'nGENE::JointPointOnLine'
c:\develop\ngene\ngene proj\JointPrism.h(45) : warning C4512: 'nGENE::JointPrism' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPrism.h(30) : see declaration of 'nGENE::JointPrism'
c:\develop\ngene\ngene proj\JointPulley.h(87) : warning C4512: 'nGENE::JointPulley' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPulley.h(60) : see declaration of 'nGENE::JointPulley'
c:\develop\ngene\ngene proj\JointSphere.h(65) : warning C4512: 'nGENE::JointSphere' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointSphere.h(50) : see declaration of 'nGENE::JointSphere'
JointHinge.cpp
c:\develop\ngene\ngene proj\Joint.h(123) : warning C4512: 'nGENE::Joint' : assignment operator could not be generated
c:\develop\ngene\ngene proj\Joint.h(77) : see declaration of 'nGENE::Joint'
c:\develop\ngene\ngene proj\JointHinge.h(68) : warning C4512: 'nGENE::JointHinge' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointHinge.h(27) : see declaration of 'nGENE::JointHinge'
c:\develop\ngene\ngene proj\JointCylinder.h(44) : warning C4512: 'nGENE::JointCylinder' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointCylinder.h(29) : see declaration of 'nGENE::JointCylinder'
c:\develop\ngene\ngene proj\JointDistance.h(75) : warning C4512: 'nGENE::JointDistance' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointDistance.h(60) : see declaration of 'nGENE::JointDistance'
c:\develop\ngene\ngene proj\JointFixed.h(45) : warning C4512: 'nGENE::JointFixed' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointFixed.h(30) : see declaration of 'nGENE::JointFixed'
c:\develop\ngene\ngene proj\JointPointInPlane.h(47) : warning C4512: 'nGENE::JointPointInPlane' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPointInPlane.h(32) : see declaration of 'nGENE::JointPointInPlane'
c:\develop\ngene\ngene proj\JointPointOnLine.h(47) : warning C4512: 'nGENE::JointPointOnLine' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPointOnLine.h(32) : see declaration of 'nGENE::JointPointOnLine'
c:\develop\ngene\ngene proj\JointPrism.h(45) : warning C4512: 'nGENE::JointPrism' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPrism.h(30) : see declaration of 'nGENE::JointPrism'
c:\develop\ngene\ngene proj\JointPulley.h(87) : warning C4512: 'nGENE::JointPulley' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointPulley.h(60) : see declaration of 'nGENE::JointPulley'
c:\develop\ngene\ngene proj\JointSphere.h(65) : warning C4512: 'nGENE::JointSphere' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointSphere.h(50) : see declaration of 'nGENE::JointSphere'
.\JointHinge.cpp(88) : warning C4800: 'NX_BOOL' : forcing value to bool 'true' or 'false' (performance warning)
JointFixed.cpp
c:\develop\ngene\ngene proj\Joint.h(123) : warning C4512: 'nGENE::Joint' : assignment operator could not be generated
c:\develop\ngene\ngene proj\Joint.h(77) : see declaration of 'nGENE::Joint'
c:\develop\ngene\ngene proj\JointFixed.h(45) : warning C4512: 'nGENE::JointFixed' : assignment operator could not be generated
c:\develop\ngene\ngene proj\JointFixed.h(30) : see declaration of 'nGENE::JointFixed'

etc, etc

Re: nGene.Lib by dArchitectdArchitect, 1255637511|%e %b %Y, %H:%M %Z|agohover
Re: nGENE Updates
wtomanwtoman 1255101745|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGENE Updates

Sorry for lack of updates for a few last days but I'm pretty busy with animation and as long as it is such a mess I'm not commiting it.

Re: nGENE Updates by wtomanwtoman, 1255101745|%e %b %Y, %H:%M %Z|agohover
Re: nGene.Lib
wtomanwtoman 1255101681|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGene.Lib

Hi,

you should compile ngene proj and ngene framework projects. The latter will produce nGENE.lib. Are you getting any errors?

Re: nGene.Lib by wtomanwtoman, 1255101681|%e %b %Y, %H:%M %Z|agohover

I could send you my projectfiles If you want to add a special x64 configuration to the repository

Thanks, I'd be grateful for that.

My mail is: moc.liamg|wnamot#moc.liamg|wnamot

Re: d3d10.dll missing starting debug samples by wtomanwtoman, 1254565248|%e %b %Y, %H:%M %Z|agohover
nGene.Lib
dArchitectdArchitect 1254511555|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / General discussions » nGene.Lib

Downloaded the latest Svn and cannot create a nGene.Lib file. I am able to generate an nGene.Dll file. Which Visual C++ *.Sin project compiles everything along with creating a nGene.Lib file?

nGene.Lib by dArchitectdArchitect, 1254511555|%e %b %Y, %H:%M %Z|agohover

My earlier post wasn't exactly the right position. The error I get is coming from delayhlp.cpp (which is part of the VC library)

So I guess it must be a problem with the delayed loading of the dll. Why are you loading those dll's delayed?
I also don't really understand why it would act different on a x64 system…

I'll try to find a way to fix this…

*edit*

Ok I recently found an older post with a similar problem: http://ngene.wikidot.com/forum/t-142637
I followed the mentioned steps and it seems to work (replace lua51.lib with lua.x86.debug.lib (or lua.x86.release.lib) and delete delayed loading lua51.dll)

I could send you my projectfiles If you want to add a special x64 configuration to the repository

Re: d3d10.dll missing starting debug samples by ZerdZerd, 1254505340|%e %b %Y, %H:%M %Z|agohover
Re: Light Shafts
wtomanwtoman 1254481062|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / Getting started » Light Shafts

Hi there!

1) Did u invent algoritm by urself or used some known one?

No, all credits go to Jason Mitchell who invented this particular one. I only implemented it and think my implementation is ok :)

2) Could u write tutorial about implementing light shafts

Well I could but I don't know if you read this: short tutorial on my blog. Not all of the details are covered there but it presents the general idea. Of course I can go deeper into implementation specific stuff if there is such demand :)

3) Where can i find source code of light shafts? I have checked current relase but i couldn't find anything called similar to light shafts.

There are several files related to this in current release:

BTW: Could u put all release in one file?

Yes, I soon will do it.

Re: Light Shafts by wtomanwtoman, 1254481062|%e %b %Y, %H:%M %Z|agohover
Light Shafts
Shlack TraphiwShlack Traphiw 1254480546|%e %b %Y, %H:%M %Z|agohover
in discussion User forums / Getting started » Light Shafts

Hi there!

I'm crazy about light shafts! Many times i had played Doom 3 i was thinking it would be great if flashlight worked more realistic. Crappy flashlight makes doom 3 unenjoyable. I think u would make it much better! I have couple questions about light shafts

1) Did u invent algoritm by urself or used some known one?

2) Could u write tutorial about implementing light shafts

3) Where can i find source code of light shafts? I have checked current relase but i couldn't find anything called similar to light shafts.

BTW: Could u put all release in one file?

With best regard Shlack Traphiw

Light Shafts by Shlack TraphiwShlack Traphiw, 1254480546|%e %b %Y, %H:%M %Z|agohover

Thanks for you help.

Might it be a problem that the lua51.dll is loaded after a delay?

I have another idea. Probably the lua51.dll version I provided works only for x86… especially as there is version dedicated for x64…

I'm not sure if it would make any difference (at least it makes sense) but here are lua binaries downloads:

http://luabinaries.luaforge.net/download.html

You should download x64 version and replace dlls in bin/debug and bin/release folders with the ones from the download. I'd be grateful if you could test it (I do not own x64 system nor CPU) and let me know. If it helps, I'll add them to the SVN repository

Re: d3d10.dll missing starting debug samples by wtomanwtoman, 1254472009|%e %b %Y, %H:%M %Z|agohover

I tried your suggestions, but it didn't fix the problem.

But I think I know where it crashes. So first, here is what I did to be able to debug the Samples:

I removed all DX10 related files by setting some #ifdef around the DX10 using files.
Then I removed the lib and dll files from the project settings. After building the lib, framework and samples in debug mode I finally was able to debug the sample without the disturbing d3d19.dll missing message.

By stepping through the code I figured out there seems to be a problem with the lua system.
It crashes here:

    void ScriptSystemLua::init()
    {
        m_pLuaVM = lua_open(); // this call failes

The Message is

Unhandled exception at 0x7d4e237e in FurryBunny_VS_9.exe: 0xC06D007E: Module not found.

Might it be a problem that the lua51.dll is loaded after a delay?

Re: d3d10.dll missing starting debug samples by ZerdZerd, 1254428521|%e %b %Y, %H:%M %Z|agohover

Thank you for your reply!

Yes I built the samples and the tutorials by myself as well, I got the same problems (either dll missing in debug or crash on release)

I hope you choose default (DirectX 9) renderer?

Where would I have to choose this? You mean at the settings dialog when I start the examples? Yes I choose DirectX9.

Why? Do you get any specific errors?

Well yes, I can't debug because of the dll error on startup ;)

I'll check your suggestions out (I hope I find some time tonight) and let you know if it worked!

Thx again!

Re: d3d10.dll missing starting debug samples by ZerdZerd, 1254403617|%e %b %Y, %H:%M %Z|agohover
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License