Go Back   FileForums > Game Backup > PC Games
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25-08-2007, 16:20
suneee suneee is offline
Junior Member
 
Join Date: Jul 2006
Location: Denmark
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
suneee is on a distinguished road
TV Giant

Hi.

I've bought TVGiant. I'm a sucker for sim games... But i've got a problem. When i get to the first loading screen, the one with the 5 icons at the bottom, it halts when its loaded. It comes up with an error. Some debug error.

"An unhandled win32 exception occured in TVGiant.exe [680]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled.

Anybody seen this error? What seems to be the problem? Am i missing some kind of important driver update?
Reply With Quote
Sponsored Links
  #2  
Old 25-08-2007, 16:49
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Does this occur with or without a crack or both? Also, read the PC Games forum FAQ for a few general solutions.
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
Reply With Quote
  #3  
Old 25-08-2007, 17:30
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
Sounds like he has a debugger of some sort installed and its trying to spy on running processes.

If I remember well Just-In-Time is a part of Visual Studio.


EDIT: Ill help him out

Goto start menu > run > regedit

Then delete these two key entries in the registry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\DbgManagedDebugger

Restart your PC and this should disable JIT.
Reply With Quote
  #4  
Old 25-08-2007, 17:49
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
erm nope... just in time is the 'just in time' debugger, not part of visual studio, its part of the windows system..

ie: when a program crashes, and the just in time debugger is correctly configured, windows will launch it instead of the general windows exception handler (typically drwatson)...
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #5  
Old 26-08-2007, 02:34
suneee suneee is offline
Junior Member
 
Join Date: Jul 2006
Location: Denmark
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
suneee is on a distinguished road
ini file

I've played around with an ini file, and i can recall different kind of error codes by changing stuff in it, so i am guessing the error is in there. Ini file looks like this:

[Debug]
Journaling=false
TraceEvents=false

[Folder]
RootDir=.
MediaDir=%Folder:RootDir%\Media

[TexturePackage]
PackageExt=lea
PackageDir=%Folder:MediaDir%\tex

[SoundPackage]
PackageExt=lea
PackageDir=%Folder:MediaDir%\sound

[MeshPackage]
PackageExt=lea
PackageDir=%Folder:MediaDir%\mesh

[CollisionPackage]
PackageExt=lea
PackageDir=%Folder:MediaDir%\collision

[SkeletonPackage]
PackageExt=lea
PackageDir=%Folder:MediaDir%\skeleton

[AnimationPackage]
PackageExt=lea
PackageDir=%Folder:MediaDir%\animation

[System]
language=english

[Render]
Type=Direct3D
Windowed=True
MultiSample=off
ResX=1024
ResY=768

[Fusion]
Shadows=False
HF_Detail=False
HF_Lod=medium
Path_Lod=medium


[Sound]
Type=FMOD

[Boot]
Client=tvgiant
Reply With Quote
  #6  
Old 26-08-2007, 04:15
The-S-Owl The-S-Owl is offline
Registered User
 
Join Date: Dec 2002
Location: Behind you
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
The-S-Owl
Visual Studio includes an own JIT debugger but when you uninstall VS the registry key for the standard debugger is not set to its previous value. That is why you see this error message when an application crash occurs.

To set the standard debugger to Dr. Watson again, type this in a command line prompt:
drwtsn32 -i


To solve the problem with the game... have you tried reinstalling ?
Reply With Quote
  #7  
Old 26-08-2007, 04:44
suneee suneee is offline
Junior Member
 
Join Date: Jul 2006
Location: Denmark
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
suneee is on a distinguished road
reply

typed the thiny in. now its a standard error.

I've updated my drivers, reinstalled it, i dont know how many times. Tried modyfing the ini file. no result. I have no clue on what to try next.
Reply With Quote
  #8  
Old 26-08-2007, 06:08
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
Quote:
Originally Posted by TippeX View Post
erm nope... just in time is the 'just in time' debugger, not part of visual studio, its part of the windows system..

ie: when a program crashes, and the just in time debugger is correctly configured, windows will launch it instead of the general windows exception handler (typically drwatson)...
As said TippeX JIT is with VS :P


@OP: you should have deleted the registry keys I told you instead of using drwatson
Reply With Quote
  #9  
Old 26-08-2007, 07:43
The-S-Owl The-S-Owl is offline
Registered User
 
Join Date: Dec 2002
Location: Behind you
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
The-S-Owl
Question remains: does the game work without any modification, i.e. original cd/dvd and original exe ?
Reply With Quote
  #10  
Old 26-08-2007, 09:21
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
Quote:
Originally Posted by DABhand View Post
As said TippeX JIT is with VS :P
well i have jit enabled from ollydbg .. and i dont use vs.. too bloated
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #11  
Old 16-09-2007, 21:52
earlcore earlcore is offline
Junior Member
 
Join Date: Sep 2007
Location: canada
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
earlcore is on a distinguished road
hey i'm experiencing the same problem here.
so is there a solution that works?
Reply With Quote
  #12  
Old 16-09-2007, 23:26
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
Did you actually read the thread or do you want someone to hold your hand and tell you again?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hotel Giant updated patch no cd???? lee_uk PC Games 0 18-06-2002 08:22
Hotel Giant nocd patch anyone ? zeus1 PC Games 0 28-05-2002 12:03
PLEASE I NEED THE CRACK FOR GIANT KILLERS 2!!! longuser PC Games 0 24-06-2001 08:52
How to copy TRAFFIC GIANT? anonymus PC Games 1 16-03-2001 10:18
Copying Traffic Giant or similair protected game Cman PC Games 0 09-11-2000 12:33



All times are GMT -7. The time now is 14:02.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com