https://bugs.winehq.org/show_bug.cgi?id=46552
Bug ID: 46552
Summary: Crossfire doesn't install
Product: Wine
Version: 4.0-rc7
Hardware: x86-64
URL: http://crossfire.z8games.com/download.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio.mgbx(a)hotmail.it
Distribution: Mint
Created attachment 63423
--> https://bugs.winehq.org/attachment.cgi?id=63423
console output
I already reported a bug about Crossfire EU (you can find it here
https://bugs.winehq.org/show_bug.cgi?id=45920), but now it merged with
Crossfire NA and the new link for download is
http://crossfire.z8games.com/download.html
The .exe file is different than before, but it doesn't install yet; I don't
know if the problem is the same or not. I attached my console output. You can
reproduce the bug just by downloading the file and trying to install.
I kept my terminal open for more than 3 hours beacuse the process is "running"
and if I close the terminal it says that a process is still running and closing
the terminal will kill it. Therefore I don't know if my console output is
complete or not. If I can help in some way, just tell me! :)
--
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=54501
Bug ID: 54501
Summary: IrfanView - Pasting into clipboard results in a black
screen
Product: Wine
Version: 8.1
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: ---
Created attachment 74052
--> https://bugs.winehq.org/attachment.cgi?id=74052
Console output (wine-8.1 on Slackware64/Multilib)
Hello everyone,
I downloaded IrfanView in its own prefix with the following:
sha256sum iview462_x64_setup.exe
d9d4c5f3120a9420e2dbaf0ee8931556e161787fbc4297d5fb4e4c7616fdd668
iview462_x64_setup.exe
and it installs and seems to run just fine.
Steps to reproduce
- Start IrfanView
- Start Gimp (Linux-native)
- Open an Image in Gimp
- Copy the image from Gimp into IrfanView
- Paste it into IrfanView
Expected result: Image should show in IrfanView
Actual result: Black screen though dimension of the image are shown at the
bottom of the application.
Console output is attached.
--
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=58054
Bug ID: 58054
Summary: concurrent modifications of C++ collection during
iteration
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christophgil(a)gmail.com
Distribution: ---
Deleting elements from a C++ collection during iteration is not allowed.
This is a frequent programming error which goes unnoticed.
It is not reported as a runtime error and tolerated on native Windows, while
it causes page faults in Wine.
This bug in Windows executables may be reason why programs fail on Wine.
Suggestion: Please report this as a runtime error and/or
make the runtime lib tolerant.
--
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=58074
Bug ID: 58074
Summary: failed to load /usr/lib/wine/i386-windows/ntdll.dll
error 4000000e
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
I would appreciate if I can occasionally take another look also at a readme
file (which belongs to a known game).
Questionable test result for the software combination “Wine 10.5-1873.3”:
Markus_Elfring@Sonne:~> wine 'C:\ProgramData\Microsoft\Windows\Start
Menu\Programs\Ubisoft\Blue Byte\DIE SIEDLER - Das Erbe der Könige - Gold
Edition\Liesmich-Datei anzeigen.lnk'
wine: failed to load /usr/lib/wine/i386-windows/ntdll.dll error 4000000e
0024:err:environ:run_wineboot failed to start wineboot 1
wine: failed to load /usr/lib/wine/i386-windows/ntdll.dll error 4000000e
0024:err:module:find_forwarded_export module not found for forward
'cryptbase.SystemFunction036' used by L"C:\\windows\\syswow64\\advapi32.dll"
wine: failed to load /usr/lib/wine/i386-windows/ntdll.dll error 4000000e
0024:err:win:get_desktop_window failed to start explorer 1
0024:fixme:exec:SHELL_execute flags ignored: 0x00004000
wine: failed to load /usr/lib/wine/i386-windows/ntdll.dll error 4000000e
--
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=49802
Bug ID: 49802
Summary: Crash at AfxBeginThread of x64 apps on macOS when
built with VS2019
Product: Wine
Version: 5.16
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
Created attachment 68117
--> https://bugs.winehq.org/attachment.cgi?id=68117
Samples to demonstrate the issue
Our x64 apps built with Visual Studio 2010 (VS2010) run on macOS for a long
time. We recently have started a project to move to Visual Studion 2019
(VS2019). The same x64 app which works fine when built with VS2010 crashes on
macOS when it is built with VS2019. The crash occurs when the MFC function
AfxBeginThread is called. Static linking is used for linking the MFC and other
libs.
After a very painful research we identified that a simular report has been made
in Nov. 2019 in the Wineskin area
(see https://github.com/Gcenx/WineskinServer/issues/22).
The reporter said "I ended up replacing the AfxBeginThread call with a call to
CreateThread which works fine on all versions." We did the same thing with the
same result. Replacing AfxBeginThread by CreateThread works fine with VS2019.
However, according to
https://stackoverflow.com/questions/21718674/difference-between-afxbeginthr…
a replacement of AfxBeginThread by CreateThread is not really recommended when
MFC is used.
The crash happens on all macOS versions with Wine 5.4, 5.7 and 5.16 (we took
5.16 from Gcenx (https://github.com/Gcenx/macOS_Wine_builds)). On Windows and
Linux the VS2019 app runs fine. Further, the Win32 equivalent app runs fine on
macOS.
In summary:
A crash happens for AfxbeginThread in an x64 app on macOS with Wine 5.4, 5.7,
5.16.
We did a deeper dive and found that the crash happens inside AfxbeginThread,
module Thread.cpp inside the function __acrt_get_begin_thread_init_policy.
See address:
0001:001ab7cc __acrt_get_begin_thread_init_policy 00000001401ac7cc f
libucrt:win_policies.obj
According to the backtrace.txt (attached) the exception happens when reading
from a 32 bit address. This sounds strange to me for a x64 app.
Any help is highly appreciated.
Reinhold
==========================================================================
As a C++ sample I have compiled a trivial app which AfxBeginThread which
demonstrate the problem.
In the attached zip file you can find
backtrace.txt
Test_of_AfxBeginThread_VS2019.exe
Test_of_AfxBeginThread_VS2010.exe
The code and project files for VS2010 and VS2019 can be downloaded from
www.notation.com/download/Wine/Bugzilla/Project_Files_AfxBeginThread_sample…
--
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=36917
Bug ID: 36917
Summary: Synthmasters fails to draw correctly
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: bique.alexandre(a)gmail.com
Created attachment 49028
--> http://bugs.winehq.org/attachment.cgi?id=49028
Screenshot
Synthmaster is a Windows VST (synthesizer).
I use it along with vst-bridge and renoise.
https://github.com/abique/vst-bridgehttp://renoise.com/
It fails to render correctly, and I think that it is related to the following
lines:
fixme:wincodecs:PngDecoder_Block_GetCount stub
fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:gdiplus:GdipDrawPath graphics object has no HDC
fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
Is it an issue coming from wine or SynthMaster?
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=57239
Bug ID: 57239
Summary: Tearing doesn't work when the window is in full screen
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: artewar6767(a)gmail.com
Distribution: ---
If run the application in full screen with wayland driver then the screen
tearing rule is not accepted by the window.
I tested on Hyprland and KDE Plasma.
--
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=57873
Bug ID: 57873
Summary: SumatraPDF doesn't display fonts and crashes
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: veli_caglayan(a)outlook.com
Distribution: ArchLinux
Created attachment 78093
--> https://bugs.winehq.org/attachment.cgi?id=78093
I run the app from the terminal.
I just updated my Wine version from 10.1 to 10.2 and SumatraPDF now starts with
a blank window, no fonts, and crashes afterwards. I use the staging version and
tried both DXVK on and off.
You can download the latest version here:
https://www.sumatrapdfreader.org/dl/rel/3.5.2/SumatraPDF-3.5.2-64-install.e…
--
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=58070
Bug ID: 58070
Summary: Myst Remake crashes in DX11 mode
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 78323
--> https://bugs.winehq.org/attachment.cgi?id=78323
output
GL renderer
Fatal error:
[File:I:\LegacyWorkspace\Engine\Source\Runtime\RenderCore\Private\RenderingThread.cpp]
[Line: 949]
Rendering thread exception:
Fatal error:
[File:I:\LegacyWorkspace\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Util.cpp]
[Line: 296]
Direct3DDevice->CreateTexture2D(TextureDesc,SubResourceData,OutTexture2D)
failed with error E_INVALIDARG
at
I:\LegacyWorkspace\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Texture.cpp:181
Size=1280x720x1 PF=67 Format=(0x00000067), NumMips=1,
Flags=D3D11_BIND_SHADER_RESOURCE , Usage:0x0, CPUFlags:0x0, MiscFlags:0x0,
SampleCount:0x1, SampleQuality:0x0, SubresPtr:0x0000000000000000,
SubresPitch:0, SubresSlicePitch:0
Vulkan renderer
LogD3D11RHI: Error: Device->CreateShaderResourceView(D3DResource, &SRVDesc,
View.GetInitReference()) failed with error E_INVALIDARG
at
I:\LegacyWorkspace\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11SRV.cpp:141
LogWindows: Error: appError called: Fatal error:
[File:I:\LegacyWorkspace\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Util.cpp]
[Line: 236]
Device->CreateShaderResourceView(D3DResource, &SRVDesc,
View.GetInitReference()) failed with error E_INVALIDARG
at
I:\LegacyWorkspace\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11SRV.cpp:141
Renaming the Movies folder as a workaround avoids the crash.
--
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=58029
Bug ID: 58029
Summary: My Unity games keep crashing
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pedromariano1996(a)gmail.com
Distribution: ---
Created attachment 78288
--> https://bugs.winehq.org/attachment.cgi?id=78288
a backtrace of the game crash. The same happened with similar Unity games
The game keep crashing almost at the end of the storyline. Same happened with
others Unity games
--
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.