- Не работает Genshin impact или как переписать патч?
- Gi on linux master zip
- About
- Gi on linux master zip
- How to install and run Genshin Impact on Linux?
- Prerequisites
- System requirements
- Install Lutris on Linux
- Install Lutris on Ubuntu/LinuxMint/Pop!_OS
- RHEL/CentOS/Fedora: Install Lutris
- Install Lutris in Arch Linux/Manjaro
- Install Genshin Impact on Linux
- Conclusion
- Войти
- Follow us
- Реклама
- Партнёры
- Genshin Impact
- Informations
- Warning
- Informations
- Feedbacks
- Description
- Screenshots
- Source code
- Contributions
- Message
- Replies
- Message
- Replies
Не работает Genshin impact или как переписать патч?
Захотел я, значит, угробить время за этим казино. Лаунчер поставил, через play on linux, который установил зависимости. После загрузки столкнулся со стандартной проблемой, когда игра отказывается запускаться, после нажатия кнопки. Для этого есть патч, но он для старой версии. Есть ли тут те, кто понимает, что написано в скрипте и как переписать его под новую версию? Буду благодарен
В новой версии unityplayer.dll видимо смещения поменялись, сравни старую версию этого файла с новой сделай выводы, запатчи нужные места по новым смещениям. C наступающим и всего хорошего!
С наступающим! И я не очень понял как это делать, да и старой версии нет. Допустим, я открыл этот файл через hex редактор и не понимаю что такое смещения. Есть какие-нибудь видео или статьи на эту тему? Прости, я никогда с таким не сталкивался. Буду благодарен, если поможешь с этим!
Заранее предупреждаю что аккаунт могут забанить, т.к. все эти патчи отключают античит. Вот ссылка на страничку самого патча для игры, он там постоянно обновляется под актуальную версию: https://notabug.org/Krock/GI-on-Linux
Genshin Impact — это плохая подделка Zelda BotW. Абибас
Immortals Fenyx Rising — это хорошая подделка Zelda BotW, дух передает.
Для мобилок это новый уровень.
Ты меня спас! Благодарю.
Не работает Genshin impact или как переписать патч?
Захотел я, значит, угробить время за этим казино. Лаунчер поставил, через play on linux,
Источник
Gi on linux master zip
BROKEN SINCE V 1.3 ANY IDEA ON HOW TO FIX IT IS WELCOMED
We are trying to fix it right now, see #9
- this isn’t the best experience and you will get artifacts on the screen but still work. i recomend to use vfio/gpu passthrough
- gvt-g will give you a terrible experience and qemu desn’t have good virtual gpus for windows
- virtualbox 3d don’t support directx 10/11
- the anticheat doesn’t run in wine
which leaves us with 4 option, only choose one:
- pcie passthrough (you can find tutorials on the vfio page of the arch wiki)
- vmware 3d gpu (this tutorial)
- patch the game dlls to run the game on wine (risk of cheat detection)(see form my concern and instuctions on how to do it : https://github.com/Marc-Pierre-Barbier/Genshin-Impact-on-linux/issues/1)
- As a last resort, dual-boot and side-step the entire problem. This is advisable if you have a bad computer with a bad GPU.
installing vmware 16
/!\ some users have reported problems getting 3d acceleration on amd hardware with vmware /!
but there was at least one succes so you can at least try.
on arch there is performance issue with vmware from aur (as reported by Xaero) so try to avoid it go and get it on the webside and follow the install instruction on the archwiki
on systemd based system : follow the instruction and manualy add the services listed https://wiki.archlinux.org/index.php/VMware#Installation
on init.d based the whole processe should be strait-forward just download the .bundle and run it
get a windows iso
DO NOT USE WINDOWS LIGHT OR ANY MODIFED WINDOWS (tuxkamen on discord and u/Dazzling-Princess had this issue) you can get one for free on the microsoft website.
you can also get a free windows licence if you are a student by creating a new azure acount
setting up the vm
- YOU NEED VMWARE 16 frame rate will be low on 15
- create a virtual machine and set it’s ram amount to anything >= 8GB
- set the gpu vram to 2GB (work around some visual glitches Xaero still experienced issues event after the fix)
- install windows
- /!\THE STOCK VMWARE TOOLS WILL NOT WORK/!\in windows you need to uninstall vmware tools before installing this version of vmware tools https://packages.vmware.com/tools/releases/latest/windows/x64/
- then shut down the vm
- go into the virtual machine settings -> options -> advanced and copy the path to the vmx
- edit the vmx file and append at then end hypervisor.cpuid.v0 = «FALSE» this will mask the virtualmachine since the game won’t start without
- save and start the vm
- install the game
- go into the game launcher folder and run the setup inside the DXSETUP folder this will fix the white screen bug
- launch the game and change the screen resolution i had 4k by default (this will cause the game to display in windowed) you can workaround the windowed issue with this : https://github.com/Codeusa/Borderless-Gaming/releases
- IMPORTANT: Open the graphics options in-game menu and turn off the bloom feature.
- play the game
- black bushes and white rocks until you get close enough (might be a lod issue) and color distortion in certain areas.
- black screen on amd hardware (WE DON’T KNOW THE CAUSE) we had report of it working on a RX5700 and on not working on rx580 so you should try and please notify us in case of succes or failure
all this work was made with the help of the folks on the lutris discord and special thanks to Xaero wich helped me greatly
the lutris discord can be a good source of help : https://discord.gg/uTnGSt
About
this repository only contains a README that describe how to get genshin impact running inside vmware
Источник
Gi on linux master zip
BROKEN SINCE V 1.3 ANY IDEA ON HOW TO FIX IT IS WELCOMED
We are trying to fix it right now, see #9
- this isn’t the best experience and you will get artifacts on the screen but still work. i recomend to use vfio/gpu passthrough
- gvt-g will give you a terrible experience and qemu desn’t have good virtual gpus for windows
- virtualbox 3d don’t support directx 10/11
- the anticheat doesn’t run in wine
which leaves us with 4 option, only choose one:
- pcie passthrough (you can find tutorials on the vfio page of the arch wiki)
- vmware 3d gpu (this tutorial)
- patch the game dlls to run the game on wine (risk of cheat detection)(see form my concern and instuctions on how to do it : https://github.com/Marc-Pierre-Barbier/Genshin-Impact-on-linux/issues/1)
- As a last resort, dual-boot and side-step the entire problem. This is advisable if you have a bad computer with a bad GPU.
installing vmware 16
/!\ some users have reported problems getting 3d acceleration on amd hardware with vmware /!
but there was at least one succes so you can at least try.
on arch there is performance issue with vmware from aur (as reported by Xaero) so try to avoid it go and get it on the webside and follow the install instruction on the archwiki
on systemd based system : follow the instruction and manualy add the services listed https://wiki.archlinux.org/index.php/VMware#Installation
on init.d based the whole processe should be strait-forward just download the .bundle and run it
get a windows iso
DO NOT USE WINDOWS LIGHT OR ANY MODIFED WINDOWS (tuxkamen on discord and u/Dazzling-Princess had this issue) you can get one for free on the microsoft website.
you can also get a free windows licence if you are a student by creating a new azure acount
setting up the vm
- YOU NEED VMWARE 16 frame rate will be low on 15
- create a virtual machine and set it’s ram amount to anything >= 8GB
- set the gpu vram to 2GB (work around some visual glitches Xaero still experienced issues event after the fix)
- install windows
- /!\THE STOCK VMWARE TOOLS WILL NOT WORK/!\in windows you need to uninstall vmware tools before installing this version of vmware tools https://packages.vmware.com/tools/releases/latest/windows/x64/
- then shut down the vm
- go into the virtual machine settings -> options -> advanced and copy the path to the vmx
- edit the vmx file and append at then end hypervisor.cpuid.v0 = «FALSE» this will mask the virtualmachine since the game won’t start without
- save and start the vm
- install the game
- go into the game launcher folder and run the setup inside the DXSETUP folder this will fix the white screen bug
- launch the game and change the screen resolution i had 4k by default (this will cause the game to display in windowed) you can workaround the windowed issue with this : https://github.com/Codeusa/Borderless-Gaming/releases
- IMPORTANT: Open the graphics options in-game menu and turn off the bloom feature.
- play the game
- black bushes and white rocks until you get close enough (might be a lod issue) and color distortion in certain areas.
- black screen on amd hardware (WE DON’T KNOW THE CAUSE) we had report of it working on a RX5700 and on not working on rx580 so you should try and please notify us in case of succes or failure
all this work was made with the help of the folks on the lutris discord and special thanks to Xaero wich helped me greatly
Источник
How to install and run Genshin Impact on Linux?
Genshin Impact is a free-to-play, open-world action role-playing video game developed by miHoYo. The game allows the player to control one of four interchangeable characters in a party. Players can switch between characters quickly during combat, this allows them to use several different combinations of skills and attacks.
The Genshin Impact game is available for Android and Windows but it is not natively available for Linux.
In this article, I will discuss how to install and run Genshin Impact on Linux operating system.
Prerequisites
To install and run Genshin Impact on Linux you should have –
- Access to a user account with superuser privileges to download and install the required packages.
- The latest version of Wine is installed and configured on your system.
System requirements
The minimum configuration required to play Genshin Impact is –
>>>Minimum configuration:
Processor: Intel Core i5 or equivalent
Memory: 8 GB RAM
Graphics card: NVIDIA® GeForce® GT 1030 and higher or equivalent
Storage: Please reserve 30 GB of space
Install Lutris on Linux
Lutris is a free and open-source gaming platform for Linux. It provides one-click installation for games available on its website and also integrates with the Steam website.
Install Lutris on Ubuntu/LinuxMint/Pop!_OS
You can install Lutris by adding PPA to your system. Use the given commands to add PPA and install Lutris on Ubuntu and its derivatives.
RHEL/CentOS/Fedora: Install Lutris
You can use the given command to install Lutris on RHEL/CentOS.
If you are using Fedora Linux then use –
Install Lutris in Arch Linux/Manjaro
By using the given command you can install Lutris on Arch Linux or Manjaro.
For installing Lutris on other distributions you can use visit the Lutris download page.
Install Genshin Impact on Linux
After installing the Lutris game manager on your system. Open a browser and go to the official website of lutris and click on install as it is given in the image below.
Next, you will see a pop-up click on Open Link this will open the application with Lutris as you can see in the image below. Here click on Install.
In the next window, you will be asked to Select installation directory you can browse and select the directory after selecting click on Install.
This may ask you to download some files every time click on Continue to download these files.
Once the download of these files is completed it will display to accept the license agreement and install Genshin Impact. Click on Install Now as given in the image below.
Once the installation is completed you can click on Run to start the game.
Conclusion
I hope you have successfully installed this game on your Linux system. Now if you have a query then write us in the comments below.
Источник
Войти
372 people online
Follow us
Реклама
Партнёры
Genshin Impact
Informations
Creator | Message |
---|---|
Dadu042 |
Warning
This installer is a beta script. It means that it might not work as expected
Informations
Feedbacks
Description
Free to play MMORPG, 2020. Wikipedia, website. Size to download: 12 GB.
Warning: this is only a stub.
Known issues (2020-10):
1. Anti cheat feature: when clicking ‘Play’ (yellow button) the window just does reduce in the task bar. Fix: do install the specific patch we made.
2. Bad 3D rendering (example: our blue screenshot): installing the component DXVK (after the game) can help.
3. Crashes as soon as the game tries to launch. Upgrading Wine version can help (ie: 5.19-staging).
4. ‘Error code: 31-4302’: end of compatibility ? temporary server error ? (2020-11-04). Coders and hackers are welcome at this website.
Screenshots
Source code
Contributions
Member | Message |
shalva97 | Saturday 6 March 2021 at 21:29 |
shalva97 |
Message
I have been messing with this for a week but ca
nnot get it to work. Also used the patch for yellow button but didnot help.
wdfldr.sys was missing so i tried putting it in system32 and the error was gone.but game still doesnot open.
but now everytime I press yellow button this error shows up:
Operating System: Arch Linux
KDE Plasma Version: 5.21.1
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.11.2-arch1-1
OS Type: 64-bit
Graphics Platform: X11
Processors: 6 × Intel® Core™ i5-9400 CPU @ 2.90GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630
Wine: 5.9 , 5.19, 6.3 — same errors on all versions
Replies
Edited by shalva97
Billsboard Thursday 25 February 2021 at 6:19 BillsboardMessage
Cannot install the launcher on MacOS 10.15.4 Catalina
Hello, every time I try to install this program it asks me for a resolution, then tells me that 32 bit wine cannot be used on Catalina, and the system version will be used instead. Following this, I get a crash saying Wine_POL has crashed. Clicking next tells me the installer has crashed, and cannot find launcher.exe. I’m a clean installation of MacOS. The only thing I have installed is the PlayOnMac application (version 4.4.2)
Os: 10.15.4 Catalina
Replies
Here is the code where it tries to run the installer:
Источник