yann-papouin / bga

BGA (Battlefield Game Archive Tool)
6 stars 0 forks source link

Disk thrashing and random crashes #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using rev202.

I get a lot of disk access, sometimes just on closing the application with just 
a small archive open. 

I get random crashes (I'll try and add the exact error message here when I get 
time).

I tried the mod file system which is partially working but it spent a very long 
time going through my mods and then crashed at the end.

This is on Windows XP SP3.

Original issue reported on code.google.com by djbar...@djbarney.org on 23 Apr 2011 at 6:07

GoogleCodeExporter commented 9 years ago
Hi, thank you for your report.

If you want help on me this, you can install Process Monitor:
http://technet.microsoft.com/en-us/sysinternals/bb896645

After you launch it, it will ask you to configure filters, just choose:
Process name IS bga.exe THEN include
and validate with ADD then OK

Now you can start BGA and doing all your stuff while Process Monitor is 
recording all intercations between the software and the operating system.

After closing BGA, go to Process Monitor (you can stop events capture in 
FILE>CAPTURE EVENTS) and save currently displayed events in the PML format.
Then attach it to this issue report.

Original comment by yann.papouin on 28 May 2011 at 11:18