unity hub在ubuntu 22.0.4上启动卡住

在启动UnityHub时,在有些Linux发行版上,UnityHub会卡在转圈的界面,这是因为缺少一个依赖,如果在终端中启动unityhub,会看到如下报错

bash 复制代码
ERROR: Licensing SDK logging callback is not registered. 
Please use 'registerLoggingAdapter' function from the SDK to do so.

在论坛中有人贴出了解决办法:

Got the same error after upgrading to Ubuntu 22

Installing openssl 1.1 did not work for me

Installing libssl1.1 did work -

bash 复制代码
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

libssl1.1安装完毕后重启电脑,如果不出意外,unityhub就可以使用了

相关推荐
真鬼1238 小时前
【Unity WebGL】内嵌网页与双向通信
unity·游戏引擎·webgl
醉熏的石头9 小时前
Ubuntu 中的编程语言(中)
linux·ubuntu·scala
bukeyiwanshui14 小时前
20260622 安装配置ubuntu
linux·运维·ubuntu
zyh______16 小时前
C#语法糖(按照实用性排序)
unity·c#
AI的探索之旅17 小时前
从 Ubuntu 14.04 到 24.04:TI AM335x 开发环境完整迁移与 Agent 接管方案
linux·数据库·嵌入式硬件·ubuntu·postgresql
avi911119 小时前
[AI教做人]CinemachineCamera 各项调整配置参数入门 + Profiler
unity·游戏开发·camera·cinemachine·visual camera·镜头配置
一池秋_19 小时前
ubuntu(linux)完美复刻windows11字体,解决linux字体费眼晴
linux·运维·ubuntu
艾莉丝努力练剑1 天前
OpenCode AI 编程:Ubuntu 24.04 环境安装与使用指南
linux·服务器·网络·人工智能·tcp/ip·ubuntu
Tian_Hang2 天前
Eclipse Ditto 的权限策略
java·服务器·前端·网络·ide·ubuntu·eclipse
郝学胜-神的一滴2 天前
[简化版 GAMES 101] 计算机图形学 16:纹理走样、Mipmap、三线性插值、各向异性过滤原理全解
unity·游戏引擎·godot·图形渲染·three.js·opengl·unreal