Page 1 of 1

It crashes!

Posted: Wed Mar 10, 2010 10:14 pm
by jamesl22
Hi there,

I'm getting some issues when trying to preview my room that I made using the tutorial. It compiles ok but when I preview it the application crashes. I can view the Demo game in realityfactory.exe and that works fine. Im running v0.76.1. I definatly have playerstart, playersetup and environmentsetup. So I can't see what is going wrong.

I really do like your software and it'll be really good if I could get it to work.

Code: Select all

Searching for fullscreen driver

Initializing Game Shell...
-----------------------------------------------
--- Reality Factory 0.76.1.0                ---
--- Build Date: Jul 29 2009, Time: 17:55:22 ---
--- For more Information, visit:            ---
---    www.realityfactory.info              ---
-----------------------------------------------

Parsed RealityFactory.ini file

Genesis3D Initialized

[INFO] VFS detected (not encrypted)...

Initializing Camera Manager...
Initializing User Input Subsystem...
[WARNING] File open attempt failed on type '9', file '.\keyboard.ini'
Initializing Audio Manager Subsystem...
Initializing CD Audio Manager Subsystem...
Initializing Midi Audio Manager Subsystem...
Initializing RF Menu Manager Subsystem...
Initializing Network...
Loading Menu.ini...
Parsing Menu.ini...
Loading Character.ini...
Initializing Menu
Initializing Collision Manager Subsystem...
Initializing Network Manager Subsystem...
Initializing AVIFile Video Subsystem...
Launching Reality Factory Game Shell...
Launching Preview from Editor, bypassing Genesis3D Logo for DEBUG purposes ONLY...
Previewing Level as SinglePlayer Client...
Entering CRFMenu::ProcessMenu
Entering Windows Message Loop, Rendering Game Menu
Entering CRFMenu::ProcessMenu
Entering Windows Message Loop, Rendering Game Menu
Initializing Level: mytest.bsp
Configuring Camera Defaults...
[WARNING] OpenRFFile: file open attempt failed on type '4', file 'media\levels\mytest.bsp'
[ERROR] File .\CGenesisEngine.cpp - Line 1233: Failed to load level 'mytest.bsp'
[ERROR] File .\CCommonData.cpp - Line 1043: Level [mytest.bsp] failed to load!
[ERROR] Failed to initialize first level
Shutting Down AVIFile Video Subsystem...
Shutting Down Network Manager Subsystem...
Shutting Down Collision Manager Subsystem...
Shutting Down RF Menu Manager Subsystem...
Shutting Down CD Audio Manager Subsystem...
Shutting Down Midi Audio Manager Subsystem...
Shutting Down Audio Manager Subsystem...
Shutting Down User Input Manager Subsystem...
Shutting Down Camera Manager Subsystem...
Shutting Down Graphics Subsystem...
It seems its not acctually creating the bsp file because its not there even though it says it is?!?

Re: It crashes!

Posted: Wed Mar 10, 2010 11:14 pm
by bernie
how are you trying to preview it. the only way ss tick the box in the compile dialog at the bottom left preview in reality factory. The Quick viewer button does not work.

Re: It crashes!

Posted: Thu Mar 11, 2010 8:20 am
by jamesl22
I was trying to preview it by using the tickbox in the compile menu

Re: It crashes!

Posted: Sat Mar 13, 2010 5:01 pm
by QuestOfDreams
Have you checked the output path for the compiled level, in other words is the bsp file at the location RF is trying to find it?

Re: It crashes!

Posted: Sat Mar 13, 2010 5:25 pm
by jamesl22
I have managed to fix it now. The permissions where all set to read but not write.