博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
FireFly 服务端 Unity3D黑暗世界 客户端 问题
阅读量:5909 次
发布时间:2019-06-19

本文共 3477 字,大约阅读时间需要 11 分钟。

启动服务端成功截图:

 

连接成功截图:

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

在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):

转载地址:http://elppx.baihongyu.com/

你可能感兴趣的文章
LR基础学习_脚本信息函数
查看>>
基于html5 canvas和js实现的水果忍者网页版
查看>>
2、传统的线程互斥synchronized
查看>>
IT忍者神龟之使用 PowerDesigner
查看>>
JSP导出Excel文件
查看>>
谷歌大神Jeff Dean:大规模深度学习最新进展 zz
查看>>
javaweb学习总结(八)——HttpServletResponse对象(二)
查看>>
CSharpGL(24)用ComputeShader实现一个简单的图像边缘检测功能
查看>>
jquery------提供灵活的方法参数
查看>>
Android ContentProvider和getContentResolver
查看>>
深入理解javascript描述元素内容的5个属性
查看>>
Android 知识梳理
查看>>
poj 1331 Multiply
查看>>
解决java.lang.OutOfMemoryError: unable to create new native thread问题
查看>>
POJ - 3294 Life Forms
查看>>
wallproxy on ubuntu usage
查看>>
【反射】使用反射来获取注解原数据信息-类信息-方法信息等
查看>>
当代前端应该怎么写这个hello world?
查看>>
[转载]替代Visio的免费软件:EDraw Mind Map
查看>>
(C#)AJAX post方式传值
查看>>