Beginner problem on tutorial #1

gorila

31-05-2007 22:00:19

Hi everybody,

I have a problem when I try to launch the sample of tutorial #1.

The splash screen showing the startup process appears, everything seems to be okay, but when it comes to "initializing ressources" it freezes, the process takes 99% of my CPU and the memory increase dramaticaly (more than 1GB).

I tried both in Debug and Release mode.

I installed this sdk "Mogre0.2.0-OgreSDKSetup1.4.0_VC80.exe".

Here is the tail of my Ogre.log:
22:51:09: Parsing script OgreLoadingPanel.overlay
22:51:09: Finished parsing scripts for resource group Bootstrap
22:51:09: Parsing scripts for resource group General
22:51:09: Parsing script Examples.program


Thanks for the help

bemcho

04-06-2007 13:50:05

I have problem on the first tutorial too so i decide to post here and not to open a new topic
so
I installed Mogre 2.0 with ogre and done all steps segun the tutorial
and in the first tutorial

using System;
using System.Collections.Generic;
using System.Windows.Forms;
using MogreFramework;
using Mogre;

namespace Test
{
static class Program
{
[STAThread]
static void Main()
{
OgreWindow win = new OgreWindow();
win.Go();
}
}
}





i got this exception

Unhandled Exception: System.IO.FileLoadException: A procedure imported by 'Mogre
, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.
File name: 'Mogre, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null' ---> S
ystem.Runtime.InteropServices.COMException (0x8007007F): The specified procedure
could not be found. (Exception from HRESULT: 0x8007007F)
at MogreFramework.OgreWindow.Go()
at Test.Program.Main() in E:\CSharpDevelopment\Projects\FirstOgre\FirstOgre\P
rogram.cs:line 15


Press any key to continue . . .

for sure i had missed something but what ?
thanks