https://bugs.winehq.org/show_bug.cgi?id=45821
Bug ID: 45821
Summary: Metasploit Console won't start due to missing registry
value
HKLM\System\CurrentControlSet\Services\Tcpip\Parameter
s\DataBasePath
Product: Wine
Version: 3.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 62280
--> https://bugs.winehq.org/attachment.cgi?id=62280
console output
Steps to reproduce:
1. Install Metasploit Framework.
2. Run `wine cmd /C 'C:\metasploit-framework\bin\msfconsole.bat'`.
The program prints an error message and fails to start. However, it starts fine
after setting
HKLM\System\CurrentControlSet\Services\Tcpip\Parameters\DataBasePath to
"%SystemRoot%\System32\drivers". (I also tried setting that value to an empty
string, but the program still aborted.)
--
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=45786
Bug ID: 45786
Summary: "Can't find matching timezone information" - .NET
program won't run
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: guih.rox(a)gmail.com
Distribution: ArchLinux
Created attachment 62245
--> https://bugs.winehq.org/attachment.cgi?id=62245
System.InvalidTimeZoneException: Exception of type
'System.InvalidTimeZoneException' was thrown.
I know this timezone message is mostly harmless, but the .NET program I was
trying to run refused to open because it wasn't able to find my timezone. I
also
get a bunch of these timezone message on any program I try to run with Wine
and it's kinda annoying. Here's my timezone information:
$ timedatectl status
Local time: qui 2018-09-06 15:16:47 -03
Universal time: qui 2018-09-06 18:16:47 UTC
RTC time: qui 2018-09-06 18:16:47
Time zone: America/Sao_Paulo (-03, -0300)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
This tool I'm trying to run is called GTA: San Andreas Downgrader, here is the
hash:
$ sha1sum sadowngrade1-3-1.exe
c8a07ec161e2d4959c86949cc0961475590aee31 sadowngrade1-3-1.exe
Unfortunately, the tool itself doesn't work properly even if I set a "valid"
timezone, but my point is that it won't even _run_ with my default timezone.
--
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=45722
Bug ID: 45722
Summary: cmd for loop doesn't work with tokens and delims
Product: Wine
Version: 3.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: paleozogt(a)gmail.com
Distribution: ---
Created attachment 62153
--> https://bugs.winehq.org/attachment.cgi?id=62153
example of for loop that doesn't work
Using a "for /F" loop with tokens and delims doesn't work.
Attached is a test.bat that shows the problem. It takes an argument list,
splits it up by the loop and echos each arg.
With Windows 10's cmd, it looks like this:
>test.bat foo bar baz
foo
bar
baz
While Wine 3.0.2's cmd doesn't output anything. It appears to run right over
the loop.
--
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=42470
Bug ID: 42470
Summary: Frequent critical section timeouts in winetricks
dotnet46
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
Created attachment 57323
--> https://bugs.winehq.org/attachment.cgi?id=57323
bt all
I've been seeing this for a few weeks, but I haven't been able to isolate the
cause. It's causing me a lot of grief with winetricks-test.
I'll attach the output of bt all for two separate runs. Unfortunately it seems
I didn't put the deadlocked thread in my original bt all output, but I'll
include it anyway. My most recent run was:
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 0040, blocked by 0041, retrying (60 sec)
(also in the attachment).
The issue is very reliably reproduced on my machine, if further logs/debugging
is needed.
--
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=45731
Bug ID: 45731
Summary: cmd for loops sensitive to whitespace
Product: Wine
Version: 3.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: paleozogt(a)gmail.com
Distribution: ---
Created attachment 62169
--> https://bugs.winehq.org/attachment.cgi?id=62169
test.bat
Wine's CMD is sensitive to whitespace in for-loops.
For example, the following
> for /f %%i IN ('dir "%CD%" /b /on') DO (
> @echo %%i
> )
works on both Windows 10 and Wine.
While the following
> for /f %%i IN ( 'dir "%CD%" /b /on' ) DO (
> @echo %%i
> )
works on Windows 10, but fails with Wine with "Invalid parameter".
--
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=44981
Bug ID: 44981
Summary: Xenserver console and Vmware management console
(client)
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dkgnim(a)mail.ru
Distribution: ---
Absolutely not working. Any version.
--
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=45770
Bug ID: 45770
Summary: WMP9 crashes with unimplemented function
pidgen.dll.PIDGenSimpW
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: pidgen
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Steps to reproduce:
1. Install WMP9 through winetricks.
2. Run uninstaller, select 'WMP system update (9 Series)', click Uninstall.
3. A pop-up window will be displayed with the following text: 'Setup is
currently unable to detect available updates. Please try again later'.
Then 'setup_wm.exe' crash with a backtrace 'Unhandled exception: unimplemented
function pidgen.dll.PIDGenSimpW called in 32-bit code'.
To see this crash in terminal you should remove 'pidgen.dll' from
'.wine/drive_c/Program Files/Windows Media Player' and run 'setup_wm.exe'.
--
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=45552
Bug ID: 45552
Summary: Kolab E14 Client installation fails
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
Created attachment 61970
--> https://bugs.winehq.org/attachment.cgi?id=61970
Log file of last install steps
The installation of the Kolab Client release E14 (Groupware based on KDE) fails
in the post installation phase. The problem seems to be that the installed
programs are not executable.
The installer installs GPG4WIN and the "Visual Studio Redistributable 2010" (or
2013).
The attached kde-post-install log shows that the programs are not executable
despite the fact that they exist.
The logfile with WINEDEBUG=+all is attached.
Wine is self-compiled.
--
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=44490
Bug ID: 44490
Summary: Zwei: The Arges Adventure videos play distorted (Indeo
5 encoded)
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvfw32
Assignee: wine-bugs(a)winehq.org
Reporter: kq3thih(a)mailnesia.com
Distribution: Debian
With patch https://source.winehq.org/patches/data/141524 and winetricks -q
icodecs Zwei plays the Indeo 5 encoded videos. Logo video plays when launching
the game. However playback is distorted as seen in the screenshots.
Adding an override and using native msvfw32.dll from XP SP3 is a workaround.
SHA256 (msvfw32.dll) =
db676642f9c0467dbc313d0b475250b247eabb281fd359896398a0e7c725f0f8
Nothing useful or related in the default terminal output.
--
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=45478
Bug ID: 45478
Summary: World of Warcrafft: graphical artifacts since 8.0
(BfA)
Product: Wine-staging
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: clm(a)martindroessler.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 61826
--> https://bugs.winehq.org/attachment.cgi?id=61826
Screenshot showing the problem
Since the new patch 8.0.1, there are graphical artifacts and wrong colors in
some areas.
E.g. in Antoran Wastes where half of the map and the sky is in a glowing
yellow. Also when teleporting, the effect is a yellow square.
I attached a screenshot.
My System:
AMD Radeon Vega 64
Core i7 6700
32 GB RAM
4k Display via HDMI
m.2 SSD
Kernel 4.15 (via ubuntu mainline)
Mesa 18.1.4 (self compiled)
Wine-staging 3.12
--
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.