Go Back   FileForums > Game Backup > PC Games

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-09-2006, 15:03
Vortaka Vortaka is offline
Registered User
 
Join Date: Sep 2006
Location: Canada
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Vortaka is on a distinguished road
Quote:
Originally Posted by kakkabomb View Post
Hi there
I have tried this on two seperate workstations.
I get the same error
"memory error, program exit"
I install TQ
Update with patch provided from aSxDOX
Copy file into games directory and cracked .exe
I try load the game and get the same error on both worstations.
What am i doing wrong?
Thanks for any help
Easy enough (had the same problem though!).
Just copy all the junk files in their proper folder (I think it's "_asx" or something like that) (in your Titan Quest folder). They should already be in their folder in the rar file just copy the "folder" instead of the files! Hope this works!

(If not, just pm me... Had the problem so I understand exactly!)

Vortaka

P.S. The right folder is "_asxdox"... Have fun!

Last edited by Vortaka; 06-09-2006 at 15:15.
Reply With Quote
Sponsored Links
  #2  
Old 06-09-2006, 15:28
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
im criticising it because it could have been better done, some of the other secu cracks are 'clean', this one is messy, and has the potential to fail (its failed for others.. ) simply because of the way it handles the memory
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #3  
Old 06-09-2006, 15:56
misterxzibit misterxzibit is offline
Junior Member
 
Join Date: Sep 2006
Location: Romania
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
misterxzibit is on a distinguished road
Hey guys, I didn't do the crack. I found it on a great private torrent tracker and I just gave it to you all.

Until now, there's no other 1.15 crack, so Take It Or Leave It!
Reply With Quote
  #4  
Old 06-09-2006, 17:05
BarryB BarryB is offline
Die Hard Member
 
Join Date: Jun 2004
Location: In a House
Posts: 1,972
Thanks: 0
Thanked 1 Time in 1 Post
BarryB is on a distinguished road
Guess some people just don't appreciate TippeX's knowledge!!

If a crack is to 'work' it must done in a way that both mimicks the original EXE and is system friendly, not cobbled together and 'hoping' it will work!

TippeX is pointing out the rather shoddy way this crack has been done, and the likelyhood it will fail on certain systems due it not being coded in a system friendly manner, i.e. making sure the dumped data gets loaded back into areas of ram that don't conflict with ram already taken by other processes.

Seeing as this crack relies on loading the data back into the same addresses they were dumped from there is a chance it could conflict with a process already using one of those addresses, and BAM!, the damn thing crashes!!

So when someone tries to educate you, have the courtesy to read and learn
Reply With Quote
  #5  
Old 06-09-2006, 18:11
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
Was reading through this thread in disbelief until I read the following:
Quote:
Guess some people just don't appreciate TippeX's knowledge!!............So when someone tries to educate you, have the courtesy to read and learn
I couldnt have said it better myself.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
  #6  
Old 07-09-2006, 09:06
stomvasqz stomvasqz is offline
Junior Member
 
Join Date: Apr 2006
Location: England
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
stomvasqz is on a distinguished road
Patch v 1.15 cracked by ASX ;]

http://rapidshare.de/files/32279723/asx-tq_v1.15.nfo

.. to be sure guys hehe. well done !!
Reply With Quote
  #7  
Old 07-09-2006, 09:12
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,837
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Uhm, are you a write-only user?! This crack is exactly what has been discussed for, at least, a dozen posts above...
__________________
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
  #8  
Old 07-09-2006, 10:15
daffyduck's Avatar
daffyduck daffyduck is offline
Registered User
 
Join Date: Sep 2006
Location: Earth
Posts: 67
Thanks: 1
Thanked 0 Times in 0 Posts
daffyduck is on a distinguished road
if you have problems with aSxDOX crack for 1.15 try disabling Data Execution Prevention (DEP)
Reply With Quote
  #9  
Old 07-09-2006, 10:26
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
dep should not be an issue, the loader does actually allocate the memory as PAGE_EXECUTE_READWRITE, so dep is fine, the game itself could have bugs, crashes with 0xc0000005 exception i've seen a few times, that isn't from the loader though..

dep (/nx) only causes an issue if the area the eip is pointing to is not marked as executable (such as the stack etc)...

and last time i checked if the ep of an exe is not marked in an executable section (which this one is not), then i think windows disables dep for the process... same as if the executable has sections it knows are protection sections such as the .stxtxxx from safedisc..

open up ntdll.dll and so a search for the safedisc 'BoG' tag, then xreference it... (only if you're xp sp2 or higher.. cos dep isnt active in xp sp1 or lower).. then you'll find how laughable dep is, because all the malware authors have to do is make 'safedisc' like sections in the executable and dep goes completely out the window...

hope none of you evil people out there get ideas from that...
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...

Last edited by TippeX; 07-09-2006 at 12:37. Reason: messed up on the defines.. extra _ ...
Reply With Quote
  #10  
Old 07-09-2006, 15:14
LoedD's Avatar
LoedD LoedD is offline
Senior Member
 
Join Date: Apr 2005
Location: Germany
Posts: 204
Thanks: 0
Thanked 0 Times in 0 Posts
LoedD is on a distinguished road
Question

Quote:
Originally Posted by duffyduck View Post
if you have problems with aSxDOX crack for 1.15 try disabling Data Execution Prevention (DEP)
HOW???
__________________
[FONT="Georgia"]Windows Vista Ultimate x64
MSI P965 Platinum
Intel Core 2 Duo 6300@ 2.80GHz
4x 1GB G.E.I.L. DDR2 PC6400@ 800MHz
920GB HDD
Samsung Super Writemaster 18xDVD+/-/RW/DL/RAM Writer
ASUS GeForce 8800GT 512MB OC[/FONT]

[FONT="Impact"][COLOR="Red"][B][FONT="Arial Black"]10300 Points@3DMark 06[/FONT][/B][/COLOR][/FONT]
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Titan Quest and SecuRom Issues Bryan9129 PC Games 17 23-06-2006 18:26
Saving King's Quest IX mcomp72 Chit Chat 12 17-11-2005 18:05



All times are GMT -7. The time now is 11:39.


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