Darkstar2
 Joined: Jan 2014
Posts: 1,238
|
 |
Reply #60 Posted on: September 28, 2014, 05:01:49 AM |
|
|
|
Can you legally do that TKG ?
That DLL is part of Microsoft Internet Explorer and you should have that DLL inside your program files internet explorer. It is the Microsoft Internet Explorer Compatibility Shims. People should have that on their system, as an alternative you could add the the location to the PATH environment from within your game, if not mistaken.
|
|
|
lonewolff Guest
|
 |
Reply #61 Posted on: September 28, 2014, 05:38:07 AM |
|
|
No idea if that DLL is the problem. Just know that this extension doesn't do shit on my system as it stands 
|
|
|
time-killer-games Guest
|
 |
Reply #62 Posted on: September 28, 2014, 06:13:44 PM |
|
|
|
Darkstar2 if you really want to help please download it and run it. If you have no problems, I can verify Lonewolff has a virus and call it a day. You're right IESHIMS.DLL is a part of IE meaning every windows OS still on the planet has it. No need to distribute it.
|
|
|
Darkstar2
 Joined: Jan 2014
Posts: 1,238
|
 |
Reply #63 Posted on: September 28, 2014, 06:20:18 PM |
|
|
Quote from: time-killer-games on September 28, 2014, 06:13:44 PM Darkstar2 if you really want to help please download it and run it. If you have no problems, I can verify Lonewolff has a virus and call it a day. You're right IESHIMS.DLL is a part of IE meaning every windows OS still on the planet has it. No need to distribute it.
Is this compatible with ENIGMA because I do not use GMS currently and it is not installed. BTW, I cannot download from the MarketPlace as I do not have an account in the MarketPlace. Only MarketPlace account holders can......This is separate from the community and YYG account. I also do not want to register on the market place for now, PM me your extension here, if it is compatible with ENIGMA I will give it a try.
|
|
|
time-killer-games Guest
|
 |
Reply #64 Posted on: September 28, 2014, 06:23:24 PM |
|
|
Extract the webbrowser.zip and in the datafiles dir just run "WebBrowser.gmx.exe" that'd be great!  Download - https://db.tt/7jKQaYby
|
|
|
|
|
Darkstar2
 Joined: Jan 2014
Posts: 1,238
|
 |
Reply #66 Posted on: September 28, 2014, 06:38:59 PM |
|
|
Ok ran both EXE and all I get is a WHITE window area inside the main window and nothing. The IE DLL has nothing to do, I tried placing the DLL inside the folder and same problem. I will investigate this and no TKG, we don't have viruses on our systems  BTW I am running Windows 7 64bit, I do have IE as it came with windows, will investigate this further see if I can find the reason. Cheers
|
|
|
time-killer-games Guest
|
 |
Reply #67 Posted on: September 28, 2014, 06:52:11 PM |
|
|
|
Interesting... I created the actual browser control DLL with a watered-down programming language known as BlitzMax. I'm requesting help and insight on their forum as we speak, worst case scenerio I'll have to re-write the entire extension in C++. :/
THANK YOU for your patience Lonewolff! I feel stupid now as 60+ people have downloaded my extension and it doesn't even work for anyone but me, damn, and I had no way of knowing that!
|
|
|
|
|
Darkstar2
 Joined: Jan 2014
Posts: 1,238
|
 |
Reply #69 Posted on: September 28, 2014, 06:58:52 PM |
|
|
Quote from: time-killer-games on September 28, 2014, 06:52:11 PM Interesting... I created the actual browser control DLL with a watered-down programming language known as BlitzMax. I'm requesting help and insight on their forum as we speak, worst case scenerio I'll have to re-write the entire extension in C++. :/
Still no go, running both EXE, see window with an embedded white window but no browser..... I notice as if something is trying to to loop or move away from the window, when clicking on the window the caption area becomes blue then grey (in and out of focus). I tried running from your EGM source, same issue. Even the GMS compiled EXE behaves the same, as did the EGM compiled one. This is interesting indeed, these kinds of problems might be an issue with 3rd party plugins DLL..... And yes I tried including the dependency DLL in the same folder, still no go, so that's not the issue.
|
|
|
Darkstar2
 Joined: Jan 2014
Posts: 1,238
|
 |
Reply #70 Posted on: September 28, 2014, 07:02:07 PM |
|
|
Quote from: time-killer-games on September 28, 2014, 06:52:11 PM and I had no way of knowing that!
Actually you do, nothing prevents you from distributing the program to people with different configs to test your product first. I would have helped you there testing it first before release, I'm sure others too. So it does not work for anybody but you ? could it have to do with what you used to create the plugin and how it was generated? BTW I don't know if this is any relevant I tried running a trace on your program, monitoring what goes on and I can see in web browser it is generating buffer overflows and INVALID DEVICE warnings. I will go try this plugin of yours in an old system with XP. will let you know. // nope, same thing in another system in win XP.
|
|
|
|
|
Darkstar2
 Joined: Jan 2014
Posts: 1,238
|
 |
Reply #72 Posted on: September 28, 2014, 08:09:50 PM |
|
|
|
From the traces I ran and my observation in the window forcing itself out of focus and the flickering hour glass, it seems like a conflict, and something is looping indefinitely, a trace showed buffer overflows and invalid device (when tracing your browser plugin through process monitor) - Congratulations TKG, you may be an actual victim of DLL hell !
Perhaps someone on the blitz forum can help you there.
|
|
|
time-killer-games Guest
|
 |
Reply #73 Posted on: September 28, 2014, 08:25:20 PM |
|
|
|
It would be so much easier if I could test this myself on a machine that is having the trouble you guys are.
|
|
|
|
|
|