https://bugs.winehq.org/show_bug.cgi?id=49993
Bug ID: 49993
Summary: CUERipper 2.1.6 and 2.1.7 do not run with wine-mono
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: toadking(a)toadking.com
Distribution: ---
When trying to run CUERipper 2.1.7, wine fails with this error:
Unhandled Exception:
System.TypeLoadException: Could not resolve type with token 01000085 from
typeref (expected class 'System.Deployment.Application.DeploymentException' in
assembly 'System.Deployment, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a')
at CUERipper.Program.Main () [0x00035] in
<5c4f365916584c81bcdf752cec08f1e3>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not resolve
type with token 01000085 from typeref (expected class
'System.Deployment.Application.DeploymentException' in assembly
'System.Deployment, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a')
Version 2.1.6 fails with a similar error, only for dotnet 2.0 instead of 4.0
Unhandled Exception:
System.TypeLoadException: Could not resolve type with token 01000116 from
typeref (expected class 'System.Deployment.Application.DeploymentException' in
assembly 'System.Deployment, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a')
at CUERipper.Program.Main () [0x0003a] in
<6963147f6a904857af87d170dcff6c6e>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not resolve
type with token 01000116 from typeref (expected class
'System.Deployment.Application.DeploymentException' in assembly
'System.Deployment, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a')
Installing dotnet40 or dotnet20 for their respective versions allows them to
run.
--
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=47798
Bug ID: 47798
Summary: Incorrect substring result using
enableDelayedExpansion
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: lois.diqual(a)gmail.com
Distribution: ---
Created attachment 65289
--> https://bugs.winehq.org/attachment.cgi?id=65289
Test file
Batch variable substring yields incorrect results when using
enableDelayedExpansion.
setlocal enableDelayedExpansion
set foo=bar
echo "!foo:~0,2!"
endlocal
Expected output: "ba"
Actual output:
- Wine cmd: "~0,2"
- Windows cmd: "ba"
--
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=43337
Bug ID: 43337
Summary: Conditional command with parentheses not working.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: distjubo(a)gmail.com
Distribution: ---
If a conditional command contains parentheses, it fails to execute properly.
Example 1:
Command:
echo C:\Program Files (x86)\
Output:
C:\Program Files (x86)\
Example 2:
Command:
if ""=="" echo C:\Program Files (x86)\
Example 2 fails to execute. On Windows, the output of Example 1 and Example 2
are identical, but wine complains about not having found the command "x86".
--
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=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=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.