supreme-committee / text-adventure

UCSC CMPS 115 Project
0 stars 0 forks source link

Access violation with "new game" button #58

Closed mgrijalva closed 10 years ago

mgrijalva commented 10 years ago

er

I haven't figured it out yet. All I know is it occurs when GetOpenFileName is called on line 37 of FileHandler.cc. Does this happen to anyone else (on Windows)?

mikkage commented 10 years ago

I can't seem to duplicate this error on my setup. I've tried loading a tar file once the engine is already running and I have also tried loading the tar file from the command line argument, and I can always click new game and load a tar file without running into the problem you're having. The only thing I can think of right now is maybe it could be a problem with the tar file. I could try running the tar you're using on my setup just to make sure that's not the case. I'll think about this more and let you know if I can find anything.

mgrijalva commented 10 years ago

I tried testing it independently of visual studio and it worked fine.

I probably just need to clean the solution or something. Thanks for testing it. I'll close the issue for now.