Qhimm.com Forums

Miscellaneous Forums => Troubleshooting => Topic started by: Parogar on 2018-10-04 18:36:42

Title: Re: I've tried everything. I just can't get the 7th heaven mod to work (GOT IT!)
Post by: Parogar on 2018-10-04 18:36:42
I don't think I've ever failed (and failed so many times) in an attempt to get a game modded. I'm run the game converter about 50 times. Double checked every setting. Made sure it's not in "program files." But no matter what I do, clicking launch on 7th Heaven (and I've tried 3 different versions of the program) results in the following error:

(https://i.imgur.com/zgJ9VWd.png)
Title: Re: I've tried everything. I just can't get the 7th heaven mod to work
Post by: Parogar on 2018-10-05 01:11:14
Been at it for a few more hours. Might just give up. I even tried having a look at the source code. It seems like it's something inside 7thwarapperlib.dll, but it's impossible to know which line of code is causing the problem. I'd have to comment out everything and one by one see what's going on but there's just SO MUCH THERE
Title: Re: I've tried everything. I just can't get the 7th heaven mod to work (GOT IT!)
Post by: Parogar on 2018-10-05 02:07:48
OMG I FINALLY GOT IT! I FEEL SO PROUD OF MYSELF.

Well, "almost" got it. As in, I've finally been able to get not just one, but ALL my mods to load -- but only while actively debugging it in Visual Studio 2017 and using breakpoints (cannot yet get it to work in either debug or release .exe form, as the error keeps coming back)

(https://imgur.com/a/lDJXGnW)

Basically, I had to rewrite the injection part of the code and use a completely different function, but I also found that I have to inject ONLY at the main screen when it says "Start/Continue." Any other time and the game crashes for me. I'm guessing if I put a Pause(5000) or something in the code RIGHT BEFORE injection, it might work? lol

At any rate, I FINALLY GOT SOMEWHERE LOL

I am so glad I came by this project. The feeling of endorphins and relief when you finally get something to work programming-wise after an entire day of determination and failure . . . it is SO @*()%Y@ amazing!


(https://i.imgur.com/3puodd9.jpg)
Title: Re: I've tried everything. I just can't get the 7th heaven mod to work
Post by: Parogar on 2018-10-05 02:08:25
(https://i.imgur.com/8kb2vAS.png)