http://bugs.winehq.org/show_bug.cgi?id=23596
Summary: stderr not displaying when invoking native linux
commands
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarekczek(a)poczta.onet.pl
Try running /bin/grep
You should get a short usage note, like on unix. You get nothing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54024
Bug ID: 54024
Summary: Memory Conty Installer stop working
Product: Wine
Version: 4.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: guillere(a)adinet.com.uy
Regression SHA1: fb7f937305f9242c675d4ff9a7976cf121710159
Distribution: Debian
Memory Conty Installer stop whit the error:
"Error de ejecución en la instalación: Cannot open AVI"
This problem was introduced in wine-4.4 (and still present in wine-7.22)
guille@goku:~/src/wine$ git bisect good
fb7f937305f9242c675d4ff9a7976cf121710159 is the first bad commit
commit fb7f937305f9242c675d4ff9a7976cf121710159
Author: Michael Müller <michael(a)fds-team.de>
Date: Wed Mar 6 08:57:40 2019 +0100
msvidc32: Fix calculation of stride and size.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=23175
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=25180
Signed-off-by: Vijay Kiran Kamuju <infyquest(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/msvfw32/tests/msvfw.c | 39 +++++++++++++++++++++++++++++++++++++++
dlls/msvidc32/msvideo1.c | 34 +++++++++++++++++++++++++---------
2 files changed, 64 insertions(+), 9 deletions(-)
About Memory Conty: is an accounting program from Memory company
Homepage: https://memory.com.uy/conty/
A installer for Memory Conty can be found in this link:
http://soporte.memory.com.uy/index.php?/News/NewsItem/View/16
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52688
Bug ID: 52688
Summary: Interactivity The Interactive Experienc from itch.io
has massive texture glitches with OpenGL renderer
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 72029
--> https://bugs.winehq.org/attachment.cgi?id=72029
Screenshot on Wine (OpenGL renderer)
See attachments.
It works using the vulkan renderer or dxvk.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54807
Bug ID: 54807
Summary: some apps hangs at exit (regression)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: roxmail(a)list.ru
Distribution: ---
Since wine-6.5 Keil UV4 C51 (demo) hang at exit or close project (not always,
but most likely).
d144890c88c69c937b5e3ffa9b85d0d9d475c44d is the first bad commit
commit d144890c88c69c937b5e3ffa9b85d0d9d475c44d
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Mon Mar 22 23:04:29 2021 -0500
ntdll: Hold fd_cache_section while removing and closing handles.
Otherwise, it's possible for the old handle to be re-added to the cache
between
removing and closing it.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
this change fix it (at least for wine-8.4 and early, i suppose it partially
revert this commit):
diff -urN a/dlls/ntdll/unix/server.c b/dlls/ntdll/unix/server.c
--- a/dlls/ntdll/unix/server.c 2023-03-25 10:41:17.844720197 +0300
+++ b/dlls/ntdll/unix/server.c 2023-03-25 10:41:34.456106724 +0300
@@ -1777,6 +1777,8 @@
* retrieve it again */
fd = remove_fd_from_cache( handle );
+ server_leave_uninterrupted_section( &fd_cache_mutex, &sigset );
+
SERVER_START_REQ( close_handle )
{
req->handle = wine_server_obj_handle( handle );
@@ -1784,8 +1786,6 @@
}
SERVER_END_REQ;
- server_leave_uninterrupted_section( &fd_cache_mutex, &sigset );
-
if (fd != -1) close( fd );
if (ret != STATUS_INVALID_HANDLE || !handle) return ret;
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54573
Bug ID: 54573
Summary: win64 bug: err:module:import_dll Library iconv.dll
Product: Wine-staging
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: romulasry(a)protonmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 74116
--> https://bugs.winehq.org/attachment.cgi?id=74116
wine pant.net logfile
When I run:
wine paint.net.5.0.2.install.anycpu.web.exe
See attached log.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42060
Bug ID: 42060
Summary: Zafehouse Diaries stuck on the loading screen with
built-in gdiplus (GdipWindingModeOutline not
implemented)
Product: Wine
Version: 2.0-rc2
Hardware: x86
URL: http://www.zafehouse.com/try-the-demo/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 56549
--> https://bugs.winehq.org/attachment.cgi?id=56549
terminal output
After starting a new game from the menu, the game seems to be stuck in an
infinite loop at the 'Building the town...' stage.
Can be reproduced with the demo (non-Steam).
The game needs .net2.0, xaudio2, native d3dx9_43 and d3dcompiler_43.
Native gdiplus used to be a workaround (now the game crashes with native
gdiplus, see bug #41926).
wine-2.0-rc2-35-gc28816c
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26352
Summary: Time Warner Cable Connection Manager 1.00.0042.0 does
not work
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi2(a)gmail.com
1) lsb_release -rd
Description: Ubuntu 10.10
Release: 10.10
2) apt-cache policy wine1.3
wine1.3:
Installed: 1.3.15-0ubuntu1~maverickppa1
Candidate: 1.3.15-0ubuntu1~maverickppa1
Version table:
*** 1.3.15-0ubuntu1~maverickppa1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ maverick/main i386
Packages
100 /var/lib/dpkg/status
3) What is expected to happen is when one performs at a command line:
cd /media/Time\ Warner\ Cab && wine Setup.exe
it installs then running the installed program at the command line:
cd ~/.wine/drive_c/Program\ Files/Time\ Warner\ Cable/Connection\ Manager &&
wine TWCCM.exe
it runs successfully.
4) What happens instead is it does not run, but notes instead:
+ Window pops up:
Couldn't find registry path : SOFTWARE\SmithMicro\QuickLink Mobile Plus
+ click OK button
+ Window pops up:
Couldn't find registry path : SOFTWARE\SmithMicro\QuickLink Mobile Plus
+ click OK button
+ Window pops up:
Couldn't find registry path : SOFTWARE\SmithMicro\QuickLink Mobile Plus
+ click OK button
+ Window pops up:
The Smith Micro QLM that you are running is a demo version which has now
expired. Please contact sales(a)smithmicro.com to inquire about an updated demo
version. The application will now exit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50533
Bug ID: 50533
Summary: crash at MSMoney launch script
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fbmines(a)gmail.com
Distribution: ---
Hi, recent upgrades to Ubuntu 20.04 and Wine 5.0, MSMoney3 run once under this
new setup but crashed at the 2nd attempt with the following message:
002e:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status
0x2733
wine: Unhandled page fault on read access to FFFFFFFF at address 000004C1
(thread 0031), starting debugger...
debugger never ended,
Thanks for your help,
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53321
Bug ID: 53321
Summary: Unhandled page fault on write access in A_SHAFinal
Product: Wine
Version: 7.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: f.alexander.wilms(a)gmail.com
Distribution: ---
Created attachment 72703
--> https://bugs.winehq.org/attachment.cgi?id=72703
log of wine output
I was trying to a run a snake game for Windows that can fit into a QR code:
https://www.mattkc.com/etc/snakeqr/https://web.archive.org/web/20220616183735/https://www.mattkc.com/etc/snake…
The binary was created using the compressing linker Crinkler
(https://github.com/runestubbe/Crinkler)
Convert QR code to exe:
zbarimg -S binary code.png > snake.exe
I encountered the following crash:
wine: Unhandled page fault on write access to 00000024 at address 7BC4AD36
(thread 016c), starting debugger...
Unhandled exception: page fault on write access to 0x00000024 in 32-bit code
(0x7bc4ad36).
[...]
=>0 0x7bc4ad36 A_SHAFinal+0xc6(Context=<internal error>, Result=<internal
error>) [Z:\home\alexander\Development\wine-git\dlls\ntdll\crypt.c:204] in
ntdll (0x1f92ea38)
1 0x00420640 in snake (+0x20640) (0x1f92eae8)
Running snake.exe with WINEDEBUG=+relay took forever and didn't seem to contain
any additional information.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53948
Bug ID: 53948
Summary: No voices in 15 days (gog)
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
All other sounds and music are ok.
Maybe related to:
05c4:05c4:fixme:wmadec:transform_ProcessMessage iface 02F61FB4, message
0x10000002, param 00000000 stub!
Ubuntu 22.10. wine-7.20-145-g9d1175a4649.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.