Giter VIP home page Giter VIP logo

Comments (6)

Kron4ek avatar Kron4ek commented on May 30, 2024

Hi.

This made a wine-portable.sh, which gives me the following input once I run it
tar: Error opening archive: Unrecognized archive format

The first problem is probably because of outdated url for downloading Wine, i updated it now. Please reclone the project and try again.

/tmp/wine-portable-5.15-staging-amd64.sh_nrb_27179/mnt/wine/bin/wine: No such file or directory

And this problem is probably due to missing 32-bit glibc (libc6), do you have it installed? Also, what Linux distro do you use?

from wine-portable-executable.

nrb547 avatar nrb547 commented on May 30, 2024

I'm using Void Linux. I installed 32-bit glibc like you told me, and wine-portable-5.15-staging-amd64.sh partially works now. If I start winecfg, it takes long for it to appear (I have freetype installed). Output:
Wine-Staging 5.15 (amd64) Portable SquashFS

002c:fixme:winediag:__wine_start_process Wine Staging 5.15 is a testing version containing experimental patches.
002c:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org.
0034:fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv" failed to start: 2
0040:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0040:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0040:err:ole:get_local_server_stream Failed: 80004002
0024:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
Wine cannot find the FreeType font library. To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)

from wine-portable-executable.

Kron4ek avatar Kron4ek commented on May 30, 2024

Wine cannot find the FreeType font library. To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.

32-bit freetype is required to eliminate this error, maybe installing it will also fix the long launch issue.

from wine-portable-executable.

Kron4ek avatar Kron4ek commented on May 30, 2024

And the first problem (i mean "tar: Error opening archive: Unrecognized archive format") is actually because in Void Linux git doesn't clone LFS objects by default. It's necessary to install git-lfs:

xbps-install git-lfs

And perform this command (without root rights):

git lfs install

After that clone the repo again.

from wine-portable-executable.

nrb547 avatar nrb547 commented on May 30, 2024

the tar issue got resolved, freetype as well. but then i run into issues like libgcc_s.so.1 is required for pthread_cancel to work and my program doesn't work. seems like installing normal wine is just going to solve the issues faster, but i like the idea of having a sane portable wine install.

from wine-portable-executable.

Kron4ek avatar Kron4ek commented on May 30, 2024

Unfortunately the integrated runtime isn't perfectly tested and incomplete, so issues may arise. If you install all (or most) Wine dependencies, you can then disable the integrated libraries, which should solve most issues:

export DISABLE_RUNTIME=1
./wine-portable-5.x-staging-amd64.sh application.exe

This doesn't make much sense, but still you can do this if you want.

from wine-portable-executable.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.