Game Development Community

Illegal Operation when running example

by theraptorlightly · in Torque Game Engine · 03/26/2002 (5:05 pm) · 7 replies

when i try to run the v12 test i get illegal operation and the details are as follows


V12TEST caused an invalid page fault in
module V12TEST.EXE at 0167:0057f85e.
Registers:
EAX=00000004 CS=0167 EIP=0057f85e EFLGS=00010202
EBX=00000002 SS=016f ESP=00b7d834 EBP=00000000
ECX=00000001 DS=016f ESI=00b7d880 FS=62ef
EDX=00000000 ES=016f EDI=00000000 GS=0000
Bytes at CS:EIP:
f3 a5 8b c8 8b c2 83 e1 03 f3 a4 5f 5e c3 90 90
Stack dump:
0144edec 010db25c 0045d49e 00000000 00b7d880 0149d75c 00000000 014e1b8c 00000000 00b7db00 00000000 004ba103 00000000 010db25c 01497704 000003b9

when i do example from 1.1 i get nothing. Not one thing happens. Can i get some help?

#1
03/26/2002 (5:23 pm)
Is this the HEAD revision?

Schnapple
#2
03/27/2002 (1:19 am)
i dont believe so, i'm trying to map for torque and dont know much about. How do I find out?
#3
03/27/2002 (9:11 am)
Make sure you have a more recent version. The simple fact that the exe is "V12TEST" means it is OLD. The V12-to-TORQUE rename happened months back.

d
#4
03/28/2002 (11:46 am)
I know. I just tried the old to see if it would work, because i thought he might have been just that version .But it happens with all the versions.
#5
03/28/2002 (2:50 pm)
What is your cpu, video card, and OS?
Does the game window get created, or does it crash right after startup?
If you run the game with -console, do you see any messages get printed out before the crash?
#6
03/30/2002 (6:36 pm)
celeron,sis 620, win98
and when i did the console thing i got
setModPaths: invalid mod path directory name: 'fps'
setModPaths: invalid mod path directory name: 'common'
------ Loading MODS ----------
Missing file: common/main.cs!
Missing file: fps/main.cs!
%
--------- Parsin Arguements ---------
Engine initialized
%

Then it stops. Maybe i'm missing a file? or files lol
and so you know, on this version after clicking the .exe nothing happens(without -console)
#7
03/30/2002 (7:56 pm)
well, if it can't find the fps and common dirs, you can't do much! ;) sounds like you are running it from the wrong directory or something like that. that could easily cause a crash (the system requires at least the base scripts to just start up...).

then, once you solve that, definitely make sure that you have the latest drivers for the sis. I know nothing about the chipset, so I can't say how well it'll work.

-d