Search found 13125 matches

by dimesio
Wed May 22, 2024 5:48 am
Forum: Linux
Topic: Did upgrade to Fedora 40 using Winehq 39 repo
Replies: 2
Views: 142

Re: Did upgrade to Fedora 40 using Winehq 39 repo

The OBS has not enabled i586 builds for Fedora 40, so the Fedora 40 packages are "new WoW64" builds. There are no longer separate wine-common and wine64-devel packages, there is just wine-devel and winehq-devel. The build should be able to run 32 bit programs, but cannot run 16 bit program...
by dimesio
Tue May 21, 2024 5:30 pm
Forum: Linux
Topic: Tried installing wine for the first time and all i get is this.
Replies: 2
Views: 99

Re: Tried installing wine for the first time and all i get is this.

Did you enable 32 bit architecture?

Code: Select all

sudo dpkg --add-architecture i386 
by dimesio
Tue May 21, 2024 6:04 am
Forum: macOS
Topic: wine: WINEARCH is set to 'win32' but this is not supported in wow64 mode.
Replies: 2
Views: 6979

Re: wine: WINEARCH is set to 'win32' but this is not supported in wow64 mode.

There is nothing you can fix. Since Apple removed 32 bit support from macOS, Wine on that platform can only run in the new WoW64 mode, which as the message says, does not support WINEARCH=win32. You should be able to install and run 32 bit programs in the WoW64 wineprefix. You will not be able to ru...
by dimesio
Tue May 14, 2024 7:13 am
Forum: Linux
Topic: Unable to locate package winehq-stable
Replies: 2
Views: 962

Re: Unable to locate package winehq-stable

There are no stable packages for 24.04 yet because 24.04 was not released when 9.0 came out. There will be stable packages whenever 9.0.1 comes out. There are winehq-devel and winehq-staging packages.
by dimesio
Mon May 06, 2024 5:58 am
Forum: Wine Help
Topic: Ubuntu Software
Replies: 1
Views: 1862

Re: Ubuntu Software

If you mean Ubuntu's graphical front-end to apt, we have nothing to do with that. If it's not working, complain to Ubuntu.

Instructions for installing our packages are at https://wiki.winehq.org/Ubuntu.
by dimesio
Sun May 05, 2024 7:12 am
Forum: Wine Help
Topic: Will Wine run on Windows 10?
Replies: 4
Views: 2928

Re: Will Wine run on Windows 10?

One more thing:
I know that Encarta 98 is a 32 bit application and that I have 64 bit Windows.
AFAIK, 64 bit Windows 10 should be able to run 32 bit applications using WoW64, which is built in to the OS. Are you sure the app isn't 16 bit? If it is, you could try https://github.com/otya128/winevdm.
by dimesio
Sun May 05, 2024 6:32 am
Forum: Wine Help
Topic: Will Wine run on Windows 10?
Replies: 4
Views: 2928

Re: Will Wine run on Windows 10?

The whole point of the Wine project is to enable users to run Windows programs without Windows. So no, the Wine project is not going to produce a Windows version. People have experimented with getting Wine to run in WSL, and posted about it elsewhere; a search for "wine on WSL" should turn...
by dimesio
Sun May 05, 2024 6:21 am
Forum: Linux
Topic: 404 Not Found for NOBLE dist
Replies: 1
Views: 1857

Re: 404 Not Found for NOBLE dist

It's working here. It can take some time for all the mirrors to sync.
by dimesio
Tue Apr 30, 2024 12:57 pm
Forum: Website Issues
Topic: Swedish characters seem broken on AppDB-site
Replies: 4
Views: 4581

Re: Swedish characters seem broken on AppDB-site

I've fixed those. There is no way to bulk check this.
by dimesio
Tue Apr 30, 2024 5:59 am
Forum: Website Issues
Topic: Swedish characters seem broken on AppDB-site
Replies: 4
Views: 4581

Re: Swedish characters seem broken on AppDB-site

I've fixed that page. If there are any others, post links here.
by dimesio
Sun Apr 28, 2024 6:37 am
Forum: Linux
Topic: ubuntu 24.04 repository for staging
Replies: 1
Views: 3089

Re: ubuntu 24.04 repository for staging

There are no packages yet; hopefully there will be for the next Wine release.
by dimesio
Thu Apr 25, 2024 6:07 am
Forum: Linux
Topic: Jamming Jellyfish Ubuntu Wine install not working, HELP!!!
Replies: 2
Views: 3317

Re: Jamming Jellyfish Ubuntu Wine install not working, HELP!!!

winehq-staging : Depends: wine-staging (= 9.7~mantic-1) Why are you trying to install packages for mantic if you are on jammy? Assuming you really are on jammy, it looks like you added the wrong sources file. Delete the one for mantic and add the one for jammy. Follow the instructions on https://wi...
by dimesio
Mon Apr 22, 2024 7:33 am
Forum: Website Issues
Topic: Registering
Replies: 1
Views: 3857

Re: Registering

That's intentional, to keep spambots out.
by dimesio
Sun Apr 21, 2024 6:49 am
Forum: Wine Help
Topic: Winecfg questions and some other questions
Replies: 1
Views: 3195

Re: Winecfg questions and some other questions

My Second question is why do not you add 64 bit version choosing as an option to the menu at winecfg? The architecture of a wineprefix is set when the wineprefix is created, and cannot be changed. SInce winecfg runs in an existing wineprefix (one will be created automatically before winecfg opens i...
by dimesio
Thu Apr 18, 2024 11:45 am
Forum: Linux
Topic: Where do you extract the Wine archive in Linux?
Replies: 5
Views: 7046

Re: Where do you extract the Wine archive in Linux?

The tar.xz files contain the source code for building Wine, not binaries. You can extract the source code anywhere you like, but then you have to build Wine. You cannot simply extract the files and install them.
by dimesio
Sun Apr 07, 2024 3:56 pm
Forum: Wine Help
Topic: unlock thread
Replies: 1
Views: 4276

Re: unlock thread

Post a new topic.
by dimesio
Wed Apr 03, 2024 6:02 am
Forum: Linux
Topic: Wine's C:\windows\system32 directory has 64bit dlls with WINEARCH=win64
Replies: 4
Views: 6897

Re: Wine's C:\windows\system32 directory has 64bit dlls with WINEARCH=win64

That's normal, and how it is on Windows, too: 64 bit dlls are in system32; 32 bit dlls are in SysWoW64.
by dimesio
Thu Mar 28, 2024 10:51 am
Forum: Linux
Topic: Incorrect socket management behavior with .net application
Replies: 4
Views: 6382

Re: Incorrect socket management behavior with .net application

Debian+WINE [wine-4.0 (Debian 4.0-2)].
Wine 4.0 is over 4 years old and no longer supported. The current stable release is 9.0 and the current development release is 9.5. Please retest in a current version.
by dimesio
Mon Mar 25, 2024 7:49 am
Forum: Website Issues
Topic: Delete my account
Replies: 3
Views: 13060

Re: Delete my account

Done.
by dimesio
Wed Feb 28, 2024 8:28 am
Forum: Website Issues
Topic: Where is Administration forum.winehq.org ??
Replies: 2
Views: 9376

Re: Where is Administration forum.winehq.org ??

I am one of the admins; you can contact me here.
by dimesio
Tue Feb 20, 2024 6:52 am
Forum: Website Issues
Topic: Recent Test Results needs a small edit
Replies: 1
Views: 8063

Re: Recent Test Results needs a small edit

That entry has a maintainer. Contact the maintainer by clicking on their name.
by dimesio
Sun Feb 11, 2024 6:56 am
Forum: Linux
Topic: "Unable to Locate Package" when installing Wine.
Replies: 1
Views: 1074

Re: "Unable to Locate Package" when installing Wine.

Is this an ARM Chromebook or an x86 Chromebook? WineHQ does not build packages for ARM.

If it's an x86 Chromebook, did you follow the instructions on https://wiki.winehq.org/Debian? What version of Debian are you using?
by dimesio
Tue Feb 06, 2024 8:22 am
Forum: Website Issues
Topic: Delete my account
Replies: 3
Views: 13060

Re: Delete my account

Done.