https://bugs.winehq.org/show_bug.cgi?id=52344
Bug ID: 52344
Summary: Can't substitute variables as a command
Product: Wine
Version: 6.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: EmilySeville7cf(a)gmail.com
Distribution: ---
Created attachment 71511
--> https://bugs.winehq.org/attachment.cgi?id=71511
Bug screenshot
In Windows environment (10.0.19043.1415) everything works fine.
--
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=53190
Bug ID: 53190
Summary: cmd.exe incorrectly parses a line with nested if
commands
Product: Wine
Version: 7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Created attachment 72628
--> https://bugs.winehq.org/attachment.cgi?id=72628
example_batch_file.cmd
The attached batch file shows on windows the lines A B.
But wine gives this output:
----
$ LANG=C wine64 example_batch_file.cmd
C:\>if 0 == 0 echo A& (if 0 == 0 (echo B) else (echo C))
A
B
C
Can't recognize ')' as an internal or external command, or batch script.
----
This isse was found during investigation to bug #53155, which leads
to an endless loop in this batch file:
https://github.com/msys2/MSYS2-packages/blob/fb3dffb7c4583f9b172fb67ba6df58…
--
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=50723
Bug ID: 50723
Summary: Can't recognize ... as an internal or external
command, or batch script
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: vladimir.kokovic(a)gmail.com
Distribution: ---
Created attachment 69476
--> https://bugs.winehq.org/attachment.cgi?id=69476
Linux shell
As I had trouble starting the icedtea-web in the wine git version, I asked for
help from the icedtea-web staff and some guy sent me a command to perform to
determine what it was all about.
The original command is:
"d:\jdk-10-oracle\bin\java -splash:
d:\icedtea-web-image-1.8.4.win\share/icedtea-web\javaws_splash.png
@d:\icedtea-web-image-1.8.4.win\bin\itw-modularjdk.args
--patch-module=jdk.jsobject=d:\icedtea-web-image-1.8.4.win\share/icedtea-web\jsobject.jar
-Xbootclasspath
/a:d:\icedtea-web-image-1.8.4.win\share/icedtea-web\javaws.jar;d:\icedtea-web-image-1.8.4.win\share/icedtea-web\plugin.jar;d:\icedtea-web-image-1.8.4.win\share
/icedtea-web\jsobject.jar;d:\icedtea-web-image-1.8.4.win\win-deps-runtime\js.jar;d:\icedtea-web-image-1.8.4.win\win-deps-runtime\tagsoup.jar;d:\icedtea-web-image-1.8.4.win\win-deps-runtime\mslinks.jar;d:\jdk-10-oracle\lib\ext\nashorn.jar;
-classpath d:\jdk-10-oracle\lib\rt.jar;d:\jdk-10-oracle\lib\ext\jfxrt.jar;
-Dicedtea-web.bin.name=itweb-settings.exe
-Dicedtea-web.bin.location=d:\icedtea-web-image-1.8.4.win\bin\itweb-settings.exe
net.sourceforge.jnlp.controlpanel.CommandLine -verbose"
Based on it, I created a linux script to determine if that command works or
not. However, although in my opinion the script command is correct, wine
reports that it is incorrect.
Vladimir Koković, DP senior(70),
Serbia, Belgrade, 25.February 2021
--
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=44063
Bug ID: 44063
Summary: Parentheses cause cmd.exe failing to recognize '2>&1'
Product: Wine
Version: 2.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhasse(a)gmail.com
Distribution: ---
On Windows
cmd.exe /C "(echo foo) 2>&1"
works (only outputs "foo"), while on wine it results in:
foo
Can't recognize '2' as an internal or external command, or batch script.
and a non-zero exit code. Removing the parenthesis would work:
wine cmd.exe /C "echo foo 2>&1"
I need them though, since I want to do stuff like this:
wine cmd.exe /C "(echo foo && echo bar) 2>&1"
Maybe related: https://bugs.winehq.org/show_bug.cgi?id=43337
--
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=53115
Bug ID: 53115
Summary: 3D graphics program crashes when going full screen
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: nagle(a)animats.com
Distribution: ---
Error message from Wine is
0104:fixme:explorerframe:taskbar_list_MarkFullscreenWindow iface
0000000000083450, hwnd 000000000001004A, fullscreen true stub!
after which the program aborts due to the graphics context failing.
Program runs successfully on Windows 10.
More details at
https://github.com/BVE-Reborn/rend3/issues/399
Reproduce by:
git clone https://github.com/John-Nagle/ui-mock.git
cd ui-mock
git checkout bug-windows-full-screen
cargo build --target x86_64-pc-windows-gnu
cd target/x86_64-pc-windows-gnu/debug
wine ui-mock.exe
This is a mockup of a game GUI. It brings up 2D EGUI menus atop a 3D Rend3
image. It's a very simple program for checking out graphics libraries.
--
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=55007
Bug ID: 55007
Summary: Multiple applications fail to run if Wine is compiled
with CFLAGS="O2" (PlayOnline Viewer, Steam).
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: chiitoo(a)gentoo.org
Distribution: ---
If Wine is compiled with CFLAGS="-O2" after 62173699c38 [1], PlayOnline Viewer
(used to launch Final Fantasy XI Online) crashes right when the main window
should appear with:
nhandled exception: page fault on read access to 0xffffffff in 32-bit code
(0x69ec3194).
at
Backtrace:
=>0 0x69ec3194 in ddraw (+0x3194) (0x0069e334)
1 0x00417b0a in pol (+0x17b0a) (0x0069e668)
2 0x00417dcb in pol (+0x17dcb) (0x0069e7bc)
3 0x00000001 (0x00000000)
0x69ec3194 ddraw+0x3194: vmovdqa %xmm0, -0x318(%ebp)
This does /not/ happen when building with -O1 for example.
This seems to also affect at least Steam (did not have time to test anything
else so far):
=>0 0x6d489493 in secur32 (+0x9493) (0x0058e094)
1 0x6d48a58f in secur32 (+0xa58f) (0x0058e0f4)
2 0x6d49140a in secur32 (+0x1140a) (0x0058e154)
3 0x6c13491f in wininet (+0x3491f) (0x0058e3b4)
4 0x6c136058 in wininet (+0x36058) (0x0058e3d4)
5 0x6c121494 in wininet (+0x21494) (0x0058f464)
6 0x6c125206 in wininet (+0x25206) (0x0058f4b4)
7 0x00404490 in steamerrorreporter (+0x4490) (0x6c128360)
8 0x8b24ec83 (0x53e58955)
0x6d489493 secur32+0x9493: vmovdqa %xmm0, -0x38(%ebp)
1.
https://source.winehq.org/git/wine.git/commit/62173699c38453777c7d5638ed2e7…
--
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=54903
Bug ID: 54903
Summary: PeaZip can't open Z: drive
Product: Wine
Version: 5.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 74409
--> https://bugs.winehq.org/attachment.cgi?id=74409
Terminal output
When PeaZip starts, it displays a file explorer. Browsing files on the C drive
works fine, but if you double-click Z: or a directory symlinked to a directory
on drive Z, the program freezes. Then, if you click in the file explorer again,
an error dialog appears that says "Index Out of range".
This was a regression in Wine 5.5. `git bisect` says:
6b498d98a86b5179a025afbaaeaa3d60a8bd74ec is the first bad commit
commit 6b498d98a86b5179a025afbaaeaa3d60a8bd74ec
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Fri Mar 20 12:15:25 2020 -0500
ntdll: Consider mount points to be reparse points in get_file_info().
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Terminal output is attached. The relevant part appears to be:
0024:fixme:file:NtFsControlFile FSCTL_GET_REPARSE_POINT semi-stub
$ sha256sum peazip-9.2.0.WINDOWS.exe
67229ced7de6d27871b823ce7f61f69c7c61fd85ea13d844a7b085ce97adfd9b
--
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=52501
Bug ID: 52501
Summary: TASInput (Mupen64-RR-Lua): TASInput window doesn't
close and stops responding
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jackyguo18(a)hotmail.com
Distribution: ---
source code:
https://github.com/mkdasher/mupen64-rr-lua-/tree/master/tasinput_plugin/src.
Checkboxes and radio buttons in the TASInput window are not cleared before
being redrawn, leading to weird overlapping graphics. See the attached
screenshot.
Wine version: 7.0 (winehq-stable)
Linux distro: Ubuntu 21.10 (impish)
Display server: Wayland, GNOME Mutter
To reproduce, download the package from https://repack.skazzy3.com, then simply
unzip to a folder and run mupen64.exe. From there:
- run an N64 ROM
- note that the TASInput window (the one with the fancy checkboxes) shows up
- File > Close ROM
- the TASInput window should close, but doesn't, and freezes up.
- Eventually, (at least for me) GNOME prompts me to force-quit Mupen.
--
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=53636
Bug ID: 53636
Summary: System tray not visible, Ubuntu 20.0.2, Wine 7.16
Staging
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jubilantjerry(a)gmail.com
Distribution: ---
Created attachment 73034
--> https://bugs.winehq.org/attachment.cgi?id=73034
Tooltip from WeChat that should be from the system tray
System is running Ubuntu 20.04 LTS.
Kernel version is 5.4.0-125-generic.
Desktop environment is Unity 7.5.0.
Hardware is Dell Inspiron 7577, which has an Intel(R) Core(TM) i5-7300HQ CPU
and a Nvidia GTX 1060 Max-Q GPU.
When running an application that minimizes to the system tray when closed, the
application is effectively gone. There is no small system tray panel on the
screen, unlike what I see about the issue online. Maybe the system tray is size
0x0 on the top left corner, since the tooltip pop-ups that should appear on the
system tray icon appear on the top left of my screen.
The lack of system tray was observed with WeChat, I don't know of other
applications that use the system tray and have an automatic tooltip at the
moment, though if you point me to an installer I can try it to see if the
problem is reproduced.
Let me know if other information 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=54630
Bug ID: 54630
Summary: Can't run installed VCarve Pro trial: Unhandled
exception: page fault on write access / invalid
program stack in 64-bit code
Product: Wine
Version: 8.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: defsnotaburner0(a)gmail.com
Distribution: ---
Created attachment 74152
--> https://bugs.winehq.org/attachment.cgi?id=74152
backtrace from crash
Steps to reproduce:
1. download VCarve Pro V11.5 from
https://www.vectric.com/support/makerspace-sign-up
2. `wine VCarveProTrialEditionV11_SetupENU.exe`
3. install default steps, then run program
4. expected: run, actual: 'serious problem' message
system: Ubuntu 22.04,
wine development installation
--
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=21806
Summary: Star Wars Empire at War: Demo crashes during battles
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=26385)
--> (http://bugs.winehq.org/attachment.cgi?id=26385)
Tutorial 1 debugs, pagefaults, backtraces...
This seems to affect the game any time you are going into battle. At the
loading screen the game will issue a exception.
You have two choices, retry or cancel. I've provided a backtrace log that
results from each selection - as well as the game's built debugger log.
For anyone wishing to confirm, just try Tutorial 1. It will crash in under
2mins. The other tutorials may crash too, but not nearly as often since there's
not many battles to load. I was using the Demo CD I got in a promo.
--
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=53924
Bug ID: 53924
Summary: Vectric Aspire 11.5: crashes on load
Product: Wine
Version: 7.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tmwsr3(a)gmail.com
Distribution: ---
Created attachment 73480
--> https://bugs.winehq.org/attachment.cgi?id=73480
Dump file from crash
Vectric Aspire 11.5 crashes on load. Previous version of program runs fine.
--
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=42698
Bug ID: 42698
Summary: FL Studio 12.4 setup does not show cursor
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seanaubin(a)gmail.com
Distribution: ---
Running Linux Kernel 4.4.0 on Linux Mint 18 and installing FL Studio 12.4, the
cursor does not display during the install.
--
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=52820
Bug ID: 52820
Summary: Pokemon TCG Live Crashes During Login within Vuplex
Webview
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: algebro(a)tuta.io
Distribution: ---
Created attachment 72202
--> https://bugs.winehq.org/attachment.cgi?id=72202
Vuplex backtrace
Pokemon TCG Live crashes during the authentication flow when the program tries
to open a login page in a WebView created by Vuplex (which seems to be a
proprietary Unity plugin). Backtrace is attached to this ticket.
--
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=54829
Bug ID: 54829
Summary: Unhandled exception: page fault on write access to,
invalid program stack in 64-bit code
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: philipp.heimpel(a)gmail.com
Distribution: ---
Created attachment 74334
--> https://bugs.winehq.org/attachment.cgi?id=74334
Error Details
When running wine VCarveDesktopTrialEdition.exe I receive the following error:
Unhandled exception: page fault on write access to, invalid program stack in
64-bit code
Installation went fine and without errors
Download link:
https://storage.googleapis.com/vectric_public/VCarveDesktopTrialEdition_Set…
Debian GNU/Linux 11 (bullseye)
--
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=46734
Bug ID: 46734
Summary: EditPad Pro 7: Cannot read/capture host (Linux)
application's stdout/stderr to display in its message
panel
Product: Wine
Version: 2.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: clay_dakota(a)yahoo.com
Distribution: ---
Created attachment 63726
--> https://bugs.winehq.org/attachment.cgi?id=63726
Python script to write "Hello World" to stdout.
Distribution: Linux Mint 17.3 ; 32-bit ; Trusty ; MATE Desktop
AppDB App: EditPad Pro 7
AppDB Entry: #8392
Wine Ver w/o Bug: 2.18 (devel) & 2.04 (stable)
Wine Ver w/ Bug: 2.19 (devel) & 3.04 (stable) & 4.0 (stable)
Steps to reproduce:
* Download EditPad Pro free trial version 7.6.5 and install
- URL: http://download.jgsoft.com/editpad/SetupEditPadProDemo.exe
* Install Wine 2.18 (devel)
* Run EditPad Pro (EPP) from Wine
- Executable: EditPadPro7.exe
* From the EPP menu, go to Tools -> Configure Tools
* Import the EPP Tool configuration file
- Attachment: RunWithPython.ini
* Open the Python source file
- Attachment: hello.py
* From the EPP menu, go to Tools -> Run w/ Python
* Will see the Python script's output in EPP's message panel as expected
- See attachment: EPP_Wine2.18_WithoutBug.png
* See Wine 2.18's terminal output file to see that the output did not go to
the terminal as expected
- Attachment: Con_Wine2.18_WithoutBug.out
* Install Wine 2.19 (devel)
* Run EditPad Pro (EPP) from Wine
- Executable: EditPadPro7.exe
* Open the Python source file
- Attachment: hello.py
* From the EPP menu, go to Tools -> Run w/ Python
* Will not see the Python script's output in EPP's message panel
- See attachment: EPP_Wine2.19_WithBug.png
* See Wine 2.19's terminal output file to see that the output went to the
terminal instead of EPP's message panel
- Attachment: Con_Wine2.19_WithBug.out
Note: This bug *may* be related to bug 23596. However, bug 23596 is reported
against Wine version: 1.2-rc7.
--
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=50819
Bug ID: 50819
Summary: Source navigation to "programs" is broken
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lats(a)yless4u.com.au
CC: austinenglish(a)gmail.com
Distribution: ---
Created attachment 69634
--> https://bugs.winehq.org/attachment.cgi?id=69634
Screenhot of the web response to clicking on "programs"
Navigating to https://source.winehq.org/source/programs/ yields "Malformed
UTF-8 character (fatal) at /home/winehq/opt/source/lib/Local.pm line 422."
Same result on chrome and firefox.
--
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=54773
Bug ID: 54773
Summary: https://dl.winehq.org/wine-builds/winehq.key has
expired
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)aitchison.me.uk
Distribution: ---
# curl https://dl.winehq.org/wine-builds/winehq.key 2> /dev/null | gpg
--show-keys -
pub rsa3072 2018-12-10 [SC]
D43F640145369C51D786DDEA76F1A20FF987672F
uid WineHQ packages <wine-devel(a)winehq.org>
sub rsa3072 2018-12-10 [E] [expired: 2020-12-09]
This URL appears in many web forum answers and the key is referenced in the
Debian and Ubuntu repo files, but since it expired several years ago I don't
know whether is actually used and checked.
Can the key be refreshed, or should a new URL be used ?
Thanks
--
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=44245
Bug ID: 44245
Summary: Gray screen on OnePlus 3 / 3T
Product: Wine
Version: 3.0-rc3
Hardware: arm
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sasha01945(a)gmail.com
Created attachment 60040
--> https://bugs.winehq.org/attachment.cgi?id=60040
Gray screen on OnePlus 3T
After running Win3.0 RC3, first unpacking, then writes "Setting up windows
environment".
After that, the gray screen (as in the screenshot).
Android version: 8.0.0
OhygenOS version: OP3T_0.2_Open_19
--
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=53013
Bug ID: 53013
Summary: Maplestory crashes after several minutes of gameplay
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: mazuz.eyal(a)gmail.com
Distribution: ---
Created attachment 72381
--> https://bugs.winehq.org/attachment.cgi?id=72381
last part of the wine debug info when maplestory crash
Maplestory now works when downloading through the Nexon launcher, it logs into
the game and even into the world, but after a few minutes of playing (it is
mostly random, but not more than 5 minutes). The game freezes for a bit then
crashes, where the last output in the console from wine is
0bec:fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout 0x10001000 is not
supported
0bec:fixme:key:X11DRV_ToUnicodeEx keyboard layout 0x10001000 is not supported
0bec:fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout 0x10001000 is not
supported
0bec:fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout 0x10001000 is not
supported
0bec:fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout 0x10001000 is not
supported
0bec:fixme:key:X11DRV_ToUnicodeEx keyboard layout 0x10001000 is not supported
0bec:fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout 0x10001000 is not
supported
0bec:fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout 0x10001000 is not
supported
0bec:fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout 0x10001000 is not
supported
0bec:fixme:key:X11DRV_ToUnicodeEx keyboard layout 0x10001000 is not supported
0bec:fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout 0x10001000 is not
supported
0bec:fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout 0x10001000 is not
supported
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:virtual:NtQueryVirtualMemory
(0x128,(nil),info_class=1,0x10280390,65536,(nil)) Unknown information class
0208:fixme:virtual:NtQueryVirtualMemory
(0x128,(nil),info_class=1,0x10280390,65536,(nil)) Unknown information class
0208:fixme:virtual:NtQueryVirtualMemory
(0x128,(nil),info_class=1,0x17cc0390,65536,(nil)) Unknown information class
0208:fixme:virtual:NtQueryVirtualMemory
(0x128,(nil),info_class=1,0x17cc0390,65536,(nil)) Unknown information class
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
0208:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for
lpszStructType 1.3.6.1.4.1.311.2.1.4
018c:fixme:winsock:setsockopt Unknown IPPROTO_TCP optname 0x00000003
0208:fixme:virtual:NtQueryVirtualMemory
(0x128,(nil),info_class=1,0x10280390,65536,(nil)) Unknown information class
0208:fixme:virtual:NtQueryVirtualMemory
(0x128,(nil),info_class=1,0x10280390,65536,(nil)) Unknown information class
0208:fixme:virtual:NtQueryVirtualMemory
(0x128,(nil),info_class=1,0x17cc0390,65536,(nil)) Unknown information class
0208:fixme:virtual:NtQueryVirtualMemory
(0x128,(nil),info_class=1,0x17cc0390,65536,(nil)) Unknown information class
0208:fixme:virtual:NtQueryVirtualMemory
(0x128,(nil),info_class=1,0x10280390,65536,(nil)) Unknown information class
0208:fixme:virtual:NtQueryVirtualMemory
(0x128,(nil),info_class=1,0x10280390,65536,(nil)) Unknown information class
01a0:fixme:userenv:UnregisterGPNotification 00000000000005B4
01a0:fixme:userenv:UnregisterGPNotification 00000000000005B8
0254:fixme:iphlpapi:CancelIPChangeNotify (overlapped 000003A6EB1CD5C8): stub
023c:fixme:ver:GetCurrentPackageId (000000000011FDA0 0000000000000000): stub
0164:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0000000000030178
0164:fixme:iphlpapi:CancelIPChangeNotify (overlapped 000001F0A11E2908): stub
0270:err:ole:CoUninitialize Mismatched CoUninitialize
05b8:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
attaching the last lines of the log when using WINEDEBUG=warn+all
it's only the last lines cause I can't for some reason run the Nexon launcher
using redirect operators to write to files (e.g. WINEDEBUG=warn+all wine
nexon_launcher.exe > wine.error.log), so the log is the output saved from the
console. The log corresponds to the time when the game crashed
--
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=46419
Bug ID: 46419
Summary: Multiple installers draw bottom text not as 3d
disabled text
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 63185
--> https://bugs.winehq.org/attachment.cgi?id=63185
Screenshot wine
This is a very minor and subtle bug, on windows only really visible when the
old classic theme is used.
In all NSIS installers, the bottom line text should be rendered as 3d disabled
text, see screenshots.
As a sidenote, wine can draw 3d disabled text, it's just that for some reason
it is not applied here.
--
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=42895
Bug ID: 42895
Summary: HeroesofMight and Magic II: Gold - possible problems
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: trufanovan(a)gmail.com
Distribution: ---
Created attachment 58029
--> https://bugs.winehq.org/attachment.cgi?id=58029
Save game
Hi,
As far as i can see HoMM2 has platinum support. I have a big doubts in that.
Just tried 2 game distributives:
1. Game in russian freezes on start screen. No menu labels highlighted when
user moves a mouse over it.
2. Same build but in english - freezes on campaign screen when user may choose
award. Can't start the game.
3. Another distributive (english) - after you win any campaign level the screen
is black and you must gues whee to click to start another level. Or press
Enter.
Attached is the save game at end of first level to reproduce no 3.
NVIDIA 378.13
GeForce GT 635M
Kubuntu 17.04
wine-stable 2.0.1~zesty
--
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=50288
Bug ID: 50288
Summary: Warcraft 3: Crashing on Wayland (mutter/gnome)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: thesleort(a)gmail.com
Distribution: ---
Created attachment 68856
--> https://bugs.winehq.org/attachment.cgi?id=68856
Wayland cinematics bug
I just installed Warcraft 3 (cd version) and I am mostly unable to play
Warcraft 3 on Wayland, but not in X11.
There are two errors. Both only occurs in Wayland and are fixable by playing
the game in X11 first. Both bugs happens on all my laptops (Ubuntu 20.10) and
my Vega 56 machine (Ubuntu 20.04 LTS)
Error 1:
The game will not start, since it plays a intro-video in the beginning the
first time it is launched. This can be circumvented by launching the game in
X11 first and then launching it in Wayland afterwards, since it is not shown in
launches afterwards.
This error occurs every time a video/cinematic is played in the game, so it
also happens when starting the Human campaign. Again the fix is to play in X11
first, since it follows the same "mechanic" as the intro video when launching
the game.
Error 2:
This error appears to happen when the game is forcefully shut down and then
trying to launch it again. Not entirely sure why, but in the logs it appears as
if it is not able to initialize some output. It also will not "reset" itself by
doing wineserver -k. Instead I have to log out of the current session and then
I can launch the game again.
---
I have installed gstreamer1.0-plugins-*:386 packages, which are required to
reach the cinematic bug. Otherwise wine will complain that gstreamer is not
installed. When i386 packages of gstreamer are installed it reaches the
aforementioned cinematic bug.
Also X11 is not able to playback the cinematics in-game, however, in contrast
to Wayland it recovers and I am able to advance further in the game.
---
sha1sum Warcraft\ III.exe
a4c13b9a075548347a4c63d0a292b1a500ba34b7 Warcraft III.exe
---
My current computer:
Wine version: wine-staging 6.0-rc1 (from winehq repos)
Ubuntu 20.10
CPU: Intel i5-6200U (4) @ 2.800GHz
GPU: Intel Skylake GT2 [HD Graphics]
$ glxinfo | grep OpenGL
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics 520 (SKL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.2.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.2.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.2.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
--
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=54615
Bug ID: 54615
Summary: dwrite:layout - test_system_fallback() gets unexpected
"Meiryo UI" font name in Japanese and Chinese on
Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dwrite:layout - test_system_fallback() gets unexpected "Meiryo UI" font name in
Japanese and Chinese on Windows:
layout.c:5313: Test failed: 0: unexpected name L"Meiryo UI".
See https://test.winehq.org/data/patterns.html#dwrite:layout
--
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=55472
Bug ID: 55472
Summary: DTS Encoder Suite gets stuck with encode pending from
Wine 8.14
Product: Wine
Version: 8.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 75031
--> https://bugs.winehq.org/attachment.cgi?id=75031
Backrace
The program no longer works as whenever a request is made to encode an audio
stream it's status remains as, "Pending".
Some Background. 8.13 introduced some instability where the program would just
freeze occasionally, again a java related error but could be worked around by
stopping and restarting the program.
Backtrace attached.
Due to the age of the program it may be preferable for me to compress my wine
prefix and make it available to you?
--
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.