[kinda solved] Can't load plugin<dsacesrv.dll></dsacesrv.dll>
-
Look at the dependencies by dependency walker, etc of dsacesrv.dll - ex. msvcp90.dll, msvcr90.dll
then recompile it with proper VC version - choose it somewhere at the Project Properties of 2013 GUI
or yes, by vs 2008 you may try start to rebuild from ahookext - check it’s properties too. -
Hm did the rebuilding & just in case reinstalled vc redist 2008 sp1, still the same errors….
Where do i find the option to change it to the proper VC version Helloween?
(I’m using vs 2008 as for now) -
If it compiles, it’s already the right version.
However, I’m not sure dsace was built with SP1, which changes the STL headers and thus is likely a breaking change.
-
The problem is that you’re using a version of Hook that’s more recent than the one dsaceserv.dll was built against. The libs changed, the definitions changed, so all plugins must be recompiled.
The only fix is to go back revisions until you find the one dsaceserv.dll was built with.
-
yeah i see alot of your points, but the problems described here still occur even without dsacesrv plugin ….
Now I’m just trying to get the “vanilla version” from the forge to work properly … which unfortunately still leads to the errors
maybe the forum topic is misleading
-
It’s possible that hookext didn’t like some of the changes made to Hook as well. It’s hard to test those plugins since they do nothing by themselves.
-
@Starworld: THX i’ll try that
But still I got problems with unmodified newest rev
Maybe i should open a new thread for that….At the first glance the clients are registred by flhook again (with rev241; checked via getplayers command)
It’s a bummer that it dont work with the newest rev for me :S