FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games (https://fileforums.com/forumdisplay.php?f=6)
-   -   Titan Quest (Use this thread only! Do not start another Thread!) (https://fileforums.com/showthread.php?t=77372)

casio 30-06-2006 01:14

yeah, i know - the fix simply extracs die .arc files in the resource folder.

but didn't work for me, still crashing to desktop.

like you said Trismogestos, its definite a game problem and we have to wait for a offical patch - sad but true! :rolleyes:

DABhand 30-06-2006 03:59

Like I said its serial related.


Lots of people have had not a problem with the game, and as seen on their forums varied machines and chipsets.


Only people who didnt want to expand further on their forums or didnt want to register their game to get help are the ones with the cd-key problems.


Clever stuff by the developers/publishers.

Joe Forster/STA 30-06-2006 04:05

Perhaps, this is FADE, quite properly implemented...?! :D

DABhand 30-06-2006 10:57

Not sure Joe, I thought Fade was Codemasters own protection?

noscript 30-06-2006 11:59

@dabhand, you did not notice the irony in joe's post.

It seems not to be a problem of the cdkey. Its a problem of bad coding ;) look
http://www.xrel.info/nfo_img.php?rel...AwNjA2MjgubmZv

BarryB 30-06-2006 13:33

Seems it's a DEV c0ck up, from the Silentgate nfo:

Code:

                          S p e c i a l  N o t e s
                          ~~~~~~~~~~~~~~~~~~~~~~~~
 
  Titan Quest Engine crashes sometimes because of the following reason:
  The engine.dll uses multithread technic which means 2-5 processes use the
  same mem address. This means loading sfx and loading gfx goes to same
  memory address and sometimes this leads to that they get mixed and then
  crash because the unpacker module is NOT designed for multithread.
                                      ^^^
  So no matter what they claim in Support Forum the crack is fine and
  working smooth.
 
  Tested Proper Systems:  AMD 2400        2gb ram gf5600 agp
  ~~~~~~~~~~~~~~~~~~~~~~  AMD 3000      512mb ram gf6600 agp
                          Pentium D 3466  2gb ram gf7900 pcie
                          P4 3600          1gb ram gf7800 pcie
 
  Game Finished with:    Pentium D 3466  2gb ram gf7900 pcie
  ~~~~~~~~~~~~~~~~~~~
 
  Troubles we had with retail dvd and crack:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Troubles are freezing or crashes when leaving a quest fight or a cave.
 
                          AMD 2800        1gb ram ati9950 agp
                          AMD 64 3400      1GB ram gf7800  pcie
                          P4 2800        512mb ram ati9000 agp
 
  Best solution extract the bigfiles before start the game:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Be sure to have about 20GB free on the HDD where u installed Titan Quest.
  Go to commandline change into your titan quest install dir and do:
 
  ..\archivetool fonts.arc -extract "installdir\resources"
  ..\archivetool Creatures.arc -extract "installdir\resources"
  ..\archivetool Effects.arc -extract "installdir\resources"
  ..\archivetool InGameUI.arc -extract "installdir\resources"
  ..\archivetool Items.arc -extract "installdir\resources"
  ..\archivetool Levels.arc -extract "installdir\resources"
  ..\archivetool Lights.arc -extract "installdir\resources"
  ..\archivetool Menu.arc -extract "installdir\resources"
  ..\archivetool OutGameElements.arc -extract "installdir\resources"
  ..\archivetool Particles.arc -extract "installdir\resources"
  ..\archivetool Quests.arc -extract "installdir\resources"
  ..\archivetool SceneryBabylon.arc -extract "installdir\resources"
  ..\archivetool SceneryEgypt.arc -extract "installdir\resources"
  ..\archivetool SceneryGreece.arc -extract "installdir\resources"
  ..\archivetool SceneryOlympus.arc -extract "installdir\resources"
  ..\archivetool SceneryOrient.arc -extract "installdir\resources"
  ..\archivetool Shaders.arc -extract "installdir\resources"
  ..\archivetool System.arc -extract "installdir\resources"
  ..\archivetool TerrainTextures.arc -extract "installdir\resources"
  ..\archivetool UI.arc -extract "installdir\resources"
  ..\archivetool Underground.arc -extract "installdir\resources"

Needs a patch methinks!!

bclkostra 30-06-2006 13:53

1) Mount .mds in DT4 (fixed Image)
2) Use Pr0t.St0p to hide the virtual drive(s)
3) Titan Quest.exe -> Right click -> Properties -> Compatibility [x] Win98/ME [x] Disable Visual Themes [x] Turn off advanced text services for this program
4) asr.exe -> Titan Quest.exe

Working on 100% for me and next many people
Singleplayer or Multiplayer Working! No Crashing Game!

Nightmare 01-07-2006 05:03

The patch will be released on July 5th.
Source

Greets

hyena 01-07-2006 05:22

OK, I extracted the *.arc files, even the audio files, and the game still crashes when I run it.

How do I force the game to use the extracted files and not those inside the archives? Should I delete the *.arc files?

casio 01-07-2006 05:46

hi their,

i have used the following batch file - this extracts the arcs to the right folder und renames the arc files - when you extract the arc files in the resource folder it will f**k up the game:

simply create a batch file, in the TQ main folder, with the following content ("C:\Spiele\Titan Quest" must be changed to match your game path):
Quote:

archivetool resources\Fonts.arc -extract "C:\Spiele\Titan Quest\Fonts"
rename resources\Fonts.arc Fonts.arc.tmp

archivetool resources\Creatures.arc -extract "C:\Spiele\Titan Quest\Creatures"
rename resources\Creatures.arc Creatures.arc.tmp

archivetool resources\Effects.arc -extract "C:\Spiele\Titan Quest\Effects"
rename resources\Effects.arc Effects.arc.tmp

archivetool resources\InGameUI.arc -extract "C:\Spiele\Titan Quest\InGameUI"
rename resources\InGameUI.arc InGameUI.arc.tmp

archivetool resources\Items.arc -extract "C:\Spiele\Titan Quest\Items"
rename resources\Items.arc Items.arc.tmp

archivetool resources\Levels.arc -extract "C:\Spiele\Titan Quest\Levels"
rename resources\Levels.arc Levels.arc.tmp

archivetool resources\Lights.arc -extract "C:\Spiele\Titan Quest\Lights"
rename resources\Lights.arc Lights.arc.tmp

archivetool resources\Menu.arc -extract "C:\Spiele\Titan Quest\Menu"
rename resources\Menu.arc Menu.arc.tmp

archivetool resources\OutGameElements.arc -extract "C:\Spiele\Titan Quest\OutGameElements"
rename resources\OutGameElements.arc OutGameElements.arc.tmp

archivetool resources\Particles.arc -extract "C:\Spiele\Titan Quest\Particles"
rename resources\Particles.arc Particles.arc.tmp

archivetool resources\Quests.arc -extract "C:\Spiele\Titan Quest\Quests"
rename resources\Quests.arc Quests.arc.tmp

archivetool resources\SceneryBabylon.arc -extract "C:\Spiele\Titan Quest\SceneryBabylon"
rename resources\SceneryBabylon.arc SceneryBabylon.arc.tmp

archivetool resources\SceneryEgypt.arc -extract "C:\Spiele\Titan Quest\SceneryEgypt"
rename resources\SceneryEgypt.arc SceneryEgypt.arc.tmp

archivetool resources\SceneryGreece.arc -extract "C:\Spiele\Titan Quest\SceneryGreece"
rename resources\SceneryGreece.arc SceneryGreece.arc.tmp

archivetool resources\SceneryOlympus.arc -extract "C:\Spiele\Titan Quest\SceneryOlympus"
rename resources\SceneryOlympus.arc SceneryOlympus.arc.tmp

archivetool resources\SceneryOrient.arc -extract "C:\Spiele\Titan Quest\SceneryOrient"
rename resources\SceneryOrient.arc SceneryOrient.arc.tmp

archivetool resources\Shaders.arc -extract "C:\Spiele\Titan Quest\Shaders"
rename resources\Shaders.arc Shaders.arc.tmp

archivetool resources\System.arc -extract "C:\Spiele\Titan Quest\System"
rename resources\System.arc System.arc.tmp

archivetool resources\TerrainTextures.arc -extract "C:\Spiele\Titan Quest\TerrainTextures"
rename resources\TerrainTextures.arc TerrainTextures.arc.tmp

archivetool resources\UI.arc -extract "C:\Spiele\Titan Quest\UI"
rename resources\UI.arc UI.arc.tmp

archivetool resources\Underground.arc -extract "C:\Spiele\Titan Quest\Underground"
rename resources\Underground.arc Underground.arc.tmp
if you dont have a dual core cpu you can try the following:

open the options.txt in the my documents/my games/titan quest/settings folder and alter this:

forceSingleProcessorMode = false
to
forceSingleProcessorMode = true


but i would wait for tha upcoming patch, i hope it fixes this random crash problem.

hyena 01-07-2006 06:15

And what about the *.arc files in the Audio folder? Where do I extract them? Should I creat separate "Music", "Sound" etc. folders?

casio 01-07-2006 07:48

dont know, haven't ever extractet them.

hyena 01-07-2006 08:02

Yeah, I extracted them all, and guess what....it doesn't help. The game crashes just as it crashed before.

Isis192 02-07-2006 01:29

When im using the crack, the game crashes after a while. I don't have this problem when im using the original disc. And when im trying to use curerom 2.03, i alwas get the message that the game cant find the disc.

GlassER 02-07-2006 01:58

Quote:

Originally Posted by Isis192
When im using the crack, the game crashes after a while. I don't have this problem when im using the original disc. And when im trying to use curerom 2.03, i alwas get the message that the game cant find the disc.

Game works for me fine with RELOADED crack:
1.turn off internet connection,
2.turn off antivirus
3.turn off process Daemon tools
4.do not use image or disk,
works fine!!!
my config:AMD Athlon 2500+,Ati Radeon 9700 128 MB,RAM:512,Main asus a7n8x Deluxe Gold,Seagate Barracuda 120 GB ,win XP

noscript 02-07-2006 02:58

Quote:

Originally Posted by hyena
Yeah, I extracted them all, and guess what....it doesn't help. The game crashes just as it crashed before.

Did you delete the arc files?

casio 02-07-2006 13:02

ok guys, i found a solution that works very well for me:

-first i de-installed TQ completely
-re-installed it
-the only emu software a have installed is DaemonTools 4.03 with alle emulations on
-than i installed CureROM Pro v2.0.3 (creating a TQ profile with the built in wizard is quit easy)
-i used the mini-image from Bender
-so i let do curerom all the work, starting the game, mounting the image and so on
-at least i have deleted the video folder from TQ :)
-started up the game with the shortcut created by curerom
-putting all options to default (dont know if this is important to run the game smooth)
-so the fact is i played the game the whole day without a single crash


dont know if this works for others

i can upload my curerom-profile, if this will help in anyway

Ssnake 03-07-2006 01:04

hi,
i used rld crack, than game crashed, so i install this fix and game crashes every time i try to load my char, so i have to create new one? will it be ok? or its better use curerom?

casio 03-07-2006 01:51

you can try to delete the last modified .que files in the
...\My Games\Titan Quest\SaveData\Main\*CHARNAME*\Levels_World_World0 1.map\Normal

playing 2 days now with curerom without a single crash. you should give it a try :)

Ssnake 03-07-2006 02:34

im just trying curerom with new char, hope it will be ok without crashes now.

casio 03-07-2006 02:39

ok, but make sure you start the game with the original .exe and not with the reloaded one! ;)

Joe Forster/STA 03-07-2006 03:37

Oh boy, if that quote from Silentgate is true - and why wouldn't it be? - then the developers need to attend a very basic course on proper programming with today's modern hardware and operating systems; what a great fuck up! <sigh>

Ssnake 03-07-2006 12:07

Quote:

Originally Posted by casio
ok, but make sure you start the game with the original .exe and not with the reloaded one! ;)

thx for warning, but i know that :-)
it looks fine now...no crash yet

edit : still works good with curerom

SocraticMethod 05-07-2006 22:21

hoping someone could show a picture of how they got this to work with curerom.

i installed game unleased dvd version installed with dt4.3e i then proceeded to download latest curerom and select the exe file of titan quest it created a shortcut on my desktop i ran the game from that shortcut and it is doing the same thing, im getting moments where the game freezes and music goes haywire. I'm wondering if its something I did incorrectly in curerom. Any help is appreciated :)

Grumpy 05-07-2006 23:49

@SocraticMethod
Quote:

i installed game unleased dvd version
Purchase a legal retail version of the game and you wont have any problems!

Banned!

Imix 06-07-2006 06:28

I installed the game, dont use crack, I have a Daenon 4.03 and CureRom Pro 2.0.3 and game is always crash.
BTW what's up with patch? I'd thought that today it will be... anyone know that patch helps with crashes?

adolf 06-07-2006 14:28

ive tryed every cr*ck on gamecopyworld and it doesnt works! Random crashes all the time. It means there is no working cr*ck??

Deathgift 06-07-2006 14:30

Game problem
 
hello guys, im having a problem with titan quest... the problem is when i double click on titan quest.exe the screen remains black (that's all u can see) the computer doesnt answer, and i have to restart my system.
I have an AMD 3200+, 1gb ram, gforce 6600 256mb, 250 gb disk space... i think that my pc perfectly suits the game requirements, but...why is this happening? i've tried many things..but it's the same after trying once and again...
please i need a hand, thanks for your time...

0_0_7 06-07-2006 14:57

The Crashes are not depending on the Cracks or the Mini Images. The game is buggy. Next week there will be an update to version 1.07 - that update should help and the random crashes and several sound problems.
Greetings, 007

mR.muRdER 07-07-2006 07:41

Hi there,
I used the crack first, too and it crashed normally after 5-10 minutes.
I tried the "Playfix" wich extracts all the .arcs, too, but the game still crashed.

Now I use Benderīs Mini Image + CureROM 2.03 and it works all fine.
(I dont know if that matters, but I also told my firewall to block Titan Quest.exe at alle Ports)

PS.: If the crashes are only caused because of bad coding, then why did the demo version work all fine on my system and the systems of my friends?

Joe Forster/STA 07-07-2006 07:50

The demo probably worked properly because it contained very reduced game content. (It's easy to make software work when it does only ~10% of what it is supposed to do when it's finished...! ;))

mR.muRdER 07-07-2006 07:54

Hm but why does it then work for me with the mini image? I already played 2 hours nonstop and it didnt crash!

kosmiq 07-07-2006 13:00

This game is driving me nuts. Doesn't matter if I use crack, mini-image or original disc... Problem for me is that my Razer Diamondback drivers makes the game crash. So I get bluescreens and auto reboots in the game after varying time... There's a thread about the problem on the games official boards too... God I hope the patch will fix that or Razer will release an updated driver.. :(

Hyrulan 07-07-2006 15:12

ok
 
Working fine with the reloaded exe and deamon tools 3.47 mounted image + curerom
With this solution I got no crashes no freezes...

But I think I'll buy it ;)

0_0_7 07-07-2006 15:32

Quote:

Originally Posted by Hyrulan

But I think I'll buy it ;)

So what do you use now, if you will buy it?

mikelish 07-07-2006 15:44

how long till a no-cd patch for the 1.08 patch?

dorkydude666 07-07-2006 16:01

I was really watching the clock waiting for this recent update to fix the crashing, but then I realized that my .exe (;)) was corrupted after the update. :mad: Hopefully someone will give us a link to get the 1.08 patch executable, it'd be very much appreciated!

Hyrulan 07-07-2006 16:20

Quote:

Originally Posted by 0_0_7
So what do you use now, if you will buy it?

I'm trying to play it, I'll buy it if its a great game like D2 was some years ago:p

mikelish 07-07-2006 18:22

can I create my own no-cd for the 1.08 patch using gamejackal?

DABhand 07-07-2006 19:34

Quote:

Originally Posted by Hyrulan
I'm trying to play it, I'll buy it if its a great game like D2 was some years ago:p


Banned when mods see you.


WAREZ ARE NOT ALLOWED HERE.


And playing a game before you buy it or not is still stealing.


All times are GMT -7. The time now is 23:36.

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