michael-fadely / sa2-battle-network

Online multiplayer for Sonic Adventure 2 PC
MIT License
31 stars 1 forks source link

sa2 battle network dll error #16

Closed Tegral closed 8 years ago

Tegral commented 8 years ago

my friend and i followed your instructions to a t and when we load it up it can't find the sa2 battle network dll. we've tried uninstalling and reinstalling. moving the dll around nothing. was hoping you have a fix for it.

michael-fadely commented 8 years ago

Are you absolutely certain you installed the x86 Microsoft Visual C++ 2015 redistributable?

Tegral commented 8 years ago

I am yes but (x86) is usually 64 bit whereas (x64) is usually 32 bit. That's why my program files folder says program files (x86) cause I have a 64 bit is. Should I try getting the other one?

On Friday, March 11, 2016, Michael Fadely notifications@github.com wrote:

Are you absolutely certain you installed the x86 Microsoft Visual C++ 2015 redistributable?

— Reply to this email directly or view it on GitHub https://github.com/SonicFreak94/sa2-battle-network/issues/16#issuecomment-195453883 .

michael-fadely commented 8 years ago

You've got that reversed. x86 is 32-bit, x86-64--or x64 for short--is 64-bit. Program Files (x86) is the default installation folder for 32-bit applications on 64-bit Windows, although there's nothing stopping installers from putting 64-bit applications in there.

As for the issue at hand: does this happen at all with the mod disabled in the mod manager?

Tegral commented 8 years ago

I haven't tried disabling the mod but I think my friend said it did. i'll give it a shot and get back to you.

On Fri, Mar 11, 2016 at 1:15 PM, Michael Fadely notifications@github.com wrote:

You've got that reversed. x86 is 32-bit, x86-64--or x64 for short--is 64-bit. Program Files (x86) is the default installation folder for 32-bit applications, although there's nothing stopping installers from putting 64-bit applications in there.

As for the issue at hand: does this happen at all with the mod disabled in the mod manager?

— Reply to this email directly or view it on GitHub https://github.com/SonicFreak94/sa2-battle-network/issues/16#issuecomment-195556343 .

Tegral commented 8 years ago

no i only get the issue with the mod activated

On Fri, Mar 11, 2016 at 6:07 PM, Tegral jadevlin88@gmail.com wrote:

I haven't tried disabling the mod but I think my friend said it did. i'll give it a shot and get back to you.

On Fri, Mar 11, 2016 at 1:15 PM, Michael Fadely notifications@github.com wrote:

You've got that reversed. x86 is 32-bit, x86-64--or x64 for short--is 64-bit. Program Files (x86) is the default installation folder for 32-bit applications, although there's nothing stopping installers from putting 64-bit applications in there.

As for the issue at hand: does this happen at all with the mod disabled in the mod manager?

— Reply to this email directly or view it on GitHub https://github.com/SonicFreak94/sa2-battle-network/issues/16#issuecomment-195556343 .

Tegral commented 8 years ago

the exact quote is "Sa2 battle network DLL error - the specified module could not be found"

On Fri, Mar 11, 2016 at 6:11 PM, Tegral jadevlin88@gmail.com wrote:

no i only get the issue with the mod activated

On Fri, Mar 11, 2016 at 6:07 PM, Tegral jadevlin88@gmail.com wrote:

I haven't tried disabling the mod but I think my friend said it did. i'll give it a shot and get back to you.

On Fri, Mar 11, 2016 at 1:15 PM, Michael Fadely <notifications@github.com

wrote:

You've got that reversed. x86 is 32-bit, x86-64--or x64 for short--is 64-bit. Program Files (x86) is the default installation folder for 32-bit applications, although there's nothing stopping installers from putting 64-bit applications in there.

As for the issue at hand: does this happen at all with the mod disabled in the mod manager?

— Reply to this email directly or view it on GitHub https://github.com/SonicFreak94/sa2-battle-network/issues/16#issuecomment-195556343 .

Tegral commented 8 years ago

so i checked and it never installed that version of vcredist.so i got it installed and it will load fine now. now when my frined or i adds -connect and -host we just load up 2 player battle and it works?

On Fri, Mar 11, 2016 at 6:13 PM, Tegral jadevlin88@gmail.com wrote:

the exact quote is "Sa2 battle network DLL error - the specified module could not be found"

On Fri, Mar 11, 2016 at 6:11 PM, Tegral jadevlin88@gmail.com wrote:

no i only get the issue with the mod activated

On Fri, Mar 11, 2016 at 6:07 PM, Tegral jadevlin88@gmail.com wrote:

I haven't tried disabling the mod but I think my friend said it did. i'll give it a shot and get back to you.

On Fri, Mar 11, 2016 at 1:15 PM, Michael Fadely < notifications@github.com> wrote:

You've got that reversed. x86 is 32-bit, x86-64--or x64 for short--is 64-bit. Program Files (x86) is the default installation folder for 32-bit applications, although there's nothing stopping installers from putting 64-bit applications in there.

As for the issue at hand: does this happen at all with the mod disabled in the mod manager?

— Reply to this email directly or view it on GitHub https://github.com/SonicFreak94/sa2-battle-network/issues/16#issuecomment-195556343 .

michael-fadely commented 8 years ago

That's right. You can find more details on that in the Sonic Retro thread.