https://bugs.winehq.org/show_bug.cgi?id=48837
Bug ID: 48837
Summary: Need for Speed: Underground crashes when entering
multiplayer.
Product: Wine
Version: 5.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theoldhippie1(a)gmail.com
Distribution: --…
[View More]-
Created attachment 66757
--> https://bugs.winehq.org/attachment.cgi?id=66757
Terminal output
How to reproduce: launch the game, go to the main menu and click on "Play
Online" button.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=50747
Bug ID: 50747
Summary: Capture2Text CaptureBox keeps jumping around
Product: Wine
Version: 6.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: forinih564(a)nic58.com
Distribution: ---
Created attachment 69523
--> …
[View More]https://bugs.winehq.org/attachment.cgi?id=69523
CaptureBox jumping
Requires the workaround from bug #50489
I've attached a video that shows the problem
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=50489
Bug ID: 50489
Summary: Capture2Text fails to show the capturebox (or maybe
fails to grab keyboard input?)
Product: Wine
Version: 6.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: forinih564(a)nic58.com
…
[View More] Distribution: ---
Created attachment 69136
--> https://bugs.winehq.org/attachment.cgi?id=69136
Wine6.0Rc2 log
Download: https://sourceforge.net/projects/capture2text/
Source Code: https://sourceforge.net/projects/capture2text/files/SourceCode/
used DE: kde plasma
The program launches , its icon shows in tray, however when pressing the
capture shortcut nothing happens
What makes me believe that it may be a failure in grabbing input is that the
program doesn't respond to pressing other shortcuts (such as switch ocr
language,... etc) ,though it responds to mouse when right clicking the tray
icon
Tested on both Wine6.0Rc2 & Rc6
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=50042
Bug ID: 50042
Summary: Wine fails to execute .NET C# "ShowDialog()"
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: forinih564(a)nic58.com
Distribution: ---
Created attachment 68490
--…
[View More]> https://bugs.winehq.org/attachment.cgi?id=68490
The program
trying to run the C# lines
SaveFileDialog savefiledialg = new SaveFileDialog();
savefiledialg.ShowDialog();
or
OpenFileDialog openFileDialog1 = new OpenFileDialog();
openFileDialog1.ShowDialog()
causes the application to crash
the source code for the attached program is
private void button1_Click(object sender, EventArgs e)
{
string path = "";
SaveFileDialog savefiledialg = new SaveFileDialog();
label1.Text = "Save";
savefiledialg.ShowDialog();
label1.Text = "Open";
OpenFileDialog openFileDialog1 = new OpenFileDialog();
if (openFileDialog1.ShowDialog() == DialogResult.OK)
{
path = openFileDialog1.FileName;
}
else
{
return;
}
}
compiled using visual studio 2012 and for .NET Framework 3.5
the "details" of the crash message is :
See the end of this message for details on invoking \njust-in-time (JIT)
debugging instead of this dialog box.\n\n************** Exception Text
**************\nSystem.ArgumentException: Value does not fall within the
expected range.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR (System.Int32
errorCode) [0x0000a] in <7713cb95b33244ed9608bf0b23fbdce9>:0
at (wrapper cominterop)
System.Windows.Forms.FileDialogNative+IFileDialog.SetFileTypes(uint,System.Windows.Forms.FileDialogNative/COMDLG_FILTERSPEC[])
at (wrapper cominterop-invoke)
System.Windows.Forms.FileDialogNative+IFileDialog.SetFileTypes(uint,System.Windows.Forms.FileDialogNative/COMDLG_FILTERSPEC[])
at System.Windows.Forms.FileDialog.SetFileTypes
(System.Windows.Forms.FileDialogNative+IFileDialog dialog) [0x00008] in
<4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.FileDialog.OnBeforeVistaDialog
(System.Windows.Forms.FileDialogNative+IFileDialog dialog) [0x0006e] in
<4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.FileDialog.RunDialogVista (System.IntPtr hWndOwner)
[0x00008] in <4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.FileDialog.RunDialog (System.IntPtr hWndOwner)
[0x00038] in <4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.CommonDialog.ShowDialog
(System.Windows.Forms.IWin32Window owner) [0x000f0] in
<4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.CommonDialog.ShowDialog () [0x00000] in
<4b7d326f792d4378bd436300c6961411>:0
at (wrapper remoting-invoke-with-check)
System.Windows.Forms.CommonDialog.ShowDialog()
at WindowsFormsApplication15.Form1.button1_Click (System.Object sender,
System.EventArgs e) [0x0001e] in <fab84d9a41fb43a5a0d481a535d563b1>:0
at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x0001f] in
<4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x00037] in
<4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.Button.OnMouseUp (System.Windows.Forms.MouseEventArgs
mevent) [0x0009a] in <4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.Control.WmMouseUp (System.Windows.Forms.Message& m,
System.Windows.Forms.MouseButtons button, System.Int32 clicks) [0x001c3] in
<4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m)
[0x005a0] in <4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.ButtonBase.WndProc (System.Windows.Forms.Message& m)
[0x0011f] in <4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message& m)
[0x00056] in <4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.Control+ControlNativeWindow.OnMessage
(System.Windows.Forms.Message& m) [0x00001] in
<4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc
(System.Windows.Forms.Message& m) [0x000b3] in
<4b7d326f792d4378bd436300c6961411>:0
at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&
m) [0x00025] in <4b7d326f792d4378bd436300c6961411>:0
\n************** Loaded Assemblies **************\nmscorlib\n Assembly
Version: 4.0.0.0\n Win32 Version: 4.6.57.0\n CodeBase:
file:///C:/windows/mono/mono-2.0/lib/mono/4.5/mscorlib.dll\n----------------------------------------\nWindowsFormsApplication15\n
Assembly Version: 1.0.0.0\n Win32 Version: 1.0.0.0\n CodeBase:
file:///Z:/home/test/Downloads/WindowsFormsApplication3.exe\n----------------------------------------\nSystem.Windows.Forms\n
Assembly Version: 4.0.0.0\n Win32 Version: 4.6.57.0\n CodeBase:
file:///C:/windows/mono/mono-2.0/lib/mono/gac/System.Windows.Forms/4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll\n----------------------------------------\nSystem\n
Assembly Version: 4.0.0.0\n Win32 Version: 4.6.57.0\n CodeBase:
file:///C:/windows/mono/mono-2.0/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll\n----------------------------------------\nSystem.Drawing\n
Assembly Version: 4.0.0.0\n Win32 Version: 4.6.57.0\n CodeBase:
file:///C:/windows/mono/mono-2.0/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll\n----------------------------------------\nAccessibility\n
Assembly Version: 4.0.0.0\n Win32 Version: \n CodeBase:
file:///C:/windows/mono/mono-2.0/lib/mono/gac/Accessibility/4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll\n----------------------------------------\nSystem.Configuration\n
Assembly Version: 4.0.0.0\n Win32 Version: 4.6.57.0\n CodeBase:
file:///C:/windows/mono/mono-2.0/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll\n----------------------------------------\n\n**************
JIT Debugging **************\n
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=50221
Bug ID: 50221
Summary: Regression: 4nec2 Run-time error '481': Invalid
picture
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: serge(a)stroobandt.com
Distribution: ---
…
[View More]Created attachment 68727
--> https://bugs.winehq.org/attachment.cgi?id=68727
Run-time error '481': Invalid picture
4nec2 is a free, popular and very stable antenna modelling program.
Its installation file can be downloaded for free from:
https://www.qsl.net/4nec2/
It runs fine on 64-bit wine 3.20 (Windows XP).
However, it crashes at startup with wine 4.x and 5.x versions.
The following error is shown (screenshot attached):
Run-time error '481': Invalid picture
I am able to replicate this regression on several machines of mine.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=48866
Bug ID: 48866
Summary: Neon Noir Ray Tracing Benchmark: Fails to load, broken
menu
Product: Wine
Version: 5.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fuzzy987321(a)gmail.com
Distribution: ---
…
[View More]Created attachment 66794
--> https://bugs.winehq.org/attachment.cgi?id=66794
Terminal output
Application opens with error window reading "Plugin load failed -
Initialization failure, check log for possible errors". Upon clicking the Ok
button, the application plays a "Cryengine" intro video and loads a broken menu
where none of the buttons work.
In the terminal it complains about a missing CChromaEditorLibrary64.dll file,
but the file is, in fact, there.
Application obtained through the Cryengine Launcher:
https://www.cryengine.com/marketplace/product/neon-noirhttps://www.cryengine.com/download
I'm using Arch Linux, Ryzen 5 2600 CPU, Radeon RX 5700 XT GPU. Application does
not require special ray tracing hardware, uses DX11.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=45238
Bug ID: 45238
Summary: Unable to extract Powershell zip with 7-zip
Product: Wine
Version: 3.8
Hardware: x86
URL: https://github.com/PowerShell/PowerShell/releases/down
load/v6.0.2/PowerShell-6.0.2-win-x86.zip
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
…
[View More]Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
While this seems more like a 7-zip bug, I checked and it works in the same
7-zip version (16.02) on Windows 7. Note that native unzip also fails on this
file, but that's a separate non-wine related issue.
I filed a bug upstream, which was less than helpful:
https://github.com/PowerShell/PowerShell/issues/6900
After their response, I tried it on a native Windows machine. Using the same
7zip version (and command line extraction) works fine. Under Wine, I get errors
about replacing filenames (in a previously empty directory):
Executing wine C:\Program Files\7-Zip\7z.exe x C:\PowerShell-6.0.2-win-x86.zip
-oC:\Powershell
7-Zip [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
Scanning the drive for archives:
1 file, 48495975 bytes (47 MiB)
Extracting archive: C:\PowerShell-6.0.2-win-x86.zip
--
Path = C:\PowerShell-6.0.2-win-x86.zip
Type = zip
Physical Size = 48495975
Would you like to replace the existing file:
Path: C:\Powershell\assets\Powershell_av_colors.ico
Size: 120737 bytes (118 KiB)
Modified: 2018-02-24 03:14:54
with the file from archive:
Path: assets\Powershell_av_colors.ico
Size: 120737 bytes (118 KiB)
Modified: 2018-02-24 02:14:54
? (Y)es / (N)o / (A)lways / (S)kip all / A(u)to rename all / (Q)uit?
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=49716
Bug ID: 49716
Summary: Toontown Corporate Clash's Windows Installer Produces
Fatal Error (Manjaro)
Product: Wine
Version: 5.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: doctordeity(a)protonmail.com
…
[View More]Distribution: ArchLinux
Created attachment 67972
--> https://bugs.winehq.org/attachment.cgi?id=67972
The details of the error
I'm trying to use the Windows installer to install Toontown: Corporate Clash
onto my computer. I receive an internal error whenever I try to do it. I've
reinstalled Wine.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=49737
Bug ID: 49737
Summary: Page Fault when installing FL Studio 20.7.2
Product: Wine
Version: 5.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)trummer.xyz
Distribution: ---
Created attachment 68034
--> https:…
[View More]//bugs.winehq.org/attachment.cgi?id=68034
backtrace
Installing FL Studio 20.7.2 aborts with a page fault when trying to install it
with Wine 5.15.
Steps to reproduce:
- download installer:
https://support.image-line.com/redirect/flstudio20_win_installer
there is an SHA-256 checksum listed to verify the download
- run installer with Wine 5.15
- Wait for the installer to finish
- page fault occurs just before the end
System info:
Wine version: 5.15 from official repository
Operating System: openSUSE Tumbleweed 20200819
KDE Plasma Version: 5.19.4
KDE Frameworks Version: 5.73.0
Qt Version: 5.15.0
Kernel Version: 5.8.0-1-default
OS Type: 64-bit
Processors: 24 × AMD Ryzen 9 3900X 12-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: Radeon RX 570 Series
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=11080
Summary: Powerpoint Viewer fails to install
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://download.microsoft.com/download/a/1/a/a1adc39b-
9827-4c7a-890b-91396aed2b86/ppviewer.exe
OS/Version: other
Status: NEW
Keywords: Installer, regression
Severity: normal
Priority: P2
Component: kernel32
…
[View More]AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Aborts since today with error message
"The setup program could not retrieve the volume information for drive
(C:\windows\temp\IXP000.TMP\.
System message: Bad device type"
Susan also reports seeing this, so I'm not alone.
+relay,+volume show:
0009:Call
KERNEL32.GetVolumeInformationA(00000000,00000000,00000000,00000000,0032fc1c,0032fc20,00000000,00000000)
ret=01003fe6
trace:volume:GetVolumeInformationW L"\\\\.\\C:": found fs type 0
0009:Ret KERNEL32.GetVolumeInformationA() retval=00000000 ret=01003fe6
0009:Call KERNEL32.GetLastError() ret=01003550
0009:Ret KERNEL32.GetLastError() retval=00000042 ret=01003550
...
0009:Call user32.MessageBoxA(00000000,0014c488 "The setup program could not
retrieve the volume information for drive (C:\\windows\\temp\\IXP000.TMP\\) .
\nSystem message: Bad device type\r\n.",0100abb4 "Microsoft Office PowerPoint
Viewer 2003",00010010) ret=01003a64
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]