Re: AO not finding functions
Ove Kaaven <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Organization | TransGaming Technologies Inc |
| Message-ID | <1075897441.10414.320.camel@renegade> |
ons, 04.02.2004 kl. 02.30 skrev Marius Grigoriu: > I've been spending quite a while on trying to track the latest crash > with Anarchy Online. The crash is within one of the game dlls, not > winex. warn+debugstr shows two error messages the game sends out and I > suspect that it is related to the crash. I linked to part of my logfile > for warn+debugstr, +seh, +snoop,+relay where I believe the bug might be > happening. That you think it's happening there doesn't mean that it is, and I don't think it is (unless it's because you're using +snoop, which can easily disrupt the program's exception handling and many other things, so I'd recommend not using it). I suspect this trace could simply be showing the program constructing the string it's passing to OutputDebugString. You should have linked to a more complete trace, as I don't see the dll loading you're talking about. And add +ole if that's what it uses for this serialization or instantiation. > Any ideas on what might be going wrong? If the game creates a list of > available functions eariler on, then the problem might not be in this > part of the log. It's a bit daunting to wade through 1gig+ of logfile. Well, you could put it somewhere and let other people wade through it too.