use*_*493 7 wine games software-installation
我有一台由其他人安装的运行 Ubuntu 的计算机,但我对如何使用它一无所知。我的孩子们想在上面玩模拟人生 4。
我在 Linux 上有 Wine & Play。我设法下载了 Origin,这是播放所需的内容,但它根本无法打开。
你能帮我设置一下吗?
小智 3
确保您的计算机满足要求。[1] 检查您的 Ubuntu 版本,您可能需要当前版本。16.04.2 LTS 或 17.04。
WineDB 显示该游戏确实可以在 Origin 中运行,并且 7 月 22 日的评论列出了让它运行的方法。 [2]
[1] https://www.thesims.com/faq#what-are-the-PC-minimum-system-requirements
PROCESSOR: 1.8 GHz Intel Core 2 Duo, AMD Athlon 64 Dual-Core 4000+ or equivalent (For computers using built-in graphics chipsets, the game requires 2.0 GHz Intel Core 2 Duo, 2.0 GHz AMD Turion 64 X2 TL-62 or equivalent)
MEMORY: At least 2 GB RAM
HARD DRIVE: At least 9 GB of free space with at least 1 GB additional space for custom content and saved games
DVD-ROM: DVD ROM drive required for installation only
VIDEO CARD: 128 MB of Video RAM and support for Pixel Shader 3.0. Supported Video Cards: NVIDIA GeForce 6600 or better, ATI Radeon X1300 or better, Intel GMA X4500 or better
Run Code Online (Sandbox Code Playgroud)
让 Origin 正常工作。 作者:Nick Olson 于 2017 年 7 月 22 日星期六 21:12
If you are having problems installing Origin, or can't connect to EA servers, you can follow the instructions posted by Luca Weiss:
Download www.dm.origin.com/download/legacy (legacy OriginThinSetup.exe).
Create a fresh wineprefix (32-bit).
Run the installer and leave the default options.
When Origin launches it will tell you that "Your update could not be completed.".
Download origin-a.akamaihd.net/Origin-Client-Download/origin/live/OriginUpdate_9_12_0_34172.zip and put the contents into your_wine_prefix/drive_c/Program\ Files/Origin/ , so that that folder contains a Origin.exe file.
You can then start this Origin.exe and log in.
After this you should be able to install Sims 4 without any problems.
Run Code Online (Sandbox Code Playgroud)
新 Wine 4,新 Sims 4 ;) 这就是我所做的 - 如果您使用的是不同的 Ubuntu 版本,请根据需要替换“bionic”:
在 Ubuntu 18.04.1(“bionic”)x64 上,从https://wiki.winehq.org/Ubuntu启用 WineHQ 存储库
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Run Code Online (Sandbox Code Playgroud)安装当前稳定的 Wine(我们需要添加上面的 WineHQ 存储库,因为默认存储库有旧版本)
sudo apt update && sudo apt install --install-recommends winehq-stable
Run Code Online (Sandbox Code Playgroud)从https://www.origin.com/irl/en-us/store/download下载适用于 Windows 的默认Origin 安装程序(旧版本似乎无法与当前的 Wine 开箱即用)
创建一个新的 64 位前缀(我在 ~/Documents 下创建它,在哪里并不重要):
cd $HOME/Documents; export WINEPREFIX=$(pwd)/sims4; wineboot -u
Run Code Online (Sandbox Code Playgroud)在此前缀中运行下载的 Origin 安装程序 - 请注意
WINEPREFIX=$HOME/Documents/sims4 wine OriginThinInstaller.exe
Run Code Online (Sandbox Code Playgroud)保持默认选择;将为您创建 Origin 客户端的启动器
在 Origin 客户端中,登录并下载《模拟人生 4》,完成后单击“播放”。瞧!
| 归档时间: |
|
| 查看次数: |
32817 次 |
| 最近记录: |