Amver / easymyp

Automatically exported from code.google.com/p/easymyp
0 stars 0 forks source link

Easymyp is trying to get exclusive access to the archive when opening it, which fails if Warhammer is running. #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to open interface.myp while Warhammer is running.

Please provide any additional information below.

Fix:
MYPWorker.cs, line 237:

            archiveStream = new FileStream(filename, FileMode.Open, 
FileAccess.Read );

(VonhintenHOME` from #wowuidev)

Original issue reported on code.google.com by angry...@gmail.com on 4 Oct 2008 at 4:24

GoogleCodeExporter commented 9 years ago
fixed and thanks for the info

Original comment by ChryzoPh...@gmail.com on 4 Oct 2008 at 9:18