Author Topic: Error while trying to dump text to a file  (Read 542 times)  Share 

Akatosh

  • Still dropping by every couple of months
    • Best Innovation Award Winner 2007, for '_Access'
    •  
    • I can help with proof reading
    •  
    • I can help with scripting
    •  
    • I can help with story design
    •  
  • Akatosh worked on a game that was nominated for an AGS Award!
Error while trying to dump text to a file
« on: 29 Jul 2006, 16:40 »
Exception 0x00000000 at EIP=0x00000000,
AGSEDIT v2.71.631, SIP=26

tried to dump everything (checked all those checkboxes) into a dumpD.txt file
it worked after i changed the name to koffeekrisis.txt (game name)
then i dried to dump it to dumpD.txt again and it kept on crashing.
« Last Edit: 15 Aug 2006, 13:21 by strazer »

Pumaman

  • Creator of AGS
  • Administrator
  • Mittens TRAITOR
  • I sense danger.
    • Lifetime Achievement Award Winner
    •  
Re: Error while trying to dump text to a file
« Reply #1 on: 02 Aug 2006, 18:17 »
Has anyone else experienced a problem with dumping the game text?

Kweepa

  • Mutated Guano Deviser
    • Best Innovation Award Winner 2009, for his modules and plugins
    •  
  • Kweepa worked on a game that was nominated for an AGS Award!
Re: Error while trying to dump text to a file
« Reply #2 on: 02 Aug 2006, 18:35 »
I think AGS crashes when another program has a lock on the file you want to write.
I tested it by opening the dumped file in various programs, then trying to write it again.
It worked fine for notepad (which doesn't lock), but crashed for M$ Word (which does).
Still waiting for Purity of the Surf II

Pumaman

  • Creator of AGS
  • Administrator
  • Mittens TRAITOR
  • I sense danger.
    • Lifetime Achievement Award Winner
    •  
Re: Error while trying to dump text to a file
« Reply #3 on: 02 Aug 2006, 18:44 »
Well spotted Steve thanks, I'll fix that.