• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

I need assistance from expert .NET programmer!

Status
Not open for further replies.
Level 21
Joined
Dec 9, 2007
Messages
3,096
Hello!

I am working on a project, vHub, an all-in-one tool that does many things, including but not limited to:
  • Converting models
  • Extracting mipmaps from BLP's
  • Edit MPQ archives

Now, I've fixed all the bugs except these:
  • When the Model Converter form is created, the only tester I've sent the program to gets an exception about an icon.
    I did not get this error. Moreover, the BLPer form is just the Model Converter form copied! And he doesn't get that error on the BLPer form!
  • vHub takes command line arguments and uses them well. It seems to have a problem when opening an MPQ archive from command line arguments and if vHub just opened. The exception is thrown from MpqLib..ctor (Notice the double dots!) to MpqLib.open to my functions stack!
    But it has no trouble opening the archive later!

The bugs I listed are incredible. I cannot find an explanation for this! I cannot find anything that could bug either!

I should also mention that the first bug only happened to the tester, running Windows XP. I am running Windows 7.
The second bug happened to both of us.

I need to test the first bug a little more and I am not sure about the second...

I really need help, please!
 
Status
Not open for further replies.
Top