Frogging-Family / wine-tkg-git

The wine-tkg build systems, to create custom Wine and Proton builds
840 stars 148 forks source link

error: object directory /wine-tkg-git/wine-mirror-git/objects does not exist #563

Closed dtomvan closed 2 years ago

dtomvan commented 2 years ago

Relevant logs:

==> Extracting sources...
  -> Creating working copy of wine-mirror-git git repo...
error: object directory /home/tomvd/wine-tkg-git/wine-tkg-git/wine-mirror-git/objects does not exist; check .git/objects/info/alternates
fatal: '/home/tomvd/wine-tkg-git/wine-tkg-git/wine-mirror-git' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Config:

# Last wine-tkg-staging-fsync-git configuration - Sun Sep  5 12:14:08 PM CEST 2021 :

Local cfg files used

Wine (plain) version: 6.16.r222.g8b9f1e12841
Using wine-staging patchset (version 6.16.r3.gf3b03ce5)

Disabled the local Esync patchset to use Staging impl instead.
Not using vkd3d native library for d3d12 translation (allows using vkd3d-proton)

Done applying reverting hotfixes (if any) - list available in prepare.log

Applied hotfix protonify_stg_syscall_emu-006.mystagingpatch
childwindow.patch -- ( Applied child window for vk patch )
steam.patch -- ( Applied steam crossover hack )
CSMT-toggle.patch -- ( Applied CSMT toggle logic patch )

Staging overrides, if any: -W ntdll-NtAlertThreadByThreadId -W Pipelight -W winex11-Vulkan_support -W bcrypt-ECDHSecretAgreement

use_clock_monotonic-staging.patch -- ( Applied clock_monotonic patch )
fsync-unix-staging.patch -- ( Applied fsync, an experimental replacement for esync (unix, staging) )
fsync_futex2.patch -- ( Add futex2 support to fsync )

LAA-unix-staging.patch -- ( Applied large address aware override support )

rdr2.patch -- ( Enable Proton's RDR2 fixes from Paul Gofman )
proton-bcrypt-staging.patch -- ( Using Proton Bcrypt patches )
josh-flat-theme.patch -- ( Add Josh's better-theme )

Applied hotfix virtual_alloc_remi2.mypatch
Applied your own patch roblox_mouse_fix.mypatch

wine-tkg-staging.patch -- ( Please don't report bugs about this wine build on winehq.org and use https://github.com/Frogging-Family/wine-tkg-git/issues instead. )

With predefined optimizations:
CFLAGS = -O2 -ftree-vectorize
LDFLAGS = -Wl,-O1,--sort-common,--as-needed
CROSSCFLAGS = -O2 -ftree-vectorize
CROSSLDFLAGS = -Wl,-O1,--sort-common,--as-needed
Tk-Glitch commented 2 years ago

This looks like either a broken clone or github went down. Please nuke /home/tomvd/wine-tkg-git/wine-tkg-git/wine-mirror-git/ dir and retry.

dtomvan commented 2 years ago

That worked. Thanks.