search for: ogre

Displaying 20 results from an estimated 40 matches for "ogre".

Did you mean: gre
2012 Jan 07
2
DLL Errors running Cateia Games' "Hotel"(OGRE3D-based game)
...it, it crashes with the following errors: Code: err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Mumbo\\JumboHotel\\boost_python-vc90-mt-1_37.dll") not found err:module:import_dll Library boost_python-vc90-mt-1_37.dll (which is needed by L"C:\\Mumbo\\JumboHotel\\ogre.renderer.OGRE._ogre_.pyd") not found err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Mumbo\\JumboHotel\\OgreMain.dll") not found err:module:import_dll Library OgreMain.dll (which is needed by L"C:\\Mumbo\\JumboHotel\\ogre.renderer.OGRE._ogre_.pyd") not f...
2006 Aug 22
0
linuxiso.ogr & docs
The Readme file for the centos iso files says to get the docs for md5sum and CD burning from linusiso.org The linuxiso.org site has been down for many days. Is there an alternate site where these docs can be accessed? Charles L. Sliger, Information Systems Engineer, chaz at bctonline.com "No matter where you go, there you are..." -------------- next part -------------- An
2009 Oct 27
9
Torchlight
Hello, I don't know if you can help me but i tried to install the game but i have an error message after to launch the game. The installation is successful. i did a screen for my error message : [Image: http://pix.toile-libre.org/upload/thumb/1256679788.png ] (http://pix.toile-libre.org/?img=1256679788.png) The problem is during the installation, the game install Visual C++ 2008 and i
2009 Mar 02
2
Need help extracting info from XML file using XML package
I have an XML file that has within it the coordinates of some polygons that I would like to extract and use in R. The polygons are nested rather deeply. For example, I found by trial and error that I can extract the coordinates of one of them using functions from the XML package: doc <- xmlInternalTreeParse('doc.kml') docroot <- xmlRoot(doc) pgon <-
2007 May 30
4
Connecting to PostgreSQL/PostGIS from R (rgdal?)
Hello, I've been trying every now and then to find a cross operating system solution that would let me access PostgreSQL (and PostGIS) from R, or to access R from PostgreSQL. I know of pl/r, which accomplishes the latter, but has yet to be successfully ported to Windows. Similarly, I've tried to use Rdbi and DBI, but I haven't had luck with those on Windows either for connecting to
2008 Dec 15
1
convert opengis wkt to geometry?
After writing some code (stupidly without checking to see if there was code to do this already) to generate PostGIS SQL insert statements for simple geometry (wkt), I didn't check see if there is already something available to convert WKT strings into some R package geometry (sp?). Does anyone have any advice, hints, code (?) for converting the following OpenGIS strings into something
2011 Feb 10
6
quake3 running on mobile phone(arm processor) by wine
ogre(windows binary) running on ac100(arm linux) http://www.youtube.com/watch?v=g2D6SZcrT_U quake3(windows binary) running on ac100 (arm linux) http://www.youtube.com/watch?v=UAncqVtQyEQ ogre(windows binary) running on n900(arm linux) http://www.youtube.com/watch?v=yDqkvEyzFk0 quake3(windows binary)...
2016 Feb 13
2
Hi Guyz !
I run R on a Fedora 23 64bit , I encounter this problem *WARNING: no proj_defs.dat in PROJ.4 shared files Linking to sp version: 1.2-2 * when trying to load library("rgdal", lib.loc="~/R/x86_64-redhat-linux-gnu-library/3.2") and also ogr . can any one help me in fixing this issue please Thanks in advance Irenge B. Jules MSC student @ Liverpool University email :
2008 Jun 03
10
things I miss in wine
Hi there, there are many issues in wine and you can work around most of them somehow but there are few that you can not bypass. Copy Protection: wine seems to support a few copy protection systems, but not all. No of course you could say that a nocd crack should be used to work around that issue, but what if there is none available? Many games are done for different countries in different
2010 Jul 13
1
Building & Co. Game. Select Pixel Format error
...'m currently using Wine 1.2.RC7. OS: FreeBSD 8.0 x32. VGA: NVidia GeForce 8400 GS 512MB I'm delete ~/.wine, run followed command: > winetricks vcrun2008 controlpad vcrun2005 msi2 vcrun6 I've tried to run "Building & Co" from a terminal the error message box is: > Ogre throwed an exception: > > SelectPixelFormat failed > Application will shutdown > [OK] > And terminal log stop on the followed message: > Added resource location '1033/Data/Models/Construction' of type 'FileSystem' to resource group 'General' > *** St...
2012 Aug 17
1
RGDAL OGRwrite question
I have a quick question: It appears that in rgdal v0.7-12 (R version 2.15.1, OSX 10.6.8) writeOGR will not write a shapefile the the current directory. Is this correct? An earlier version of rgdal must have allowed this because I have a older script that used to work, but doesn't now. So, as an example, here is what I get today: > shape = readOGR('.',
2006 Apr 23
8
Shattered, the rails-based MVC game development framework
...1. Convention before configuration - those things that are common should be easy. 2. DRY - Don''t repeat yourself - We shouldn''t need to type any more than is necessary to get something to work. Shattered sits on top of a powerful, high level c++ 3d graphics library called Ogre . } http://shattered.hastilymade.com -- View this message in context: http://www.nabble.com/Shattered%2C-the-rails-based-MVC-game-development-framework-t1495660.html#a4053800 Sent from the RubyOnRails Users forum at Nabble.com. -------------- next part -------------- An HTML attachment was...
2009 Jul 14
1
Error when sampling from SpatialLines
Dear forum,   I am working in R 2.9.1 and I am trying to sample locations from a network file. Reading in nor plotting is a problem, however when I am trying to sample from the file I get the following message:   nwlim<-readShapeLines("C:/Limburg_nwshape", proj4string=CRS("+init=epsg:31300")) plot(nwlim)   randacc<-spsample(nwlim,n=1000,"random")
2008 Feb 11
1
[PATCH] virtio_net: Fix oops on early interrupts - introduced by virtio reset code
Avi, this fixes a problem that was introduced by the virtio_reset patches. Can you apply that fix to kvm.git as a bugfix, as the virtio_reset infrastructure is not on Linus upstream yet? Anthony, Dor, are you ok with that change? -- With the latest virtio_reset patches I got the following oops: Unable to handle kernel pointer dereference at virtual kernel address 0000000000000000 Oops: 0004
2008 Feb 11
1
[PATCH] virtio_net: Fix oops on early interrupts - introduced by virtio reset code
Avi, this fixes a problem that was introduced by the virtio_reset patches. Can you apply that fix to kvm.git as a bugfix, as the virtio_reset infrastructure is not on Linus upstream yet? Anthony, Dor, are you ok with that change? -- With the latest virtio_reset patches I got the following oops: Unable to handle kernel pointer dereference at virtual kernel address 0000000000000000 Oops: 0004
2012 May 07
0
FW: Overlapping area Script
Dear All I would really appreciate some help with a script which a colleague wrote for me, but I am having problems running (and have not been able to contact my colleague). The script is designed to compare the area of suitable habitat in binary projections of a large number of species current and future distributions, and create an excel file detailing the total area suitable in the
2011 Jun 02
0
[LLVMdev] Thinking about "whacky" backends
...could just get some help. Currently it just wraps StdIO.h with its own functions Naturally that would work perfectly fine on a similar architecture and common dependencies. I'm a hobbyist game developer, so that is my primary concern. Even using a cross-platform game library like Irrlicht or Ogre, there can be problems with using the same bitcode for each platform. Especially in cases where you may have to implement system-specific code to cover cases not provided for by such libraries (wrappers for MessageBox/NSRunAlertPanel, Clipboard/Pasteboard, etc) > * Convert all preprocessor c...
2006 Mar 02
17
can''t get rails to connect to mySQL - HELP!!!!!!!!!
Sorry, but this is really NOT as easy as the tutorials/books make out. I''m really struggling at the first hurdle here. And while I''m not a programmer by design I do know my way around most stuff. And if I can''t get this to work I suspect more people will have the same issues. There seems to be too many variables to address. I have winXP, I have ruby and rails all
2009 May 07
14
WINE Help
Alright I really need some help with this. I have been trying to get Roblox running for my Son and this has proved to be extremely difficult.. (Wine really does make you want to whine.. lol) I try to run Roblox.exe and Robloxapp.exe and I get this terminal output: Code: ons/version-b7d710b83ef74c14/RobloxApp.exe' fixme:advapi:RegisterEventSourceW ((null),L"PDH"): stub
2006 Jun 13
21
RJS Templates for Rails
I''m happy to announce the availability of RJS Templates for Rails published by O''Reilly. The book covers all aspects and features of RJS that are included in Rails 1.1. It also walks through a few examples, debugging with FireBug, and finishes off with some reference material. The book is 56 pages and is available in PDF format. I''m really happy with how the book has