启动服务端成功截图:

连接成功截图:

测试服务端是否启动成功:

在Web输入:http://localhost:11009/  按回车 (查看cmd启动的服务端 是否多出如下显示)

服务端启动成功。PC unity3d客户端 连接也成功。但在手机端连接不成功 一直显示连接服务器有误 请检查网络

--------- beginning of /dev/log/system
--------- beginning of /dev/log/main
D/Unity (32743): GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_per
ormance_monitor GL_AMD_program_binary_Z400 GL_EXT_robustness GL_EXT_texture_for
at_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ET
1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_
mage_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragmen
_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_rg
8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_O
S_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OE
_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_
COM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_g
obal_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL
QCOM_writeonly_rendering GL_AMD_compressed_3DC_texture
I/Unity (32743): FormatException: An invalid IP address was specified.
I/Unity (32743): at System.Net.IPAddress.Parse (System.String ipString) [0x
0000] in <filename unknown>:0
I/Unity (32743): at XTcpClient.Connect (System.String ip, Int32 port) [0x00
00] in <filename unknown>:0
I/Unity (32743): at NetMgr.Connect (System.Action callback) [0x00000] in <f
lename unknown>:0
I/Unity (32743): at Globals.Connect (System.Action callback) [0x00000] in <
ilename unknown>:0
I/Unity (32743): at DengluView.onClickLogin () [0x00000] in <filename unkno
n>:0
I/Unity (32743): UnityEngine.GameObject:SendMessage(String, Object, SendMessa
eOptions)
I/Unity (32743): UIButtonMessage:Send()
I/Unity (32743): UIButtonMessage:OnClick()
I/Unity (32743): UnityEngine.GameObject:SendMessage(String, Object, SendMessa
eOptions)
I/Unity (32743): UICamera:Notify(GameObject, String, Object)
I/Unity (32743): UICamera:ProcessTouch(Boolean, Boolean)
I/Unity (32743): UICamera:ProcessTouches()
I/Unity (32743): UICamera:Update()
I/Unity (32743):
I/Unity (32743): (Filename: Line: -1)
I/Unity (32743):
D/Unity ( 939): GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_per
ormance_monitor GL_AMD_program_binary_Z400 GL_EXT_robustness GL_EXT_texture_for
at_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ET
1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_
mage_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragmen
_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_rg
8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_O
S_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OE
_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_
COM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_g
obal_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL
QCOM_writeonly_rendering GL_AMD_compressed_3DC_texture
W/Unity ( 939): ::OnConnected
W/Unity ( 939):
W/Unity ( 939): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDe
ug.cpp Line: 53)
W/Unity ( 939):
E/Unity ( 939): 连接服务器有误 请检查网络
E/Unity ( 939):
E/Unity ( 939): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDe
ug.cpp Line: 53)
E/Unity ( 939):

FireFly 服务端 Unity3D黑暗世界 客户端 问题的更多相关文章

  1. git的CentOS服务端安装和windows客户端的使用

    git的CentOS服务端安装和windows客户端的使用 此教程以 搬瓦工vps CentOS 6 x64 的系统为环境,搭建 git 服务端.windows 7 系统为客户端. git客户端 在W ...

  2. Identity4实现服务端+api资源控制+客户端请求

    准备写一些关于Identity4相关的东西,最近也比较对这方面感兴趣.所有做个开篇笔记记录一下,以便督促自己下一个技术方案方向 已经写好的入门级别Identity4的服务+api资源访问控制和简单的客 ...

  3. SuperWebSocket实现服务端和WebSocket4Net实现客户端

    SuperWebSocket实现服务端和WebSocket4Net实现客户端具体实现如下: SuperWebSocket实现服务端 注:本作者是基于vs2019 enterprise版本,所有项目均为 ...

  4. windows10 64位 安装mysql服务端 并使用navicat客户端链接 掉的一堆坑

    1.目的 安装mysql服务端 并使用navicat客户端链接 2.过程 1)下载mysql服务端 下载过程(参考https://blog.csdn.net/youxianzide/article/d ...

  5. thrift 服务端linux C ++ 与客户端 windows python 环境配置(thrift 自带tutorial为例)

    关于Thrift文档化的确是做的不好.摸索了很久才终于把跨linux与windows跨C++与python语言的配置成功完成.以下是步骤: 1)                 Linux下环境配置 ...

  6. C# WebSocket 服务端示例代码 + HTML5客户端示例代码

    WebSocket服务端 C#示例代码 using System; using System.Collections.Generic; using System.Linq; using System. ...

  7. 自己实现FormsAuthentication.SetAuthCookie方法,怎样在ASP.NET服务端代码中删除客户端Cookie

    如何手动设置AuthCookie ASP.NET中实现可以自己实现FormsAuthentication.SetAuthCookie方法,控制更为灵活 /// <summary> /// ...

  8. python摸爬滚打之day29----socketserver实现服务端和多个客户端通信

    什么是socketserver? TCP协议下的socket实现了服务端一次只能和一个客户端进行通信, 而socketserver实现了服务端一次能和多个客户端进行通信, 底层调用的还是socket. ...

  9. 邮件报警以及服务端能否ping通客户端的小例子(三)

           就这个小小的东西,弄了一天,弄的头晕眼花,毕竟第一次弄这个,记录下来,若干年之后,回看这些笔记,不知是什么样的感想,哈哈.我学一个东西的时候喜欢系统的来,一点一点的来,做这个的时候想法很 ...

随机推荐

  1. jquery之音乐均衡器

    制作这个音乐均衡器需要一个equalizer插件(插件我已经上传),下面介绍一下网页的BGM的相关属性: hidden="true"表示隐藏播放,即不显示播放器的外观,若要想显示, ...

  2. iMAC——查看开机关机时间

    每次下班都记不好早上几点打的卡,你是不是也经常有这样的情况:  那就用以下的代码考到Mac电脑的终端中,回车: mac终端输入上面命令行 查看开机时间: last | grep reboot 查看关机 ...

  3. The influence of informal governance mechanisms on knowledge integration

    Title:The influence of informal governance mechanisms on knowledge integration within cross-function ...

  4. 移动端高清、多屏适配方案 [来源:http://div.io/topic/1092]

    Lovesueee 发布于 8 月前 移动端高清.多屏适配方案 背景 开发移动端H5页面 面对不同分辨率的手机 面对不同屏幕尺寸的手机 视觉稿 在前端开发之前,视觉MM会给我们一个psd文件,称之为视 ...

  5. Servlet、Filter 生命周期

    Servlet作为JavaEE必须掌握的内容,Struts2通过使用Filter的功能实现了一个MVC的框架.因此掌握这Servlet以及Filter的生命周期显得非常重要. 1. Servlet的生 ...

  6. httpc服务器错误类型大全

    HTTP 400 - 请求无效HTTP 401.1 - 未授权:登录失败HTTP 401.2 - 未授权:服务器配置问题导致登录失败HTTP 401.3 - ACL 禁止访问资源HTTP 401.4 ...

  7. NPOI Excel导入 导出

    添加引用 using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using System; using System.Collections.Gene ...

  8. [译]GC专家系列2:Java 垃圾回收的监控

    原文链接:http://www.cubrid.org/blog/dev-platform/how-to-monitor-java-garbage-collection/ 这是"成为GC专家系 ...

  9. jdbc之分页查询

    分页查询作为一项十分重要的数据库查询技术,在很多web项目中都会要用到,当然移动开发中也是会涉及的. 一.分页查询的sql语句: ps:为了方便阐述,下面统一使用student表作为查询的表:colN ...

  10. EditorLineEnds.ttr 受影响的D版本 Delphi 8-2010

    http://stackoverflow.com/questions/25295980/delphi-2006-2010-error-cannot-create-file-c-users-admin- ...