Announcement

Collapse
No announcement yet.

Wine 4.0 To Be Released In The Next Few Days

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Wine 4.0 To Be Released In The Next Few Days

    Phoronix: Wine 4.0 To Be Released In The Next Few Days

    With yesterday's release of Wine 4.0-RC7, the regression/bug count is low enough and the situation looking good that the stable Wine 4.0.0 release should be tagged in the next few days...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Is anybody else experiencing a lot of stuttering on XWayland when playing games in 4k with wine?

    Comment


    • #3
      Originally posted by ihatemichael
      I didn't know that, sorry about that.
      mfplat native works well though. Here's roughly what you have to do:
      • Grab mfplat.dll msmpeg2adec.dll msmpeg2vdec.dll sqmapi.dll from a Windows 7 install or iso (updated is better)
      • Create a .reg file with the following contents and import it into the wineprefix with regedit:
        Code:
        REGEDIT4
        	
        	[HKEY_LOCAL_MACHINE\Software\Wine\LicenseInformation]
        	"msmpeg2adec-AACDecoderV2AddInEnable"=dword:00000001
        	"msmpeg2adec-AACDecoderV2InSKU"=dword:00000001
        	"msmpeg2adec-DolbyDigitalDecoderV2AddInEnable"=dword:00000001
        	"msmpeg2adec-DolbyDigitalDecoderV2InSKU"=dword:00000001
        	"msmpeg2vdec-H264VideoDecoderV2AddInEnable"=dword:00000001
        	"msmpeg2vdec-H264VideoDecoderV2InSKU"=dword:00000001
        	"msmpeg2vdec-MPEG2VideoDecoderV2AddInEnable"=dword:00000001
        	"msmpeg2vdec-MPEG2VideoDecoderV2InSKU"=dword:00000001
      • Register the dlls:
        Code:
        for dll in msmpeg2vdec.dll msmpeg2adec.dll; do /opt/wine-staging/bin/wine regsvr32 "$dll"; done
      Make it a script so you can do it automatically on any new wineprefix, like me. This should enable videos to work just as good as on Windows.

      (you need it for videos, right? not sure what else is mfplat for)

      Of course repeat the process for 32-bit and 64-bit if needed. If you need to register the 64-bit DLLs, use "/opt/wine-staging/bin/wine64" instead.

      Comment


      • #4
        I really just want to run Virtual Pinball in Wine for my arcade machine. Some people say it works but for me it just loads a table, renders it static, then nothing ever updates (ie. the table doesn't actually run).

        Altium would be nice too but sometimes even on straight Windows it's broken due to their messed up usage of the graphics API.

        Comment

        Working...
        X