https://bugs.winehq.org/show_bug.cgi?id=43020
Bug ID: 43020
Summary: Guitar Pro 7 needs msvcp140.dll._To_wide
Product: Wine
Version: 2.8
Hardware: x86-64
URL: https://www.guitar-pro.com/en/index.php?pg=download
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: piotr(a)codeweavers.com
Distribution: ---
Crashes at launch
wine: Call from 0x7b43b78c to unimplemented function msvcp140.dll._To_wide,
aborting
--
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=43283
Bug ID: 43283
Summary: Crazyracing KartRider: Crashes on startup on
unimplemented function
ntoskrnl.exe.IoCreateNotificationEvent
Product: Wine
Version: 2.11
Hardware: x86-64
URL: http://tw.hicdn.kartrider.beanfun.com/kartrider/PopKar
t_Setup_1664.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: j20001970(a)yahoo.com.tw
Distribution: ---
Created attachment 58621
--> https://bugs.winehq.org/attachment.cgi?id=58621
Terminal output
This is my fist bug report and please correct me if there's something wrong.
$ sha1sum PopKart_Setup_1664.exe
9ece848f42a646048a0efe3a981b876a113d35a7 PopKart_Setup_1664.exe
Note that this is a Taiwan client, I'm not sure if it can run on non-chinese
locales.
Using clean Wine-Staging 2.11 32-bit prefix.
--
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=43026
Bug ID: 43026
Summary: SP+ maker won't run.
Product: Wine
Version: 2.8
Hardware: x86
URL: http://www.ak-office.jp/php/lime/down_lime.cgi?winsppm
01030f
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
SP+ maker (SP+メーカー) is a Visual Basic 6 application. It can easily create a
bootable install CD with additional updates for Microsoft Windows and Office
suite.
After the installation, the application won't run. Instead of main screen, it
shows "実行時エラー '580': Invalid property value" (実行時エラー means Runtime error) and
quits.
I tried Version 0.103.0. Its installer's SHA1 hash is
721cfdcade2abe43d57b0513b500cee1f4679cb1 (winsppm_full.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=42708
Bug ID: 42708
Summary: Soul Reaver Cinematics stopped working
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffry84(a)hotmail.it
Distribution: ---
Created attachment 57684
--> https://bugs.winehq.org/attachment.cgi?id=57684
terminal output
Video playback for Legacy of Kain: Soul Reaver (GOG version) does no longer
work. It worked with Wine 1.6.2 from the Stable branch of Debian (8, Jessie) 64
bit, while now the screen is black (or, for the introduction, with a darkened
game menu as if a fade to black failed) while the audio plays normally.
--
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.
From: Oakley Sunglass Warehouse
Email: wine-bugs(a)winehq.org
------------------------------------------------------
Good day
This is special offer for you and is only available for limited time. Check the latest Oakley and Ray Ban Sunglasses sales with the incredible price: 19.95 dollars only at http://urlink.me/971tZC.
Good Luck,
Tona
------------------------------------------------------
https://bugs.winehq.org/show_bug.cgi?id=43760
Bug ID: 43760
Summary: GitHub Desktop doesn't install
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: plata(a)mailbox.org
Distribution: ---
Created attachment 59255
--> https://bugs.winehq.org/attachment.cgi?id=59255
output
Wine staging 2.17 64bit prefix
--
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=8780
GG <gillg02(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gillg02(a)hotmail.com
--- Comment #29 from GG <gillg02(a)hotmail.com> ---
It affect also
https://appdb.winehq.org/objectManager.php?sClass=application&iId=4667 in all
versions with VPINMAME lib
Tested in wine-2.4 (Staging) and previous versions
--
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=33235
Bug #: 33235
Summary: WM_NOTIFY receive problem
Product: Wine
Version: 1.5.26
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sfence.software(a)gmail.com
Classification: Unclassified
Created attachment 43955
--> http://bugs.winehq.org/attachment.cgi?id=43955
source code of bug example application
I have wine 1.5.26 compiled with ./configure && make && make install
I found a problem and for example create an example program.
It looks like, that when I create tab control with HWND_MESSAGE parent and
lately change parent with use SetParent function to window parent (line 79 in
attachment) and show it, it isn't posting WM_NOTIFY message to actual parent.
Example program work good on MS Window XP. I tested it myself.
My command for compile example appliaction:
i686-w64-mingw32-gcc -o main.exe main.c -luser32 -lgdi32 -lcomctl32
pastie of source code (this is in attachment too):
http://pastebin.com/YdFbZGxa
--
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=42292
Bug ID: 42292
Summary: Witcher 3 fails to render correctly after starting new
game
Product: Wine
Version: 2.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 57008
--> https://bugs.winehq.org/attachment.cgi?id=57008
Broken rendering in the Witcher 3
In the Witcher 3, when starting a new game, the rendering is all broken with
distorted graphics (while sounds works OK).
See attached screenshot.
--
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=43893
Bug ID: 43893
Summary: Disable use of SHM extension through environment
variable
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: panard(a)inzenet.org
Distribution: ---
When using wine through container systems like docker, use of MIT-SHM can
provoke crashes due to some memory isolation, especially on Mac OS X or Windows
(see for instance https://github.com/pauleve/docker-mtgo/issues/3 )
It would be very convenient to be able to disable the use of XShm extension by
setting an environment variable, as Qt and others did (QT_X11_NO_MITSHM).
Something like WINE_11_NO_MITSHM would be awesome.
Let me know if you would agree with such a feature - I can work on the patch.
--
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=43856
Bug ID: 43856
Summary: Update from 2.12 staging to 2.18 staging breaks
looking around in csgo.
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jmwaughtal1(a)gmail.com
Distribution: ---
This is possibly is with dinput.
I used play on linux to manage my install. I am playing csgo using steam. I
upgraded from wine 2.12 staging to 2.18 staging. After updating, it broke the
looking around mechanic with the mouse. If I move my mouse to look around the
game spazzes out. With very small movements, it is predictable but incorrect.
--
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=43369
Bug ID: 43369
Summary: Nora, Princess and Stray cat (demo): fails to run
(division by zero)
Product: Wine
Version: 2.12
Hardware: x86-64
URL: https://1drv.ms/u/s!Avo02wg9265yi6V1KMqDZF4s0LfCrA
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
Created attachment 58737
--> https://bugs.winehq.org/attachment.cgi?id=58737
backtrace.txt
A demo version of Nora, Princess and Stray cat (ノラと皇女と野良猫ハート体験版) fails to run
after start-up configuration (起動設定) window.
Console output shows "Unhandled exception: divide by zero in 32-bit code
(0x00439e10)". See the attachment for details.
--
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=43888
Bug ID: 43888
Summary: Concept2 Utility from concept2 crashes on boot nearly
every time
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ray.curtis(a)ntlworld.com
Distribution: ---
Created attachment 59503
--> https://bugs.winehq.org/attachment.cgi?id=59503
generated by crash of Concept2 Utility
Concept 2 Utility crashes on start-up nearly every time
--
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=43885
Bug ID: 43885
Summary: There is no Wine logo picture in context menu
Product: Wine
Version: 2.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 59493
--> https://bugs.winehq.org/attachment.cgi?id=59493
The context menu before placing Wine logo to its directory
After right-click on any EXE file, there is no Wine logo picture in context
menu.
I've found solution: I've got Wine logo picture (wine.svg) and placed it to
/usr/share/pixmaps/.
Could you add it into Wine? It's not so good to do it manually after OS
re-installing.
OS: Lubuntu 16.04.3, Wine from official Wine repos.
--
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=17894
Summary: Raw printing does not work
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giulioo(a)gmail.com
System:
Ubuntu 8.04
Wine 1.1.18 (binary from WineHQ APT Repository)
I googled, asked on the web forum and searched bugzilla, but no one had a
definitive answer about this issue, ie a way to get raw printing working from
Wine.
>From here http://wiki.winehq.org/Printing it's not clear it it's considered a
bug.
I thought to open a bug about this so developers can definitively say whether
this is actually a bug or if the agreement is that it's up to the Linux side to
do something about this (convert back from PS to ascii or something).
Raw printing is useful for those applications which expect the printer to
receive their pre-formatted data as is: apps which output PCL directly, label
printer software, ....
Steps to reproduce the problem:
- Create a raw printer queue in Linux/ubuntu which points to a NON PS printer
(ie: pure PCL or text printer).
- Run
$ echo ABCD | lpr -P raw_queue
and see that the printer prints ABCD.
- Then run
$ wine notepad.exe
Type ABCD
Print to the raw_queue
and see that the printer prints the PostScript data produced by Wine even if
the Linux queue is defined as raw.
--
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=43806
Bug ID: 43806
Summary: Hair render bug with paragon
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxi.cass11(a)gmail.com
Distribution: ---
Created attachment 59345
--> https://bugs.winehq.org/attachment.cgi?id=59345
Render of hair
He have problem with Paragon
The hair of heroes not render properly
I have this errors:
fixme:d3d:wined3d_debug_callback 0x34b84520: "Program undefined behavior
warning: Sampler object 27 has depth compare enabled but is bound to a
non-depth texture, and used by a program that samples it with a shadow sampler.
This is undefined behavior.".
err:d3d:wined3d_debug_callback 0x34b84520: "GL_INVALID_OPERATION error
generated. Query object not found.".
err:d3d:context_reacquire Acquired context 0x34b84520 instead of 0x5bc28190.
fixme:d3d:wined3d_buffer_create Ignoring access flags (pool).
--
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=39526
Bug ID: 39526
Summary: CANT PLAY MINECRAFT HELP!!
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: apphelp
Assignee: wine-bugs(a)winehq.org
Reporter: killerzuace(a)gmail.com
Distribution: ---
Please I cannot play a game called Minecraft on my computer.
I would really appreatiate if you can fix this and email me back at
killerzuace(a)gmail.com
Please I will REALLY LOVE IT!!!
--
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=36640
Bug ID: 36640
Summary: valgrind shows lots of uninitialized reads/writes in
twain_32/tests/dsm.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48679
--> https://bugs.winehq.org/attachment.cgi?id=48679
valgrind log
../../../tools/runtest -q -P wine -T ../../.. -M twain_32.dll -p
twain_32_test.exe.so dsm && touch dsm.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
c==31984== Find PDB file: /tmp/valgrind_petmp31984_87f2d3fc is empty
==31984== Warning: Missing or un-stat-able
/home/austin/.wine/drive_c/windows/system32/comctl32.pdb
==31984== Syscall param ioctl(generic) points to uninitialised byte(s)
==31984== at 0x4E9566E7: syscall (in /usr/lib/libc-2.18.so)
==31984== by 0x660FF43: ??? (in /usr/lib/libv4lconvert.so.0.0.0)
==31984== by 0x6627E50: ??? (in /usr/lib/libv4lconvert.so.0.0.0)
==31984== by 0x661081C: v4lconvert_create_with_dev_ops (in
/usr/lib/libv4lconvert.so.0.0.0)
==31984== by 0x64C4C1F: v4l2_fd_open (in /usr/lib/libv4l2.so.0.0.0)
==31984== by 0x61DD25C: v4l1_open (in /usr/lib/libv4l1.so.0.0.0)
==31984== by 0x7152059: ??? (in /usr/lib/sane/libsane-v4l.so.1.0.24)
==31984== by 0x7152368: sane_v4l_init (in
/usr/lib/sane/libsane-v4l.so.1.0.24)
==31984== by 0x61C56A0: ??? (in /usr/lib/libsane.so.1.0.24)
==31984== by 0x61C6069: sane_dll_get_devices (in /usr/lib/libsane.so.1.0.24)
==31984== by 0x61AE343: sane_get_devices (in /usr/lib/libsane.so.1.0.24)
==31984== by 0x59E8129: detect_sane_devices (sane_main.c:422)
==31984== by 0x59E814B: SANE_GetIdentity (sane_main.c:430)
==31984== by 0x59E7830: SANE_SourceControlHandler (sane_main.c:147)
==31984== by 0x59E7EE5: DS_Entry (sane_main.c:365)
==31984== by 0x55A2921: twain_add_onedriver (dsm_ctrl.c:75)
==31984== by 0x55A2CA2: twain_autodetect (dsm_ctrl.c:110)
==31984== by 0x55A2F7C: TWAIN_IdentityGetFirst (dsm_ctrl.c:174)
==31984== by 0x55A39FF: TWAIN_SourceManagerHandler (twain32_main.c:68)
==31984== by 0x55A3E75: DSM_Entry (twain32_main.c:164)
==31984== Address 0x4d0d0a4 is on thread 1's stack
==31984== Uninitialised value was created by a stack allocation
==31984== at 0x66273EF: ??? (in /usr/lib/libv4lconvert.so.0.0.0)
==31984==
==32109== Syscall param ioctl(generic) points to uninitialised byte(s)
==32109== at 0x4E9566E7: syscall (in /usr/lib/libc-2.18.so)
==32109== by 0x660FF43: ??? (in /usr/lib/libv4lconvert.so.0.0.0)
==32109== by 0x64C55D5: v4l2_ioctl (in /usr/lib/libv4l2.so.0.0.0)
==32109== by 0x61DD54F: v4l1_open (in /usr/lib/libv4l1.so.0.0.0)
==32109== by 0x7152059: ??? (in /usr/lib/sane/libsane-v4l.so.1.0.24)
==32109== by 0x7152368: sane_v4l_init (in
/usr/lib/sane/libsane-v4l.so.1.0.24)
==32109== by 0x61C56A0: ??? (in /usr/lib/libsane.so.1.0.24)
==32109== by 0x61C6069: sane_dll_get_devices (in /usr/lib/libsane.so.1.0.24)
==32109== by 0x61AE343: sane_get_devices (in /usr/lib/libsane.so.1.0.24)
==32109== by 0x59E8129: detect_sane_devices (sane_main.c:422)
==32109== by 0x59E814B: SANE_GetIdentity (sane_main.c:430)
==32109== by 0x59E7830: SANE_SourceControlHandler (sane_main.c:147)
==32109== by 0x59E7EE5: DS_Entry (sane_main.c:365)
==32109== by 0x55A2921: twain_add_onedriver (dsm_ctrl.c:75)
==32109== by 0x55A2CA2: twain_autodetect (dsm_ctrl.c:110)
==32109== by 0x55A2F7C: TWAIN_IdentityGetFirst (dsm_ctrl.c:174)
==32109== by 0x55A39FF: TWAIN_SourceManagerHandler (twain32_main.c:68)
==32109== by 0x55A3E75: DSM_Entry (twain32_main.c:164)
==32109== by 0x4958025: test_sources (dsm.c:765)
==32109== by 0x4958934: func_dsm (dsm.c:870)
==32109== Address 0x4d0e3ec is on thread 1's stack
==32109== Uninitialised value was created by a stack allocation
==32109== at 0x61DD124: v4l1_open (in /usr/lib/libv4l1.so.0.0.0)
==32109==
etc., I'll attach a 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.
https://bugs.winehq.org/show_bug.cgi?id=43829
Bug ID: 43829
Summary: DigitalSpace Traveler: Unhandled page fault on read
access
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mscdex(a)mscdex.net
Distribution: ---
Created attachment 59380
--> https://bugs.winehq.org/attachment.cgi?id=59380
backtrace
The error is shown in the console. In the application itself, a message comes
up during application startup that says, "Some sort of network error."
This app has worked flawlessly for many, many years (since at least the 0.9.x
days through the previous version, 2.17) until now with 2.18.
I haven't started a bisect yet to find the problematic change(s).
FWIW the program is freely downloadable from
http://dstrav.com/libs/traveler-installer-2.0.3.exe if anyone wants to test it
themselves.
--
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=43261
Bug ID: 43261
Summary: Error when starting the game Farming Simulator 15
Product: Wine-staging
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sascha.spaces(a)yandex.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 58579
--> https://bugs.winehq.org/attachment.cgi?id=58579
log in terminal
This is my first time here. Via google translator, from another country, so
there may be errors.
Error when starting the game Farming Simulator 15 via this command in the
terminal: MESA_GL_VERSION_OVERRIDE = 4.5COMPAT DRI_PRIME = 1 wine
FarmingSimulator2015Game.exe
Video Driver: AMD free source code.
--
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=43776
Bug ID: 43776
Summary: .NET 4.0 installer spams with error message boxes
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Easy way to test this is 'winetricks -q dotnet45', when dotnet40 step is
executed installer shows .config file parsing failure message in a form of
message box. This happens about 10 times, and installer finishes successfully
after.
--
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=7369
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 2.19.
--
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=43805
Bug ID: 43805
Summary: Regedit.exe crashes when exporting certain registry
keys e.g. "HKLM\Software\Classes\steam"
Product: Wine
Version: 2.13
Hardware: x86
URL: https://steamcdn-a.akamaihd.net/client/installer/Steam
Setup.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hugh.mcmaster(a)outlook.com
Regression SHA1: 37b5607ff6fbb8818f439a10b9370805e16b8fb1
Distribution: ---
Created attachment 59341
--> https://bugs.winehq.org/attachment.cgi?id=59341
regedit crash log
To reproduce the crash:
1. Install the Steam client but don't launch it (you don't need to have a Steam
account to reproduce the bug).
2. When installation is finished run 'wine regedit' and try to export either
'HKCU/Software/Classes/steam' or HKLM/Software/Classes/steam' and see
regedit.exe crashing.
The crash was introduced by
commit 37b5607ff6fbb8818f439a10b9370805e16b8fb1
Author: Hugh McMaster <hugh.mcmaster(a)outlook.com>
Date: Wed Jul 19 05:29:05 2017 +0000
regedit: Export REG_SZ data via the export_data() function.
Arch Linux (64-bit)
Wine 2.18 (32-bit and 64-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=43777
Bug ID: 43777
Summary: redefinition of typedef ‘REFERENCE_TIME’ (gcc-4.2)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
CC: dark.shadow4(a)web.de
Regression SHA1: 44cb0afb2571984bda8ca1fa084a50c1fc04ac71
Current wine-git doesn't compile with gcc-4.2 anymore.
In file included from evr.c:31:
../../include/dxva2api.h:125: error: redefinition of typedef ‘REFERENCE_TIME’
../../include/strmif.h:730: error: previous declaration of ‘REFERENCE_TIME’ was
here
make[1]: *** [evr.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Bisected to:
author Fabian Maurer <dark.shadow4(a)web.de>
Wed, 20 Sep 2017 12:03:38 +0000 (14:03 +0200)
commit 44cb0afb2571984bda8ca1fa084a50c1fc04ac71
evr: Add EnhancedVideoRenderer coclass.
Signed-off-by: Fabian Maurer <dark.shadow4(a)web.de>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=43860
Bug ID: 43860
Summary: Crash when installing DirectX 9.0c from stand-alone
installer
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 59432
--> https://bugs.winehq.org/attachment.cgi?id=59432
Wine 2.18 terminal output
Wine 2.18 (devel): after installing DirectX 9.0c from stand-alone installer on
Microsoft site, it crashes ().
Wine 2.0.2 (stable): it doesn't crash ().
OS: Lubuntu 16.04.3, Wine from official Wine repos.
File link: https://www.microsoft.com/en-us/download/details.aspx?id=8109
sha256: 8746ee1a84a083a90e37899d71d50d5c7c015e69688a466aa80447f011780c0d
--
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=33528
Bug #: 33528
Summary: GTA2 hangs up during gameplay
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuomosipola(a)gmail.com
Classification: Unclassified
Created attachment 44376
--> http://bugs.winehq.org/attachment.cgi?id=44376
Console output of a hang-up situation
The game hangs after some time during gameplay. It becomes non-responsive and
has to be killed. This seems to happen when some event is triggered in the
games, e.g., someone gets in or out of a car or picks a power-up.
--
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=27078
Summary: Need for Speed World needs native d3dx9_43 and
d3dcompiler_43 (purist)
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
The game runs fine as installed (at 1024x768 or lower), but
setting d3dx9_43.dll or d3dcompiler_43.dll to builtin results in crashes or
black screens.
--
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=43875
Bug ID: 43875
Summary: WinObj fails to open some object types (NtOpenKey()
should return STATUS_OBJECT_TYPE_MISMATCH)
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
WinObj is a browser for the Windows native object directory tree. When right
clicking on some object types (e.g. devices) and selecting Properties, the
program will spawn an error box saying "Path not found". Testing shows that the
program is trying to open an object as a series of different types of object in
sequence, and expects STATUS_OBJECT_TYPE_MISMATCH to continue with the loop,
otherwise it will quit. Currently NtOpenKey() returns the wrong value on error.
--
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=36919
Bug ID: 36919
Summary: valgrind shows a few unitialized variables in
dlls/ieframe/tests/ie.c (randomByte)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==12795== Use of uninitialised value of size 4
==12795== at 0x8123E093: randomByte (sqlite3.c:20610)
==12795== Uninitialised value was created by a stack allocation
==12795== at 0x8123E020: randomByte (sqlite3.c:20571)
==12795==
==12795== Use of uninitialised value of size 4
==12795== at 0x8123E0DA: randomByte (sqlite3.c:20621)
==12795== Uninitialised value was created by a stack allocation
==12795== at 0x8123E020: randomByte (sqlite3.c:20571)
==12795==
==12795== Use of uninitialised value of size 4
==12795== at 0x8123E0EE: randomByte (sqlite3.c:20622)
==12795== Uninitialised value was created by a stack allocation
==12795== at 0x8123E020: randomByte (sqlite3.c:20571)
==12795==
--
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=42676
Bug ID: 42676
Summary: BeamNG crashes at launcher
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jamesheald(a)linux.com
Distribution: ---
http://pastebin.com/CSAWb57s is what shows up in the console.
The crash ends with a dialog saying "BeamNG quit unexpectedly."
--
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=42916
Bug ID: 42916
Summary: Regedit F2-text-edit ignores case.
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: aj664(a)hotmail.com
Distribution: ---
say you have a key 'abcde' and you want to change it to 'aBcDe' (change some
chars to uppercase), when you hit enter it says the key already exists, it's
probably doing case-insensitive search.
--
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=43190
Bug ID: 43190
Summary: Inconsistent behavior when removing dll overrides
Product: Wine
Version: 2.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Found when debugging Bug 43180, look there for a download link.
I have a game that needs a lot of dll overrides.
Now, I was used to the fact that removing a dll override tells wine to use the
builtin dll. In the case of d3drm, it doesn't though.
I tested it like this:
> game crashes due to broken directmusic
winetricks gmdls directmusic
> game crashes due to broken d3drm
winetricks d3drm
> game works now
winecfg -> remove d3drm dll override
> game still works (why?)
winecfg -> remove directmusic dll overrides
> game crashes due to broken directmusic
Note that when I set d3drm to builtin instead of removing the dll override, it
crashes like expected.
I assume it shouldn't load the native dll without override, but I didn't really
find documentation on that.
--
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=41238
Bug ID: 41238
Summary: System crash when trying to shell to a editor on fbbw
ham radio software, was working great on Knoppixm
yesterday I upgraded to Linux Mint
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ve2pkt(a)gmail.com
Distribution: ---
Created attachment 55529
--> https://bugs.winehq.org/attachment.cgi?id=55529
backtrace of my crash
if a copy of WFBB.EXE is required let me know, I doughr it is avail on the net
any more, and you must detain and ammateur radio licences to use it on a F6FBB
BBS.
Thank you!
--
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=43719
Bug ID: 43719
Summary: BattleNet crash on launch with win7
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxi.cass11(a)gmail.com
Distribution: ---
Created attachment 59196
--> https://bugs.winehq.org/attachment.cgi?id=59196
ConsoleOutput on setup
Hello,
I have test battlenet with clean 64 prefix set to win7 and Blizzard launcher
crash on login screen
I have test to install BlizzardApp with this command
WINEPREFIX=~/wine/appdb/BlizzardApp/ wine
~/Téléchargements/Battle.net-Setup.exe
The launcher crash approximately at this line
fixme:gdi:GdiInitializeLanguagePack 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=42927
Bug ID: 42927
Summary: error while installing minecraft from wine
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seanthomasgoul(a)mail.com
Distribution: ---
Created attachment 58075
--> https://bugs.winehq.org/attachment.cgi?id=58075
an error report
i was trying to install minecraft with wine and it gave me this error
--
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=43450
Bug ID: 43450
Summary: Epic Games Launcher Missing text
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: salamanderrake(a)gmail.com
Distribution: ---
Created attachment 58816
--> https://bugs.winehq.org/attachment.cgi?id=58816
Epic Games Launcher with missing text in main window screenshot
KDE Neon
Wine Staging 2.13 (Non staging versions don't get anywhere)
EpicGamesLauncher v5+
Install command:
wine msiexec /i ~/Downloads/EpicGamesLauncherInstaller-5.0.1-3544582.msi
-SkipBuildPatchPrereq /q
Run Command:
wine EpicGamesLauncher.exe -SkipBuildPatchPrereq -OpenGL
or
wine EpicGamesLauncher.exe -SkipBuildPatchPrereq ( I believe this causes
several other issues)
Clean Prefix, no overrides, 32bit
There is missing text in main window of the launcher, but there is text in the
settings menu, The text isn't invisible as I tried to log in with my
credentials but it wouldn't get past the user name.
--
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=43276
Bug ID: 43276
Summary: Empire Earth can't open campaign
Product: Wine-staging
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: petr-akhlamov(a)yandex.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 58613
--> https://bugs.winehq.org/attachment.cgi?id=58613
screenshot
After additional settings game works (Singleplayer, Editor). But, campaigns
can't opens.
For running i use the native msvcrt.dll and disable DirectMusic.
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=2174)
--
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=43854
Bug ID: 43854
Summary: The Witcher 3 (1.31 from GOG) displays a flat, green
(definetely wrong) interface
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: azarus(a)posteo.net
Distribution: ---
Created attachment 59412
--> https://bugs.winehq.org/attachment.cgi?id=59412
The green interface that I observed.
I'm trying to run The Witcher 3 version 1.31 from GOG, but
I'm having a strange issue that the interface is completely
green (See attachment). During the installation, I
encountered a run-time error right after the installer tried
to install some Visual C++ Redistributables.
The interface error is to be found in the second attachment.
I have verified that the downloaded files are intact by selecting
the "Verify downloaded files" option in the installer.
Upon starting a new save, I get a black screen.
The intro videos work.
Some system stats:
----- SOFTWARE -----
OS: Gentoo (x86_64)
Kernel: 4.13.4
Wine version: 2.18-82-g825d5c8641 (Staging)
Mesa: 17.2.2
----- HARDWARE -----
CPU: Intel Core i5-6600K
GPU: AMD R9 Fury
--
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=27162
Summary: Wine developers prefer beer
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bugs(a)cboltz.de
Marcus Meissner told me at the openSUSE conference last october that most wine
developers actually prefer beer. He also repeated this statement in the slides
for today's "wine is not (only) an emulator" talk he's giving at LinuxTag
together with me.
It must be a bug that wine developers prefer beer!
Proposed fix:
for person in developers/* ; do
sed -i 's/Prefer: beer/Prefer: wine/'
done
;-))
--
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=39398
Bug ID: 39398
Summary: Private Program: server win socket send data no more
then 16K (approx.)
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: gerald(a)igarment.net
Distribution: ---
I have tried wine 1.6.2 32 bit on CentOS 6 i686 and 1.7.50 32 bit in CentOS 6
x86_64 VM, both have the same problem.
I have a server written in Delphi using Asta. When the server run in wine,
sending large among of data (over 18K bytes, not exact) will have data lost. I
use tcpdump to captured the data sent, it seems the socket cannot send all the
data but with no socket error. The program seems to think that all data were
sent but wine win socket did not.
Obviously, the program is running very fine in Windows.
The following is a tcpdump for the tcp package in the server side. The total
number of bytes need to send is around 110K. Note that once reach to about
17458 (including tcp header, so the sent data is around 16K), it stop sending.
[root@wine-asta-17 ~]# tcpdump -i eth3 port 9000
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth3, link-type EN10MB (Ethernet), capture size 65535 bytes
11:24:16.851074 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [P.], seq 292754617:292754698, ack 97998410, win
8192, options [nop,nop,TS val 1335177067 ecr 7050913], length 81
11:24:16.851092 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], ack 81, win 273, options
[nop,nop,TS val 7058042 ecr 1335177067], length 0
11:24:16.890921 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [P.], seq 1:82, ack 81, win
273, options [nop,nop,TS val 7058081 ecr 1335177067], length 81
11:24:16.922996 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 82, win 8186, options [nop,nop,TS val
1335177138 ecr 7058081], length 0
11:24:16.975451 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [P.], seq 81:173, ack 82, win 8192, options
[nop,nop,TS val 1335177189 ecr 7058081], length 92
11:24:17.015000 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], ack 173, win 273, options
[nop,nop,TS val 7058206 ecr 1335177189], length 0
11:24:17.056036 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], seq 82:2978, ack 173, win
273, options [nop,nop,TS val 7058247 ecr 1335177189], length 2896
11:24:17.056045 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], seq 2978:5874, ack 173,
win 273, options [nop,nop,TS val 7058247 ecr 1335177189], length 2896
11:24:17.056047 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], seq 5874:8770, ack 173,
win 273, options [nop,nop,TS val 7058247 ecr 1335177189], length 2896
11:24:17.056049 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], seq 8770:11666, ack 173,
win 273, options [nop,nop,TS val 7058247 ecr 1335177189], length 2896
11:24:17.056051 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], seq 11666:14562, ack 173,
win 273, options [nop,nop,TS val 7058247 ecr 1335177189], length 2896
11:24:17.089440 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 2978, win 8011, options [nop,nop,TS val
1335177300 ecr 7058247], length 0
11:24:17.089460 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [P.], seq 14562:17458, ack 173,
win 273, options [nop,nop,TS val 7058280 ecr 1335177300], length 2896
11:24:17.089468 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 2978, win 8192, options [nop,nop,TS val
1335177300 ecr 7058247], length 0
11:24:17.091030 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 5874, win 8011, options [nop,nop,TS val
1335177300 ecr 7058247], length 0
11:24:17.091035 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 8770, win 8011, options [nop,nop,TS val
1335177300 ecr 7058247], length 0
11:24:17.091037 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 13114, win 8192, options [nop,nop,TS val
1335177300 ecr 7058247], length 0
11:24:17.120679 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 16010, win 8101, options [nop,nop,TS val
1335177331 ecr 7058247], length 0
11:24:17.121874 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 17458, win 8101, options [nop,nop,TS val
1335177332 ecr 7058280], length 0
^C
19 packets captured
19 packets received by filter
0 packets dropped by kernel
--
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=43142
Bug ID: 43142
Summary: Wine incorrectly detects the maximum available in my
system version of OpenGL when using AMD Radeon + MESA.
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zefkerrigan(a)gmail.com
Distribution: ---
Created attachment 58360
--> https://bugs.winehq.org/attachment.cgi?id=58360
On this screenshot this registry key is added it is seen that the game detects
the availability of DirectX11. Unfortunately, only one screenshot can be
attached to one message. Please see the second s
When using AMD Radeon + MESA, Wine incorrectly detects the maximum available in
my system version of OpenGL as OpenGL3.0, but Mesa 17.1.1 supports OpenGL4.5
for my model of graphics hardware. This leads to the fact that games launched
with Wine do not detect the possibility of using D3DX11 and, as a result, they
can not work if they do not have D3DX9 support, or work in D3DX9 mode if they
have support of both D3DX9 and D3DX11.
I know that it is possible to manually add this registry key to manually
explicitly set the maximum available in my system version of OpenGL:
glversion_fix.reg
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="opengl"
"UseGLSL"="enabled"
"MaxVersionGL"=dword:00040005
But, in my opinion, it would be better if the maximum available version of
OpenGL could be detected automatically.
Moreover, not everyone knows about the possibility of adding this registry key.
And not everyone even knows how to detect the maximum available version of
OpenGL in their systems.
Unfortunately, this does not correspond to reality.
Please take a look at these two different screenshots when the game "World of
Warcraft" is running. On one of them this registry key is added it is seen that
the game detects the availability of DirectX11. And on the other, this key is
not added, and note that in this case the game detects the availability of only
DiretX9.
--
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=40165
Bug ID: 40165
Summary: Claw: Can't make high jumps
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tecywiz121(a)hotmail.com
Distribution: ---
Tapping the space key causes Captain Claw to make a short jump, but holding it
should make the kitty captain jump a lot higher. Sometimes high jumps just
don't work, and sometimes they do.
You can find a copy of the game here:
http://kapitanpazur.piasta.pl/en/downloads.html
--
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=42594
Bug ID: 42594
Summary: unable to play pcm wav files
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: intosamadhi(a)gmail.com
Distribution: ---
Running ubuntu 16.10 64bit, with wine 2.2 staging.
Using FL Studio (and other audio software, like wmplayer) I am unable to play
pcm wav files. All other audio formats work perfectly.
Audio is set to Alsa
--
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=42705
Bug ID: 42705
Summary: Hardwood Solitaire III: no music
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 57677
--> https://bugs.winehq.org/attachment.cgi?id=57677
HSIII wine 2.4 staging no music
Hello,
Hardwood Solitaire III has no music with Wine.
How to reproduce:
download the trial version here:
http://www.silvercrk.com/downloads/solitaire_iii/
Install and launch it with wine, there is no music, only interface sounds.
Play trial, go to the options, more options, sound and music, devices, try
different options, no music.
Thank you for your help.
Tested with Wine 2.4 staging.
--
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=42954
Bug ID: 42954
Summary: ffxiv dx11 fixme:msctf:ThreadMgr_ActivateEx
Unimplemented flags 0x4
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
ffxiv 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.
https://bugs.winehq.org/show_bug.cgi?id=42978
Bug ID: 42978
Summary: Softwares are sometimes running out of virtual desktop
Product: Wine
Version: 2.6
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
I always set all my PREFIXs with a virtual desktop to the size of my screen
resolution (1920x1080). I'm using i3 and I don't know if this problem occurs
with desktop environment but it happens on i3 for sure.
It happens since at least 2 years now and it really starts to be annoying. The
workaround is to build Wine without xrandr support so games can not be started
out of the virtual desktop. The thing is that it will still try to run the game
out of the virtual desktop, in that case, it won't start and Wine will stop and
will tell me that xrandr support is disabled or something like that (of course
it is ! You shouldn't even have to tell me that cause I set a virtual desktop
to avoid the problem, idiot).
The problem can occurs at any time when running a software. Just close it and
restart the software will make Wine run enough fast to display the virtual
desktop BEFORE the software so it will be displayed inside (it's just
supposition, I have no idea if it is the reason to be honest but closing and
restarting always do the trick). It won't happen everytime. Sometimes it will
correctly run in the virtual desktop but, at around a bit more than 50%, it
will run out of the virtual desktop.
If the virtual desktop is already running, the problem will NEVER occur (if,
for example, I'm running Steam and starting a game from it or if I am using
"explorer" and double clicking on an EXE).
It happens on Arch Linux, FreeBSD and NetBSD so it's not BSD related.
I use the workaround because I really hate when games change the resolution of
my screen. "xrandr -s 1920x1080" will put the resolution back to its native
resolution.
It can happen on ANYTHING, even winecfg or explorer.
No error message, it seems to be a "normal" behavior of Wine, it just seems to
be a matter of loading speed of Wine's virtual desktop but it already happened
that even closing and running the software again still run it out of virtual
desktop, it happens less than the first time but it can happen.
--
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=43002
Bug ID: 43002
Summary: Requiem Online - Wine C++ Runtime Library error
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: wessnyder(a)comcast.net
Distribution: ---
Created attachment 58142
--> https://bugs.winehq.org/attachment.cgi?id=58142
backtrace log
Playing Requiem Online generates an error message box when trying to open the
Quest panel, either pressing the Quest button with the mouse or the U shortcut
key. The error is:
Wine C++ Runtime Library
Assertion failed!
Program: C:\Program Files (x86)\Steam\steamapps\common\Requiem.exe
File: /msvcp90/string.c
Line: 1982
Expression: "this->size >= pos"
Not all the buttons or key shortcuts do this. For example, Skills(K),
Possession Beast(L), DNA(N), Community(P), Battlefield(Y), and System(Esc)
work. Lucky Box(J) and Quest(U) throw the error.
Wine error log attached. I can run with WINEDEBUG=+relay or another way. I may
try with the message box catch later today.
--
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=43150
Bug ID: 43150
Summary: Problem with d3dcompiler:compile_shader
Product: Wine-staging
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sr-tream(a)yandex.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 58381
--> https://bugs.winehq.org/attachment.cgi?id=58381
Screenshot from Windows7
Don't work function D3DXCreateEffectFromFile
Example code: https://pastebin.com/8Lt83Hr2
and shaders: https://pastebin.com/vtgM6uyv
It work in Windows7 (VirtualBox), but in wine function D3DXCreateEffectFromFile
returned FAILE
Wine output:
VBoxShared|⇒ wine ./a.exe
fixme:module:load_dll Loader redirect from L"wined3d.dll" to
L"wined3d-csmt.dll"
fixme:d3dcompiler:compile_shader Unknown compilation target "__fx_2_0__"
--
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=42525
Bug ID: 42525
Summary: Bioshock (1) Remastered crashes on start
Product: Wine
Version: 2.2
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 57420
--> https://bugs.winehq.org/attachment.cgi?id=57420
The full wine debuglog
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=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=42644
Bug ID: 42644
Summary: 7 days to die right and left click mouse moves cursor
torwads bottom right
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eutychios23(a)gmail.com
Distribution: ---
When i click with either mouse button game cursor moves torwards the right
bottom of the screen.When i press click and hold the mouse it works as it
should but if i try to move it it goes to the right bottom again.The problem
persists at least from wine 2.0 to 2.3.
--
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=41413
Bug ID: 41413
Summary: Call of Duty 3 crashes on start
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lonnie.holcomb(a)gmail.com
Distribution: ---
Created attachment 55776
--> https://bugs.winehq.org/attachment.cgi?id=55776
heres tha backtrace text
Call of duty: modern warfare 3 fails to run after recent wine patch
--
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=43428
Bug ID: 43428
Summary: BluOS Controller v. 2.12.2 build 385: Crashes
immediately after start
Product: Wine
Version: 2.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: forums(a)showalterdesign.com
Distribution: ---
Created attachment 58793
--> https://bugs.winehq.org/attachment.cgi?id=58793
Backtrace
BluOS Controller v. 2.12.2 build 385: Crashes immediately after start
The BluOS Controller Installer is available here:
http://www.bluesound.com/wp-content/uploads/2017/07/BluOS_Controller_instal…
Previous versions of this software work fine with Wine.
The program does not crash every time it is loaded, but it does crash most
times. If at first the issue cannot be reproduced, please try again several
times. If the program loads successfully, closing it will also produce a crash.
Backtrace and screenshot 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=42522
Bug ID: 42522
Summary: Battlefield Bad Company 2 Graphic Glitches
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 57417
--> https://bugs.winehq.org/attachment.cgi?id=57417
The full wine debuglog
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
Video with live debug: https://youtu.be/eSiJG5UH0as
--
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=43022
Bug ID: 43022
Summary: Wine Staging 2.7 gives a multitude of OLE errors when
creating prefix
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
Wine Staging installed from official archive on Ubuntu 17.10.
qwerty@qwerty-Inspiron-3520:~$ WINEARCH=win32
WINEPREFIX=/home/qwerty/cvfdxcvbhgfvbhgfv winecfg
wine: created the configuration directory '/home/qwerty/cvfdxcvbhgfvbhgfv'
fixme:winediag:start_process Wine Staging 2.7 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:dwmapi:DwmIsCompositionEnabled 0x6d5d3018
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0cb608, context
0xa48928, init_notify 0, handle 0x127e794): stub
wine: configuration in '/home/qwerty/cvfdxcvbhgfvbhgfv' has been updated.
qwerty@qwerty-Inspiron-3520:~$
--
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=42938
Bug ID: 42938
Summary: NOX App Player - Not installing properly
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aswinkr77(a)gmail.com
Distribution: ---
Whenever i try to install NOX App Player way Wine, it successfully extracts.
But during installation when it reaches 99.5% an error occurs saying "The
program NoxVMSVC.exe has encountered serious problem and needs to close. We are
sorry for the inconvenience." And after the installation completes, the NOX
says that "Emulator has to reboot for some reasons."
--
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=43449
Bug ID: 43449
Summary: PassePartout Mexal
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maufel(a)gmail.com
Distribution: ---
Do not execute.
--
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=43462
Bug ID: 43462
Summary: Spotify (1.0.59.395) runs into multiple crashes
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
I updated version 1.0.42.151, which ran fine in Staging, to version 1.0.59.395.
The application doesn`t start anymore, I got multiple crashes. The application
seems to be protected by Themida, when I tried run with WINEDEBUG I get
different crahses. After that I only got an error-window and the app
exits....no crasg log.....
Maybe the crashes are related to the Themida protection;
--
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=42536
Bug ID: 42536
Summary: Watch_Dogs (1) complains about missing DX11 Adapter
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 57437
--> https://bugs.winehq.org/attachment.cgi?id=57437
The full wine debuglog
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=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=43529
Bug ID: 43529
Summary: Hacked
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: newbiepentest(a)gmail.com
Distribution: ---
Created attachment 58925
--> https://bugs.winehq.org/attachment.cgi?id=58925
Hacked
Hacked
--
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=39388
Bug ID: 39388
Summary: Tried to use Don't starve won't start and it popped up
an error
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hugoandre96_sci(a)hotmail.com
Distribution: ---
Created attachment 52497
--> https://bugs.winehq.org/attachment.cgi?id=52497
Error details
Tried to use Don't starve.exe and it popped up an error
--
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=42643
Bug ID: 42643
Summary: winecfg: Race condition causing winecfg window to
break out of emulated virtual desktop
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lucianposton(a)gmail.com
Distribution: ---
When Emulate a virtual desktop is enabled, winecfg sometimes displays as a
standalone window _outside_ of the emulated virtual desktop. The repro is
inconsistent -- sometimes I have to open winecfg 20+ times to repro, and
sometimes it happens back-to-back.
When it occurs, _sometimes_ the following appears in the console, but not
always:
$./wine winecfg
wine: Unhandled page fault on read access to 0x00000014 at address 0x7bc50d57
(thread 002d), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc50d57
There is a secondary issue that arises when this race condition occurs. If the
race condition occurs, when the dislocated winecfg window is on a non-primary X
monitor, the winecfg window because unresponsive. It does not appear to respond
to mouse or keyboard input (escape key will close the window though). If I drag
the window back to the X primary monitor, it behaves normally again. In other
words, when the winecfg window is not contained within the emulated virtual
desktop AND is on a non-primary X monitor, the winecfg window is unresponsive.
I have repro'd this in 1.9.20-staging, 2.3, and the current master branch
(commit 4b14459). It occurs in both 64bit and WINARCH=win32.
--
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=43144
Bug ID: 43144
Summary: Distorted graphics in the game Starcraft 2.
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zefkerrigan(a)gmail.com
Distribution: ---
Created attachment 58365
--> https://bugs.winehq.org/attachment.cgi?id=58365
So the game looks like graphics distortion after adding this registry key.
If I add this registry key so that Wine can detect the availability of OpenGL
4.5 in my system, the graphics in Starcraft 2 become distorted. I guess this is
probably due to the fact that in this case Starcraft2 starts using d3dx11
instead of d3dx9, but, unfortunately, this leads to distortions in the graphics
in the game. But, I can not say with absolute certainty that this assumption
completely corresponds to reality.
I've attached screenshots that show what the game looks like without distorting
graphics, and how it looks with graphics distortions after adding this registry
key.
glversion_fix.reg
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="opengl"
"UseGLSL"="enabled"
"MaxVersionGL"=dword:00040005
--
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=43027
Bug ID: 43027
Summary: No GUI shoes up using wine last version staging on
Heroes of The Storm
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: bluesansdouze(a)gmail.com
Distribution: ---
Created attachment 58174
--> https://bugs.winehq.org/attachment.cgi?id=58174
Log when launching heroes of the storm
When playing Heroes of the Storm current version (2.25.3.53275) only the
background shoes up, no gui (buttons, bars...) is displayed.
The GUI remains clickable even if not shown.
This prevent playing the game completly. This is pretty recent and didn't
happened in wine 2.6
I'm running ArchLinux kernel version 4.10.13-1-ARCH, using latest wine-staging.
I've tried disabling d3d11 from winecfg but it doesn't 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=43294
Bug ID: 43294
Summary: Unimplemented DX11 function: Create1DTexture
(Battlefield 3 crash)
Product: Wine
Version: 2.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: 0x0000053A(a)tut.by
Distribution: ---
Created attachment 58638
--> https://bugs.winehq.org/attachment.cgi?id=58638
wine bf3 2> log.txt
When I try to launch Battlefield 3, it can't load to the main menu and crashes
with this message: http://i.imgur.com/5f5mqyo.png
After pressing OK game window closes.
3 minutes of google told me that this unimplemented function belongs to DX11.
Log 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.
http://bugs.winehq.org/show_bug.cgi?id=12799
Summary: Notepad++ : auto-completion window appears with a title
bar which is not the case under windows
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leohome(a)free.fr
Auto-completion feature works fine but when I use it, the window appears with
the title bar which is not the case under windows. This title bar hide the text
behind which prevents me to use this feature. (see attachment)
This problem occurs with all wine versions I have tested: 0.9.5x up to 0.9.60.
kubuntu 7.10
notepad++ version: all recent one I have tested
--
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=43289
Bug ID: 43289
Summary: Clarify previous packages to be removed when
installing Wine
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: documentation
Assignee: wine-bugs(a)winehq.org
Reporter: ddascalescu+wine(a)gmail.com
Distribution: ---
https://wiki.winehq.org/Ubuntu reads "If you have previously installed a Wine
package from another repository, please remove it and any packages that depend
on it (*e.g.*, wine-mono, wine-gecko, winetricks) before attempting to install
the WineHQ packages, as they may cause dependency conflicts."
I've removed those three packages, but the "e.g." suggests there may be others.
What is the *complete* list of packages that need to be removed? Can that list
please be put in those installation instructions?
--
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=43093
Bug ID: 43093
Summary: League of Legends installer hangs
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
League of Legends installer (i.e. LeagueofLegends_NA_Installer_2016_05_13.exe)
hangs after pressing "Install". A progress bar and the message "Installing
prerequisite software" are displayed, however, the window becomes unresponsive.
This seems to be an issue with named pipes, which I am currently investigating.
--
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=43111
Bug ID: 43111
Summary: Wine Staging 2.9 - can't launch multiple games anymore
Product: Wine-staging
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 58310
--> https://bugs.winehq.org/attachment.cgi?id=58310
steam launch + KF2 launch
Wine staging 2.8 works fine.
Wine staging 2.9 will not launch Killing Floor 2 or Shadow Warrior 2, I also
tested a tiny free game Adventure Capitalist and that worked fine.
This happened on my ooold wine bottle, so thinking something have changed I
wiped it clean and started a new one with 2.9
Now Steam won't start with wine-devel 2.9 and I forgot what I did to make it
run, if anything at all, so I can't test if it's present in normal wine too.
--
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=43201
Bug ID: 43201
Summary: Moho 12 keeps crashing while opening.
Product: Wine
Version: 2.0.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pramodsenevi(a)outlook.com
Distribution: ---
Created attachment 58476
--> https://bugs.winehq.org/attachment.cgi?id=58476
Moho 12 Crash Log
Moho 12 program always crashes on Stable, Development and Staging branches of
Wine. Please look into the issue. 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=42535
Bug ID: 42535
Summary: Spintires has a minor graphic glitch
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 57436
--> https://bugs.winehq.org/attachment.cgi?id=57436
The full wine debuglog
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
https://bugs.winehq.org/show_bug.cgi?id=39755 <- should be fixed by wine-2.2
(Staging), at least i don't have this bug anymore now
Video of the Bug: https://youtu.be/DMNgw6b8KZk
--
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=43244
Bug ID: 43244
Summary: EasyAntiCheat_Setup.exe: crashes on startup.
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shasharala(a)outlook.com
Distribution: ---
Created attachment 58551
--> https://bugs.winehq.org/attachment.cgi?id=58551
Backtrace from when EasyAntiCheat crashed.
EasyAntiCheat_Setup.exe crashes during launch.
--
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=42864
Bug ID: 42864
Summary: World of Tanks: crashes when clicking the play button.
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chrisromic(a)gmail.com
Distribution: ---
Created attachment 57969
--> https://bugs.winehq.org/attachment.cgi?id=57969
Program Error Details
Wine crashes when I click on the play button with World of Tanks 9.18. I'm
using the staging branch of Wine 2.6 with CSMT, VAAPI, EAX, and GTK3 theming
enabled in winecfg. I have done nothing else to wine other than the previous
changes mention before.
https://worldoftanks.com/en/game/download/
--
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=40795
Bug ID: 40795
Summary: Any Direct3D10 application crashes when using native
d3d10.dll after commit
fcc8553d8b8075542cd3edf26276c1915d29b0da
Product: Wine
Version: 1.9.12
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 54708
--> https://bugs.winehq.org/attachment.cgi?id=54708
Sample app, patch, working compiled binaries
When you use native d3d10.dll from Windows Vista any Direct3D 10 application
crashes after start.
Precondition:
1. You need to implement simple stub export function D3D10CoreGetVersion to
d3d10core.dll
2. You need d3d10.dll at least from Windows Vista RTM
Steps to repro:
1. Apply patch 0001-d3d10core-Add-D3D10CoreGetVersion-implementation.patch
2. Compile WineD3D including this patch also Wine-Staging patches are
recommended
3. Copy and paste native d3d10.dll from Windows Vista to a folder where app's
executeble is
3. Start app
As I figured out this is a regression after commit
https://github.com/wine-mirror/wine/commit/fcc8553d8b8075542cd3edf26276c191…
Because before this commit I was able to run Direct3D 10 applications using
native d3d10.dll and implementing stub function D3D10CoreGetVersion()
--
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=41724
Bug ID: 41724
Summary: Wine Config -> Drives -> Autodetect crashed.
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: bhendry(a)cheerful.com
Distribution: ---
Created attachment 56158
--> https://bugs.winehq.org/attachment.cgi?id=56158
Wwine Config Error log
First time I tried to start Wine Config failed. Instructions say to submit bug
report. See attached log.
This is the first time I attempted to use Wine. I was in Wine Config -> Drives
-> Autodetect when it crashed.
Hardware is actually amd64
--
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=33136
Bug #: 33136
Summary: TTS Balabolka not show list of voices
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: burrbull(a)yandex.ua
Classification: Unclassified
TTS program Balabolka (http://www.cross-plus-a.com/balabolka.htm) and its
console version give error
err:ole:CoGetClassObject class {d941651c-44e6-4c17-badf-c36826fc3424} not
registered
when try show list of voices.
--
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=43138
Bug ID: 43138
Summary: Wine incorrectly detects the maximum available in my
system version of OpenGL when using AMD Radeon + MESA.
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zefkerrigan(a)gmail.com
Distribution: ---
When using AMD Radeon + MESA, Wine incorrectly detects the maximum available in
my system version of OpenGL as OpenGL3.0, but Mesa 17.1.1 supports OpenGL4.5
for my model of graphics hardware. This leads to the fact that games launched
with Wine do not detect the possibility of using D3DX11 and, as a result, they
can not work if they do not have D3DX9 support, or work in D3DX9 mode if they
have support of both D3DX9 and D3DX11.
I know that it is possible to manually add this registry key to manually
explicitly set the maximum available in my system version of OpenGL:
glversion_fix.reg
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="opengl"
"UseGLSL"="enabled"
"MaxVersionGL"=dword:00040005
But, in my opinion, it would be better if the maximum available version of
OpenGL could be detected automatically.
Moreover, not everyone knows about the possibility of adding this registry key.
And not everyone even knows how to detect the maximum available version of
OpenGL in their systems.
Он неправильно детектирует максимально available в моей с системе версию ОпенгЛ
как ОпенГЛ 3.0, но меса 17.1.1 поддерживает ОпенгЛ 4.5 для моей модели
графического оборудования. Это приводит к тому, что игры, запущенные с ним не
детектируют возможность поддержки Д3ДХ11 и в резульате этого не могут работать
если у них нет поддержки Д3DX9, либо работают только в режиме Д3ДХ9 если у них
есть поддержва обеих Д3ДХ9 и Д3ДХ11.
--
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=43139
Bug ID: 43139
Summary: program ODSERV.EXE crashes While running microsoft
office diagnostics
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abhisecondarymail(a)gmail.com
Distribution: ---
Created attachment 58354
--> https://bugs.winehq.org/attachment.cgi?id=58354
Error report after the crash of ODSERV.EXE while running memory diagnostics
section of microsoft office diagnostics
MS office 2007 : While closing word, an error message appears saying MSXML is
not properly installed.
While running microsoft office diagnostics, the program ODSERV.EXE crashes
(Unhandled exception: unimplemented function KERNEL32.dll). The error occurs
when Memory diagnostics section begins in the MS office diagnostics program.
--
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=42531
Bug ID: 42531
Summary: Red Faction Armageddon has minor graphic glitches
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
This game has Directx9 and DirectX10/11 support.
The performance was better in wine-2.1 (Staging)
Video: https://youtu.be/i-svamT37PM
Logfile: https://dl.dropboxusercontent.com/u/16996758/winelogrfa.txt
--
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=43727
Bug ID: 43727
Summary: native dlls exists in the same exe directory wont
first load before builtin same name dlls
Product: Wine
Version: 2.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gamiljydcome(a)gmail.com
Distribution: ---
native dlls such as riched20 msvcp90 msvcr90, if copy into the same directory
with the exe to run, wont default first load before builtin dlls any more.
before wine1.9.x dont have this problem. i always load native dlls in this way,
its simple, and easy to compare with builtin dlls.
does wine2.x drop this feature?
Regards.
--
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=43526
Bug ID: 43526
Summary: sims 4 doesn't want to start
Product: Wine
Version: 0.9.3.
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a.loncarski(a)gmail.com
Created attachment 58922
--> https://bugs.winehq.org/attachment.cgi?id=58922
file bug
when I run this game,it starts but crashes couple seconds later saying it has
some problems with wine or instalization.
I already played it for couple of days but all of the sudden it stoped working.
--
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=43134
Bug ID: 43134
Summary: The Witcher 3: water is missing
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 58343
--> https://bugs.winehq.org/attachment.cgi?id=58343
Witcher 3: stream with no water
When running The Witcher 3 water doesn't show up in various locations like
rivers and etc. They all look dried up.
See attached screenshot.
Game version: GOG, 1.31.
System: Debian testing, x86_64.
Graphics: AMD RX 480: AMD POLARIS10 (DRM 3.8.0 / 4.9.0-3-amd64, LLVM 3.9.1),
Mesa 17.1.0-devel (git-af73acca2b).
Resolution: 1920x1200.
Settings: Max settings for all graphics, except Nvidia hairworks is off.
--
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=36423
Bug ID: 36423
Summary: League of Legends : store menu doesn't display
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scrimekiler(a)yahoo.fr
Created attachment 48455
--> http://bugs.winehq.org/attachment.cgi?id=48455
terminal output without specific channels
In the League of Legends menu, when I try to access to the store menu, I only
see a black background with nothing displaying.
Gentoo kernel 3.12.13, nvidia GT630, drivers 331.49-r3, Xorg 1.15.0
Here is terminal output, tell me if you need more specific debug channel please
--
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=35510
Bug ID: 35510
Summary: Adobe CC installer cannot connect to the Internet
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: https://creative.adobe.com/products/photoshop
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47402
--> http://bugs.winehq.org/attachment.cgi?id=47402
wine-1.7.11-206-g82b3813 console output
The Adobe Creative Cloud installer immediately stops and asks the user to
connect to the Internet.
Native winhttp works around the error message but nothing much else occurs.
--
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=42718
Bug ID: 42718
Summary: Photoshop CC 2015 "Double free or corruption" crash
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hewanci(a)gmail.com
Distribution: ---
Created attachment 57695
--> https://bugs.winehq.org/attachment.cgi?id=57695
Console output with backtrace
Installed and ran PS CC 2015 succesfully as per AppDB instructions. Then, I
used the built in updater to update. After that I get the following error when
trying to run it:
"double free or corruption (!prev): 0x7d0247a0"
Console output with backtrace attached.
OS: Arch 64 bit
Wine Staging
32 bit prefix
--
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=42964
Bug ID: 42964
Summary: ffxiv dx11
fixme:d3d11:d3d11_immediate_context_RSSetViewports
Floating-point viewports not implemented.
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
showed up 200k times in 1 min
--
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=42778
Bug ID: 42778
Summary: boson netsim 11 installation error and unable to run
the application using wine
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: dhanpal530(a)gmail.com
Distribution: ---
Created attachment 57794
--> https://bugs.winehq.org/attachment.cgi?id=57794
screenshot while installing the boson netsim 11
console output is following
dhanpal@dhanpal-HP-Pavilion-15-Notebook-PC:~$ winecfg
p11-kit: couldn't load module:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared
object file: No such file or directory
dhanpal@dhanpal-HP-Pavilion-15-Notebook-PC:~$ cd download
bash: cd: download: No such file or directory
dhanpal@dhanpal-HP-Pavilion-15-Notebook-PC:~$ cd downloads
bash: cd: downloads: No such file or directory
dhanpal@dhanpal-HP-Pavilion-15-Notebook-PC:~$ cd Downloads
dhanpal@dhanpal-HP-Pavilion-15-Notebook-PC:~/Downloads$ wine netsim11.exe
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:apphelp:ApphelpCheckInstallShieldPackage stub: 0x32b5ac
L"C:\\users\\dhanpal\\Temp\\{ABC07229-1B76-4EC1-AEF8-A31A34F3B3B5}\\Boson
NetSim 11.msi"
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=550000004e, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=2a0000003d, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=6300000061, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrClearOutParameters (0x32aff4,0x7e621f60,0x32b33c): stub
fixme:ole:NdrClearOutParameters (0x32aff4,0x7e621f8a,0x32b220): stub
fixme:ole:NdrClearOutParameters (0x32aff4,0x7e621f8e,0x32b240): stub
fixme:ole:NdrClearOutParameters (0x32aff4,0x7e621fb2,0x32b33c): stub
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=5e00000049, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrClearOutParameters (0x32aff4,0x7e621f60,0x32b33c): stub
fixme:ole:NdrClearOutParameters (0x32aff4,0x7e621f8a,0x32b220): stub
fixme:ole:NdrClearOutParameters (0x32aff4,0x7e621f8e,0x32b240): stub
fixme:ole:NdrClearOutParameters (0x32aff4,0x7e621fb2,0x32b33c): stub
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=450000005d, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrClearOutParameters (0x329acc,0x7e621f60,0x329e14): stub
fixme:ole:NdrClearOutParameters (0x329acc,0x7e621f8a,0x329cf8): stub
fixme:ole:NdrClearOutParameters (0x329acc,0x7e621f8e,0x329d18): stub
fixme:ole:NdrClearOutParameters (0x329acc,0x7e621fb2,0x329e14): stub
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=340000004b, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrClearOutParameters (0x329acc,0x7e621f60,0x329e14): stub
fixme:ole:NdrClearOutParameters (0x329acc,0x7e621f8a,0x329cf8): stub
fixme:ole:NdrClearOutParameters (0x329acc,0x7e621f8e,0x329d18): stub
fixme:ole:NdrClearOutParameters (0x329acc,0x7e621fb2,0x329e14): stub
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=5f00000044, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=620000002c, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=370000004d, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=2700000032, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
p11-kit: couldn't load module:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared
object file: No such file or directory
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrClearOutParameters (0x329c40,0x7e621f60,0x329f88): stub
fixme:ole:NdrClearOutParameters (0x329c40,0x7e621f8a,0x329e6c): stub
fixme:ole:NdrClearOutParameters (0x329c40,0x7e621f8e,0x329e8c): stub
fixme:ole:NdrClearOutParameters (0x329c40,0x7e621fb2,0x329f88): stub
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=4f00000061, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrClearOutParameters (0x329c40,0x7e621f60,0x329f88): stub
fixme:ole:NdrClearOutParameters (0x329c40,0x7e621f8a,0x329e6c): stub
fixme:ole:NdrClearOutParameters (0x329c40,0x7e621f8e,0x329e8c): stub
fixme:ole:NdrClearOutParameters (0x329c40,0x7e621fb2,0x329f88): stub
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=1f00000049, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=170000005d, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=5a00000044, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrClearOutParameters (0x329a34,0x7e621f60,0x329d7c): stub
fixme:ole:NdrClearOutParameters (0x329a34,0x7e621f8a,0x329c60): stub
fixme:ole:NdrClearOutParameters (0x329a34,0x7e621f8e,0x329c80): stub
fixme:ole:NdrClearOutParameters (0x329a34,0x7e621fb2,0x329d7c): stub
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=4200000050, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:ieframe:taskbar_list_SetProgressState iface 0x1548c8, hwnd 0x800b4, flags
2 stub!
fixme:ieframe:taskbar_list_SetProgressValue iface 0x1548c8, hwnd 0x800b4,
ullCompleted 0, ullTotal 64 stub!
err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\\Program
Files (x86)\\Boson Software\\Boson NetSim 11\\bosonlc.dll") not found
err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\\Program
Files (x86)\\Boson Software\\Boson NetSim 11\\bosonlc.dll") not found
fixme:advapi:SetNamedSecurityInfoW L"C:\\users\\Public\\Application Data\\Boson
Software\\Boson NetSim 11\\" 1 4 (nil) (nil) 0xf490b8 (nil)
fixme:advapi:SetNamedSecurityInfoW L"C:\\users\\Public\\Application Data\\Boson
Software\\Boson NetSim 11\\" 1 4 (nil) (nil) 0xf484a0 (nil)
fixme:advapi:SetNamedSecurityInfoW L"C:\\users\\Public\\Application Data\\Boson
Software\\Boson NetSim 11\\" 1 4 (nil) (nil) 0xf490b8 (nil)
fixme:advapi:SetNamedSecurityInfoW L"C:\\users\\Public\\Application Data\\Boson
Software\\Boson NetSim 11\\Logs\\" 1 4 (nil) (nil) 0xf48a48 (nil)
fixme:advapi:SetNamedSecurityInfoW L"C:\\users\\Public\\Application Data\\Boson
Software\\Boson NetSim 11\\Logs\\" 1 4 (nil) (nil) 0xf47b40 (nil)
fixme:advapi:SetNamedSecurityInfoW L"C:\\users\\Public\\Application Data\\Boson
Software\\Boson NetSim 11\\Logs\\" 1 4 (nil) (nil) 0xf48a48 (nil)
^[OA^[OA^[OA^[OA^[OA^[OA^[OA^[OA^[OA^[OA^[OA^[OAerr:ole:ClientRpcChannelBuffer_SendReceive
called from wrong apartment, should have been 0x4700000066
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=6700000030, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-5600-000047000000}
err:rpc:I_RpcReceive we got fault packet with status 0x80010108
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-5600-000047000000}
err:rpc:I_RpcReceive we got fault packet with status 0x80010108
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-5600-000047000000}
err:rpc:I_RpcReceive we got fault packet with status 0x80010108
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-5600-000047000000}
err:rpc:I_RpcReceive we got fault packet with status 0x80010108
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-5600-000047000000}
err:rpc:I_RpcReceive we got fault packet with status 0x80010108
dhanpal@dhanpal-HP-Pavilion-15-Notebook-PC:~/Downloads$ sudo apt-get install
libGL1:i386
[sudo] password for dhanpal:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libgl1:i386 is a virtual package provided by:
libgl1-mesa-swx11:i386 8.0.4-0ubuntu0.7
libgl1-mesa-glx-lts-trusty:i386 10.1.3-0ubuntu0.2~precise2
libgl1-mesa-glx-lts-saucy:i386 9.2.1-1ubuntu3~precise1
libgl1-mesa-glx-lts-raring:i386 9.1.7-1ubuntu2~precise1
libgl1-mesa-glx-lts-quantal:i386 9.0.3-0ubuntu0.4~precise1
libgl1-mesa-glx:i386 8.0.4-0ubuntu0.7
You should explicitly select one to install.
E: Package 'libgl1:i386' has no installation candidate
dhanpal@dhanpal-HP-Pavilion-15-Notebook-PC:~/Downloads$ sudo apt-get install
libgl1-mesa-swx11:i386 8.0.4-0ubuntu0.7
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package 8.0.4-0ubuntu0.7
E: Couldn't find any package by regex '8.0.4-0ubuntu0.7'
dhanpal@dhanpal-HP-Pavilion-15-Notebook-PC:~/Downloads$
--
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=42814
Bug ID: 42814
Summary: Unhandled exception: Overwatch crash on launch
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sezbowley(a)yahoo.com.au
Distribution: ---
Created attachment 57875
--> https://bugs.winehq.org/attachment.cgi?id=57875
backtrace from wine
Blizzard App opens fine using wine program launcher. However when attempting to
open Overwatch the game crashes immediately stating a serious error has
occurred.
I have attached the backtrace of the error given from 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.
https://bugs.winehq.org/show_bug.cgi?id=43539
Bug ID: 43539
Summary: Wine won't boot, de-elevation error
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: carussell2001(a)gmail.com
Distribution: ---
Created attachment 58936
--> https://bugs.winehq.org/attachment.cgi?id=58936
Copy Paste of wine output while trying to run GOG galaxy
When trying to boot GOG Galaxy with a 32bit prefix, win7, in manjaro 17.0.2, I
get the result that is posted in the text doc attached, and the app doesn't
boot. I'm not too experienced with linux or troubleshooting on my own, so I'm
not quite sure what to do. This could be an extrmely simple fix but I haven't
seen any other bug reports about it and I couldn't find a solution from those
similar.
--
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=43350
Bug ID: 43350
Summary: Paladins: Champions of the Realm:: Crashes when
launching game from the Hi-Rez launcher.
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shasharala(a)outlook.com
Distribution: ---
Created attachment 58687
--> https://bugs.winehq.org/attachment.cgi?id=58687
Backtrace created when launching Paladins: Champions of the Realm from the
Hi-Rez launcher.
While Paladins: Champions of the Realm might install the Hi-Rez launcher, the
entire game, and any pre-requisites required of it, the game itself does not
launch when pressing 'Play' from the Hi-Rez launcher. Instead it crashes.
--
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=43135
Bug ID: 43135
Summary: The Witcher 3. Game don't start anymore after update
to wine-staging 2.9. On wine-staging 2.8 game works.
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zefkerrigan(a)gmail.com
Distribution: ---
Created attachment 58345
--> https://bugs.winehq.org/attachment.cgi?id=58345
I see this logs when I try to run The Witcher 3 with wine-staging 2.9
The Witcher 3. Game no longer run after updating to wine-staging 2.9. But, with
wine-staging 2.8 the game runs well.
Arch Linux x86_86, Linux 4.11.3, Rolling release.
AMD Radeon HD7770, Mesa 17.1.1, OpenGL 4.5.
I was add this reg key, because without it Wine detect only OpenGL 3.0 as
maximum OpenGL version, so, the game don't runs and shows an error message "The
Witcher 3 minimal require DirectX11, but your video hardware don't support it".
glversion_fix.reg
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="opengl"
"UseGLSL"="enabled"
"MaxVersionGL"=dword:00040005
--
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=42960
Bug ID: 42960
Summary: ffxiv dx11
fixme:d3d_shader:shader_sm4_read_instruction_modifier
Unhandled modifier 0x80000202.
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
ffxiv 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.
https://bugs.winehq.org/show_bug.cgi?id=43200
Bug ID: 43200
Summary: The Witcher 3. The game does not start.
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zefkerrigan(a)gmail.com
Distribution: ---
Created attachment 58473
--> https://bugs.winehq.org/attachment.cgi?id=58473
The Witcher 3. The game does not start.
I know about
https://bugs.winehq.org/show_bug.cgi?id=43167
but I have another console output, another hardware, and, most likely, other
reasons for this problem.
I have Wine Staging 2.10, Arch Linux x86_64, AMD Radeon HD7770, Mesa 17.1.2,
Linux 4.11.6.
I applied this registry key, because without it, Wine can not correctly detect
my current version of OpenGL 4.5, only as OpenGL 3.0.
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="opengl"
"UseGLSL"="enabled"
"MaxVersionGL"=dword:00040005
--
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=43130
Bug ID: 43130
Summary: The Witcher 3: hair is causing distortion
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 58338
--> https://bugs.winehq.org/attachment.cgi?id=58338
The Witcher 3: hair distortion
When running The Witcher 3, there are occasional white threads appearing on the
screen (which look like hair), and they are usually accompanied by some
distorted semi-transparent white shape. Also, Geralt's hair looks black which
might be related.
See attached screenshot.
Game version: GOG, 1.31.
System: Debian testing, x86_64.
Graphics: AMD RX 480: AMD POLARIS10 (DRM 3.8.0 / 4.9.0-3-amd64, LLVM 3.9.1),
Mesa 17.1.0-devel (git-af73acca2b).
Resolution: 1920x1200.
Settings: Max settings for all graphics (ambient occlusion: HBAO+), except
Nvidia hairworks is off.
--
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=43132
Bug ID: 43132
Summary: The Witcher 3: minimap distortion
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 58340
--> https://bugs.winehq.org/attachment.cgi?id=58340
The Witcher 3: minimap distortion
When running The Witcher 3, minimap sometimes gets an oval shape appearing
around it, which isn't supposed to be there.
See attached screenshot.
Game version: GOG, 1.31.
System: Debian testing, x86_64.
Graphics: AMD RX 480: AMD POLARIS10 (DRM 3.8.0 / 4.9.0-3-amd64, LLVM 3.9.1),
Mesa 17.1.0-devel (git-af73acca2b).
Resolution: 1920x1200.
Settings: Max settings for all graphics (ambient occlusion: HBAO+), except
Nvidia hairworks is off.
--
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=42742
Bug ID: 42742
Summary: Exception when running DDFCreator 3.0
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fxedel(a)gmail.com
Distribution: ---
Created attachment 57745
--> https://bugs.winehq.org/attachment.cgi?id=57745
That's the exception that was created by the DDFCreator program
I successfully installed DDFCreator
(http://www.dmxcontrol.de/downloads/file/49-ddfcreator-3-0.html) with wine, but
when running it, there's an exception: "Specified argument was out of the range
of valid values. Parameter name: Column index is out of range."
--
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=43867
Bug ID: 43867
Summary: Microsoft Visual C++ 2015 Redistributable (x86 and
x64) shows "Setup failed" after installing
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 59453
--> https://bugs.winehq.org/attachment.cgi?id=59453
Wine 2.18 terminal output (x86)
Wine 2.18 (devel): after installing Microsoft Visual C++ 2015 Redistributable
2015 (x86 or x64) from installer on Microsoft site, it shows "Setup failed".
Wine 2.0.2 (stable): it shows "Setup successful".
OS: Lubuntu 16.04.3, Wine from official Wine repos.
File link: https://www.microsoft.com/en-us/download/details.aspx?id=48145
sha256 (x86): fdd1e1f0dcae2d0aa0720895eff33b927d13076e64464bb7c7e5843b7667cd14
sha256 (x64): 5eea714e1f22f1875c1cb7b1738b0c0b1f02aec5ecb95f0fdb1c5171c6cd93a3
--
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=24815
Summary: Far Cry 2: Setting "Shading" option to "High" disables
skybox
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knight666+wine(a)gmail.com
Hi,
since 1.3.4, Far Cry 2 has worked great! It used to always crash during loading
in 1.1.x version, but that has been fixed. I can now play Far Cry 2 without
rebooting my computer!
However. When I change the shading option in the settings menu from "medium" to
"high", the skybox is no longer rendered. The bug can be seen in the attached
screenshots. I've also attached a screenshot of the offending menu option and a
log of wine.
The command used to start to game was:
wine "/media/Data/Programs/Steam/steamapps/common/far cry 2/bin/FarCry2.exe" 2>
~/wine.log
I will gladly provide any additional information required.
--
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=43566
Bug ID: 43566
Summary: Risen 2 does failes to start
Product: Wine-staging
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vindrg(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 58975
--> https://bugs.winehq.org/attachment.cgi?id=58975
Risen startup log
I've installed latest wine-staging 2.14 on Kubuntu 16.04, and now I cannot
start Risen 2 (Steam version). It just freezes. I see "Banner" title bar on
bottom on virtual Wine desktop, mouse cursor disappears, but game does not show
up. It does start with wine-devel fine though.
I have attached console output when launching like this:
wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Steam/steamapps/common/Risen\
2/system/Risen2.exe 2>&1 | tee /tmp/risen_wine.log
Same result with CSMT or virtual desktop enabled or not.
--
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=28636
Bug #: 28636
Summary: Imvu chat client will not start.
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyler.collins(a)live.ca
Classification: Unclassified
After installing, the Imvu login window appears. As soon as you sign in, an
error pops up, stating that a critical error involving
''Devicefingerprint_old.exe''has occured. Then, the imvu logo remains on teh
top bar in Ubuntu 11.10, but will not open the main window. I left it like this
for an entire night (about 9 hours) and it did not open, so it is not a matter
of slow loading. Also, i tried setting the installer, client exe and quality
agent to run on different versions of windows, none of which helped. i also
tried changing the d3dx9_43 library to wine only. Nothing worked. Previous
versions of IMVU simply crash before the login window. Ive tried re-installing
different versions of wine and imvu, and have reinstalled ubuntu 4 times.
--
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=42523
Bug ID: 42523
Summary: Bioshock 2 Remastered crashes on start
Product: Wine
Version: 2.2
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 57418
--> https://bugs.winehq.org/attachment.cgi?id=57418
The full wine debuglog
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=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=39989
Bug ID: 39989
Summary: The Gameguard 64.des program crashes when it is
running with wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: martin.moosbauer95(a)web.de
Distribution: ---
Created attachment 53427
--> https://bugs.winehq.org/attachment.cgi?id=53427
Crash Log
When I'm running a Windows game called Elsword, crashes GameGuard and wine
shows me an error message.
--
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=43082
Bug ID: 43082
Summary: adapter->vram_bytes = 128 * 1024 * 1024
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
dlls/wined3d/directx.c#l6590
function
static BOOL wined3d_adapter_init_nogl
few lines later
adapter->driver_info.name = "Display";
6598 adapter->driver_info.description = "WineD3D DirectDraw Emulation";
6599 if (wined3d_settings.emulated_textureram)
6600 adapter->vram_bytes = wined3d_settings.emulated_textureram;
6601 else
6602 adapter->vram_bytes = 128 * 1024 * 1024;
6603
In worst case wine sets the gpu memory amount only 128 Mb. That's really low
even for cpu integrated gpus nowadays. I don't know the limits of DirectDraw
applications or Games, but would think that they would handle higher amount
just 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=43094
Bug ID: 43094
Summary: Toybox Turbos menus not working as expected
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
Created attachment 58279
--> https://bugs.winehq.org/attachment.cgi?id=58279
gzipped log file from a run of Toybox Turbos
I've tried to get Toybox Turbos running, and I managed to get it running when
adding the following registry key.
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"MaxVersionGL"=dword:00040005
But, the menus seems to not be redrawn as they should. The first menu item
seems to work fine, but the rest does not appear.
I've attached a debug-log.
There seems to be a lot of the following log-statements:
err:d3d:wined3d_debug_callback 0x243ea70: "GL_INVALID_OPERATION in
glUseProgram(program 3 not linked)".
fixme:dxgi:dxgi_swapchain_GetDesc iface 0x243c100, desc 0x33f1ec partial stub!
fixme:dxgi:dxgi_swapchain_GetDesc Ignoring ScanlineOrdering, Scaling and
SwapEffect.
fixme:dxgi:dxgi_swapchain_GetFrameStatistics iface 0x243c100, stats 0x33f228
stub!
fixme:dxgi:dxgi_swapchain_Present Unimplemented sync interval 1
fixme:dxgi:dxgi_swapchain_GetFrameStatistics iface 0x243c100, stats 0x33f228
stub!
fixme:d3d11:d3d11_immediate_context_RSSetState Ignoring depth bias.
--
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=43198
Bug ID: 43198
Summary: Itunes failed to run
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2peter.vdt(a)gmail.com
Distribution: ---
Created attachment 58471
--> https://bugs.winehq.org/attachment.cgi?id=58471
Crash report
Tried installing Itunes (most recent version, downloaded on June 18th 2017),
installer works fine, but when the program opens it says that iTunes.exe has
encountered a serious problem and had to be closed. Log file is in the
attachment. Does it have something to do with a missing dll?
--
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=43524
Bug ID: 43524
Summary: Hacked By KingSkrupellos Cyberizm.Org Digital Security
Technological Turkish Moslem Army
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: k1ngskrup3ll0s(a)gmail.com
Distribution: ---
Created attachment 58921
--> https://bugs.winehq.org/attachment.cgi?id=58921
Hacked By KingSkrupellos Cyberizm.Org Digital Security Technological Turkish
Moslem Army
Hacked By KingSkrupellos Cyberizm.Org Digital Security Technological Turkish
Moslem Army
--
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=36064
Bug ID: 36064
Summary: When click on autodetect drives in winecfg, whole
system freezes, REISUB is useless.
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sov.info(a)mail.ru
Created attachment 48249
--> http://bugs.winehq.org/attachment.cgi?id=48249
screenshot
When i click on this button, whole system freezes. It happens random and only
in versions 1.7.16 & 1.7.17.
--
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=42632
Bug ID: 42632
Summary: attempt to open Doom wine-2.3 staging fails to open
Product: Wine-staging
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)fermulator.fastmail.org
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57571
--> https://bugs.winehq.org/attachment.cgi?id=57571
wine patches output
Followed
- https://github.com/wine-compholio/wine-staging/wiki/Installation
Installed Doom (legit version PAID!).
Upon attempt to open, via wine-staging 2.3, nothing really happens but for a
few seemingly irrelevant log messages.
What am I missing?
(is it a bug or user fail?)
{{{
$ /opt/wine-staging/bin/wine64 --version
wine-2.3 (Staging)
$ /opt/wine-staging/bin/wine64 ./DOOMx64.exe
fixme:winediag:start_process Wine Staging 2.3 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
fixme:heap:RtlSetHeapInformation 0x340000 0 0x33fd20 4 stub
fixme:ver:GetCurrentPackageId (0x32ded0 (nil)): stub
}}}
The patches output is attached, and check-libs:
{{{
$ /opt/wine-staging/bin/wine64 --check-libs
libcairo.so.2: /usr/lib/x86_64-linux-gnu/libcairo.so.2
The futex facility returned an unexpected error code.Aborted
}}}
--
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=43101
Bug ID: 43101
Summary: Need for Speed Hot Pursuit (2010): Black screen when
setting MaxVersionGL="40005"
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
I recently tried to set MaxVersionGL="40005" on my wine drive in order to try
some games. What I found was that Need for Speed Hot Pursuit does not render
correctly.
The intro video and menus render correctly, but the "select paint" screen and
in-game are not rendered correctly. All I get is a black screen with visible
overlay.
--
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=40428
Bug ID: 40428
Summary: Lichdom: Battlemage will not launch
Product: Wine-staging
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 54172
--> https://bugs.winehq.org/attachment.cgi?id=54172
Terminal output for Lichdom Battlemage in Wine 1.9.7 Staging
Hi,
I have a 64-bit prefix with d3dx10 installed via winetricks.
I installed the GOG version of Lichdom Battlemage and I ran the 64-bit version
of the game with "wine LichdomBattlemage.exe" and the game simply refuses to
start.
It fails to load so there's no backtrace but I do have some terminal output in
case it helps any.
--
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=42883
Bug ID: 42883
Summary: CMS (DVR viewer app ) crashes when first run
Product: Wine
Version: 2.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
The application requires winetricks mfc42 to install properly. After
installation, logging in with the pre-filled in credentials leads to a window
appearing and then the application crashes.
Terminal output:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f2c4,0x00000000), stub!
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
fixme:ntdll:server_ioctl_file Unsupported ioctl 88000009 (device=8800 access=0
func=2 method=1)
fixme:winsock:server_ioctl_sock Unsupported ioctl 88000009 (device=8800
access=0 func=2 method=1)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (SIO_MULTIPOINT_LOOPBACK)
fixme:ntdll:server_ioctl_file Unsupported ioctl 88000009 (device=8800 access=0
func=2 method=1)
fixme:winsock:server_ioctl_sock Unsupported ioctl 88000009 (device=8800
access=0 func=2 method=1)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (SIO_MULTIPOINT_LOOPBACK)
fixme:winsock:WSAJoinLeaf stub.
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000004 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x2a1254,0x00000000), stub!
err:listview:LISTVIEW_WindowProc unknown msg 1044 wp=00000000 lp=002a1888
fixme:dbghelp:elf_search_auxv can't find symbol in module
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x5f4159c7
--
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=43645
Bug ID: 43645
Summary: Tech@~1888 305 2111~@Microsoft Phone Number Microsoft
Support Number Customer Support8376
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: rootrubeen4(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Tech@~1888 305 2111~@Microsoft Phone Number Microsoft Support Number Customer
Support8376
phone number for windows support call from microsoft technical support phone
number for microsoft tech support technical support microsoft call microsoft
help desk microsoft email support team Microsoft Support Phone Number contact
windows tech support microsoft windows help number windows phone number for
support how to contact microsoft microsoft phone help microsoft phone customer
support microsoft help line no microsoft help phone windows customer support
phone number microsoft account tech support microsoft office call center
support microsoft phone number microsoft office technical support number
microsoft customer support windows microsoft tech support microsoft phone
number for support ms support desk microsoft office customer support phone
number contact microsoft office support phone number microsoft contact windows
support contact Microsoft Office Number microsoft office customer service
number contact microsoft windows support contact microsoft office microsoft
account contact number microsoft contact details support for microsoft
microsoft support microsoft windows support number windows support contact
number Microsoft Office Support Number microsoft live phone number microsoft
help and support phone number microsoft support windows 7 telephone number for
microsoft customer service microsoft tech support number for microsoft support
microsoft hotmail support microsoft call number microsoft office customer
service contact number contact microsoft support by phone microsoft online
support number my phone support microsoft microsoft phone number customer
support microsoft help desk telephone number microsoft windows support
telephone number windows 7 customer support ms support phone number contact
microsoft support email microsoft windows support microsoft windows 7 support
phone number microsoft online phone number microsoft windows customer support
number call microsoft office windows 7 support phone number microsoft customer
service contact number microsoft security contact phone number microsoft office
tech support microsoft phone no microsoft helpline phone number microsoft
computer help microsoft services phone number 800 number for microsoft tech
support number to microsoft customer service microsoft tech help microsoft help
center phone number microsoft phone number for tech support microsoft
technician number support phone number for microsoft microsoft account customer
service microsoft account customer service phone number microsoft customer
service phone Microsoft Support Phone Number the number to microsoft microsoft
customer care no microsoft outlook tech support microsoft contact support phone
number microsoft company number email microsoft support team microsoft phone
service center windows support phone microsoft support team email contact
number for microsoft microsoft com phone support microsoft outlook phone
support customer service microsoft office microsoft technical help phone number
microsoft contact number technical support microsoft support page microsoft uk
support microsoft live contact microsoft email customer service phone number
phone number microsoft support microsoft technical assistance phone number
microsoft windows customer service phone number microsoft phone number for help
microsoft support help phone number microsoft call centre Microsoft Phone
Number contact number for microsoft support microsoft customer support hours
1800 microsoft contact number microsoft microsoft windows telephone support
Microsoft Tech Support Number call microsoft customer service Microsoft Office
Number Microsoft Support Number windows help phone number microsoft windows 8
tech support phone number can i call microsoft support call microsoft windows
support windows support telephone number microsoft email help phone number
microsoft windows phone support microsoft outlook support number microsoft
contact numbers microsoft office number to call help with ms microsoft service
phone number phone number windows support helpline microsoft windows customer
service phone number phone number for microsoft windows 7 support microsoft
account help number microsoft telephone support outlook support phone number
microsoft contact number email for microsoft support windows microsoft support
Microsoft Contact Number call microsoft tech support phone number microsoft
support team phone number microsoft services number telephone number to
microsoft microsoft customer service email microsoft help desk phone number
microsoft windows contact number microsoft product support phone number email
microsoft support what's the number for microsoft windows phone number what's
microsoft's phone number phone contact for microsoft support tech support
microsoft contact support microsoft microsoft customer care chat with microsoft
support contact microsoft uk outlook help phone number phone number to
microsoft customer service microsoft customer support services phone number for
windows number to call microsoft telephone number for microsoft help microsoft
10 tech support phone number contact microsoft office support microsoft email
support phone number microsoft windows contact support outlook customer service
phone number telephone number for microsoft office support microsoft number to
call contact ms support microsoft 800 number tech support microsoft 10 customer
service phone number 1800 microsoft phone number microsoft support contact
number microsoft help desk number microsoft phone number tech support microsoft
support center phone number can i call microsoft windows microsoft customer
service microsoft help phone line microsoft number support microsoft outlook
customer service phone number microsoft number microsoft 7 help microsoft
customer service support number microsoft help phone number microsoft technical
assistance number for microsoft tech support microsoft windows support phone
number phone number for microsoft technical support microsoft com tech support
contact number for windows support microsoft windows 7 tech support online
support microsoft microsoft office support line microsoft phone helpline number
1 800 microsoft phone number phone microsoft tech support microsoft telephone
help microsoft support phone number windows 10 phone support for microsoft
Microsoft Office Number microsoft contact us microsoft office support phone
number phone number for microsoft support microsoft tech support contact
windows tech support number microsoft security phone number microsoft main
phone number call microsoft windows microsoft office customer service telephone
number tech support number for microsoft microsoft customer service telephone
number windows microsoft help microsoft computer support phone number Microsoft
Office Number microsoft outlook support phone number customer service number
for microsoft microsoft customer service hotline live support microsoft support
number for microsoft Microsoft Toll Free Number microsoft help team call
microsoft support Microsoft Office Support Phone Number microsoft tech support
call microsoft customer help telephone microsoft support Microsoft Tech Support
Number microsoft office helpline number microsoft office customer service phone
number microsoft office customer service phone number for microsoft customer
service microsoft outlook support contact phone number contact microsoft
customer service microsoft email customer service microsoft contact no
microsoft online customer support phone number microsoft technical support
microsoft support 800 number phone support microsoft telephone number for
microsoft microsoft support fix it microsoft live help microsoft help chat
microsoft support customer service number microsoft outlook phone number
microsoft office support microsoft email help microsoft office help desk phone
number microsoft word support phone number customer service number microsoft
Microsoft Office Support Number microsoft 1 800 support number microsoft office
number microsoft email support tech microsoft support microsoft telephone
number microsoft telephone number for technical support contact microsoft
technical support by phone microsoft com customer support microsoft outlook
help desk phone number phone number for microsoft windows microsoft contact
number for email 1800 number for microsoft support customer service microsoft
phone number microsoft customer service support phone number to call microsoft
support microsoft customer service phone number i need to contact microsoft by
phone telephone for microsoft tech support support microsoft support microsoft
office microsoft customer service contact microsoft office call microsoft
account customer support phone number windows help desk phone number microsoft
support number microsoft text support number number for microsoft microsoft
outlook customer support number microsoft technical support contact number
Microsoft Toll Free Number telephone number for microsoft office customer
service microsoft microsoft office customer care phone number microsoft windows
help windows support line contact microsoft help microsoft technical helpline
microsoft support telephone number microsoft support phone number microsoft
phone customer service microsoft phone number microsoft online support phone
number microsoft 1800 customer support microsoft tech support hours microsoft
word customer service number microsoft windows phone number for customer
service microsoft office 1800 number the number for microsoft microsoft call
microsoft support hours tech support phone number for microsoft phone number to
microsoft support microsoft support call number contact for microsoft customer
service microsoft office product support microsoft support canada microsoft
office phone number technical support telephone number for microsoft technical
support contact microsoft by phone Microsoft Phone Number microsoft support
office microsoft support contact microsoft office help number microsoft online
technical support windows microsoft helpline contact phone number for microsoft
support windows customer support number windows number support microsoft pc
support number microsoft account customer service number microsoft pc support
microsoft customer support online microsoft contact help windows contact number
microsoft customer support line microsoft's number tech support microsoft
support desk contact microsoft number microsoft com customer service microsoft
windows customer service microsoft support services microsoft help center
number microsoft security support phone number Microsoft Office Support Phone
Number microsoft windows phone number customer service microsoft contact phone
number microsoft phone number support Microsoft Phone Number call microsoft
microsoft tech support number microsoft helpline number microsoft tech support
phone number for windows 7 microsoft help support microsoft support contact
email phone contact microsoft support microsoft hr phone number microsoft
office help phone number Microsoft Technical Support Number windows microsoft
contact number microsoft support call phone number to contact microsoft windows
help number contact details for microsoft windows 7 technical support phone
number microsoft support contact phone number online microsoft support phone
number to contact microsoft support microsoft office contact phone number ms
support number windows 7 support number microsoft service center number
microsoft account telephone number microsoft support for windows Microsoft
Number microsoft support email microsoft technicians number microsoft support
team contact call from microsoft support microsoft support by phone Microsoft
Phone Number microsoft tech support phone windows customer service number for
microsoft customer service microsoft phone number uk microsoft customer
relations windows technical support telephone number microsoft online customer
service microsoft tech support email Microsoft Office Phone Number telephone
number microsoft support telephone number for microsoft tech support microsoft
customer service and support telephone number microsoft windows 1800 number
microsofts number microsoft support phone microsoft phone customer care
microsoft canada support contact microsoft support microsoft office help
support microsoft computer support online microsoft help Microsoft Contact
Number microsoft 1800 number call microsoft office support phone for microsoft
tech support Microsoft Phone Number microsoft it support microsoft office phone
number microsoft windows customer support phone number phone number for
microsoft account microsoft windows help desk phone number microsoft windows 7
technical support phone number microsoft 1800 contact microsoft help desk
microsoft support contacts microsoft customer services number can you call
microsoft for help microsoft windows tech support contact microsoft support
team microsoft support phone number windows 8 microsoft technical support phone
number windows 8 microsoft outlook tech support number microsoft 800 phone
number microsoft office phone number customer service microsoft call center
microsoft support team contact number microsoft number customer service
microsoft service center phone number microsoft office phone support call
windows support contact microsoft tech support microsoft office help and
support microsoft account team phone number microsoft technical support
telephone number contact microsoft support phone contact microsoft support
phone number Microsoft Number microsoft com phone number microsoft office tech
support phone number microsoft support no microsoft chat support microsoft help
support phone number Microsoft Office Support Phone Number tech support
microsoft phone number technical support microsoft phone number call microsoft
for help microsoft tech support telephone number microsoft contact number uk
windows technical support contact number speak to microsoft support microsoft
com contact number microsoft customer phone number microsoft help service
customer support microsoft Microsoft Support Phone Number support for microsoft
office phone number for microsoft live support phone number microsoft microsoft
customer support number microsoft support australia microsoft customer service
and support online microsoft windows phone number microsoft office support
phone microsoft care number microsoft live customer support microsoft windows
technical support phone number microsoft customer care phone number Microsoft
Support Number microsoft technical support phone number windows 10 call
microsoft email support phone number microsoft customer service Microsoft
Office Phone Number microsoft support help Microsoft Office Support Number
microsoft outlook help phone number microsoft help contact call microsoft help
microsoft office telephone support Microsoft Support Number microsoft contact
phone tech support for microsoft microsoft service and support microsoft
windows telephone number windows customer service number microsoft windows
customer support microsoft product support services helpline for microsoft
microsoft 7 support microsoft customer number microsoft assistance number
microsoft 800 number windows technical support phone number windows microsoft
phone number microsoft phone line microsoft email contact number microsoft
customer services microsoft 24 hour support microsoft windows 7 customer
service phone number help from microsoft microsoft office online support
microsoft windows contact phone number 1800 microsoft number microsoft tech
help phone number microsoft tech phone number microsoft help numbers microsoft
24 hour tech support microsoft support team number microsoft account helpline
number microsoft contact number support microsoft account support phone number
microsoft contact telephone number microsoft support helpline microsoft tech
support hotline microsoft phone helpline microsoft support phone number windows
7 microsoft support tech Microsoft Office Phone Number microsoft customer care
email windows microsoft support number microsoft windows phone support number
microsft tech support microsoft technical support phone phone number to
microsoft contact microsoft account team microsoft office customer support
Microsoft helpline Number microsoft phone number customer service microsoft
live support microsoft help email live microsoft support microsoft tech support
contact number microsoft account help phone number online microsoft tech
support microsoft windows tech support number microsoft customer what's the
number to microsoft microsoft customer service and support phone number
microsoft windows 7 support number microsoft customer support email microsoft
support services phone number microsoft service number microsoft tech support
phone number Microsoft Technical Support Number contact to microsoft
microsoft's number windows helpline number ms tech microsoft windows helpline
phone number microsoft online help microsoft phone tech support Microsoft
Number 1 800 microsoft microsoft outlook customer service telephone number
microsoft help desk phone microsoft help telephone number microsoft call center
number microsoft technical help microsoft phone support number microsoft
company phone number microsoft help number contact microsoft phone number
microsoft word tech support microsoft tech number phone number microsoft tech
support microsoft office phone number support microsoft office technical
support telephone number microsoft customer service hours microsoft computer
support number windows microsoft support phone number contact microsoft
technical support phone number microsoft technician phone number microsoft
support help desk microsoft phone contact Microsoft Telephone Number phone no
for microsoft microsoft customer support phone microsoft account phone support
microsoft help online microsoft office contact number microsoft email tech
support phone number microsoft email help number microsoft live customer
service microsoft windows helpline number to microsoft microsoft technical
services phone number for microsoft customer support 800 number for microsoft
microsoft phone number help microsoft account contact phone number Microsoft
Support Phone Number number to microsoft support contact microsoft microsoft
support site phone microsoft support microsoft support center microsoft office
phone support number microsoft service support microsoft support number hours
phone for microsoft support Microsoft Office Support Phone Number microsoft
telephone number customer service microsoft support telephone support at
microsoft microsoft repair phone number microsoft windows helpline number
Microsoft helpline Number microsoft customer service line contact microsoft
technical support microsoft office help phone contact microsoft phone microsoft
windows 8 support phone number microsoft help center Microsoft Customer Service
Number microsoft phone support microsoft com support phone number microsoft
support center number microsoft troubleshooting phone number microsoft product
support microsoft help line microsoft outlook customer service number microsoft
technical support number contact microsoft support by email contact microsoft
support via email microsoft online support chat microsoft contact support
Microsoft Customer Service Number microsoft service center microsoft office
number support microsoft office telephone number microsoft support uk phone
number for microsoft microsoft account helpline contact number for microsoft
windows phone number for microsoft help microsoft helpdesk microsoft outlook
phone support number customer service phone number for microsoft microsoft
technical support contact microsoft support for windows 7 microsoft customer
helpline customer service for microsoft office microsoft support online
microsoft help desk microsoft outlook tech support phone number microsoft
office customer support number microsoft email support number microsoft laptop
customer service microsoft support line microsoft support windows microsoft
online support microsoft customer services and support microsoft windows
customer service number windows support number microsoft support chat customer
support for microsoft windows customer support microsoft email customer service
number microsoft customer service number microsoft customer support phone
number microsoft support number windows 7 microsoft office support telephone
number contact microsoft support number phone number for microsoft office
support microsoft technical support the phone number for microsoft microsoft
phone numbers for customer service contacting microsoft contact windows support
call microsoft technical support microsoft contact support number Microsoft
Support Number microsoft outlook customer service Microsoft Telephone Number
microsoft support technical support phone number Microsoft Number contact
microsoft tech support phone number microsoft hotline number microsoft helpline
uk microsoft customer care service microsoft office helpline phone number
microsoft number for support microsoft assistance phone number phone number for
microsoft help desk microsoft office support number microsoft customer service
microsoft online tech support 800 number for microsoft support microsoft live
tech support phone number for microsoft office microsoft windows help phone
number microsoft phone contact number microsoft tech support online contact
microsoft office support by phone microsoft outlook customer support phone
number microsoft troubleshooting number telephone number for microsoft support
Microsoft Phone Number microsoft customer assistance microsoft windows number
microsoft live contact number microsoft live support number microsoft support
team microsoft main number microsoft account support number microsoft help
hotline Microsoft Office Support Number microsoft outlook customer support can
i contact microsoft by phone call microsoft customer support microsoft live
support phone number customer service for microsoft professional microsoft
support microsoft office call number microsoft helpline no phone number for
microsoft office tech support microsoft technical support hotline microsoft
helpline microsoft help windows 7 microsoft support live microsoft office 800
number microsoft help call microsoft office help line microsoft call support
contact number for microsoft office contact microsoft online microsoft
technical support hours microsoft office customer service phone microsoft help
support number microsoft account support contact phone number for microsoft
microsoft it support number microsoft customer support telephone number call
microsoft tech support microsoft telephone support number windows support phone
number immediately call microsoft support contact for microsoft microsoft
support customer service microsoft windows help and support outlook tech
support phone number microsoft call centre number contact microsoft customer
support microsoft technical phone number phone number for microsoft windows
support microsoft office helpline microsoft help contact number windows phone
number customer service Microsoft Office Phone Number microsoft helpline email
microsoft uk contact microsoft technical support phone number microsoft
assistance customer care microsoft microsoft tech support phone number for
windows 8 "
--
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=42646
Bug ID: 42646
Summary: GdipDrawPath call raises "Invalid floating point
operation." exception
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: remk_1(a)yahoo.com
Distribution: ---
Created attachment 57579
--> https://bugs.winehq.org/attachment.cgi?id=57579
Testcase - Unzip and run under Wine to see the error
Applications calling GdipDrawPath function (part of gdiplus.dll) raise "Invalid
floating point operation." exception when the following two conditions are met:
- pen width used to draw the path is 1 (the shape is drawed correctly when the
pen is wider)
- the graphics object used to draw the shape is a bitmap (when it is drawn
directly on a form canvas without the temporary bitmap, there is no exception
raised)
See the attached WineGdipBug.exe file that demonstrates the problem. I attach
also a very simple Delphi XE2 source code used to build the testcase.
Under native Windows, the testcase application correctly displays simple form
with a rectangle drawn inside it.
In wine-2.0 or higher, including wine-2.3, the application displays exception
window with a message "Invalid floating point operation." The message is shown
several times, whenever the form has to be repainted.
In older Wine versions up to wine-1.9.9, the exceptions are not risen, but
the path rectangle was not drawn either. Shell windows shows a warning
"fixme:gdiplus:GdipDrawPath graphics object has no HDC", which is probably
related to the bug. Needless to say that the missing frame and warning was just
a little annoyance compared to the current Wine versions, that makes affected
applications almost unusable.
Tested at Fedora 24 and Ubuntu 16.04 LTS
--
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=42100
Bug ID: 42100
Summary: demul v0.7 alpha
Product: Wine
Version: 2.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
demul v0.7 alpha
video plugin gpudx11oldhw
sound plugin spu demul
gd rom plugin gdrimage
controls plugin paddemul
netplay plugin netdemul
build date aug 18 2016
--
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=43729
Bug ID: 43729
Summary: Magic: The Gathering Online has no sound
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
no sound at all in 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.
https://bugs.winehq.org/show_bug.cgi?id=42842
Bug ID: 42842
Summary: Updating wine reset desktop integration preferences
Product: Wine-staging
Version: 2.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mushimk(a)yahoo.co.jp
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Version : wine-staging 2.5 (wineprefix 32 bits) in Fedora 25 x64
Running wine after a recent update always reset the paths/preferences to
default in the desktop integration tab (assuming its the english name, I'm
using wine in french). I'm not sure whether it's a wine or wine-staging bug or
even if anyone besides me has this (annoying but minor) issue.
--
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=35922
Bug ID: 35922
Summary: Texture Corruption of Certain Elements on osu! When
Using AMD Graphics Hardware
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: espionage724(a)gmail.com
Certain textures in osu! become corrupted when ran on AMD graphics hardware
(tested on a 7850, 7660G, and 7670M), regardless of the driver in-use (can
confirm it on various fglrx versions, and mesa/radeon too).
The elements corrupted seem to be the scoreboard, and CtB avatars and fruit
(basically making that game mode entirely unplayable). osu! (Standard), Taiko,
and osu!mania seem unaffected though gameplay-wise (but the scoreboard is still
corrupted.
The song title fly-in when you start a beatmap, and comments seen during
replays are also corrupted.
All corruption can be fixed by either having StrictDrawOrdering set to enabled,
or by using a CSMT-patched version of 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.
https://bugs.winehq.org/show_bug.cgi?id=43622
Bug ID: 43622
Summary: After the update from 2.14 to 2.15 Racer (racer.nl)
crashes on start
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michael.kogan(a)gmx.net
Distribution: ---
Created attachment 59042
--> https://bugs.winehq.org/attachment.cgi?id=59042
Error output with wine 2.15
I am running Arch Linux (64 bit) and using the wine version from the Arch repo.
Recently, Wine has been updated from 2.14 to 2.15 and after this update Racer
(https://appdb.winehq.org/objectManager.php?sClass=application&iId=6150) fails
to start. Downgrading to 2.14 solves the problem, so it is a regression (or
some incompatibility) in 2.15. Output log 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=42746
Bug ID: 42746
Summary: Empire Earth don't start
Product: Wine-staging
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: petr-akhlamov(a)yandex.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57752
--> https://bugs.winehq.org/attachment.cgi?id=57752
screenshot
Wine 2.4 + Linux Mint 18.1 + Empire Earth 1 (with NOCD)
--
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=43721
Bug ID: 43721
Summary: winetricks windowscodecs failure status 67 on Ubuntu
17.04
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: tomasz.piotr.kowalczyk(a)gmail.com
Distribution: ---
I'm using WINE 2.17 on Ubuntu 17.04 with clean wineprefix. I tried to play Path
of Exile which works correctly on the other machine with WINE 2.15 and Ubuntu
16.04. The following happens when I try to install windowscodecs which is
required by that game:
$ WINEARCH=win32 winetricks windowscodecs
Using winetricks 20170101 - sha1sum: c844fda0cca25ac9ed0ed1b55cd138cab6a4af16
with wine-2.17 and WINEARCH=win32
Executing w_do_call windowscodecs
Executing load_windowscodecs
Executing rm -f
/home/thunderer/.wine/dosdevices/c:/windows/system32/windowscodecs.dll
/home/thunderer/.wine/dosdevices/c:/windows/system32/windowscodecsext.dll
/home/thunderer/.wine/dosdevices/c:/windows/system32/photometadatahandler.dll
Using native override for following DLLs: windowscodecs windowscodecsext
Executing winetricks_early_wine regedit
C:\windows\Temp\_windowscodecs\override-dll.reg
Executing cd /home/thunderer/.cache/winetricks/windowscodecs
------------------------------------------------------
Working around wine bug 32859 -- Working around possibly broken libX11
------------------------------------------------------
Executing taskset -c 0 wine wic_x86_enu.exe /passive
fixme:clusapi:GetNodeClusterState ((null),0x33ebd4) stub!
fixme:advapi:DecryptFileA ("c:\\7ffde90007ab38bbc6f9d3ecb58bf4e3\\", 00000000):
stub
fixme:setupapi:pSetupGetGlobalFlags stub
------------------------------------------------------
Note: command taskset -c 0 wine wic_x86_enu.exe /passive returned status 67.
Aborting.
------------------------------------------------------
Some environment info to help troubleshoot the issue:
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04"
$ apt list --installed | grep -i wine
wine-devel/zesty,now 2.17.0~zesty amd64 [installed,automatic]
wine-devel-amd64/zesty,now 2.17.0~zesty amd64 [installed,automatic]
wine-devel-i386/zesty,now 2.17.0~zesty i386 [installed,automatic]
winehq-devel/zesty,now 2.17.0~zesty amd64 [installed]
winetricks/zesty,zesty,now 0.0+20170101-1ubuntu2 all [installed]
--
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=43594
Bug ID: 43594
Summary: Trackmania now fails
Product: Wine-staging
Version: 2.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: steveamigauk(a)yahoo.co.uk
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 59008
--> https://bugs.winehq.org/attachment.cgi?id=59008
Backtrace
Trackmania works just fine with 2.13, but both 2.14 and 2.15 fail. I've
attached the backtrace.
--
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=42294
Bug ID: 42294
Summary: MultiSpec 3.4 32-bit crashes after upgrade to Ubuntu
16.04
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christopher.legg(a)blueyonder.co.uk
Distribution: ---
Created attachment 57011
--> https://bugs.winehq.org/attachment.cgi?id=57011
backtrace generated after multispec crash
I have been using MultiSpec under Wine on Ubuntu for seven years. Just upgraded
Ubuntu to 16.04. MultiSpec programme loads fine, image for display can be
selected, then band combination. When image display is initiated, programme
crashes. Report 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=42760
Bug ID: 42760
Summary: desktop resolution not restored after application
crash
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bronsonmathews(a)gmail.com
Distribution: ---
After running some older games (eg commandos 2, settlers 4 etc) which are low
resolution. When they crash either a crash during exit, or needing a force
kill. The desktop resolution is not restored.
--
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=36926
Bug ID: 36926
Summary: valgrind shows a couple unitialized variables in
dlls/ieframe/tests/ie.c (codeOneLoopStart)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==14107== Conditional jump or move depends on uninitialised value(s)
==14107== at 0x81280EED: codeOneLoopStart (sqlite3.c:108584)
==14107== Uninitialised value was created by a client request
==14107== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==14107== by 0x7BC4C075: initialize_block (heap.c:240)
==14107== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==14107== by 0x77D619E: msvcrt_heap_alloc (heap.c:70)
==14107== by 0x77D6D63: MSVCRT_malloc (heap.c:408)
==14107== by 0x812510B5: sqlite3MemMalloc (sqlite3.c:15744)
--
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=39105
Bug ID: 39105
Summary: [win16] AmiPro 3.1 crashes (unhandled page fault)
Product: Wine
Version: 1.7.49
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: staal1978(a)gmail.com
Distribution: ---
Created attachment 52103
--> https://bugs.winehq.org/attachment.cgi?id=52103
Debug output from Ami Pro 3.1 crash
Working around bug #39104 by installing via dosbox / windows 3.1 and copying
all relevant files to a clean wineprefix makes the application start under
Wine, but crashes shortly after.
Attached is the debug output (WINEDEBUG=+relay,+seh,+tid)
--
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=30409
Bug #: 30409
Summary: RealTerm Serial Terminal Crashes on Start
Product: Wine
Version: 1.5.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: calcprogrammer1(a)gmail.com
Classification: Unclassified
The RealTerm serial port terminal is a very useful Windows-only program for
serial debugging. I use it often for microcontroller and embedded systems
projects which frequently use the serial port for communication. I have used
this program in Wine in the past and it has worked perfectly, but with newer
releases it crashes with a "Program Error Details" dialog on any attempt to
start the program. I'm using the latest Wine and latest RealTerm. I run this
program on Windows XP and Windows 7 with no problems.
--
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=43623
Bug ID: 43623
Summary: Space Engine: crashes on start since 2.15
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aarda.uunlu(a)gmail.com
Distribution: ---
Created attachment 59043
--> https://bugs.winehq.org/attachment.cgi?id=59043
back trace
It worked almost perfectly on 2.14 but crashes on start on 2.15.
--
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=42781
Bug ID: 42781
Summary: An application runs from a graphical terminal, but
crashes when being run from a link
(application.desktop)
Product: Wine
Version: 2.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: ---
There is a very peculiar regression in Wine 2.5.
Adobe Photoshop CS2 runs fine from Konsole (KDE 3.5.10).
However when I launch it from the Start Menu shortcut, it crashes immediately
without any back trace:
QMetaObject::findSignal:smoothblend::smoothblendClient: Conflict with
KDecoration::keepAboveChanged(bool)
QMetaObject::findSignal:smoothblend::smoothblendClient: Conflict with
KDecoration::keepBelowChanged(bool)
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20
Minor opcode: 0
Resource id: 0x5200005
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20
Minor opcode: 0
Resource id: 0x5200005
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20
Minor opcode: 0
Resource id: 0x5200005
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20
Minor opcode: 0
Resource id: 0x5200005
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20
Minor opcode: 0
Resource id: 0x5200005
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20
Minor opcode: 0
Resource id: 0x5200005
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 19
Minor opcode: 0
Resource id: 0x5200002
This didn't happen in Wine 2.3. I feel like there's some conflict but I've no
idea what's happening. Perhaps it's related to bug 2624.
--
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=43532
Bug ID: 43532
Summary: Summary
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: Dark081199(a)gmail.com
Distribution: ---
Created attachment 58928
--> https://bugs.winehq.org/attachment.cgi?id=58928
cz
New
--
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=17276
Summary: broken encoding in AppDB PM E-Mails
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Text entered into AppDB's personal e-mail form at
http://appdb.winehq.org/contact.php?iRecipientId=NNNN
is not transmitted correctly to the recipient, as e.g. Umlauts are broken
somewhere in between.
For instance, ö (o Umlaut) becomes "A?"
This is presumably different from bug #16514, because I don't expect the text
we type into the PM form to transit via a database. Even if it would, my
understanding is that the redesigned AppDB site consistently uses UTF-8 and
"only" broke all old content.
There may be several bugs involved:
1. E-Mail contains "MIME-Version: 1.0" header, but no mention of encoding.
2. The Subject line in the header is not recoded when Umlauts are present (the
RFC-headers must be all ASCII).
A simple test: In the body, -äöüÄÖÜß- becomes
-A$A?A1/4A"A-AoeAY-
-------------------------------------------------------
The following message was sent to you from JA?rg HA?hle through the Wine AppDB
contact form.
To Reply, visit
http://appdb.winehq.org/contact.php?iRecipientId=NNNN&sSubject=Re%3A+test+-…
(The Umlauts got recoded in the URL).
--
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=43762
Bug ID: 43762
Summary: Wine crashes when running anything
Product: Wine-staging
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hugo(a)barrera.io
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 59261
--> https://bugs.winehq.org/attachment.cgi?id=59261
Output of running winecfg on a new prefix
Almost nothing runs as of wine-staging 2.17. I hate to be this vague, but I
basically tried different games on different prefixes, and even running
`winecfg` on a new prefix.
The ONLY thing that runs is the starcraft 2 installer on a new prefix (note:
winecfg wouldn't run on it though).
--
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=43559
Bug ID: 43559
Summary: Prefix creation exited with error
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tflo80(a)gmail.com
Created attachment 58964
--> https://bugs.winehq.org/attachment.cgi?id=58964
the install log
Prefix creation exited with error
While attempting to install application for a webcam like piece of hardware.
--
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=42696
Bug ID: 42696
Summary: Star Trek Online stopped working
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: cyfer3(a)googlemail.com
Distribution: ---
Created attachment 57667
--> https://bugs.winehq.org/attachment.cgi?id=57667
STO log 24.03.2017
STO currently patched the D3dcompiler_47.dll and this message is Star Trek
Online returns:
"Fatal Error: Direct3D driver returned error code
(E_INVALIDARG) while Creating pixel shader."
I did attach a (hopefully helpful) log to determine the issue which might not
necessarily connected to the compiler-dll, nor to any previous issue.
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=42607
Bug ID: 42607
Summary: Beamng.drive Bugs, Glitches and Crashes
Product: Wine
Version: 2.3
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: ---
Beamng.drive in current status: https://youtu.be/rjjiSIhIMUU
Wine Version=wine-2.3 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=msvcr120(Native)->wine: Call from 0x7b45127a to unimplemented
function msvcr120.dll.fesetround, aborting
32bit executable starts
64bit executable fails
We spawn in the map (progress), but it is very unstable.
Lightning Quality set to any higher than lowest results in "fog" -> See video
Debug log like in the Video:
https://dl.dropboxusercontent.com/u/16996758/winelogbeamngdrive.txt
--
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=43183
Bug ID: 43183
Summary: Dark Souls 3 - no graphics render apart from menu/HUD
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Created attachment 58454
--> https://bugs.winehq.org/attachment.cgi?id=58454
DS3 ingame logspam
using wine-staging 2.10, I can get in game, but can only see HUD and hear
sounds, the game is otherwise a black screen.
Seems to be caused by unimplemented D3D11 stuff, as the console gets spammed by
d3d11 lines.
--
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=37038
Bug ID: 37038
Summary: wineserver leaks memory when running my network
communication program
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zt20055453(a)163.com
In 1.7.22 wine, wineserver leaks memory when running my network communication
program. memory leaks 128kB at few seconds intervals. My program uses
asynchronous
function to receive video data.
I ran wineserver -f under valgrind --leak-check=yes to get memory leaks info,
but valgrind didn't catch anything useful.
--
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=39176
Bug ID: 39176
Summary: Sonic Generations: glitched out models on Nvidia
driver.
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nieknooijens(a)gmail.com
Distribution: ---
enemies become invisible and the models are completely glitched out making it
very hard to play the game.
changing the graphic settings doesn't fix it, I tested it on a Nvidia 9600GT
and an Nvidia GT840M (optimus) switching to the intel GPU fixes the model
rendering but the intel GPU is too slow to properly play the game. my guess is
that it has something to do with the nvidia-driver not handling a specific wine
call properly.
--
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=42944
Bug ID: 42944
Summary: FFXIV Fuzzy Text
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
The game text is very Fuzzy in DX11 mode.
--
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=42524
Bug ID: 42524
Summary: Bioshock Infinite gets stuck on start
Product: Wine
Version: 2.2
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: ---
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
It has a native Linux version.
Video: https://youtu.be/WsCzTzopxc0
Debuglog: https://dl.dropboxusercontent.com/u/16996758/winelog.txt (too
big-32MB)
--
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=42738
Bug ID: 42738
Summary: Annoying flickering in Renegade Ops (needs
StrictDrawOrdering=enabled to remove it)
Product: Wine
Version: 2.1
Hardware: x86
URL: http://store.steampowered.com/app/99300/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 602a23a60aaab164acb8a2767094d545172ab4cf
Distribution: ---
Created attachment 57732
--> https://bugs.winehq.org/attachment.cgi?id=57732
terminal output
This is a DX10 game and needs native d3dcompiler_43 and d3dx10_42 to start.
>From the opening videos throughout the menus and in the main game the screen is
flickering heavily.
Changing in-game options e.g. screen resolution, MSAA, Vsync doesn't remove
this annoyance.
The problem doesn't occur in Wine Staging when CSMT is enabled or when
StrictDrawOrdering is enabled in pure Wine.
What makes this bug different from other similar issues reported here is that
that the problem is fairly new, there was no need to enable the
StrictDrawOrdering in the registry to avoid the screen flickering until
commit 602a23a60aaab164acb8a2767094d545172ab4cf
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Jan 27 11:36:31 2017 +0100
wined3d: Just use glBufferSubData() in buffer_direct_upload().
It might seem like a good idea to try to use glMapBufferRange() in
buffer_direct_upload(), but it really isn't. The interesting cases for
glMapBufferRange() are GL_MAP_INVALIDATE_BUFFER_BIT or
GL_MAP_UNSYNCHRONIZED_BIT, but the only way for those to be set here
would be for the buffer to be mapped with WINED3D_MAP_DISCARD or
WINED3D_MAP_NOOVERWRITE before the buffer object was created. In that
case the GPU is obviously not using the buffer object, so
glMapBufferRange() doesn't help. On the other hand, if the buffer is
currently in use by the application and neither WINED3D_MAP_DISCARD nor
WINED3D_MAP_NOOVERWRITE is set, glMapBufferRange() would need to wait
for the GPU to finish using the buffer object, while glBufferSubData()
may decide not to.
With the previous commit there is no flickering at all.
No demo version available, let me know if you need debug logs.
wine-2.4-256-g4bfa0d829f
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 378.13
OpenGL core profile shading language version string: 4.50 NVIDIA
--
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=42831
Bug ID: 42831
Summary: Grand Theft Auto V: Social Club immediately looses
connection to Rockstar servers
Product: Wine-staging
Version: 2.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pablodevlinux(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57920
--> https://bugs.winehq.org/attachment.cgi?id=57920
PlayOnLinux log/Terminal output when launcher wasn't able to connect to
Rockstar servers.
Social Club launcher connects to Rockstar servers but immediately looses
connection. After few trials Social Club decides that Rockstar servers are
unavailable. Logs are filled mainly with fixme:wininet messages.
Because of it Social Club doesn't download updates and update the game so it's
unplayable.
--
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=42167
Bug ID: 42167
Summary: NEOTOKYO occasionally crashes when joining a server
and mid game: GL_OUT_OF_MEMORY
Product: Wine
Version: 2.0-rc4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ahyattdev(a)icloud.com
Created attachment 56761
--> https://bugs.winehq.org/attachment.cgi?id=56761
backtrace
Terminal output is:
err:d3d:wined3d_check_gl_call >>>>>>> GL_OUT_OF_MEMORY (0x505) from
glBufferData @ buffer.c / 753.
hl2.exe(66427,0xa53391c0) malloc: *** mach_vm_map(size=6221824) failed (error
code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
Jan 7 11:34:37 hl2.exe[66427] <Error>: CGSImageDataLock: Cannot allocate
memory
err:module:load_builtin_dll failed to load .so lib for builtin L"usp10.dll":
dlopen(/usr/local/lib/wine/usp10.dll.so, 258): no suitable image found. Did
find:
/usr/local/lib/wine/usp10.dll.so: out of address space
err:module:DelayLoadFailureHook failed to delay load usp10.dll.ScriptBreak
wine: Call from 0x7b42c0f9 to unimplemented function usp10.dll.ScriptBreak,
aborting
--
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=42976
Bug ID: 42976
Summary: demul v0.7 alpha
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
NO DLL OVER RIDES , NO ENABLE CSMT , NO ENABLE VAAPI OR NOTHING TICKED IN
STAGING SETTINGS
demul v0.7 alpha
video plugin gpudx11oldhw
sound plugin spu demul
gd rom plugin gdrimage
controls plugin paddemul
netplay plugin netdemul
bios dreamcast v 1.04 japan
vmu shows black and white with resident evil showing
build date aug 18 2016
black screen after hearing intro and passing intro in game menu black screen
can hear up and down for selecting gamemodes
new game load game ect but no graphics just black screen
FOR LOG FILE UPLOADED TO GITHUB BELOW
https://github.com/fatjohnny118/MYGIT/blob/master/jap
--
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=43225
Bug ID: 43225
Summary: Syberia 3
Product: Wine
Version: 2.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: serguynya(a)mail.ru
Distribution: ---
Created attachment 58518
--> https://bugs.winehq.org/attachment.cgi?id=58518
picture error
I want install Syberia 3, and first after clicking setup come this error on
wine development version
--
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=29188
Bug #: 29188
Summary: Serial Port Comm Failure for USB2Serial Converters?
Product: Wine
Version: 1.3.32
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rogerx.oss(a)gmail.com
Classification: Unclassified
Created attachment 37657
--> http://bugs.winehq.org/attachment.cgi?id=37657
wine-serialfailure.log
I have an application trying to communicate to a serial port provided by a USB
to Serial Converter device (/dev/ttyUSB0).
The application fails to communicate and I think the following is where it
fails:
trace:comm:io_control 0x78 IOCTL_SERIAL_WAIT_ON_MASK (nil) 0 0x90e9f0 4
0x90e9bc
trace:comm:get_irq_info TIOCSERGETLSR err Invalid argument
The application states it fails to communicate even though I have blinking
lights on the device and can use picocom or screen to login.
ie.
$ picocom -b 115200 /dev/ttyUSB0
Or
$ screen /dev/ttyUSB0 115200
--
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=42532
Bug ID: 42532
Summary: Red Faction Guerilla has major graphic glitches
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
This game supports DirectX9 and DirectX10/11.
Wine-2.1 (Staging) had better performance.
Video: https://youtu.be/Boe7b4o5iso
Logfile: https://dl.dropboxusercontent.com/u/16996758/winelogrfg.txt
--
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=42948
Bug ID: 42948
Summary: ffxiv dx11 fixme:d3d11:shdr_handler Unhandled chunk
"RDEF".
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
dx11 unhandeled
--
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=42959
Bug ID: 42959
Summary: ffxiv dx11
fixme:d3d_shader:shader_sm4_read_instruction_modifier
Unhandled modifier 0x80000182.
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
ffxiv 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.
https://bugs.winehq.org/show_bug.cgi?id=43663
Bug ID: 43663
Summary: league of legends update 2017-09-06 call to
unimplemented function
msvcp140.dll.?get@?$time_get@DV(...)
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 59109
--> https://bugs.winehq.org/attachment.cgi?id=59109
wine 2.16 default console log
Today (2017-09-06) update of League of Legends makes game crash after login
with:
wine: Call from 0x7b43bd2c to unimplemented function
msvcp140.dll.?get@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHPAUtm@@PBD4@Z,
aborting
--
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=43501
Bug ID: 43501
Summary: sims 4 crashes
Product: Wine
Version: 1.7.55
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: tongsonlk(a)yahoo.com
Created attachment 58882
--> https://bugs.winehq.org/attachment.cgi?id=58882
it's the program error details
it says initialization error and the program crashes
--
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=41779
Bug ID: 41779
Summary: Direct3D ignores VSync
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: diwulefi(a)nincsmail.com
Distribution: ---
Unreal with the Direct3D render mode runs extemely fast, because it does ignore
the vsync when wrapping to OpenGL.
I use the latest nVidia drivers (375.20), VSync is on and outside WINE, it
works (tested with glxgears and benchmarks).
WINE version is 1.9.23.
--
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=43064
Bug ID: 43064
Summary: fixme:d3d:fixed_get_input Unsupported input stream
[usage=WINED3D_DECL_USAGE_TANGENT, usage_idx=0].
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
While testing Need For Speed demo bug 41080 and playing it shortly after
quiting my cosole was spammed with this message.
fixme:d3d:fixed_get_input Unsupported input stream
[usage=WINED3D_DECL_USAGE_TANGENT, usage_idx=0].
I don't know if this needs to be added in wine code, but if not I quess a check
for this and silencing it would be nice. Since I didnt notice any real problem,
setting this bug priority really low.
https://source.winehq.org/git/wine.git/blob/53bf72e266532f2f0533a0dfd7e90a2…
--
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=42950
Bug ID: 42950
Summary: ffxiv
fixme:d3d_shader:shader_sm4_read_instruction_modifier
Unhandled modifier 0x00155543.
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
dx11 unhandled
--
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=42977
Bug ID: 42977
Summary: demul v0.7 alpha
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
NO DLL OVER RIDES , NO ENABLE CSMT , NO ENABLE VAAPI OR NOTHING TICKED IN
STAGING SETTINGS
demul v0.7 alpha
video plugin gpudx11oldhw
sound plugin spu demul
gd rom plugin gdrimage
controls plugin paddemul
netplay plugin netdemul
bios dreamcast v 1.04 japan
vmu shows black and white with resident evil showing
build date aug 18 2016
black screen after hearing intro and passing intro in game menu black screen
can hear up and down for selecting gamemodes
new game load game ect but no graphics just black screen
FOR LOG FILE UPLOADED TO GITHUB BELOW
https://github.com/fatjohnny118/MYGIT/blob/master/usa
--
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=42530
Bug ID: 42530
Summary: Wreckfest has medium graphic glitches and...
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
crashes if (too many) ai players are set.
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
Video of 32-Bit executable with live debug: https://youtu.be/EIV-_IfNltA
Video of 64-Bit executable with live debug: https://youtu.be/K77NQkPYDWs
Debug log of 32-bit executeable:
https://dl.dropboxusercontent.com/u/16996758/winelog32bitEXE.txt (too big)
Debug log of 64-bit executeable:
https://dl.dropboxusercontent.com/u/16996758/winelog64bitEXE.txt (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=43521
Bug ID: 43521
Summary: BattlEye anti cheat service
Product: Wine
Version: 2.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dawid.job(a)gmail.com
Distribution: ---
Installer of any game using anti cheat BattlEye runs fine, but game doesn't
start. On the first run the launcher tries to run battleye service, which it
seems to be running but game doesn't start.
Sometimes it shows error in BattlEye window:
Installing BattlEye Service...
Successfully installed BattlEye Service.
Failed to initialize BattlEye Service: Driver Init Error (2).
Official BattleEye support for Linux is now dead/discontinued.
Is there any chance to solve this problem from Wine side?
It's affect many popular games like PlayerUnknown Battlegrounds, H1Z1,
Planetside 2, Tibia. Older version of these games was running very well since
BattleEye made some changes on their side.
This ticket is connected to various other submits like:
https://bugs.winehq.org/show_bug.cgi?id=41670https://bugs.winehq.org/show_bug.cgi?id=42549https://bugs.winehq.org/show_bug.cgi?id=42571https://bugs.winehq.org/show_bug.cgi?id=31910
and many more duplicates of this bug.
I hope attachments added to tickets above will help to understand the problem
and it's scale.
Can someone explain what is the main problem and ideas to solve 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.
https://bugs.winehq.org/show_bug.cgi?id=43568
Bug ID: 43568
Summary: Themes get installed but they don't appear in the
drop-down in winecfg
Product: Wine
Version: 2.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: aekkusu(a)gmail.com
Distribution: ---
For a while now I've been having this issue where if I install a theme
(msstyles), it does not show up in the drop-down menu under "Desktop
Integration" in winecfg.
I've took a look under *prefix*/windows/Resources/Themes/*themename*/ and the
msstyles file is indeed there, but it still doesn't show up. This happens
irrespective of what theme I install. I've since tried a few of them, and none
show up in the 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.
http://bugs.winehq.org/show_bug.cgi?id=12377
Summary: Capella does not load font
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anhaupt(a)gmx.ch
When Capella tries to load any font available for displaying notes (e.g.
capella3) it displays the following message:
"Damit dieser Stil richtig angezeigt wird, müssen sie die Schriftart
'capella3' installieren." (tranlsation: "To display this style correctly the
font 'capella3' has to be installed.").
The same message appears if you try to load any of the other fonts available
for capella.
Other programs (e.g. notepad) find the capella fonts and display them
correctly.
The problem exists in the current version (Capella 2008) as well as in earlier
versions.
A demo version that shows the error is available here:
http://www.capella.de/download_capella.htm
--
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=42618
Bug ID: 42618
Summary: ACDSee Pro 10 needs
msvcp140.dll.?_LogScheduleTask@_TaskEventLogger@detail
s@Concurrency@@QEAAX_N@Z
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Using wine staging 2.3, it crashes on
wine: Call from 0x7b450c27 to unimplemented function
msvcp140.dll.?_LogScheduleTask@_TaskEventLogger@details@Concurrency@@QEAAX_N@Z,
aborting
--
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=34288
Bug #: 34288
Summary: Dungeons & Dragons: Chronicles of Mystara hangs on
startup
Product: Wine
Version: 1.5.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: megatog615(a)gmail.com
Classification: Unclassified
The game starts, captures the mouse, creates an empty 'Unnamed window,' then
hangs.
--
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=43176
Bug ID: 43176
Summary: RAGE doesn't start using MESA
Product: Wine-staging
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l.gambetta(a)alice.it
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 58439
--> https://bugs.winehq.org/attachment.cgi?id=58439
RAGE error log
I'm triyng to launch RAGE game (http://store.steampowered.com/app/9200/RAGE/),
but the game crashes on startup complaining about a missing OpenGL extension.
I'm launching the game from a 32-bit WINE prefix.
This is my configuration:
~/t/rage> inxi -G -C -S
System: Host: accipigna Kernel: 4.9.31-1-MANJARO x86_64 (64 bit) Desktop:
Cinnamon 3.4.1
Distro: Manjaro Linux
CPU: Quad core AMD A10-7850K Radeon R7 12 Compute Cores 4C+8G (-MCP-)
cache: 8192 KB
clock speeds: max: 3700 MHz 1: 1700 MHz 2: 1700 MHz 3: 1700 MHz 4:
1700 MHz
Graphics: Card: Advanced Micro Devices [AMD/ATI] Pitcairn PRO [Radeon HD 7850
/ R7 265 / R9 270 1024SP]
Display Server: X.Org 1.19.3 driver: radeon Resolution:
1920x1080(a)60.00hz
GLX Renderer: Gallium 0.4 on AMD PITCAIRN (DRM 2.49.0 /
4.9.31-1-MANJARO, LLVM 4.0.0)
GLX Version: 3.0 Mesa 17.1.2
As shown I'm using latest MESA radeonsi drivers.
Attached are the error log and the glxinfo.
--
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=7316
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #44 from Austin English <austinenglish(a)gmail.com> ---
Closing.
--
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=43128
Bug ID: 43128
Summary: setup_exception stack overflow since upgrade to
wine-staging 2.9 from wine-staging 2.8
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cataldo.cigliola(a)gmail.com
Distribution: ---
Hello
I am using my "blizzard games" wine bottle since quite a few wine 2.x versions
without any issue and good performances on my Arch linux machine
Since the latest wine-staging 2.9 update my World of Warcraft game (
https://appdb.winehq.org/objectManager.php?sClass=version&iId=33768 ) is
hanging after the char selection in the loading screen with the following
error:
err:seh:setup_exception stack overflow 2976 bytes in thread 00f8 eip
000000007bc99566 esp 0000000000140a70 stack 0x140000-0x142000-0x240000
(full output in attachment)
I'm using Antergos (Arch) Linux 64bit with a 64bit bottle (using distro
packages of wine-staging 2.9)
--
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=41995
Bug ID: 41995
Summary: Neverwinter broken graphics with DX11
Product: Wine
Version: 2.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: xxx(a)muad-dib.net
Distribution: ---
Created attachment 56416
--> https://bugs.winehq.org/attachment.cgi?id=56416
wine log
Neverwinter / Star Trek online use the same engine and Cryptic will drop
support for DX9 in march 2017
The game just starts fine but shows a lot of vertex and shader errors in result
graphics are broken.
Up on loading a char the game crashes.
The attached log is with WINEDEBUG=-win since this just produces lots errors of
fixme:win:GetRawInputBuffer (pData=0x2f21db8, pcbSize=0x148ee8ec,
cbSizeHeader=16) stub!
fixme:win:GetRawInputBuffer (pData=(nil), pcbSize=0x148ee910, cbSizeHeader=16)
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=43611
Bug ID: 43611
Summary: The Evil Within needs D3D11CreateDeferredContext
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Crashes on startup with D3D11CreateDeferredContext FAILED with error (0)
--
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=43619
Bug ID: 43619
Summary: Graphical Issues in Prey 2017 Demo
Product: Wine-staging
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christian.frank(a)gmx.de
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 59039
--> https://bugs.winehq.org/attachment.cgi?id=59039
Log
Hi,
the Prey 2017 demo starts fine and the menu is also without issues.
Going ingame there are a huge amount of graphical issues even when switching
all graphical options to the lowest possible setting.
Tons of different fixmes show up, therefore i guess the dx11 implementation is
not "finished enough" yet .
Cu,
Christian
--
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=42972
Bug ID: 42972
Summary: My Heritage Family Tree Program Error
Product: Wine
Version: 2.0.1
Hardware: ppc32
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: apphelp
Assignee: wine-bugs(a)winehq.org
Reporter: ghoffman1951(a)yahoo.ca
Created attachment 58107
--> https://bugs.winehq.org/attachment.cgi?id=58107
Program Error backtrace
I am operating Mac with OS Sierra 10.12.4 and XQuartz 2.7.11. My Heritage
Family Tree Maker application will not open. It displays a program error
message as noted in Bug ID 24384. The app closes when you close the error
message. The program was working for the last 6 weeks or more without an issue
and My Heritage Help Centre requested I refer the issue to yourselves.
Originally I did not have Wine or XQuartz installed directly on my computer. I
only recently added them so I could submit a bug report.
--
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=43821
Bug ID: 43821
Summary: coreutils 8.28 breaks execution of unix pathnames
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: luca.cunegondi(a)ocme.com
Distribution: ---
on Archlinux installing coreutils 8.28 breaks Wine from executing unix
pathnames
with BAD exe format error.
This also occurs for earlier versions of Wine
Reverting to coreutils 8.27 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=39668
Bug ID: 39668
Summary: Desktop file points to wine not wine64
Product: Wine-staging
Version: 1.8-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: decedion(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
I've compiled and installed wine 64bits from git sources. But when I try to
execute the menu entry it doesn't appear because the .desktop file points to
wine: 'Exec=wine start /unix %f' when it should point to 'Exec=wine64 start
/unix %f'.
--
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=24516
Summary: In Win7 mode, steam has duplicate window decorations
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Steam has window manager's window decorations in addition to its own when run
in Windows 7 mode. This doesn't happen in Windows XP.
Maybe related: When run in virtual desktop, the desktop opens but steam isn't
bound to it (it's a separate window).
--
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=42921
Bug ID: 42921
Summary: DX11 Demo AMD Ladybug needs opcode ld2dms
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
Split from bug 41207. To taggle the not handled opcode.
--
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=42958
Bug ID: 42958
Summary: ffxiv dx11
fixme:d3d_shader:shader_sm4_read_instruction_modifier
Unhandled modifier 0x80000142.
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
ffxiv
--
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=43573
Bug ID: 43573
Summary: Sony Xperia Companion crashes on start
Product: Wine
Version: 2.14
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 58984
--> https://bugs.winehq.org/attachment.cgi?id=58984
Wine 2.14 terminal output
I am using Wine-2.14-50-g797a746fc2 and the Xperia Companion application
crashes on start when I attempt to use it in a clean prefix set to Windows 7
(the app requires Windows 7 or later).
Steps to reproduce:
1. Make a clean prefix set to Windows 7 and run the application's installer.
2. Run "wine XperiaCompanion.exe" and see the application 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=37422
Bug ID: 37422
Summary: [DirectSound] Broken audio output for a hearing test
application
Product: Wine
Version: 1.7.28
Hardware: x86
URL: http://advsys.net/ken/util/heartest.exe
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: Red Hat
Under Wine this application produces jagged very unpleasant audio.
No messages are logged in console.
Source code is available.
--
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=43778
Bug ID: 43778
Summary: fresh prefix and winecfg gives Unhandled page fault on
read access to 0x00000008
Product: Wine-staging
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: countmontecristo33(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 59287
--> https://bugs.winehq.org/attachment.cgi?id=59287
output of executing winecfg
Fresh new WINEPREFIX=/z/wine-testing
Using Archlinux and ran "sudo pacman -Suyy" with no updates needed.
$ wine --version
wine-2.17 (Staging)
$ sha256sum winecfg
89350f5387df5a5c8805da64208ea89da82e0e8f3570f47c359d16c84cd41c29 winecfg
$ WINEPREFIX=/z/wine-testing WINEARCH=win64 winecfg &>
wine-staging-20170924-error.log
(please see attached file for more info)
--snip--
wine: Unhandled page fault on read access to 0x00000008 at address
0x7f597b3b2769 (thread 000b), starting debugger...
--snip--
--
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=42235
Bug ID: 42235
Summary: Nudo: Game randomly crashes after splash screen
Product: Wine
Version: 2.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: snesivan1(a)gmail.com
Distribution: ---
Created attachment 56881
--> https://bugs.winehq.org/attachment.cgi?id=56881
Terminal output + Backtrace of nudo.exe crash
Nudo randomly crashes after the splash screen. I ran the game 5 times and it
crashed 2 of them. Game tested on clean 32-bit wineprefix.
To reproduce, download Nudo at http://herotwin.com/nudo and run nudo.exe.
I am using Wine Staging 2.0-rc5 on Ubuntu 16.04.1 amd64.
--
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=40931
Bug ID: 40931
Summary: Battle.net: Shop not working on Win7+
Product: Wine
Version: 1.9.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: florian.reisenhofer(a)aon.at
Distribution: ---
Created attachment 55045
--> https://bugs.winehq.org/attachment.cgi?id=55045
Warnings when opening Shop
When setting Wine to use a Windows version higher than Windows Vista, the Shop
doesn't work. This also applies to the News site and all game sites except
Overwatch.
See attachment.
--
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=42947
Bug ID: 42947
Summary: ffxiv fixme:d3d11:shdr_handler Unhandled chunk "STAT".
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
ffxiv unhandeled dx11 feature
--
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=43010
Bug ID: 43010
Summary: Wine does not pass scancodes properly
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: ilmaisin(a)openmailbox.org
Distribution: ---
Wine does not seem to pass the scancodes properly to the Win32 apps.
- On Ubuntu 16.04's Unity desktop, Win32 apps see the situation like the
keyboard was physically rewired to the layout that is currently active.
- On Gnome 3 other hand, it looks like the keyboard was physically rewired to
the uppermost option in the Gnome's keyboard layout configuration (!).
In all cases, the apps that use resulting characters instaed of scancodes work
well, receiving those letters that they are supposed to. Also, xev receives the
proper scancodes.
Please modify Wine so that it will pass the actual, real, physical scancodes to
the apps requiring them. This is absolutely essential for gaming with non-US
and/or non-QWERTY keyboard layouts.
--
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=42843
Bug ID: 42843
Summary: Chuckie Egg: The Next Batch v1.2 has multiple issues;
regressions
Product: Wine
Version: 2.6
Hardware: x86-64
URL: http://retrospec.sgn.net/game/chuckie
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vulture6(a)mail.com
Distribution: Mint
Several issues have occurred since the last couple of Wine releases:
1. Egg icons on title screen are no longer visible, although options can still
be selected.
2. Main game is now flickery and slow.
3. Game does not blank/redraw screen when exiting (by pushing escape).
This is with Nvidia card and binary driver.
--
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=40315
Bug ID: 40315
Summary: Galactic Civilizations II crashes on launch
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cdaniels(a)fastmail.com
Distribution: ---
Created attachment 53964
--> https://bugs.winehq.org/attachment.cgi?id=53964
log of the crash
Note: this pertains to the current, digital download version (both from Steam
and the Stardock store) of GalCiv2: Ultimate. I did not test the retail disk
version.
Galactic Civilizations II installs, but crashes on launch, as described here:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=16336&iTestin…
As noted, I think this may be a regression of some kind, but I'm not
knowledgeable to speculate. See attachment for crash log. This log was obtained
by running the following command:
WINEPREFIX=/opt/wineprefixes/gc2/ wine /opt/wineprefixes/gc2/drive_c/Program\
Files\ \(x86\)/Steam/steamapps/common/Galactic\ Civilizations\ II\ -\ Ultimate\
Edition/Twilight/GC2TwilightOfTheArnor.exe &> crash.log
I am open to gathering and recording additional information, and to trying more
workarounds if anyone has suggestions.
--
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=32821
Bug #: 32821
Summary: Some games runs extremally slow with Mesa >= 8.0
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deveee(a)gmail.com
Classification: Unclassified
I wrote about it in bugs.freedesktop.org, you can see there:
https://bugs.freedesktop.org/show_bug.cgi?id=55396https://bugs.freedesktop.org/show_bug.cgi?id=57338
But regression test shows, that it's probably problem in Wine, not in Mesa
drivers.
First bug from freedesktop you can see in Sims 3 intro or Need for Speed Most
Wanted intro. Video below:
http://imageshack.us/clip/my-videos/444/f5f.mp4/
Second bug may be problem in mesa, I'm not sure. You can see it in Star Wars
Jedi Academy in multiplayer mode.
Configuration:
intel 965GM
xserver-xorg-video-intel 2.20.19
mesa 9.0.1
linux-image 3.7.4
wine 1.4.1
Lastest working configuration:
mesa 7.11.2
--
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=42005
Bug ID: 42005
Summary: "osu!" cannot connect to the internet
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eldiablodivino(a)gmail.com
Distribution: ---
Created attachment 56439
--> https://bugs.winehq.org/attachment.cgi?id=56439
The logs produced by both Wine 2.0rc1 and Wine Staging 1.9.23-3 when WINEDEBUG
is set to "+wininet".
========
Summary:
========
I have been having a great deal of trouble getting Osu to work on Arch Linux.
The short version is that I have no internet access as far as both Osu itself,
and the Osu installer, are concerned. I have attached my +wininet debug logs to
this report. Please help.
============================================
Longer explanation / background information:
============================================
Originally, I was running Ubuntu 16.10. I had Osu installed via PlayOnLinux4 .
Usually I use PlayOnLinux just as a wine prefix manager, but in this case I
think I *did* install it via their automated installation script. In any case,
it was running with Wine 1.9.1, and it worked perfectly fine, with no issues
whatsoever.
Very recently, I switched to Arch Linux. This means that I am running a
relatively fresh installation. Unfortunately, I can no longer get Osu working.
Here is what I have tried:
1. First, I installed PlayOnLinux 4 via the "playonlinux" package from the
official repository. I then simply copied across my .PlayOnLinux folder from my
old Ubuntu install. This folder contains both the wine prefixes and the actual
wine binaries - in other words, it should contain everything needed to run Osu,
and it should all be set up EXACTLY as it was on Ubuntu. When I launch Osu via
PlayOnLinux, the game runs in offline mode. I can play it just fine, but I'm
limited to single-player and have no online statistics recording. At the bottom
of the screen, it constantly says "Connection failed. Retrying in 30s...". It
seems to repeatedly attempt to connect to the Osu servers, but always fails.
2. I then installed the "wine-gaming-nine" package from the Arch User
Repository, as well as "winetricks" from the official repository. This time, I
decided to try without touching PlayOnLinux, and just use Wine directly.
Following the guidance on the AppDB page for Osu, I set up a clean prefix with
the win32 architecture, and installed dotnet45 via winetricks. I then tried to
run the Osu installer... and the Osu installer fails, saying that it could not
connect to the internet! In other words, it has the same issue as before, just
moved to an earlier stage (since this time I was installing it from scratch).
3. I then replaced "wine-gaming-nine" with "wine-staging" from the official
repository. Again, I set up a clean win32 prefix, installed dotnet45, and tried
to install Osu. Again, it complains about not having internet access.
4. I then replaced "wine-staging" with "wine" from the official repository.
Again, I set up a clean win32 prefix, installed dotnet45, and tried to install
Osu. Again, it complains about not having internet access.
So to sum up, I've tried running Osu with Wine 1.9.1, Wine Staging 1.9.23-3
(with gallium-nine patches), Wine Staging 1.9.23 (vanilla), and with Wine
2.0rc1, all with the same result: no internet access for Osu.
============
Other notes:
============
I should add that I have other programs running in Wine (Skype and Garena), and
they are able to use the internet. They aren't .NET apps, as far as I'm aware,
so perhaps that's why?
My internet works just fine outside of Wine, as far as I can tell. I'm able to
browse the internet, send and receive emails, use Discord, etc. I'm just
running NetworkManager with mostly default settings, albeit with IPv6 disabled.
I don't know much about Wine, so I could be barking up the wrong tree, but one
log message that stands out to me is "fixme:ras:RasEnumConnectionsW RAS support
is not implemented! Configure program to use LAN connection/winsock instead!".
I did some searching online for this message, but unfortunately I wasn't able
to find much. I did see some people saying to "just install libgnutls, as well
as the 32-bit version". But the thing is, I DO have both installed. On Arch,
these are the "gnutls" and "lib32-gnutls" packages, and I have confirmed that I
have both. I even tried reinstalling them, and it made no difference.
I have attached the logs produced by both Wine 2.0rc1 and Wine Staging 1.9.23-3
when WINEDEBUG is set to "+wininet".
===
I'm not sure if this is a Wine bug or just something weird on my system, but
either way I would really appreciate any help you could offer. Please let me
know if I need to provide any more information. 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=42346
Bug ID: 42346
Summary: Dark Souls 3 - graphics are flashing
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Created attachment 57112
--> https://bugs.winehq.org/attachment.cgi?id=57112
partial log
Using W7 prefix and wine-staging.
Seems to be related to DX11, snippet from the logs that keeps getting spammed
over and over 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=43427
Bug ID: 43427
Summary: LaXshy!! 1800(349)6921 Quickbooks Error Support phone
Number Quickbooks 2017 Enterprise Support number
Product: WineHQ Bugzilla
Version: 3.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sandra82hern(a)gmail.com
CC: austinenglish(a)gmail.com
Distribution: ---
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support numberLaXshy!! 1800(349)6921 Quickbooks Error Support phone
Number Quickbooks 2017 Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
LaXshy!! 1800(349)6921 Quickbooks Error Support phone Number Quickbooks 2017
Enterprise Support number
$$=1.800<349<6921=@$$= @$$ Quickbooks payroll Support Phone
NumBER!@$$!!1-800-349-6921 @$$@$$! @$$ Quickbooks payroll SuPpoRT
1-800-349-6921 @$$
((1-800-349-6921@$$ Quickbooks payroll tech support number Quickbooks payroll
pro 2014 support phone USA, Enterprise support here.Describe @$$@$$Tollfree
1-800-349-6921.++Quickbooks payroll phone number@$$@$$ here. +1 800, 349,
6921..Quickbooks payroll technical support phone number Quickbooks payroll
support phone number Enterprise Quickbooks payroll proadvisor login phone
number for Quickbooks payroll technical support Quickbooks payroll phone number
for tech support Quickbooks payroll Enterprise phone number Quickbooks payroll
phone number tech support Quickbooks payroll technical support contact number
Quickbooks payroll helpline tech support phone number Quickbooks payroll 1603
Quickbooks payroll 1334 Quickbooks payroll -166 Quickbooks payroll code 6660
Quickbooks payroll Quickbooks payroll -1666 Quickbooks payroll -6660 Quickbooks
payroll -6660 -83 Intuit Quickbooks payroll Toll Free,
Intuit@$$(+1.800.349.6921)@$$-: Intuit Quickbooks payroll Tech Support Phone
Number provides helpline solution for all USA/CANADA clients. For any help of
query call 1 800 to get all Intuit Quickbooks payroll account solution.
@$$@$$Call, +1.800.349.6921 for all type help by Intuit Quickbooks payroll tech
support phone number, Intuit Quickbooks payroll Tech Support Phone Number,
Intuit Quickbooks payroll payroll Phone Number, Intuit Quickbooks payroll tech
support number, Intuit Quickbooks payroll technical support phone
number,@$$@$$@$$ Intuit Quickbooks payroll phone number, Intuit Quickbooks
payroll technical support number, Intuit Quickbooks payroll support phone
number, Intuit Quickbooks payroll technical support, Intuit Quickbooks payroll
Customer Service Phone Number, Intuit Quickbooks payroll Customer Service
Number, Intuit Quickbooks payroll Customer Support Phone Number, Intuit
Quickbooks payroll Customer Support Number,helpline Intuit Quickbooks payroll
Customer Service Helpline Number, Intuit Quickbooks payroll Customer Care
Number, Intuit Quickbooks payroll support team phone number, helpline Intuit
Quickbooks payroll help number-Intuit Quickbooks payroll Helpline Number;
Intuit Quickbooks payroll help phone number-Intuit Quickbooks payroll Helpline
Number, Intuit Quickbooks payroll Tech Support Toll free Number, Intuit
Quickbooks payroll Support Telephone Number, Intuit Quickbooks payroll Tech
Support Telephone number, Intuit Quickbooks payroll Tech Support contact
number, Intuit Quickbooks payroll support contact number, Intuit Quickbooks
payroll technical support contact number. Call, Intuit Quickbooks payroll tech
support phone number, Intuit Quickbooks payroll Tech Support Phone Number,
Intuit Quickbooks payroll payroll Phone Number, Intuit Quickbooks payroll tech
support number, Intuit Quickbooks payroll technical support phone number,
Intuit Quickbooks payroll phone number, Intuit Quickbooks payroll technical
support number, Intuit Quickbooks payroll support phone number. It is very
popular toll free number which provide by Intuit Quickbooks payroll technical
support, Intuit Quickbooks payroll Customer Service Phone Number, Intuit
Quickbooks payroll Customer Service Number, Intuit Quickbooks payroll
Customer Support Phone Number, Intuit Quickbooks payroll Customer Support
Number, Intuit Quickbooks payroll Customer Service Helpline Number, Intuit
Quickbooks payroll Customer Care Number, Intuit Quickbooks payroll support
team phone number. Call, Intuit Quickbooks payroll tech support phone number,
Intuit Quickbooks payroll Tech Support Phone Number, Intuit Quickbooks payroll
payroll Phone Number, Intuit Quickbooks payroll tech support number, Intuit
Quickbooks payroll technical support phone number, Intuit Quickbooks payroll
phone number, Intuit Quickbooks payroll technical support number, Intuit
Quickbooks payroll support phone number, Intuit Quickbooks payroll technical
support, Intuit Quickbooks payroll Customer Service Phone Number, Intuit
Quickbooks payroll Customer Service Number, Intuit Quickbooks payroll
Customer Support Phone Number, Intuit Quickbooks payroll Customer Support
Number, Intuit Quickbooks payroll Customer Service Helpline Number, Intuit
Quickbooks payroll Customer Care Number, Intuit Quickbooks payroll support
team phone number, Intuit Quickbooks payroll help number-Intuit Quickbooks
payroll Helpline Number; Intuit Quickbooks payroll help phone number, Intuit
Quickbooks payroll Helpline Number, Intuit Quickbooks payroll Tech Support Toll
free Number, Intuit Quickbooks payroll Support Telephone Number, Intuit
Quickbooks payroll Tech Support Telephone number, Intuit Quickbooks payroll
Tech Support contact number, Intuit Quickbooks payroll support contact number,
Intuit Quickbooks payroll technical support contact number, Intuit Quickbooks
payroll pro support phone number, Intuit Quickbooks payroll Enterprise support
phone number. Intuit Quickbooks payroll Enterprise Customer support phone
Intuit Quickbooks payroll pro Toll Free, Intuit@$$(+1.800.349.6921)@$$-: Intuit
Quickbooks payroll pro Tech Support Phone Number provides helpline solution for
all USA/CANADA clients. For any help of query call 1 800 to get all Intuit
Quickbooks payroll pro account solution. @$$@$$Call, +1.800.349.6921 for all
type help by Intuit Quickbooks payroll pro tech support phone number, Intuit
Quickbooks payroll pro Tech Support Phone Number, Intuit Quickbooks payroll pro
payroll Phone Number, Intuit Quickbooks payroll pro tech support number, Intuit
Quickbooks payroll pro technical support phone number,@$$@$$@$$ Intuit
Quickbooks payroll pro phone number, Intuit Quickbooks payroll pro technical
support number, Intuit Quickbooks payroll pro support phone number, Intuit
Quickbooks payroll pro technical support, Intuit Quickbooks payroll pro
Customer Service Phone Number, Intuit Quickbooks payroll pro Customer Service
Number, Intuit Quickbooks payroll pro Customer Support Phone Number, Intuit
Quickbooks payroll pro Customer Support Number,helpline Intuit Quickbooks
payroll pro Customer Service Helpline Number, Intuit Quickbooks payroll pro
Customer Care Number, Intuit Quickbooks payroll pro support team phone number,
helpline Intuit Quickbooks payroll pro help number-Intuit Quickbooks payroll
pro Helpline Number; Intuit Quickbooks payroll pro help phone number-Intuit
Quickbooks payroll pro Helpline Number, Intuit Quickbooks payroll pro Tech
Support Toll free Number, Intuit Quickbooks payroll pro Support Telephone
Number, Intuit Quickbooks payroll pro Tech Support Telephone number, Intuit
Quickbooks payroll pro Tech Support contact number, Intuit Quickbooks payroll
pro support contact number, Intuit Quickbooks payroll pro technical support
contact number. Call, Intuit Quickbooks payroll pro tech support phone number,
Intuit Quickbooks payroll pro Tech Support Phone Number, Intuit Quickbooks
payroll pro payroll Phone Number, Intuit Quickbooks payroll pro tech support
number, Intuit Quickbooks payroll pro technical support phone number, Intuit
Quickbooks payroll pro phone number, Intuit Quickbooks payroll pro technical
support number, Intuit Quickbooks payroll pro support phone number. It is very
popular toll free number which provide by Intuit Quickbooks payroll pro
technical support, Intuit Quickbooks payroll pro Customer Service Phone
Number,
http://www.mapmyrun.com/routes/view/1693997312http://www.mapmyrun.com/routes/view/1694002046http://www.mapmyrun.com/routes/view/1694012915https://blueprints.launchpad.net/inkscape/+spec/liuhgfdhttps://blueprints.launchpad.net/inkscape/+spec/litjdhttps://blueprints.launchpad.net/inkscape/+spec/mjnhgbhttps://blueprints.launchpad.net/inkscape/+spec/rbcdsxhttps://kdp.amazon.com/community/thread.jspa?threadID=851717https://kdp.amazon.com/community/thread.jspa?threadID=851720https://kdp.amazon.com/community/thread.jspa?threadID=851771https://quickbooksdgdgsupporthkksdjkh.wordpress.com/2017/07/24/lo1800349692…https://quickbookstechnicalhelpupport.blogspot.com/2017/07/dilagi1800349692…https://community.mcafee.com/message/453671https://community.mcafee.com/message/453672https://kdp.amazon.com/community/thread.jspa?threadID=798810https://kdp.amazon.com/community/thread.jspa?threadID=798020https://kdp.amazon.com/community/thread.jspa?threadID=798806http://www.mapmyrun.com/routes/view/1641324701http://www.mapmyrun.com/routes/view/164099988https://kdp.amazon.com/community/thread.jspa?threadID=801498https://www.npmjs.com/package/radio-1800349-6921-intuit-call-at-quickbooks-…http://www.mapmyrun.com/routes/view/1607663575http://www.mapmyrun.com/routes/view/1605819991https://www.npmjs.com/package/helpdesk-quickbooks-enterprise-phone-number-1…https://www.npmjs.com/package/intuit-quickbooks-pro-2017-phone-number-1800-…https://www.npmjs.com/package/18003496921-quickbooks-premier-2017-support-n…https://www.npmjs.com/package/intuit-18003496921-quickbooks-premier-2017-su…https://kdp.amazon.com/community/thread.jspa?threadID=798020https://kdp.amazon.com/community/thread.jspa?threadID=801499https://kdp.amazon.com/community/thread.jspa?threadID=805462https://kdp.amazon.com/community/thread.jspa?threadID=805300https://kdp.amazon.com/community/thread.jspa?threadID=807209http://www.mapmyrun.com/routes/view/1607663575https://kdp.amazon.com/community/thread.jspa?threadID=807539https://kdp.amazon.com/community/thread.jspa?threadID=809545www.mapmyrun.com/routes/view/1651200485https://www.npmjs.com/package/quickbooks-helpdesk-support-number-1800349692…https://kdp.amazon.com/community/thread.jspa?threadID=809952https://kdp.amazon.com/community/thread.jspa?threadID=812867https://community.mcafee.com/message/455310
--
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=42533
Bug ID: 42533
Summary: Saints Row 3 fails to start
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 57433
--> https://bugs.winehq.org/attachment.cgi?id=57433
The full wine debuglog of DirectX9
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
This game has DirectX9 and DirectX10/11 support.
This game has native Linux support.
--
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=39032
Bug ID: 39032
Summary: Error instalando software d conexion VPN de CheckPoint
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: victormp2711(a)gmail.com
Distribution: ---
Created attachment 51996
--> https://bugs.winehq.org/attachment.cgi?id=51996
es el detalle del error al momento de instalar
Problemas al instalar software descargado de CheckPoint vpn build 619. intente
varias versiones y esta fue la que llego mas lejos pero aun asi no se pudo
instalar.
--
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=42920
Bug ID: 42920
Summary: ffxiv dx11
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
ffxiv in dx11 mode game text is fuzzy, gets stuck in loop for opening movie,
renders character black fails to render actual game completely. only can see
user interface and names ever thing is black.to top this off performance is in
the gutter. and it fails exit properly.
on another note without CSMT enabled game config menu before login is unusable
and the opening menu is completely screwy.
also if the next expansions benchmark is any indictation they will be dropping
dx9 support pretty soon.
--
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=43754
Bug ID: 43754
Summary: In dlls/dbghelp/dwarf.c file, there is a NULL
dereference
Product: Wine
Version: 2.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: os(a)iscas.ac.cn
Distribution: ---
Created attachment 59249
--> https://bugs.winehq.org/attachment.cgi?id=59249
In line 447, variable last has a NULL dereference
In the dwarf.c file, the variable last is assigned NULL,there is no other
operation with last, uthil "last->next = new "when the "abbrev_entry->attrs" is
true,
so there is a NULL dereference.
--
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=42984
Bug ID: 42984
Summary: Office 2016 doesn't install
Product: Wine
Version: 0.9-pre
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert(a)stevens.tk
Created attachment 58120
--> https://bugs.winehq.org/attachment.cgi?id=58120
It seems that a function is not implemented
The installation of office 2016 fails (tested in crossover downloaded the
version that was available for download on 9 may)
--
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=42887
Bug ID: 42887
Summary: CPython 3.6.1 interpreter causes unhandled exception
on startup
Product: Wine
Version: 2.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ernst(a)pleiszenburg.de
Distribution: ---
Created attachment 58011
--> https://bugs.winehq.org/attachment.cgi?id=58011
unhandled exception backtrace
(Currently, it is very hard to just install any Python (3) interpreter at all
under Wine ... The Anaconda installer fails, the ActivePython installer fails,
the CPython installer fails ... So I though I'd be clever and just download the
CPython interpreter itself. Well, it fails, too.)
* Steps:
wget https://www.python.org/ftp/python/3.6.1/python-3.6.1-embed-win32.zip
unzip python-3.6.1-embed-win32.zip
wine python.exe
* Expected result:
A somewhat operational python interpreter / shell. Nothing fancy, no packages,
just Python 3.
* Actual result:
wine: Call from 0x7b43fa2e to unimplemented function
api-ms-win-core-path-l1-1-0.dll.PathCchCombineEx, aborting
wine: Unimplemented function api-ms-win-core-path-l1-1-0.dll.PathCchCombineEx
called at address 0x7b43fa2e (thread 0009), starting debugger...
I attached the full backtrace. 32/64 bit versions of Python behave identically.
(I am running Wine 2.6 on openSUSE Leap 42.2. I am willing to test patches. In
the context of the CPython installer, I was already pointed to Wine Staging. I
have not tested this yet but will do. The Python interpreter is literally the
heard of a lot of software, so it is important from my point of view to make it
work.)
--
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=38063
Bug ID: 38063
Summary: WeChat cannot display qrcode, then crashed
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lightning1141(a)gmail.com
Distribution: ---
Created attachment 50707
--> https://bugs.winehq.org/attachment.cgi?id=50707
wine WeChat1.0_Beta.exe
1. Download WeChat1.0_Beta.exe from
http://dldir1.qq.com/weixin/Windows/WeChat1.0_Beta.exe
2. install with wine
$wine WeChat1.0_Beta.exe
3. start from wine
$wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Tencent/WeChat/WeChat.exe &>
wine-wechat.log
WeChat cannot display the qrcode, then a few seconds later, then it crashed.
A full log is attached. But it seems like that WeChat has it's own crash
reports.
The software WeChat1.0_Beta.exe updates frequently.
$sha1sum WeChat1.0_Beta.exe
7761754997a8160f3bc1662fca914e6c7f17a842 WeChat1.0_Beta.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=43535
Bug ID: 43535
Summary: wew
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: amstream
Assignee: wine-bugs(a)winehq.org
Reporter: 1337moonzdotid(a)gmail.com
Distribution: ---
Created attachment 58932
--> https://bugs.winehq.org/attachment.cgi?id=58932
ewe
ewe
--
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=42624
Bug ID: 42624
Summary: Oxygen Not Included graphics upside down/missing
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hewanci(a)gmail.com
Distribution: ---
Created attachment 57566
--> https://bugs.winehq.org/attachment.cgi?id=57566
Upside down menu background
Oxygen Not Included is in early Alpha. Linux port is planned but so far there
is only Windows build.
There are several graphics issues reported by several users:
- Menu graphics are upside down
- For some people the world ingame is also drawn upside down, while for others
it comes up full black.
More info can be found here:
http://forums.kleientertainment.com/topic/74079-oni-linux-wine-status/
P.s.: I'm a noob, but if you give me instructions on what logs to attach, or
what debugging to do and how, I would be happy to try my best to help, as I won
the game.
--
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=43228
Bug ID: 43228
Summary: TestVkr.exe crashes on launch
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pere.jobs(a)gmail.com
Distribution: ---
Created attachment 58527
--> https://bugs.winehq.org/attachment.cgi?id=58527
The program that crashes on launch
This program (official program of my university to test students memoirs)
segfaults on launch.
--
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=43095
Bug ID: 43095
Summary: GOG Galaxy needs mfc140u.dll
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: darkwingbuck13(a)gmail.com
Distribution: ---
Created attachment 58280
--> https://bugs.winehq.org/attachment.cgi?id=58280
Debug log
GOG Galaxy won't start, the only error being that it requires mfc140u.dll.
--
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=43015
Bug ID: 43015
Summary: shader_glsl_handle_instruction Backend can't handle
opcode dcl_index_range
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
fixme:d3d_shader:shader_glsl_handle_instruction Backend can't handle opcode
dcl_index_range
--
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=43528
Bug ID: 43528
Summary: as
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advpack
Assignee: wine-bugs(a)winehq.org
Reporter: newradifans(a)gmail.com
Distribution: ---
as
--
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.