https://bugs.winehq.org/show_bug.cgi?id=46027
Bug ID: 46027
Summary: Some games intermittently drop controller input if >4
controllers are connected.
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)azelphur.com
Distribution: ---
I have found that when I have more than 4 controllers connected, Sonic Mania
and Stick fight both drop controller input every few seconds. This doesn't seem
global to wine, as I don't experience the issue running Cemu, but it does seem
to effect more than one game.
If I disconnect some controllers and restart the game, everything works as it
should.
I have tested Sonic Mania on native Windows with 8 controllers connected and
the issue does not occur.
Video of issue in Stick fight: https://www.youtube.com/watch?v=ctYE1fFrBzk
Video of issue in Sonic Mania: https://www.youtube.com/watch?v=KuHTjZ0zghs
--
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=45980
Bug ID: 45980
Summary: Cisco packet tracer crashes
(secur32.LsaGetLogonSessionData is a stub)
Product: Wine
Version: 3.17
Hardware: x86
URL: https://drive.google.com/file/d/1qK79wHrDjvnWa_4JSw0AP
MIJUTsrxpLW/view
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Hi, a user reported trouble with this app on the forum:
https://forum.winehq.org/viewtopic.php?f=9&t=31265
It throws up an error box as can be seen in the forum-thread. I was not able to
get the backtrace from the user, for me it hangs after clicking OK.
AFAICT it only needs the LogonTime from the _SECURITY_LOGON_SESSION_DATA
structure to return something useful, then the errorwindow is gone for me, even
if still returning STATUS_NOT_IMPLEMENTED; hack below makes the app start
without errorwindow
sha1sum Packet\ Tracer\ 7.2\ for\ Windows\ 32\ bit.zip
f84e1a08b0b4f38ac977a11c7071e20c028b8d3e Packet Tracer 7.2 for Windows 32
bit.zip
diff --git a/dlls/secur32/lsa.c b/dlls/secur32/lsa.c
index 694971d714..549de73511 100644
--- a/dlls/secur32/lsa.c
+++ b/dlls/secur32/lsa.c
@@ -153,7 +153,10 @@ NTSTATUS WINAPI LsaGetLogonSessionData(PLUID LogonId,
PSECURITY_LOGON_SESSION_DATA* ppLogonSessionData)
{
FIXME("%p %p stub\n", LogonId, ppLogonSessionData);
- *ppLogonSessionData = NULL;
+ // *ppLogonSessionData = NULL;
+ SECURITY_LOGON_SESSION_DATA fake;
+ fake.LogonTime.QuadPart = 44;
+ *ppLogonSessionData = &fake;
return STATUS_NOT_IMPLEMENTED;
}
--
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=35860
Bug ID: 35860
Summary: Crysis 2 - Claims unsupported video card
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jarkko_korpi(a)hotmail.com
Created attachment 47882
--> http://bugs.winehq.org/attachment.cgi?id=47882
Error while launching
Ati 7870, 14.3 beta closed source driver
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 7800 Series
OpenGL core profile version string: 4.3.12798 Core Profile Context 13.35.1005
OpenGL core profile shading language version string: 4.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.3.12798 Compatibility Profile Context 13.35.1005
OpenGL shading language version string: 4.30
OpenGL context flags: (none)
--
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=44072
Bug ID: 44072
Summary: Agents of Mayhem does not start
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 59787
--> https://bugs.winehq.org/attachment.cgi?id=59787
wine debug log: 13.4 mb unzipped
Using wine-2.21-staging
*Could* be because of Steam CEG https://bugs.winehq.org/show_bug.cgi?id=32515
Could be something else
--
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=46009
Bug ID: 46009
Summary: "Total WAR: Attila" visual artifacts and slow
performance
Product: Wine
Version: 3.18
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Created attachment 62581
--> https://bugs.winehq.org/attachment.cgi?id=62581
Photo
Running Total War:Attila on WineD3D has artifacts and very low framerate.
--
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=45969
Bug ID: 45969
Summary: ArcGIS Pro crashes on start
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 62523
--> https://bugs.winehq.org/attachment.cgi?id=62523
console output
To reproduce:
1. Run `winetricks dotnet461`. This is a prerequisite of ArcGIS Pro.
2. Run `wine ArcGISPro_22_163783.exe`. Note that this is a 64-bit program.
3. Run `wine 'C:\Program Files\ArcGIS\Pro\bin\ArcGISPro.exe'`.
Console output is attached.
$ sha256sum ArcGISPro_22_163783.exe
b6acceb36d51cdb1cc283478fd6170b7e51630f127ea4c841fef67d662d40f1e
--
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=43263
Bug ID: 43263
Summary: Wine cannot coexist with other ALSA programs, even
with dmix
Product: Wine
Version: 2.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: sgilles(a)math.umd.edu
Distribution: ---
Created attachment 58587
--> https://bugs.winehq.org/attachment.cgi?id=58587
.asoundrc
This machine runs Gentoo and ALSA + dmix (.asoundrc attached). I
have observed this issue with wine installed from Gentoo's repositories,
but also with wine built from git (I have observed this with commit
6ec3cd9434488ba5bc0fd271a47b7d46827477c5 for example, which is the
latest at time of writing). Every native program on this machine
(mpv, mpd, ffplay, firefox, etc) is able to play sound concurrently
with every other such program.
My options under winecfg's audio tab are different depending
on whether an ALSA-using program is currently running:
[A] (System default)
[A] Out: default
[A] Out: HDA NVidia - HDMI 3
[A] Out: HDA NVidia - HDMI 2
[A] Out: HDA NVidia - HDMI 0
[A] Out: HDA NVidia - HDMI 1
[B] Out: HDA Intel PCH-ALC887-VD Anal...
The entry marked [B] only appears if there is no such program
running. The entries marked [A] cause the "Test Sound" to be
truncated abruptly, while the entry marked [B] allows the test sound
to fully die down. Furthermore, if an entry marked [A] is selected,
running a program that produces sound will fail with lines like
err:dsound:DSOUND_ReopenDevice Initialize failed: 8889000f
in the output. I have attached a log created with wine from commit
6ec3cd9434488ba5bc0fd271a47b7d46827477c5, from a fresh, WINEARCH="win32"
wineprefix, running Warning Forever 1.08, with "(System default)"
selected (mpd is running in the background), and with
WINEDEBUG="+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa,+coreaudio"
The expected behavior is that, since I have dmix configured, wine
should behave like other programs and play sound concurrently with
them.
I've looked around for solutions to this, and people claim that
wine has been able to coexist with other programs in the past
(hence my reporting it as a bug), but every piece of advice I
find seems to be outdated.
--
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=37950
Bug ID: 37950
Summary: Listview in uTorrent 2.4.2 (32-bit) unresponsive when
removing torrent
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shomari.sharpe(a)gmail.com
Distribution: ---
Created attachment 50556
--> https://bugs.winehq.org/attachment.cgi?id=50556
uTorrent 3.4.2 screenshot
The following problems are noted when working with uTorrent 3.4.2 (37754)
32-bit
* clicking on a torrent (gives a textbox appearance with a cursor)
* uTorrent appears to hang when deleting a torrent
* listview redraw problems
* listview items on the left are too big
--
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=46003
Bug ID: 46003
Summary: glibc (libpthread.so.0) crashes 64-bit FPUs and
freezes screen in 32-bit applications
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine.fixes(a)gmail.com
Distribution: ---
The 64-bit glibc libraries (specifically, libpthread.so.0 - version 2.27)
apparently use the sysenter / syscall assembly commands in order to initiate
the __libc_write() system calls, rather than the "int 0x80" command that the
32-bit libraries use.
This is fine for 64-bit Windows applications in Wine, but seems to cause a CPU
exception when running certain 32-bit applications on a 64-bit Intel CPU (such
as the Core i5), which - in turn - seems to cause stack underflow and NaN
errors on the FPU unit under certain circumstances, thus preventing the screen
from updating whenever floating point calculations are required in order to
calculate the final screen position. It can also cause unhandled exceptions and
cause the application to terminate entirely in some applications.
I am yet to identify any commercial applications which suffer from this
problem, but I have written several simple SDL and Win32 graphical programs
(compiled with version 0.9.25 of the TCC Tiny C Compiler) which demonstrate the
effects. I have provided sample code of one such application below.
This problem also appears to manifest on 64-bit Intel CPUs even when using
32-bit operating systems (such as Ubuntu 18.04-i386), but I can confirm from
testing that the 32-bit QEMU virtual machine appears to be unaffected (and,
presumably, so are 'real' 32-bit CPUs too). I have been told that 64-bit AMD
CPUs (unlike 64-bit Intel CPUs) will not trigger an error when using sysenter /
syscall in 32-bit mode, but I am yet to confirm this as I currently only have
access to Intel CPUs. Incidentally, I believe that Intel themselves advise
against sysenter / syscall in 32-bit mode.
I have been able to temporarily fix the problem from within Wine by calling the
assembly command "fninit" (which resets the FPU) at the start of the
DC_UpdateXforms() function in dlls/gdi32/dc.c, or by calling the "fninit"
command from within the application (or, in some circumstances, simply moving
the window across the screen), but obviously it would be preferable to fix the
error at source from within the glibc libraries...
I realise that this is not an error with the Wine source code itself per se,
but I have registered it here in case anybody else encounters the same problem
in future.
SAMPLE CODE
(Note: This code requires the 32-bit v.0.9.25 or v.0.9.24 version of the TCC
Tiny C Compiler, as the error does not appear to manifest on newer versions)
This simple program should display a window which changes colour between red,
green, and blue every 0.5 seconds on Windows; however, when run from within
Wine on 64-bit Intel CPUs, it appears to freeze on the first colour due to the
FPU encountering an error during the __libc_write() routine
#include <windows.h>
#include <string.h>
MSG msg;
WNDCLASS wc;
HWND hwnd;
BITMAPINFO bmp = { { sizeof(BITMAPINFOHEADER), 400, 400, 1, 32 } };
unsigned char *pBits = NULL;
HDC hdc, compatibleDC;
HBITMAP dib_section;
float f = 1.0f;
unsigned char color[3][4] = { {255, 0, 0, 255}, {0, 255, 0, 255}, {0, 0, 255,
255} };
unsigned char current_color = 0;
unsigned int i;
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR
lpCmdLine, int nCmdShow)
{
ZeroMemory(&wc, sizeof wc);
wc.hInstance = hInstance;
wc.lpfnWndProc = (WNDPROC)DefWindowProc;
wc.lpszClassName = "Test App";
if (RegisterClass(&wc) == FALSE) return 0;
hwnd = CreateWindow("Test App", "Test App", WS_OVERLAPPEDWINDOW|WS_VISIBLE,
CW_USEDEFAULT, CW_USEDEFAULT, 400, 400, 0, 0, hInstance, 0);
hdc = GetWindowDC(hwnd);
compatibleDC = CreateCompatibleDC(hdc);
dib_section = CreateDIBSection(NULL, &bmp, DIB_RGB_COLORS, (VOID**)&pBits,
NULL, (DWORD)NULL);
SelectObject(compatibleDC, dib_section);
while(TRUE)
{
while(PeekMessage(&msg,NULL,0,0,PM_REMOVE))
{
if (msg.message == WM_QUIT) break;
TranslateMessage(&msg);
DispatchMessage(&msg);
}
/* The two float operations below will trigger the error */
f += 1.0f;
f -= 1.0f;
for(i=0; i < (400 * 400 * 4); i+=4) memcpy(&pBits[i], &color[current_color][0],
4);
/* If called here, the "fninit()" assembly routine will reset the FPU and
enable the screen to update */
// __asm__ volatile ("fninit");
BitBlt(hdc, 0, 0, 400, 400, compatibleDC, 0, 0, SRCCOPY);
current_color++;
if (current_color >= 3) current_color = 0;
Sleep(500);
}
return msg.wParam;
}
--
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=45999
Bug ID: 45999
Summary: Opening File dialog in Micrographx Windows Draw 4.0
causes Unhandled exception
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jklaas(a)appalachian.dyndns.org
Distribution: ---
Created attachment 62564
--> https://bugs.winehq.org/attachment.cgi?id=62564
Backtrace saved after application crash
Installation of Micrographx Windows Draw 4.0 works without issue.
Micrographx Windows Draw 4.0 starts without any difficulty.
I can drag a file from a file manager onto the open application to open a file.
However, if I attempt to open or save a file from any of the file management
dialogs, the application crashes with an Unhandled exception.
--
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=45903
Bug ID: 45903
Summary: internet Downlaod Manager Problem in Deepin Desktop
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mahmoud.elswerky(a)gmail.com
Distribution: ---
again again ,, no one listen to me
i face this problem it is a major problem for me
this problem wasn't presnt untill wine 3.5 devel then it appeared in coming
updates till latest version now 3.17
please read this problem and reply to me to feel that am not talking to my self
the problem is : in deepin desktop when i install internet downlaod manager ,,
the system tray icon of internet download manager and active running schedule
updates icon on system tray are not working
both the idm icon on system tray ( or topbar if i installed unofficial deepin
topbar )
and the active running schedule downalod icon on system tray also not working
the most important for me is the icon of running schedule downloads in system
tray where i can't restore windows of runnig schedule downloads
this problem occures with me on deepin desktop from version 3.6 to version 3.17
the most recent version now
please i reported this problem before and no one reply me and you even didn't
see it
currently i am stuck with version 3.5 due to this bug as idm is one of reasons
for using wine
please fix this problem and reply to me to know that you saw this bug report
i am using manjaro deepin
also same bug occur in deepin os
my email is
mahmoud.elswerky(a)gmail.com
and Telegram id is :
@elswerky
https://t.me/elswerky
--
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=40267
Bug ID: 40267
Summary: ChoosePixelFormat and SetPixelFormat always fail on
X11 with invalid format error
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
Distribution: ---
Created attachment 53892
--> https://bugs.winehq.org/attachment.cgi?id=53892
Anomalous ChoosePixelFormat and SetPixelFormat error
Attempting to run a T3 emulator with wine 1.9.5-1 on Arch always produces two
error popup boxes saying "ChoosePixelFormat failed" and "SetPixelFormat
failed".
After the ChoosePixelFormat error, the following is logged:
fixme:event:wait_for_withdrawn_state window 0x10072/e00004 wait timed out
err:wgl:set_pixel_format Invalid format 0
Then after the SetPixelFormat error, the following is logged:
fixme:event:wait_for_withdrawn_state window 0x20072/e00006 wait timed out
I've attached a complete log with WINEDEBUG=trace+wgl that yields ore
information. From the log, the PIXELFORMATDESCRIPTOR clearly has a valid
format, despite Wine's "Invalid format 0" error.
Despite these popup errors, the program paints a mostly correct window. But it
detects the errors through error code checking, and they are sufficient to
prevent the program from functioning at all.
--
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=40578
Bug ID: 40578
Summary: "msiexec /uninstall ..." shows "Install" button.
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
trying to ungrade to the latest mono by uninstalling the old one first:
http://download.mono-project.com/archive/4.0.2/windows-installer/mono-4.0.2…
was a little alarmed that "msiexec /uninstall ..." shows a "Install" button,
but it does the right thing anyway, so this is mainly a cosmetic thing.
--
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=45886
Bug ID: 45886
Summary: Civilization IV crashes while loading saved game
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bgracer2010(a)gmail.com
Distribution: ---
Created attachment 62393
--> https://bugs.winehq.org/attachment.cgi?id=62393
Backtrace from the crash
Civilization IV Complete (GOG version) crashes while loading a saved game,
during the loading screen.
The test machine is a ThinkPad T400, C2Duo P8400; 2x2GB DDR3; with the 01:00.0
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV620/M82
[Mobility Radeon HD 3450/3470]
Ubuntu MATE 18.04; kernel 4.15.0-34-generic
The same crash happens on OpenSUSE Leap 15 with kernel 4.12
--
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=39588
Bug ID: 39588
Summary: teamviewer-11 crashes on remote connect
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: saif.raza93(a)gmail.com
Distribution: ---
Created attachment 52754
--> https://bugs.winehq.org/attachment.cgi?id=52754
bug not letting teamviewer on remote connection
when i connect teamviewer on remote access , it crashes and displays an error.
i have attached the type of error as well... i'm using Zorin OS Core 32-Bit...
--
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=38229
Bug ID: 38229
Summary: TeamViewer crashes on remote connect
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: atnaguzin(a)gmail.com
Distribution: ---
Created attachment 51031
--> https://bugs.winehq.org/attachment.cgi?id=51031
teamviewer10 windows on remote connect crashing backtrace
I used TeamViewer 10 for Windows in Wine.
Programm crashed, when I try connect to remote computer.
--
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=34031
Bug #: 34031
Summary: Altium Designer 2013 installer aborts without native
gdiplus
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Tested with
55188066ae77e8766c4c007a0776ae91229fd5c3 AltiumDesigner2013Installer.exe
This doesn't happen with Altium Designer 10's installer, which seems otherwise
similar.
The installer aborts before even putting up a UI.
+relay showed a string with an error message about a gdiplus failure,
and sure enough, 'winetricks gdiplus' lets the app continue starting.
Next problem is bug 34012.
trace:gdiplus:DllMain (0x7de70000, 1, 0x1)
trace:gdiplus:GdiplusStartup 0x95d1ec 0x8d087c (nil)
trace:gdiplus:GdiplusStartup GdiplusStartupInput 1 (nil) 0 0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:seh:raise_exception code=eedfade flags=1 addr=0x7b83b412 ip=7b83b412
tid=0028
--
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=45944
Bug ID: 45944
Summary: Tiny Bubbles shows blank screen
Product: Wine-staging
Version: 3.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexterranova81(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Game: Tiny Bubbles
OS: Kubuntu 18.04 x64
CPU: AMD 4Ghz 2Core
RAM: 8GB
The game starts but the screen is blank. You can hear the sound though.
I also tried "-force-d3d9" and it's the same issue
Please help.
--
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=44534
Bug ID: 44534
Summary: Text missing in menu of gangsters demo
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Text is missing in menu.
--
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=40849
Bug ID: 40849
Summary: Ashes of the Singularity (DX11, Windows 10 64-bit)
fails to start
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 54835
--> https://bugs.winehq.org/attachment.cgi?id=54835
Terminal output Wine 1.9.12 Staging
Ashes of the Singularity is a 64-bit only Direct X 11 (and 12 but since there
isn't even a d3d12.dll we'll not go into that :) game. I am attempting to run
the game in a clean 64-bit only Windows 10 prefix in Wine 1.9.12 Staging.
As of right now, the game crashes on launch and gives me a dialog box with
Japanese or Chinese letters in the title bar (no idea why I get Japanese or
Chinese letters in the title bar of that dialog box as I have everything in
English...) with the choice to either click "OK" or "Cancel" and start the Wine
debugger.
Terminal output 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=37188
Bug ID: 37188
Summary: [counterclockwise] unable to start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: orbisvicis(a)gmail.com
Created attachment 49432
--> https://bugs.winehq.org/attachment.cgi?id=49432
terminal output when running "wine ccw.exe"
Counterclockwise (http://www.16x16.org/games/ccw/), a free windows game, is
unable to start.
version
wine 1:1.7.25-0ubuntu1~ppa4
counterclockwise: 1.1
--
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=32834
Bug #: 32834
Summary: Batman: Arkham Asylum (non-steam) Demo - needs
GetVideoMemoryViaWMI
Product: Wine
Version: 1.5.22
Platform: x86
URL: http://www.shacknews.com/file/14150/batman-arkham-asyl
um-demo
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: andrey.goosev(a)gmail.com, hans(a)meelstraat.net
Classification: Unclassified
Still installs, but thinks the computer doesn't meet the minimum spec:
fixme:wbemprox:enum_class_object_Next timeout not supported
WMI: pEnumVideoControllers uReturned == 0
GetVideoMemoryViaWMI
n/a
austin@aw25 ~/oldbugs/32788 $ sha1sum nzd_BMDemo_v12.exe
7582c87cc3983016c7fbf2104999df087ecce7a6 nzd_BMDemo_v12.exe
austin@aw25 ~/oldbugs/32788 $ du -h nzd_BMDemo_v12.exe
2.1G nzd_BMDemo_v12.exe
austin@aw25 ~/oldbugs/32788 $ wine --version
wine-1.5.22-158-g236b4da
--
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.
http://bugs.winehq.org/show_bug.cgi?id=35773
Bug ID: 35773
Summary: Bogus/dummy text strings shown with WinUAE MSI
installer
Product: Wine
Version: 1.7.14
Hardware: x86-64
URL: http://www.winuae.net/files/InstallWinUAE2700.msi
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: markk(a)clara.co.uk
Created attachment 47766
--> http://bugs.winehq.org/attachment.cgi?id=47766
Installer window running in Windows 7
I noticed a problem with incorrect text strings when using the WinUAE MSI
installer. See the attached images, one of the installer in Windows 7, the
other in Wine.
To reproduce:
- Download http://www.winuae.net/files/InstallWinUAE2700.msi
- wine start InstallWinUAE2700.msi
- At the initial welcome message click Next
- Notice three bogus text strings:
CustomizeDlgItemDescription-CustomizeDlgItemDescription
CustomizeDlgItemSize-CustomizeDlgItemSize
CustomizeDlgLocation-CustomizeDlgLocation
The correct strings for those should be:
WinUAE executable
This feature requires 1KB on your hard drive.
C:\Program Files\WinUAE\
--
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=45987
Bug ID: 45987
Summary: Multiple regressions with Wine 3.18 and Nvidia -
GL_INVALID_OPERATION error generated. Invalid
VAO/VBO/pointer usage
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vulture6(a)mail.com
Distribution: Mint
Multiple games fail with Wine 3.18 and Nvidia. They all crash with some variant
of this error:
002f:fixme:d3d:state_linepattern_w Setting line patterns is not supported in
OpenGL core contexts.
002f:err:d3d:wined3d_debug_callback 0x177918: "GL_INVALID_OPERATION error
generated. Invalid VAO/VBO/pointer usage.".
002f:err:d3d:wined3d_debug_callback 0x177918: "GL_INVALID_OPERATION error
generated. Invalid VAO/VBO/pointer usage.".
002f:err:d3d:wined3d_debug_callback 0x177918: "GL_INVALID_OPERATION error
generated. Invalid VAO/VBO/pointer usage.".
wine: Unhandled page fault on read access to 0x00000000 at address 0x7c4dcd76
(thread 002f), starting debugger...
Games were working fine on previous version.
Examples include:
Guarodan - https://locomalito.com/gaurodan.php
Maldita Castilla - https://locomalito.com/maldita_castilla.php
--
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=45079
Bug ID: 45079
Summary: Building winfile with winemaker still fails
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blauerhunger(a)outlook.de
Distribution: ---
Created attachment 61229
--> https://bugs.winehq.org/attachment.cgi?id=61229
make -k output for winemaker
Make fails with many undeclared errors and other errors
--
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.