Search found 27 matches

by tone
Fri Jan 06, 2023 7:48 am
Forum: Wine Help
Topic: When wine 8.0 is stable, will it be released for Debian 10 Buster?
Replies: 8
Views: 4107

Re: When wine 8.0 is stable, will it be released for Debian 10 Buster?

Hi jkfloris, I just added the repository via the step here: https://wiki.winehq.org/Debian But the version isn't 7.17, it's 6.5: $ apt policy wine-staging wine-staging: Installed: (none) Candidate: 6.5-1mx19+1 Version table: 6.5-1mx19+1 500 500 http://mx.debian.nz/mx/repo buster/main amd64 Packages ...
by tone
Wed Jan 04, 2023 5:39 am
Forum: Wine Help
Topic: When wine 8.0 is stable, will it be released for Debian 10 Buster?
Replies: 8
Views: 4107

Re: When wine 8.0 is stable, will it be released for Debian 10 Buster?

P.S. I tried to download wine but I was unsuccessful: $ sudo apt-get --download-only install winehq-devel Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if...
by tone
Tue Jan 03, 2023 10:34 pm
Forum: Wine Help
Topic: When wine 8.0 is stable, will it be released for Debian 10 Buster?
Replies: 8
Views: 4107

Re: When wine 8.0 is stable, will it be released for Debian 10 Buster?

Hi jkfloris, Ah that's a shame. I'd never heard of multiarch, but makes sense I guess; good for me to know, being a debian user. When you say "packages" what do you mean? Like components which go into interpreting the dll's, system calls etc.? (sorry I'm not super well versed in understand...
by tone
Tue Jan 03, 2023 4:45 pm
Forum: Wine Help
Topic: When wine 8.0 is stable, will it be released for Debian 10 Buster?
Replies: 8
Views: 4107

Re: When wine 8.0 is stable, will it be released for Debian 10 Buster?

Thanks for the reply. Do you know, would it be easy/possible to compile Wine 8.0 on Debian buster? Or is that too hard for a novice, or a bad idea?
by tone
Fri Dec 18, 2020 9:18 am
Forum: Linux
Topic: Compiling WINE source
Replies: 2
Views: 705

Compiling WINE source

Hi, I have two questions. I downloaded the 440mb wine-dirs and I have the following issue: Rob@Rob:~/Desktop/to_install/wine-dirs/wine-source $ sudo ./configure && -4j make [sudo] password for Rob: checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux...
by tone
Tue Jun 30, 2020 11:00 pm
Forum: Wine Help
Topic: CD Rom issue
Replies: 15
Views: 8921

Re: CD Rom issue

wine's bugzilla is here: https://bugs.winehq.org/ you'd have to make an account, read over the guide, then submit a bug I'm not sure if PoL makes a new prefix by default but it's not supported here anyway (so don't use that if you do go to file a bug). If you haven't yet you can read about winepref...
by tone
Mon Jun 29, 2020 8:19 pm
Forum: Wine Help
Topic: CD Rom issue
Replies: 15
Views: 8921

Re: CD Rom issue

wine's bugzilla is here: https://bugs.winehq.org/ you'd have to make an account, read over the guide, then submit a bug I'm not sure if PoL makes a new prefix by default but it's not supported here anyway (so don't use that if you do go to file a bug). If you haven't yet you can read about winepref...
by tone
Sun Jun 28, 2020 6:06 pm
Forum: Wine Help
Topic: CD Rom issue
Replies: 15
Views: 8921

Re: CD Rom issue

Hi Spoon0042, What does filing a bug entail? Is that like submitting a debug log on WINE hq? When you try playonLinux, does that make a new wineprefix? I'm assuming so, because I tried that too. e: yes, exactly, I mounted it easily several times in several ways on linux, but I wanted to mount it usi...
by tone
Sat Jun 27, 2020 10:38 am
Forum: Wine Help
Topic: CD Rom issue
Replies: 15
Views: 8921

Re: CD Rom issue

uh. well afaik the L just specifies a certain type of string. \\ is just a \ since \ is usually an escape character. beyond that though I'm kind of stumped. I'd hoped the log would hint at something, but I see where the dialog is called and before that it's doing something with notepad.exe which is...
by tone
Fri Jun 26, 2020 6:38 am
Forum: Wine Help
Topic: CD Rom issue
Replies: 15
Views: 8921

Re: CD Rom issue

Possibly WINEDEBUG=+file,+msgbox,+dialog,+volume may provide some hint. Hi Spoon0042, Quick question, what is the significance of the L and \\ in wine? It would take me as long to upload a screenshot of winecfg and get a url for it as it would to just type, in Drives it says: "C: .../drive_c D...
by tone
Thu Jun 25, 2020 6:59 am
Forum: Wine Help
Topic: CD Rom issue
Replies: 15
Views: 8921

Re: CD Rom issue

Right, put it on the command line with the other WINE* environment variables. (Side note WINEARCH only has an effect when a prefix is first created.) Also see here on getting a log: https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal_output.29.3F And it may not matter but i...
by tone
Tue Jun 23, 2020 7:43 am
Forum: Wine Help
Topic: CD Rom issue
Replies: 15
Views: 8921

Re: CD Rom issue

wine version? you can try with WINEDEBUG=+volume to see if it's checking for and correctly detecting the cd drive. Hi Spoon0042, thanks for the reply. Good questions, simple questions....but hard for me [a novice] to answer. I've been running wine from either the /opt/ or from a folder I downloaded...
by tone
Sun Jun 21, 2020 6:48 am
Forum: Wine Help
Topic: CD Rom issue
Replies: 15
Views: 8921

CD Rom issue

Hi, I recently tried to run the touch-typing software which I learnt to type with in the late 90s-early00s. This is because my oldest is at an age where he loves these learning games among other reasons why I want to get it running. The issue I am having is regarding the programme wanting to run fro...
by tone
Sat May 09, 2020 5:44 am
Forum: Linux
Topic: Installing WINE on offline PC
Replies: 16
Views: 5623

Re: Installing WINE on offline PC

If you did './configure' and then 'make' then yeah it's building / compiling. (For future reference make has a -j option to set the number of "jobs" it runs at once. If you have a quad core cpu for example '-j 4' would speed things up by running the compile on all four cores.) The winehq ...
by tone
Tue May 05, 2020 9:03 am
Forum: Linux
Topic: Installing WINE on offline PC
Replies: 16
Views: 5623

Re: Installing WINE on offline PC

Ahh, okay, yes that does clear things up a bit, maybe I don't have both -i386 and -amd64 installed for -devel, -staging and -stable, because when I run a winearch=win64 for one of the branches (can't remember which) it gives me a wineserver issue. Case in point, I tried running your example '/opt/w...
by tone
Wed Apr 29, 2020 8:06 am
Forum: Linux
Topic: Installing WINE on offline PC
Replies: 16
Views: 5623

Re: Installing WINE on offline PC

You'll probably want to have a look here: Wine FAQ - wineprefixes $HOME/.wine is the default, yes. You can specify a different one with the WINEPREFIX environment variable. The directories under /opt are the different branches of wine and contain the wine implementations of dlls and programs. (Thes...
by tone
Mon Apr 27, 2020 2:03 am
Forum: Linux
Topic: Installing WINE on offline PC
Replies: 16
Views: 5623

Re: Installing WINE on offline PC

As for paths, on Unix/Linux/etc in a terminal those are the paths it searches when running a program. You can 'echo $PATH' to see for yourself. Programs in those directories can be run just by typing their name. Programs elsewhere can be run by specifying the full (absolute) path to them, like /opt...
by tone
Thu Apr 23, 2020 7:04 pm
Forum: Linux
Topic: Installing WINE on offline PC
Replies: 16
Views: 5623

Re: Installing WINE on offline PC

Hi, Another very helpful reply, yes thank you. I'll have a look at the AppDB. "The winehq-$BRANCH package just contains symlinks in /usr/bin/" So if I download winehq-staging, wine-staginghq-amd64 and winehq-staging-i386 it would be the preferable option. However, when you said "If y...
by tone
Thu Apr 23, 2020 6:00 pm
Forum: Linux
Topic: Wine (inbuilt) directx pluggin issue
Replies: 3
Views: 1055

Re: Wine (inbuilt) directx pluggin issue

There was a bug in Wine/ Project64. The development builds seems to work fine. If you want to learn more about WINEARCH and WINEPREFIX read the WineHQ Wiki Hi and thanks for the reply, I didn't get a notification so I didn't see this. Great, I was trying to install winehq-devel last night, but I ha...
by tone
Wed Apr 22, 2020 6:48 am
Forum: Linux
Topic: Installing WINE on offline PC
Replies: 16
Views: 5623

Re: Installing WINE on offline PC

P.P.S I've had a bit more of a think and I'm also wondering: if I installed WINE and did a straight cut and paste of my winebottles onto another OS, would they work? The reason I'm asking, is if I'm offline and don't have the chance to install the MS DLLs from the internet. Side question, is there a...
by tone
Wed Apr 22, 2020 2:15 am
Forum: Linux
Topic: Installing WINE on offline PC
Replies: 16
Views: 5623

Re: Installing WINE on offline PC

You were on the right track, that's what 'wget' is for. It has options for mirroring whole sites if you want, you can look at 'man wget' for more information than you ever wanted. P.S. in addition to my previous post a minute ago. So would the command be: wget --recursive --no-parent https://dl.win...
by tone
Wed Apr 22, 2020 2:11 am
Forum: Linux
Topic: Installing WINE on offline PC
Replies: 16
Views: 5623

Re: Installing WINE on offline PC

Hi, Another very helpful reply, yes thank you. I'll have a look at the AppDB. "The winehq-$BRANCH package just contains symlinks in /usr/bin/" So if I download winehq-staging, wine-staginghq-amd64 and winehq-staging-i386 it would be the preferable option. However, when you said "If yo...
by tone
Mon Apr 20, 2020 7:31 am
Forum: Linux
Topic: Installing WINE on offline PC
Replies: 16
Views: 5623

Re: Installing WINE on offline PC

Hi and thanks very much for the reply; I think we're both on the same wave-length. So I download for example wine-staging, wine-staging-amd64 and wine-staging-i386 and then backup the following directories: /var/cache/apt/archives $HOME/.cache $HOME/.wine and my winebottles and I could even move the...
by tone
Mon Apr 20, 2020 5:31 am
Forum: Linux
Topic: Wine (inbuilt) directx pluggin issue
Replies: 3
Views: 1055

Re: Wine (inbuilt) directx pluggin issue [Project64]

Okay, the plot thickens. I watched this video on installing/using WINE: https://www.youtube.com/watch?v=lI09QLkqZiE He uses WINEARC and WINEPREFIX through winetricks. So I setup a test wine bottle the same way and installed a number of windows DLLs and components including d3dx9 through the default ...