Wine

393 readers
1 users here now

Lemmy community for the Wine, the Windows simulator for Linux.

founded 2 years ago
MODERATORS
1
2
 
 

This Lemmy community is looking for moderators. If you wish to become a moderator, please message me or leave a comment in this thread.

3
 
 

What's new in this release:

  • Mono engine updated to version 10.1.0.
  • OSMesa library no longer needed.
  • More support for generating
  • Windows Runtime metadata in WIDL.
  • Locale data updated to Unicode CLDR 47.
  • P010 format support in Media Foundation.
  • Various bug fixes.
4
 
 

What's new in this release:

  • Bundled vkd3d upgraded to version 1.16.
  • Initial support for generating Windows Runtime metadata in WIDL.
  • Support for compiler-based exception handling with Clang.
  • EGL library support available to all graphics drivers.
  • Various bug fixes.
5
6
 
 

cross-posted from: https://lemmy.ca/post/43297030

7
8
9
10
11
12
13
14
 
 

cross-posted from: https://lemmy.sdf.org/post/29161977

The Wine development release 10.1 is now available

What's new in this release:

  • A wide range of changes that were deferred during code freeze.
  • Root certificates fixes for Battle.net.
  • Print Provider improvements.
  • More progress on the Bluetooth driver.
  • Various bug fixes.
15
16
17
18
19
20
 
 

I'm trying to run a program in wine and getting the error 0024:err:module:import_dll Loading library jmptojava.dll (which is needed by L"C:\\Program Files\\SAS\\JMP\\10\\jmp.exe") failed (error c000007b)

The missing jmptojava.dll file is in the same directory as the executable. Do I need to set a Windows environment variable or something so that it can find it? Any other thoughts?

21
1
submitted 2 years ago* (last edited 2 years ago) by Null@pawb.social to c/winelinux@lemmy.world
 
 

I've been searching for three days and can't find any details to what this environmental variable does. Their have been issues for some people with Battle Net and I've seen people say to add WINE_SIMULATE_WRITECOPY. What does this variable do?

22
 
 

With the .wine prefix I use currently, anytime I try to load Flash Player, it only gives a black screen, the unctions work but nothing displays, relevant for Flashpoint.

This is the error I get "00ac:err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions."

This does NOT happen if I make a new wine prefix, but I have no idea what could have broken it before, especially since it didn't always do that, searches didn't lead me anywhere so I'm not sure if there's something that needs fixing short of "nuke the prefix and start over"

Current version is Wine staging 8.12

23
 
 

Here is what I don't get about Wine. Even in 2023 it seems to fail to handle basic Windows software written in 1996-1995 like the classic convert.exe (https://joshmadison.com/convert-for-windows/). This program and others run flawless in ReactOS for instance, why not under Wine?

Another things I don't get include:

  • Why is Wine is still stuck on that Windows 98 style GUI instead of a more modern thing;
  • Flickering;
  • How can ReactOS, that shares code with Wine, run everything way more smoothly?

For reference I'm using Debian 12, Wine 8.0. Also tried with Soda 7.0, same results.