We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SevenGame 의 경우 32bit로 빌드하면 서버는 실행되고 클라이언트는 오류가 납니다. 64bit로 빌드하면 서버는 오류가 나고 클라이언트는 실행이 됩니다. 그래서 32bit 서버랑 64bit 클라이언트 실행하면 로그인하면 오류가 나면서 꺼지구요~~~
FPS의 경우는 32bit 서버만 실행되고 나머지는 다 실행이 안됩니다.
환경은~~ 윈도우 10에 visual studio 2013입니다~~~
예상되는 문제가 있을까요~~??
The text was updated successfully, but these errors were encountered:
dll dependency 등을 확인해서 32비트 실행파일 경로에 64비트 dll 모듈이 들어 있는지 확인해 주세요.
Sorry, something went wrong.
확인해 봤는데~~~ 보두 32비트 DLL 파일이 맞습니다~~~~ 혹시 실행 가능한 SevenGame 올려주실수 있나요??
No branches or pull requests
SevenGame 의 경우 32bit로 빌드하면 서버는 실행되고 클라이언트는 오류가 납니다.
64bit로 빌드하면 서버는 오류가 나고 클라이언트는 실행이 됩니다.
그래서 32bit 서버랑 64bit 클라이언트 실행하면 로그인하면 오류가 나면서 꺼지구요~~~
FPS의 경우는 32bit 서버만 실행되고 나머지는 다 실행이 안됩니다.
환경은~~ 윈도우 10에 visual studio 2013입니다~~~
예상되는 문제가 있을까요~~??
The text was updated successfully, but these errors were encountered: