Hello, 32-bit windows has a 2GB RAM limit per program. OSG must be loading the whole osga file. You can increase the RAM limit to 3GB. See this: http://windowssdk.msdn.microsoft.com/en-us/library/ms693497.aspx
Note 32-bit OS's can access 2^32=4GB - (whatever the OS needs). Either do the 3GB fix, cut down your file size, or upgrade to a 64-bit processor and OS. Zach -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad Colbert Sent: Thursday, October 12, 2006 17:53 To: osg users Subject: RE: [osg-users] osgdem problem Just to confirm Jason's statement, I've run into the same error with osga > 2 gig as well. So, Jason, how do you specify the directory for paging when you don't archive the .ive files? I haven't done that before so just curious. Thanks, Brad --- RSC BDC > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:osg-users- > [EMAIL PROTECTED] On Behalf Of Jason Beverage > Sent: Thursday, October 12, 2006 6:26 AM > To: osg users > Subject: RE: [osg-users] osgdem problem > > Hi John, > > How large is the pegout.osga file? Also, what OS are you using? I've > seen that error on Windows with osga files over 2 GB in size. If you > know that your files are going to be very large, you can just omit the > -a option and let osgdem generate a folder full of ive files. > > Hope this helps, > > Jason > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John Yao > Sent: Thursday, October 12, 2006 6:29 A > To: [email protected] > Subject: [osg-users] osgdem problem > > Hi, > I am trying to use osgdem to cope with terran model. I follow the step > described in osgDem page > (http://www.openscenegraph.org/index.php?page=UserGuides.Osgdem). And > download the sample data from Puget Sound. Everything works fine > except the last step. When I use osgviewer to visualise the > pegout.osga, it gave a error message: > > > >osgviewer pegout.osga > > Error reading file: DataInputStream::DataInputStream(): This file > has an unreadable endian type. > osgviewer: No data loaded > > > But when I do the same job with another data set (ps_height_4k.png and > ps_texture_4k.png), I can see the result correctly. > > Could anyone give me some suggestions about how to solve this problem? > > Thanks in advance. > > > Jialiang Yao > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/ > > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
