vinegarhq / vinegar

An open-source, minimal, configurable, fast bootstrapper for running Roblox on Linux.
https://vinegarhq.org
GNU General Public License v3.0
424 stars 30 forks source link

Ran into a "duplicate"? error #273

Closed Renen12 closed 12 months ago

Renen12 commented 12 months ago

I am writing a port for the scratchpkg package manager for vinegar. scratchpkg is basically a script that compiles packages from a repository, it's a little bit like an aur for gentoo. When running roblox I get the error: 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 and 00cc:fixme:ntdll:NtRaiseHardError c0000005 stub I have seen another closed issue describing this exact behavior, but that issue seems to have been fixed in a new vinegar version: https://github.com/vinegarhq/vinegar/issues/186

You can try to reproduce this issue with venom linux(the distribution that scratchpkg is used in) or install scratchpkg with the instructions provided in this repository: https://github.com/venomlinux/scratchpkg Here is the spkgbuild: vinegar.tar.gz Note that you have to put the spkgbuild in a directory named vinegar to satisfy scratchpkg

Here are the logs: Player-2023-11-19T08:33:29+01:00.log

I also run venom linux currently, I haven't compiled scratchpkg on another distro.

Here is my vinegar sysinfo:

apprehensions commented 12 months ago

Roblox on Wine may require additional patches (ontop of Staging) to be able to run properly. https://github.com/flathub/io.github.vinegarhq.Vinegar/tree/master/patches/wine Those patches are applied with the Flatpak distribution of Vinegar.

Renen12 commented 12 months ago

Ok, thank you!

Renen12 commented 12 months ago

On what files should I apply the patches?

apprehensions commented 12 months ago

Learn how patches work first.