IRC log for #devuan on 20200728

00:01.34*** join/#devuan mason (~mason@redhat/mason)
00:02.53Wafficusgnarface: I just flat out installed 'wine'
00:02.55Wafficusthat's all I did
00:03.03Wafficusthen I did "wine (name of installer)"
00:03.05Wafficusinstalled the game
00:03.14Wafficusboots up just fine when I navigate to Program Files (x86)
00:03.38Wafficusyeah sound works just fine
00:03.40WafficusALSA
00:03.46Wafficusworks with Firefox and normal mpv usage just fine
00:04.02WafficusI think you're right in that case to just have to utilize winecfg
00:04.08Wafficuswould that be present in ~/.wine directory right?
00:04.12Wafficusrather I'd have to create it right?
00:08.53gnarfaceWafficus: you have to pay more attention to which packages actually get installed.  "wine" is just a meta-package that would have included one or more other packages.  yes, by default the wine prefix is in ~/.wine but winecfg should have been put in your path actually
00:11.08gnarfaceWafficus: https://wiki.winehq.org/FAQ#Wineprefixes
00:11.37gnarfaceWafficus: lots of good info on this page^
00:11.41Wafficuscool thanks
00:23.53*** join/#devuan Nematocyst (~Nematocys@174-28-17-52.albq.qwest.net)
00:47.34*** join/#devuan fatalerrors (~fatalerro@91.224.149.180)
00:49.10Wafficuswhen I try to run winetricks, I'm getting the following error: https://termbin.com/h1yt
00:49.26Wafficusreason being is that there's a section in winetricks that only allows ALSA so I was looking to try that fix
00:49.48Wafficusdoes that mean I have to install Zenity in that case? Is that some sort of QT derivative for GUI programs?
00:50.10gnarfaceWafficus: zenity is optional, something else is wrong, use paste.debian.net if you want me to actually look at the error
00:50.42gnarfaceWafficus: also make sure you're using a current version of winetricks, they update it frequently https://wiki.winehq.org/Winetricks
00:51.26Wafficusgnarface: http://paste.debian.net/1158026/
00:51.37Wafficusjust installed it over 'apt' on Devuan
00:52.54gnarfaceWafficus: "No arguments given" is the relevant error here
00:53.14WafficusI thought you could just run winetricks
00:53.15Wafficusgotcha
00:53.41*** join/#devuan kwmiebach (sid16855@gateway/web/irccloud.com/x-oyanzmscvxliciqo)
00:53.46gnarfaceWafficus: if you have zenity, allegedly, but i've never tried it.  from the command-line, it expects you to actually tell it what to do
01:13.06Wafficusyeah I tried that with winetricks even with zenity installed
01:13.17Wafficusthe thing is it changed alsa in the audio registry settings
01:13.19Wafficusbut still no sound
01:13.21Wafficuswonder why
01:13.40Wafficusclear
01:13.43Wafficus*sorry
01:15.34gnarfacei dunno, i haven't tried getting this one working
01:15.40gnarfaceseems like there could be a lot of issues
01:15.54gnarfacedoes other games' audio work in wine?
01:19.42Wafficushaven't tried to be honest
01:19.49Wafficusonly wanted to install this one :/
01:20.03Wafficuswhat's weird is that it worked on my other machine though moreso with my audio interface
01:20.17Wafficusjust checked audio and YouTube via Firefox and MPV video locally worked just fine
01:20.23*** join/#devuan ac_laptop (~ac_laptop@186.2.247.129)
01:20.29gnarfacewait, the same game worked in wine on a different machine?
01:20.40gnarfacethat's probably an important clue
01:20.49gnarface(and one you should have mentioned hours ago by the way)
01:21.07Wafficusthe only thing is
01:21.11WafficusI'm moving in about a week
01:21.16Wafficusso I packed away that desktop computer
01:21.34Wafficusaka I took out the video card so it wouldn't get destroyed since that's a classic LAN party move
01:21.37*** join/#devuan xrogaan (~xrogaan@unaffiliated/xrogaan)
01:22.34gnarfacethen all that information does is expand the possibilities of places you fucked it up and add the extra possibility of a driver or hardware-specific problem
01:23.10gnarfaceif you want to figure this out your best chance is to figure out what's different about that machine's install
01:23.18gnarfaceif it's nothing, then you know the difference is in the audio driver itself
01:23.49gnarface(or in the audio hardware, if they're using the same exact version of the same exact driver)
01:23.55WafficusI just remember installing it the same method, and it just working lol
01:24.08gnarfacewas it the same version kernel though?
01:24.23gnarfacedifference in kernel version could cause alsa regressions (and frequently do)
01:24.29gnarfacebut difference in wine versions is known for that as well
01:25.05gnarfaceand was the other machine also 64-bit, or was it a 32-bit base install?
01:25.20Wafficushmm
01:25.26Wafficuseh they were both 64 bit machines
01:25.28Wafficus*are rather
01:25.35Wafficusboth are i7 cpus
01:25.43Wafficusthe other machine has its own separate video card
01:25.52gnarfaceunlikely to affect audio
01:25.52Wafficusthis one has an integrated video card I'm assuming
01:25.55Wafficusyeah I know ha
01:26.02Wafficusjust listing the obvious first before the nitty gritty
01:26.09gnarfacecheck kernel and wine version differences
01:26.11Wafficusthe only other thing I can think of is that the audio interface I setup for it
01:26.29Wafficusaka the focusrite scarlet 2nd gen
01:26.32Wafficuson the desktop machine
01:26.48Wafficusi would but the desktops already packed up :/
01:28.05Wafficusit looks like based on Arch's installation, you gotta configure it to use 32 bit ALSA
01:28.10Wafficusbut idk about the Devuan variant
01:28.14Wafficushttps://bbs.archlinux.org/viewtopic.php?id=97655
01:54.22*** join/#devuan bsd4me (~me@181-107-74-65.gci.net)
01:56.08gnarfaceWafficus: was it an older version of wine?  wine is known for regressions but also they changed the default wine prefix creation from 32-bit to 64-bit, maybe that's all that changed....
01:56.52gnarfaceWafficus: you can still override it with the WINEARCH and WINEPREFIX environment variables, check the wiki
01:57.19gnarfaceWafficus: if you get it working, you should add an appdb entry too
02:08.21Wafficusnah same version of WINE ha
02:08.32Wafficusjust did it a week or so ago, so idk
02:08.39Wafficusmust have been magic
02:10.59*** join/#devuan Weeezy (~Weeezy@2604:6000:1503:3ac:3ea8:2aff:fec0:d826)
02:15.31gnarfaceWafficus: did you use winetricks on the previous install and forget perhaps?  maybe try cloning the ~/.wine directory from that machine over to the new install to see if it magically works
02:16.30gnarfaceWafficus: you could also try asking for advice in their IRC channel too... odds are very low of finding anyone actually helpful in there but it's the next best place to look
02:22.13Wafficusnah on the previous install
02:22.19WafficusI flat out did nothing special
02:22.21Wafficusand just installed it
02:22.29Wafficusgotcha
02:22.30Wafficusthanks for that
02:22.32*** part/#devuan Wafficus (~Wafficus@2601:483:4600:296:2ad2:44ff:fee6:6fce)
02:30.19*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
02:32.22*** join/#devuan D-HUND (~debdog@2a00:79c0:623:6200:7a24:afff:fe8a:d04d)
02:34.57*** join/#devuan Stacker- (~stacker@gateway/tor-sasl/b616)
02:55.57*** part/#devuan conifer (~conifer@gateway/tor-sasl/conifer)
03:16.08*** join/#devuan bsd4me (~me@181-107-74-65.gci.net)
03:32.17*** join/#devuan vernon (~quassel@rrcs-72-43-221-6.nys.biz.rr.com)
03:32.25*** part/#devuan vernon (~quassel@rrcs-72-43-221-6.nys.biz.rr.com)
03:32.36*** join/#devuan mason (~mason@redhat/mason)
04:00.34Nematocystis there a curses-based installer for beowulf, and what's the command to invoke it after x fails to start?  i'm just assuming i can solve the video related problems post install, but don't really know how to address them during install
04:07.57Nematocysti got it.  netinstall iso just starts up that way.
04:09.38*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
04:38.34*** join/#devuan skipshooter (~markie@ool-457e6ede.dyn.optonline.net)
05:33.11*** join/#devuan bgustav (~bgustav@188.27.97.165)
05:36.32*** join/#devuan Infiltrator (~Infiltrat@unaffiliated/infiltrator)
06:26.56*** join/#devuan Joril (~joril@host-217-194-188-145.sbs.redder.net)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.