https://bugs.winehq.org/show_bug.cgi?id=45105
Bug ID: 45105
Summary: heap-buffer overflow in gdi32
Product: Wine
Version: 3.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: robert.gawlik(a)rub.de
Distribution: ---
Created attachment 61284
--> https://bugs.winehq.org/attachment.cgi?id=61284
affected source code
Original submitted report can be found here:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1764719
The attachment also contains more details.
If more info is needed, please let me know!
--
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=48521
Bug ID: 48521
Summary: StaxRip throes errors: Win32Exception (2.0.6.0)
Invalid function System.ComponentModel.Win32Exception
(0x80004005): Invalid function
Product: Wine
Version: 5.0
Hardware: x86
URL: https://github.com/staxrip/staxrip/releases
OS: Linux
Status: NEW
Keywords: dotnet, download, source
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Steps to reproduce:
Use Staging (workaround https://bugs.winehq.org/show_bug.cgi?id=45868) and do
- winetricks -q dotnet40 dotnet48
- Invoke like ''wine start /unix /home/louis/StaxRip.exe'' otherwise you run
into
https://bugs.winehq.org/show_bug.cgi?id=48503
Try open an avi, it`ll tell you to install AviSynth, let it complete, then try
convert it; In the end an errormessage pops up:
Win32Exception (2.0.6.0)
Invalid function
System.ComponentModel.Win32Exception (0x80004005): Invalid function
at StaxRip.PowerRequest.SuppressStandby() in
D:\Projekte\VB\staxrip\General\General.vb:line 1532
at StaxRip.GlobalClass.ProcessJobs() in
D:\Projekte\VB\staxrip\General\GlobalClass.vb:line 36
The source is available from github:
Public Class PowerRequest
Private Shared CurrentPowerRequest As IntPtr
Shared Sub SuppressStandby()
If CurrentPowerRequest <> IntPtr.Zero Then
PowerClearRequest(CurrentPowerRequest,
PowerRequestType.PowerRequestSystemRequired)
CurrentPowerRequest = IntPtr.Zero
End If
Dim pContext As POWER_REQUEST_CONTEXT
pContext.Flags = &H1 'POWER_REQUEST_CONTEXT_SIMPLE_STRING
pContext.Version = 0 'POWER_REQUEST_CONTEXT_VERSION
pContext.SimpleReasonString = "Standby suppressed by StaxRip" 'shown
when the command "powercfg -requests" is executed
CurrentPowerRequest = PowerCreateRequest(pContext)
If CurrentPowerRequest = IntPtr.Zero Then
Dim err = Marshal.GetLastWin32Error()
If err <> 0 Then Throw New Win32Exception(err)
End If
Dim success = PowerSetRequest(CurrentPowerRequest,
PowerRequestType.PowerRequestSystemRequired)
If Not success Then
CurrentPowerRequest = IntPtr.Zero
Dim err = Marshal.GetLastWin32Error()
If err <> 0 Then Throw New Win32Exception(err)
End If
End Sub
Shared Sub EnableStandby()
If CurrentPowerRequest <> IntPtr.Zero Then
Dim success = PowerClearRequest(CurrentPowerRequest,
PowerRequestType.PowerRequestSystemRequired)
If Not success Then
CurrentPowerRequest = IntPtr.Zero
Dim err = Marshal.GetLastWin32Error()
If err <> 0 Then Throw New Win32Exception(err)
Else
CurrentPowerRequest = IntPtr.Zero
End If
End If
End Sub
Enum PowerRequestType
PowerRequestDisplayRequired
PowerRequestSystemRequired
PowerRequestAwayModeRequired
PowerRequestExecutionRequired
End Enum
<DllImport("kernel32.dll", SetLastError:=True)>
Shared Function PowerCreateRequest(ByRef Context As POWER_REQUEST_CONTEXT)
As IntPtr
End Function
<DllImport("kernel32.dll", SetLastError:=True)>
Shared Function PowerSetRequest(PowerRequestHandle As IntPtr, RequestType
As PowerRequestType) As Boolean
End Function
<DllImport("kernel32.dll", SetLastError:=True)>
Shared Function PowerClearRequest(PowerRequestHandle As IntPtr, RequestType
As PowerRequestType) As Boolean
End Function
<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Unicode)>
Structure POWER_REQUEST_CONTEXT
Public Version As UInt32
Public Flags As UInt32
<MarshalAs(UnmanagedType.LPWStr)>
Public SimpleReasonString As String
End Structure
End Class
Returning STATUS_SUCCESS for Nt{Create,Set,Clear}PowerRequest gets rid of the
errors. AFAICT it should be pretty safe to just return success from these three
functions, right?
Relevant console-output:
009c:fixme:ntdll:NtCreatePowerRequest (0x22d5e8, 0x22d5f0): stub
009c:fixme:ntdll:NtSetPowerRequest (0x110ea80, 1): stub
.
.
009c:fixme:ntdll:NtClearPowerRequest (0x110ea80, 1): stub
--
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=45455
Bug ID: 45455
Summary: Installation of Cetus3D-Software crashes
Product: Wine
Version: 3.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pellwestphal(a)googlemail.com
Distribution: ---
Hello forum,
I wanted to install this software: https://www.tiertime.com/downloads/software/
its a 3D-printer software to load print jobs and control the printer.
https://pastebin.com/ThMrEcAh <- terminal output during installation
The installation starts up fine and I can go through the first few steps
without any issues except those repeating first lines you see in the terminal
paste. When I come to the actual installation it starts but then crashes after
the installation bar filled after a few seconds. The errors and fixme lines
appear instantly in the terminal.
Please help finding the underlying issue
My system is an x220 running Ubuntu 16.04 LTS with an i3wm as ui.
Thank you,
Per
--
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=43251
Bug ID: 43251
Summary: Anarchy Online Login Window Play and Settings button
disapper after minimising and maximising window
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Hello everyone,
I noticed some strange behaviour in Anarchy Online.
Steps to reproduce:
- Start up AnarchyOnline.exe
- Patch the game (if necessary)
- Click the minimise button of the window
- Maximise the window again
-> Settings and play button disappear.
--
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=53839
Bug ID: 53839
Summary: Anarchy Online (Old Engine) Installer hangs after
downloading game files
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
sha256sum AnarchyOnline_EP1.exe
ed5ff785e38cbee788f30c5c6305b441c3c1c8590f852b53199c9d8c15607c9e
AnarchyOnline_EP1.exe downloaded from
https://ctrack.funcom.com/ad/?ref=AODOWNLOAD
Tested in a clean prefix on Slackware 15.0 with wine 7.19
It downloades the necessary game files but hangs at the end. (execute
'install.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=44516
Bug ID: 44516
Summary: Anarchy Online doesn't startup anymore
Product: Wine
Version: 3.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 60469
--> https://bugs.winehq.org/attachment.cgi?id=60469
Console Output wine 3.1 (Non-staging)
Hello everyone,
I would like to report that I did some testing on "Anarchy Online" but it
doesn't seem to start up anymore and wants to launch a debugger but also fails
there.
Please see the console output for further 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=46375
Bug ID: 46375
Summary: Vietcong: game save thumbnails (screenshots) have
corrupted colors
Product: Wine
Version: 4.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: havran.jan(a)email.cz
Distribution: Other
Created attachment 63117
--> https://bugs.winehq.org/attachment.cgi?id=63117
Game-save screenshots - left = created on windows, right = Wine
Every time Vietcong game creates new game save (psg file), it also creates
in-game screenshot of what scene game currently render on screen. This
screenshot is part of the psg file. In main menu, game shows screenshot of
selected game save (as a thumbnail). On native Windows, these screenshots are
created relative nice (but they are low quality/compressed pictures), while on
Wine they have always corrupted colors.
It is not problem of showing these screenshots (since I tried in Wine to load
game save created on Windows, which had nice thumbnail), but they are being
created corrupted. I have not looked into this bug deeply yet, so I do not know
which API game uses to create these screens.
This bug is in Wine probably for very long time, maybe since beginning. There
is nothing special in the Wine 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.
http://bugs.winehq.org/show_bug.cgi?id=18382
Summary: SubEdit fails to start
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://matinf.pcz.pl/~subedit/download/subedit_b4072_ins
tall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20962)
--> (http://bugs.winehq.org/attachment.cgi?id=20962)
Fatal error
I'm using Wine 1.1.20 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that SubEdit fails to start and shows fatal error.
--
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=54025
Bug ID: 54025
Summary: Quixel Mixer 2022.1.0 Beta installer cannot find the
specified path
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: igor.hope(a)noostyche.ru
Distribution: ---
Created attachment 73591
--> https://bugs.winehq.org/attachment.cgi?id=73591
Output as the program runs.
Distro: Ubuntu 20.04 x64
Kernel: Linux 6.0.8
CPU: Ryzen 7 1700
GPU: Radeon RX 580 8 Gb
Driver: Mesa 22.2.4 (Kisak PPA)
Steps to reproduce:
- Running the installation file.
- In the installation dialog, after confirming the selection of the directory
to install, an error is displayed: "The path you entered is invalid". Changing
the path to different directories does not solve the problem.
- The program cannot be installed.
Download link: https://quixel.com/products/mixer
--
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=25689
Summary: Combat Mission: Barbarossa to Berlin - failing to
initialize graphics
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mat69(a)gmx.net
Created an attachment (id=32722)
--> (http://bugs.winehq.org/attachment.cgi?id=32722)
terminal output when starting cmbb
I installed CMBB and updated to 1.03, using a crack made it possible to avoid
BUG:219.
Trying to start I get a message complaining that Direct3D graphics could not be
recognised.
Attached is the terminal output.
--
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.