https://bugs.winehq.org/show_bug.cgi?id=41192
Bug ID: 41192
Summary: No crashes but always error reporting without further
issues on the invoked Windows applications.
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benedict.thienpont(a)gmail.com
Distribution: ---
Created attachment 55426
--> https://bugs.winehq.org/attachment.cgi?id=55426
The error reporting.
>Description:
All windows applications I have (none are games) result in a nagging popup of
an error. It has no effect on the functionality of the software. With or
without closing the error report I can continue using the Windows application
and ignore the error reporting.
>cat /proc/version:
Linux version 3.13.0-77-generic (buildd@lcy01-35) (gcc version 4.8.2 (Ubuntu
4.8.2-19ubuntu1) ) #121-Ubuntu SMP Wed Jan 20 10:50:59 UTC 2016
>lscpu:
Architecture: i686
CPU op-mode(s): 32-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 2
Core(s) per socket: 1
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 15
Model: 4
Stepping: 1
CPU MHz: 2990.571
BogoMIPS: 5981.14
L1d cache: 16K
L2 cache: 1024K
>lshw -short:
H/W path Device Class Description
===================================================
system ()
/0 bus 09F0h
/0/1 memory 128KiB BIOS
/0/5 processor Intel(R) Pentium(R) 4 CPU 3.00GHz
/0/5/7 memory 28KiB L1 cache
/0/5/8 memory 1MiB L2 cache
/0/5/1.1 processor Logical CPU
/0/5/1.2 processor Logical CPU
/0/6 processor CPU [empty]
/0/36 memory System Memory
/0/36/0 memory 512MiB DIMM DDR2 Synchronous 533 MHz
(1.9 ns)
/0/36/1 memory 512MiB DIMM DDR2 Synchronous 667 MHz
(1.5 ns)
/0/36/2 memory 512MiB DIMM DDR2 Synchronous 667 MHz
(1.5 ns)
/0/36/3 memory 512MiB DIMM DDR2 Synchronous 533 MHz
(1.9 ns)
/0/37 memory Flash Memory
/0/37/0 memory 1MiB Chip FLASH Non-volatile
/0/0 memory
/0/2 memory
/0/100 bridge 82945G/GZ/P/PL Memory Controller Hub
/0/100/2 display 82945G/GZ Integrated Graphics
Controller
/0/100/1b multimedia NM10/ICH7 Family High Definition Audio
Controller
/0/100/1c bridge NM10/ICH7 Family PCI Express Port 1
/0/100/1c/0 bus uPD720200 USB 3.0 Host Controller
/0/100/1c.1 bridge NM10/ICH7 Family PCI Express Port 2
/0/100/1c.1/0 eth0 network NetXtreme BCM5752 Gigabit Ethernet PCI
Express
/0/100/1d bus NM10/ICH7 Family USB UHCI Controller #1
/0/100/1d.1 bus NM10/ICH7 Family USB UHCI Controller #2
/0/100/1d.2 bus NM10/ICH7 Family USB UHCI Controller #3
/0/100/1d.3 bus NM10/ICH7 Family USB UHCI Controller #4
/0/100/1d.7 bus NM10/ICH7 Family USB2 EHCI Controller
/0/100/1e bridge 82801 PCI Bridge
/0/100/1f bridge 82801GB/GR (ICH7 Family) LPC Interface
Bridge
/0/100/1f.1 storage 82801G (ICH7 Family) IDE Controller
/0/100/1f.2 storage NM10/ICH7 Family SATA Controller [IDE
mode]
/0/3 scsi0 storage
/0/3/0.0.0 /dev/cdrom disk DVDRAM GSA-H10N
/0/4 scsi2 storage
/0/4/0.0.0 /dev/sda disk 64GB SAMSUNG SSD PB22
/0/4/0.0.0/1 /dev/sda1 volume 59GiB Extended partition
/0/4/0.0.0/1/5 /dev/sda5 volume 57GiB Linux filesystem partition
/0/4/0.0.0/1/6 /dev/sda6 volume 1908MiB Linux swap / Solaris partition
/0/7 scsi3 storage
/0/7/0.0.0 /dev/sdb disk 250GB ST3250820AS
/0/7/0.0.0/1 /dev/sdb1 volume 39GiB Darwin/OS X HFS+ partition
/0/7/0.0.0/2 /dev/sdb2 volume 59GiB EXT4 volume
/0/7/0.0.0/2/5 /dev/sdb5 volume 57GiB Linux filesystem partition
/0/7/0.0.0/2/6 /dev/sdb6 volume 1801MiB Linux swap / Solaris partition
/0/7/0.0.0/3 /dev/sdb3 volume 17GiB Windows NTFS volume
/0/7/0.0.0/4 /dev/sdb4 volume 116GiB Darwin/OS X HFS+ partition
/0/8 scsi4 storage
/0/8/0.0.0 /dev/sdc disk 8036MB Cruzer Micro
/0/8/0.0.0/0 /dev/sdc disk 8036MB
/0/8/0.0.0/0/1 /dev/sdc1 volume 7662MiB Windows FAT volume
--
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=17896
Summary: Cups not detected on OpenBSD
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: OpenBSD
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Compile script is:
#!/bin/sh
export CFLAGS="-I/usr/local/include -I/usr/local/include/libpng"
export LDFLAGS="-lm -lz -lcrypto -L/usr/local/lib"
export X_EXTRA_LIBS="-lXau -lXdmcp"
export CPPFLAGS="-I/usr/local/include"
./configure
>From config.log:
configure:16073: checking for -lcups
configure:16108: gcc -o conftest -I/usr/local/include
-I/usr/local/include/libpng -I/usr/local/include -I/usr/local/include -lm -lz
-lcrypto -L/usr/local/lib conftest.c -lcups -Wl,-R/usr/local/lib
-L/usr/local/lib -lossaudio -li386 >&5
/usr/local/lib/libcups.so.3.0: warning: strcpy() is almost always misused,
please use strlcpy()
/usr/local/lib/libcups.so.3.0: warning: sprintf() is often misused, please use
snprintf()
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_getspecific'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_once'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_key_create'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_mutex_unlock'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_mutex_lock'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_setspecific'
collect2: ld returned 1 exit status
perhaps we need to #include pthread.h?
--
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=42818
Bug ID: 42818
Summary: MIDI Time Code Quarter Frame messages not passed to
ALSA
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: mdmayfield(a)yahoo.com
Distribution: ---
MIDI Time Code (MTC) Quarter Frame messages are not correctly passed to ALSA,
causing sync to fail when the Windows application running under Wine (such as
REAPER) is the master timekeeper.
The problem is in dlls/winealsa.drv/midi.c, lines 931-945, which tries to use
snd_seq_ev_set_sysex to send these messages. Based on the discussion in
https://bugs.winehq.org/show_bug.cgi?id=26928 this must have once worked, but
apparently with more recent versions of ALSA these messages are never actually
sent via snd_seq_ev_set_sysex (it must have become more strict in its
definition of "SysEx").
Commit 53454ce9359f4ec485aa9411a0e9b14e3d1ed0fa "Fix handling of system real
time MIDI messages" by 00cpxxx appears to address a very similar issue with
some messages, but does not address Quarter Frames.
By using that approach as a template I was able to make Quarter Frame messages
work again:
https://github.com/mdmayfield/wine/commit/ab1763e7287a7062f658c40def5bf9919…
Without this patch I could reproduce the issue on Wine 1.6, 1.8, 1.9,and 2.4.
Once I have time I will try to create a proper patch submission. Otherwise
please feel free to use or adapt the fix from the GitHub link above.
Thanks,
Matt
--
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=42739
Bug ID: 42739
Summary: CUPS PDF creation, font encoding, garbled / glibberish
text
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
Assignee: wine-bugs(a)winehq.org
Reporter: quatze(a)t-online.de
Distribution: ---
Created attachment 57734
--> https://bugs.winehq.org/attachment.cgi?id=57734
Original docx file
This has originally been posted in the forum, see here:
https://forum.winehq.org/viewtopic.php?f=8&t=28673
I am running MSOffice 2007 on Wine 2.4 on Arch. It is running very well and I
am using it to prepare PDF files from various office files in the background.
The PDF files look very good and are searchable. However, they contain text,
which is malformed. This depends on the font encoding, I suppose.
As a test setup I copied my Fonts directory from my windows machine to the
respectuive wine prefeix/drive_c/windows/Fonts and also installed them in the
truetype fonts directory on the linux machine (/usr/share/fonts/TTF + fc-cache
and fc-cache-32). So the PDF printing picks up all necessary fonts.
Printing is done via cups-pdf. Currently at 3.0.1, but I have tried several
versions starting from 2.6 inclduding and not indcluding several patches found
on the internet:
https://github.com/alexivkin/CUPS-PDF-to-PDFhttp://www.linuxquestions.org/questions ... 175440557/
https://launchpadlibrarian.net/15378121 ... port.patch
It seems that the cups-pdf driver is not the culprit here, as the result is
always the same.
My test.docx is attached and contains two lines ('test') the first one in
Calibri, the second one in Arial. When I print this docx with wine 2.4, Word
2007 and cups-pdf, a pdf file is created, which looks fine (s. attached), but
when I copy and paste the text, I get:
'[garbled text]
test'
So apparently, the Calibri-font part is somehow problematic.
pdffonts test_wine.pdf
OQHKQC+ArialMT Type 1C WinAnsi yes yes no 10 0
YIGKZZ+Calibri Type 1C Custom yes yes no 8 0
I know I can directly save the docx as a pdf in word and I can also automate
this via a makro, but I also would like to print from Outlook, which is not as
easy to automate as Word via makros, but easily prints via tjhe /p command line
switch.
When I directly save the docx as pdf, I get:
'Test
test'
pdffonts test_wine_savepdf.pdf
ABCDEE+Calibri TrueType WinAnsi yes yes no 5 0
Arial TrueType WinAnsi no no no 7 0
The difference is that the Calibri font is encoded WinAnsi and not custom.
I checked whether the cups-pdf driver might be the culprit by opening and
printing the test.docx file with a native copy of libreoffice and I get:
'Test
test'
pdffonts test_lo.pdf
BAAAAA+Calibri TrueType WinAnsi yes yes yes 14 0
CAAAAA+ArialMT TrueType WinAnsi yes yes yes 9 0
So, basically, both the cups-pdf driver and wine/word are able to encode
WinAnsi, but printing via Word apparently forces the cups-pdf driver to include
custom-encoded font-subsets. I somewhere read that ghostscript cannot do
anything related to reencoding fonts, so I assume that there is something wrong
before cups-pdf starts.
Further observations:
If I use the 'print to file' option in Word (wine) and Word (Windows machine)
to produce a PS file, further processing with ghostscript produces a PDF with
garbled copied text and Type 1C, Custom encoding Calibri, whilst the same
command produces a PDF with copiable text and TrueType, WinAnsi encoding
Calibri.
--
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=36975
Bug ID: 36975
Summary: Printing to PDF using cups-pdf as default always
prints as USA letter.
Product: Wine
Version: 1.7.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pedro.m.ferreira(a)gmail.com
Im using a software called AIRC, it is a portuguese townhall management
software.
With wine version 1.4 i could create A4 pdf files directly from the software,
but now with wine 1.6 or wine 1.7 the pdf are always size usa letter.
It is not a cups-pdf problem because printing directly to the printer it prints
only as usa letter and a little part of the data.
How can i troubleshoot the bug ? 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=43258
Bug ID: 43258
Summary: Spooky's Jump Scare Mansion: HD Renovation crashes
Product: Wine
Version: 2.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: laevos(a)laevos.com
Distribution: ---
The game will play correctly up to around level 100 or so, but then (randomly,
since the layout of the mansion is randomly generated) upon entering a room,
this error eventually pops up:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0xaa8cf6
Causing the game to immediately 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=42832
Bug ID: 42832
Summary: The Sims 4 Bug Report
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: lessist48(a)gmail.com
Created attachment 57924
--> https://bugs.winehq.org/attachment.cgi?id=57924
Bug file.
Hello,i got a bug on The Sims 4. When i click on The Sims 4, this make me this:
What can i do? Thanks 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=7316
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |ABANDONED
Status|ASSIGNED |RESOLVED
--- Comment #43 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Long abandoned.
--
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=43243
Bug ID: 43243
Summary: HirezLauncher.exe: crashes during install.
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 58550
--> https://bugs.winehq.org/attachment.cgi?id=58550
This is the backtrace from when HirezLauncher.exe crashed
During a download and install of Smite through InstallSmite.exe(available from
https://www.smitegame.com/download/) HirezLauncher.exe will crash during
install.
--
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=33694
Bug #: 33694
Summary: AppDB need a lot of time to commit a screenshot and
shows an error message
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mywine(a)schiermeier-it.de
Classification: Unclassified
Created attachment 44612
--> http://bugs.winehq.org/attachment.cgi?id=44612
AppDB commit fails (or not?)
I got a message about a new qued screenshot. Proccessing it I got
acontradictory message. At least the screenshot was commited to the database.
--
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=38168
Bug ID: 38168
Summary: Keyword field unused
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
URL: https://appdb.winehq.org/help/?sTopic=maintainer_guide
lines
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: ---
The maintainer guidelines indicate that "Keywords are used by the search
engine" but this does not seem to be true. The application "Pony Art CD"
(https://appdb.winehq.org/objectManager.php?sClass=version&iId=31453) has the
keyword "horses" set but the term does not appear (singular or plural) in its
description, version description, or test results. It is not listed when
searched for with the WineHQ search box, Google directly, or the AppDB search
(https://appdb.winehq.org/objectManager.php?sClass=application&bIsQueue=fals…).
Either this needs to be fixed or the field removed and maintainer guidelines
updated accordingly.
--
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=36179
Bug ID: 36179
Summary: New bug links are automatically added even before
review occurs
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: frederic.delanoy(a)gmail.com
When you add a bug link to an AppDB entry, you get a message
"The Bug Link you submitted will be added to the database after being
reviewed."
while it gets automatically added anyway.
Either the bug link shouldn't be added automatically, but only upon an "OK"
review, or the message should disappear.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27807
Summary: Multiplicity when adding bugs to 'Show apps affected
by this bug'
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
Linking a bug to an application works fine as long as the user or mantainer
links only one affected version, but when he or she adds more than one, they
are spread and randomly arranged in the "Show apps affected by this bug", which
doesn't give a clear image at first glance so the user/mantainer have to search
and reread to get a clear image of the status.
So my proposal is, when multiple versions of the same app are added, display
only one time the app, and every version in the versions column. Example:
app name | desc | versions
msn | program to chat | 1.0
| with friends | 4.0
| | 7.0
| | 8.0
| | live
| | live 2.0
If isn't too dificult or time consuming, can it be fixed that way?
--
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=43248
Bug ID: 43248
Summary: TOWeb 6.20 installs but crashes immediately it is run
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Distribution: ---
Created attachment 58557
--> https://bugs.winehq.org/attachment.cgi?id=58557
wine_toweb6_terminal_log.txt.xz
Installed to a 32-bit WINEPREFIX set to Windows XP.
export WINEDEBUG=+all
wine start 'C:\Program Files\Lauyan\TOWeb V6\TOWeb.exe'
&>./wine_toweb6_terminal_log.txt
Unable to get a Wine back-trace - I believe the TOWeb application is
intercepting the exception.
Allegedly this TOWeb runs well under Wine - according to the developers!!
But I've test Wine versions: 1.8 , 2.0.1 , 11 - and the application doesn't
start on any of these versions.
Clearly the developers haven't tested Wine compatibility for 6.x version of
TOWeb...
--
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=31859
Bug #: 31859
Summary: Delete button in User Admin doesn't do anything
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
URL: http://appdb.winehq.org/admin/adminUsers.php
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Delete button in User Admin asks to confirm. Clicking yes doesn't do anything.
There is currently a huge amount of spam on the AppDB and it is growing, this
feature would be very useful right now...
--
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=27656
Summary: Deus Ex: Human Revolution - Severe graphical glitches
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: shazzner(a)gmail.com
Created an attachment (id=35366)
--> (http://bugs.winehq.org/attachment.cgi?id=35366)
Output when running in terminal
Menu & cutscenes work fine, upon loading the 3d level there are graphical
anomalies. When moving camera the world disappears except for a few nearby
objects. Attached are the terminal output and a screenshot displaying glitch.
--
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=38637
Bug ID: 38637
Summary: FEAR:
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: brebs(a)sent.com
Distribution: ---
Hi, mouse movement in FEAR has terrible stuttering, even though moving/rotating
with the keyboard is smooth, and the framerate is otherwise great.
My mouse is a Razer Abyssus, set to 1000 hz polling at 3500 DPI.
It seems that Windows 8.1 has a very similar problem:
https://steamcommunity.com/app/327740/discussions/0/613938693183053517/#c62…https://support.microsoft.com/en-us/kb/2908279
Of course, other games (including Wine games) are smooth.
I don't think this is a duplicate of the (old & vague) bug #31661
--
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=41685
Bug ID: 41685
Summary: Still Life needs support for I3DL2 Environmental
Reverberation and Parametric Equalization effects
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
err:ole:CoGetClassObject class {ef985e71-d5c7-42d4-ba4d-2d073e2e96f4} not
registered
err:ole:CoGetClassObject no class object {ef985e71-d5c7-42d4-ba4d-2d073e2e96f4}
could be created for context 0x1
err:ole:CoGetClassObject class {120ced89-3bf4-4173-a132-3cb406cf3231} not
registered
err:ole:CoGetClassObject no class object {120ced89-3bf4-4173-a132-3cb406cf3231}
could be created for context 0x1
wine-1.9.22-113-gb32a0ea
--
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=19160
Summary: Orly's Draw-A-Story demo crashes on startup
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.tjande.com/orly/orlydemo.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=22147)
--> (http://bugs.winehq.org/attachment.cgi?id=22147)
Orly's Draw-A-Story demo backtrace
With today's Git (wine-1.1.24-537-gfb0275d), when attempting to start the
Orly's Draw-A-Story demo, the application immediately crashes in CreateDCA
instead of starting as expected. A backtrace is attached.
--
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=43226
Bug ID: 43226
Summary: GoG release of nex machina: blank screen upon launch
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scheckley(a)gmail.com
Distribution: ---
Created attachment 58519
--> https://bugs.winehq.org/attachment.cgi?id=58519
backtrace
linux mint 18.1 (cinnamon)
--
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=22776
Summary: Call of Duty: Modern Warfare 2 flickery textures in
midrange background
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
COD:MW2 launches fine from Steam (once you work around bug 22053).
Starting single-player campaign works fine, too,
but there is some annoying flickering, usually covering only the middle quarter
of the screen, but occasionally affecting the sky as well.
It's as if buildings are flickering in and out.
--
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=43152
Bug ID: 43152
Summary: VistA GuiMail won't start, needs adslpc.dll
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
To reproduce:
1. Download and run the Astronaut VistA installer from SourceForge.
2. When prompted for the "Astronaut VistA server IP Address or Name", enter
"localhost".
3. After installation has finished, run `wine 'C:\Program Files
(x86)\VistA\GuiMail\GuiMail.exe'`.
Expected results:
An error dialog saying "Connection to server could not be established!"
Actual results:
err:module:import_dll Library adsldpc.dll (which is needed by L"C:\\Program
Files (x86)\\VistA\\GuiMail\\GuiMail.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files
(x86)\\VistA\\GuiMail\\GuiMail.exe" failed, status c0000135
--
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=43122
Bug ID: 43122
Summary: Retro Achievements Snes9x emulator crashes on start
Product: Wine
Version: 2.9
Hardware: x86
URL: http://retroachievements.org/download.php
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: reboot(a)gmx.ch
Regression SHA1: 2fa86fd6616e1671dd3ecfa3d2d6eaccf10be994
Distribution: Debian
Created attachment 58326
--> https://bugs.winehq.org/attachment.cgi?id=58326
Backtrace of the crash
The Retro Achievements Snes9x emulator does a HTTP Request when it is started.
It then immediately crashes in a winhttp.dll function.
This seems to be caused by a change in commit
2fa86fd6616e1671dd3ecfa3d2d6eaccf10be994. Reverting the commit fixes the crash.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43098
Bug ID: 43098
Summary: WarBR: wine aborts after game's login due to
unimplemented wmvcore function
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: rodrigodavy(a)gmail.com
Distribution: ---
Created attachment 58284
--> https://bugs.winehq.org/attachment.cgi?id=58284
Debug info
The game login screen appears after running 'winetricks -q wmp9' as a
workaround suggested in this other bug report:
https://bugs.winehq.org/show_bug.cgi?id=43097
However, when you insert your registered username and password and press
Entrar, it gives an error saying "Conexão com o server terminado" (Server
connection ended)
Using the Windows wmvcore.dll instead of the one supplied by wine works as
workround
--
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=43084
Bug ID: 43084
Summary: PresentMon requires tdh.dll
Product: Wine
Version: 2.8
Hardware: x86
URL: https://github.com/GameTechDev/PresentMon/releases/tag
/v1.1.2
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
err:module:import_dll Library tdh.dll (which is needed by
L"Z:\\home\\user\\PresentMon32-v1.1.2.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\user\\PresentMon32-v1.1.2.exe" failed, status c0000135
sha1sum PresentMon32-v1.1.2.exe
62baf19dbaaeea1421d3181b9b62dc6d9db7e123 PresentMon32-v1.1.2.exe
du -sh PresentMon32-v1.1.2.exe
348K PresentMon32-v1.1.2.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.
http://bugs.winehq.org/show_bug.cgi?id=32233
Bug #: 32233
Summary: Battlefield Bad Company 2 weapons/items hold by player
distorted/invisible
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajsb(a)vfemail.net
Classification: Unclassified
No matter i'm reporting this bug as for WINE 1.5.17 it actually it affects
previous version also since BFBC2 can be played in WINE.
This issue is playing in MULTIPLAYER in non-punkbuster servers.
I don't play the single player of this game.
Also, this bug happens no matter the settings , only varies in severity
according to settings
This report will have 3 points (1st 2 in this post, 3rd point in next posts):
1. My WINE settings for this game.
2. Description of bug.
3. Screenshots
1.My WINE settings for this game.
These settings are needed to avoid several textures problems related with
explosions, shooting, smoke, fires and even completely random textures
problems.
With these settings all that is solved...remaining only the issues that
are the reason for this report:
MultiSampling Disabled
StrictDrawOrdering ENABLED (MANDATORY to avoid issues above)
UseGLSL Disabled
MouseWarpOverRide Disabled (not relevant for bug)
d3dx10 DISABLED (avoids 1st launch lock up)
Virtual Desktop 1024x768 (not relevant for bug)
GrabFullScreen y (not relevant for bug)
2. Description of bug.
Textures of Weapons/Items hold by player can be , or NOT, distorted.
This distortion reaches sometimes level so high that makes weapon or item
completely useless and impossible to play with it.
These distortions don't affect all weapons/items when we (re)spawn but only
a part of them.
Just because a weapon/item is not distorted when we (re)spawn once,
doesn't mean that next time we (re)spawn is not distorted and vice-versa.
Changing class before respawn and going back to previous class in next respawn
can solve the problem...OR NOT...OR MAKE IT EVEN WORSE.
Sometimes distortion only happens in normal standing and not in ADS.
Sometimes distortion only happens in ADS and not in normal standing.
Sometimes distortion only shows when running/moving.
Very rare but sometimes distortion only happens when standing still.
MAJORITY of times it will happen in all those circumstances.
Sometimes is not distorted....it's INVISIBLE !!!
Sometimes is...distorted AND invisible !!!
--
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=39909
Bug ID: 39909
Summary: 4K display bug (3840x2160)
Product: Wine
Version: 1.9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nad4reg(a)gmail.com
Distribution: ---
Hi,
I am the lucky owner of a 4K display (3840x2160 resolution)
when using on a large screen, there is an invisible line below which
- display looks not refreshed (you have to move the window with the mouse)
- no interaction take place (ie you cannot select text, key combinations do not
work)
this line appears to be below 1440.
FYI it is used in combination with a 2650x1440 display (I don't think it has
any impact)
--
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=43175
Bug ID: 43175
Summary: redefinition of typedef ‘ID2D1Image’ (gcc-4.2)
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
CC: leslie_alistair(a)hotmail.com
Regression SHA1: 28ea560b7a935e9652906d2dbf3460aa0cb927b7
In file included from bitmap.c:23:
../../include/wincodec.h:437: error: redefinition of typedef ‘ID2D1Image’
../../include/d2d1.h:126: error: previous declaration of ‘ID2D1Image’ was here
make[1]: *** [bitmap.o] Error 1
make: *** [dlls/d2d1] Error 2
make: *** Waiting for unfinished jobs....
Regression test revealed:
author Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
Tue, 6 Jun 2017 01:51:05 +0000 (01:51 +0000)
commit 28ea560b7a935e9652906d2dbf3460aa0cb927b7
include/windocdec.idl: Add interface IWICImagingFactory2.
As the first bad commit.
--
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=657
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |serguynya(a)mail.ru
--- Comment #115 from Austin English <austinenglish(a)gmail.com> ---
*** Bug 43225 has been marked as a duplicate of this bug. ***
--
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=42345
Bug ID: 42345
Summary: Dark souls 2: Scholar of the First Sin - no video
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: ---
Using W7, wine 2.0 staging and nvidia proprietary drivers.
Game launches in a window, I can hear music, but doesn't accept input or show
any video.
Log keeps getting spammed with following lines:
fixme:d3d11:d3d11_immediate_context_RSSetState Ignoring DepthClipEnable 0.
fixme:d3d11:d3d11_immediate_context_RSSetViewports Floating-point viewports not
implemented.
fixme:d3d11:d3d11_immediate_context_OMSetBlendState Per-rendertarget blend not
implemented.
fixme:d3d11:d3d11_immediate_context_OMSetBlendState Color mask > 3 not
implemented.
fixme:dxgi:dxgi_swapchain_Present Unimplemented sync interval 1
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43184
Bug ID: 43184
Summary: Lost Castle v1.38: Crashes on load, unable to open
game.
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: bil_94(a)hotmail.com
Distribution: ---
Created attachment 58455
--> https://bugs.winehq.org/attachment.cgi?id=58455
Game crash message, can't attach multiple files to show the WINE error log.
When trying to open the game .exe it just crashes with a window that states
this, I'm using the wine-staging version as I thought it is stable.
There's no much to say, the problem is that I can't backtrace the error to know
what causes it.
Here's the paste of the console: https://pastebin.com/38t0SS8r
Here's the paste of the backtrace: https://pastebin.com/v0iavBSP
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=43222
Bug ID: 43222
Summary: CorelDraw X7 Installer crashes and throws a backtrace
Product: Wine
Version: 2.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 58508
--> https://bugs.winehq.org/attachment.cgi?id=58508
Backtrace on wine 2.10 (non-staging)
Hello everyone,
I got hold of an old installer of CorelDraw X7 Graphics suite which starts up
but throws a backtrace on the splash screen.
I am attaching my backtrace and console output for further 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=41951
Bug ID: 41951
Summary: Unimplemented function bcrypt.dll.BCryptDuplicateHash
prevents DOOM from running
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: strider(a)strycore.com
Distribution: ---
Created attachment 56337
--> https://bugs.winehq.org/attachment.cgi?id=56337
Wine output with +bcrypt
With the recent removal of Denuvo in DOOM, we are closer to having a working
game but some features are still missing.
Aside form bug #40418, the call to bcrypt.dll.BCryptDuplicateHash seems to
crash the game.
I'm attaching a log from Wine 1.9.24 running with WINEDEBUG="+bcrypt" and a
crash report from the game itself.
--
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=24632
Summary: Final Fantasy XIV Characters not rendering properly
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 2jp.ebd(a)gmail.com
I was able to get the client installed, patched, log in and able to actually
enter the game. Characters fail to render properly, but scenery and menus seem
to render ok. See attached image for example of what it looks like
--
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=42516
Bug ID: 42516
Summary: Kholat hangs on splash screen
Product: Wine
Version: 2.2
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: ---
Created attachment 57402
--> https://bugs.winehq.org/attachment.cgi?id=57402
log
Game hangs after ~10 seconds.
wine-2.2-119-g1cc93e3
--
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=38509
Bug ID: 38509
Summary: Cannot delete notes
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: guillaumeraffin(a)free.fr
Distribution: ---
When I try to delete notes on GW2 release client, here:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=26558
I select a note, click on the "delete" button... and I get the following error:
Selected class does not support this operation (missing 'delete()')
--
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=42989
Bug ID: 42989
Summary: Moving test result out of version does not change the
rating for old version
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: faalagorn(a)gmail.com
Distribution: ---
Let me explain the issue: Originally, before I got a maintainer status for
Madballs in...Babo: Invasion (
https://appdb.winehq.org/objectManager.php?sClass=application&iId=10754 ),
there was only one version - that's why I originally submitted my result under
the existing version.
However, since I got the maintainer status for Madballs, I decided to split the
old test results from 2009 from the newer ones, since the game got updated a
lot in between 2009-2010 time, and the original tests were for the unpatched
version which could differ.
That's why I created a new version and moved two existing test out of there,
including my platinum one, to the newest version, leaving behind two garbage
and bronze tests. I even marked the version as obsolete. However, it never
refreshed the rating for the now-old version, which says Platinum, despite
having only Garbage and Bronze test results in 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.
http://bugs.winehq.org/show_bug.cgi?id=28032
Summary: Screenshot entry in user's Queued Items cannot display
a submitted screenshot
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nachanon_Vetjasit(a)hotmail.com
When submitted a new screenshot, it will appear in user's Queued Items.
When clicking "Edit" on an screenshot item, user could see, and edit it's
description.
But the screenshot image itself is not displayed.
When opening browser to the image address
(http://appdb.winehq.org/appimage.php?bQueued=true&iId=....)
will get an error "Insufficient privileges.".
This might be the issue only when it's an ordinary user (not a maintainer) that
submitted the screenshot.
--
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=12426
Summary: win16 test suite: listbox test fails
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://win16test.googlecode.com
OS/Version: other
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11965)
--> (http://bugs.winehq.org/attachment.cgi?id=11965)
Backtrace in git
+++ This bug was initially created as a clone of Bug #9850 +++
The code can be downloaded
from http://win16test.googlecode.com with svn,
and is quite easy to run; see
http://win16test.googlecode.com/svn/trunk/src/README
for instructions.
The listbox test crashes in current git. Attached is the backtrace in current
git.
--
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=4405
rebe(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rebe(a)gmx.net
--- Comment #16 from rebe(a)gmx.net ---
Created attachment 58477
--> https://bugs.winehq.org/attachment.cgi?id=58477
Behaviour under WinXP
Bug still present with wine 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=3846
rebe(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rebe(a)gmx.net
--- Comment #34 from rebe(a)gmx.net ---
db1, db2, db3 still broken with Wine 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.
http://bugs.winehq.org/show_bug.cgi?id=33145
Bug #: 33145
Summary: Invalid fonts in Yarmap input fields and drop-down
lists
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: v_mil(a)ukr.net
Classification: Unclassified
Dear developers!
Many thanks for correction of [Bug 32919] Yarmap causes Unhandled exception:
page fault on read access in 32 bit code.
If I try to type anything (Street or organization name) I see only a top of
letters.
All drop-down lists are empty. But clicking on any empty element of drop-down
list successfully opens an object as usually.
With best regards.
Viktor.
--
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=39063
Bug ID: 39063
Summary: Ability to delete own added issues until they get
reviewed
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
By accident I have added an issue to the wrong application and wanted to remove
it. But there is not way to remove such issues so maybe there could be added
one that allows the user to remove his own issues before they get reviewed.
--
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=26930
Summary: Common replies do not work for Screenshot Queue
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: other
Status: NEW
Severity: minor
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
The text box when processing the Screenshot Queue is already pre-filled. The
common reply links just add the line to the end without clearing the pre-filled
data.
Deleting the pre-filled data manually means that the common reply links don't
work at all.
Currently using Firefox 4.0 under Windows 7 x64.
--
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=19377
Summary: Calculation of overall rating is misleading to users
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
AFAICT, the overall rating for an app is calculated as an average of the
ratings submitted in tests for the most recent version. This leads to overall
ratings that do not match any of the submitted tests for that version.
The Microsoft Office 2007 installer is a good example:
Tests submitted on July 6 and 9 rated it platinum for 1.1.25, and the overall
rating was (correctly) platinum.
A test submitted on July 14 rated it garbage for 1.1.25, and the overall rating
dropped to gold.
A test submitted on July 16 rated it garbage for 1.1.25, and the overall rating
dropped to silver.
This is misleading. The gold rating tells users they need one or more tweaks to
get the app working, the silver rating tells them that basic functions work but
some advanced ones don't; in the Office 2007 example, neither rating reflected
the data that was actually submitted for that version.
--
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=43182
Bug ID: 43182
Summary: Right command acting as Alt
Product: Wine
Version: 1.8
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aspiringcaprofessional(a)gmail.com
My right-command key is acting as the Windows Alt key.
Is there anyway to make the Alt as the left-command key
Currently running 10.12.5 - Sierra
--
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=40196
Bug ID: 40196
Summary: Can't create HKEY_CLASSES_ROOT\http with regedit: File
exists
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: basinilya(a)gmail.com
Distribution: ---
Created attachment 53702
--> https://bugs.winehq.org/attachment.cgi?id=53702
regedit screenshot
I'm trying to change default browser following
https://bugs.winehq.org/show_bug.cgi?id=37562#c5
I don't see the key "http" in HKEY_CLASSES_ROOT, but when I try to create it,
it says "File exists"
--
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=40219
Bug ID: 40219
Summary: Kontakt 5 player needs
msvcr120.dll.?_Id@_CurrentScheduler@details@Concurrenc
y@@SAIXZ
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: piotr.caban(a)gmail.com
Distribution: ---
The Kontakt 5 player application crashes on unimplemented function:
wine: Call from 0x7b83be8c to unimplemented function
msvcr120.dll.?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ, aborting
The application can be downloaded from:
http://www.native-instruments.com/en/products/komplete/samplers/kontakt-5-p…
(asks for 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=38969
Bug ID: 38969
Summary: RAGE crashes on startup
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: hp(a)tmm.cx
Distribution: ---
Created attachment 51913
--> https://bugs.winehq.org/attachment.cgi?id=51913
Backtrace
I have installed RAGE through a winetricks steam installation, it crashes on
startup. System information:
$ lsb_release -a
LSB Version:
:core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: Fedora
Description: Fedora release 22 (Twenty Two)
Release: 22
Codename: TwentyTwo
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated
Graphics (rev 09)
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.6.1
(git-6ff3ae8)
OpenGL core profile shading language version string: 3.30
$ wine --version
wine-1.7.47 (Staging)
Attached you will find the output of WINEDEBUG="+wgl,+opengl,+tid"
WINEPREFIX="/home/hp/.local/share/wineprefixes/steam" wine Rage.exe and the
subsequent crash 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=43079
Bug ID: 43079
Summary: 1Password 6.5.401 crashes on startup with
Sqlite.SqliteException
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: me(a)jackgrigg.com
Distribution: ---
Created attachment 58265
--> https://bugs.winehq.org/attachment.cgi?id=58265
Full run log including crash output.
Using Wine 2.8 (devel) for Ubuntu (running on Xenial), I performed the
following:
1. Install 20170517-next
(https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetric…)
2. export WINEARCH=win32
3. Using winetricks, install dotnet46
3. WINEDLLOVERRIDES=fusion=b wine
~/.cache/winetricks/dotnet461/NDP461-KB3102436-x86-x64-AllOS-ENU.exe /q
/norestart
1. I initially tried "winetricks dotnet461" directly, but it would crash as
soon as the 4.6.1 install started. Executing in two separate steps solved the
problem.
4. Run winecfg and set the Windows version to Windows 10 (but same error occurs
with Windows 8)
5. Run 1PasswordSetup-6.5.401.exe to install it.
6. After installation completed, it crashed when it auto-ran for the first
time.
7. Create a symlink to sqlite3.dll:
1. cd "~/.wine/drive_c/users/$USER/Local Settings/Application
Data/1password/app/6/"
2. ln -s x86/sqlite3.dll ./
3. For more information, please see:
https://bugs.winehq.org/show_bug.cgi?id=42692
9. Run 1Password again: wine AgileBits.OnePassword.Desktop.exe
The UI outline appears but then immediately crashes with:
Unhandled Exception: Microsoft.Data.Sqlite.SqliteException: SQLite Error 1: 'no
such table: config'.
--
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=42899
Bug ID: 42899
Summary: Nancy Drew Multiple Game no test
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kvero1(a)u.brockport.edu
Distribution: ---
I just bought the multiple game version of Nancy Drew and the ghost of Thornton
Hall and Nancy Drew and the Secret Medallion. The game runs smoothly but the
only issue, which is major, is that the games do not come with text. I am
unable to view the conversations and choose my response and review the task
list when I am unable to see any text.
--
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=40780
Bug ID: 40780
Summary: dlls/wininet - error building on NetBSD
Product: Wine
Version: 1.9.12
Hardware: x86
OS: NetBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
Created attachment 54680
--> https://bugs.winehq.org/attachment.cgi?id=54680
./configure CFLAGS="-I/usr/X11R7/include -I/usr/pkg/include
-I/usr/pkg/include/AL -I/usr/pkg/include/hal" LDFLAGS="-L/usr/X11R7/lib
-L/usr/pkg/lib" --without-xrandr && make
Hello,
I am trying to build Wine on NetBSD 7.0.1 (GENERIC.201605221355Z) i386 but
stops on an error about wininet.
--
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=43161
Bug ID: 43161
Summary: PresentMon fails to run
Product: Wine
Version: 2.10
Hardware: x86
URL: https://github.com/GameTechDev/PresentMon/releases/tag
/v1.1.2
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 58415
--> https://bugs.winehq.org/attachment.cgi?id=58415
wine log
error: failed to open trace.
sha1sum PresentMon32-v1.1.2.exe
62baf19dbaaeea1421d3181b9b62dc6d9db7e123 PresentMon32-v1.1.2.exe
du -sh PresentMon32-v1.1.2.exe
348K PresentMon32-v1.1.2.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=43165
Bug ID: 43165
Summary: Desktop "taskbar" listens to mouse input even when
applications (should) have exclusive access
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: roman(a)hargrave.info
Distribution: ---
I've been having issues with the taskbar (in the virtual desktop) while playing
Wolfenstein TNO/TOB, but this likely applies to other games that read mouse
input in a similar fashion to idTech.
Essentially, if the mouse is flicked before the game (or whichever input system
it uses) can return the cursor to the center of the window and it reaches the
bottom corner of the screen, the taskbar will be shown (and cannot be
re-hidden), and the user can unintentionally interact with the start button or
application kickers (and their context menu). I have unintentionally minimized
fullscreen applications multiple times due to this issue.
Honestly, this bug could probably be split across application input and the
shell, since it seems to be primarily caused by the applications input system,
and the taskbar still accepting input when a window above it should have
received 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=40067
Bug ID: 40067
Summary: DPP 4.3.31 Does not start: Unhandled exception:
assertion failed in 32-bit code
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bert.de.beer(a)unet.nl
Distribution: ---
Created attachment 53546
--> https://bugs.winehq.org/attachment.cgi?id=53546
backtrace.txt of the crash
Installed Canon DPP 4.3.31 in a clean Wine environment and started it.
First time it crashed with "assertion failed" second time it went in a loop in
DPP4main.exe and third time it started correctly.
Most times it fails to start.
Installation details:
Distribution: Mint 17.2 (Rafaela) (x86_64) 64-bit
Operating system: Linux 3.16
Desktop: Xfce 4.12
Packagebase: Ubuntu 14.04
PPA: ubuntu-wine
Wine 1.7.55
WINEARCH=win32 WINEPREFIX=~/.win32_DPP_4 winetricks xmllite
WINEARCH=win32 WINEPREFIX=~/.win32_DPP_4 winetricks vcrun2013
WINEARCH=win32 WINEPREFIX=~/.win32_DPP_4 winetricks gdiplus
WINEARCH=win32 WINEPREFIX=~/.win32_DPP_4 winetricks msxml3
WINEARCH=win32 WINEPREFIX=~/.win32_DPP_4 winetricks msxml6
WINEARCH=win32 WINEPREFIX=~/.win32_DPP_4 winetricks d3dx9_43
WINEARCH=win32 WINEPREFIX=~/.win32_DPP_4 winetricks wininet
WINEARCH=win32 WINEPREFIX=~/.win32_DPP_4 winetricks dotnet45
WINEARCH=win32 WINEPREFIX=~/.win32_DPP_4 winecfg
Set windows version to 8.1
WINEARCH=win32 WINEPREFIX=~/.win32_DPP_4 wine
~/Downloads/dppw4.3.31-installer.exe
Lauch of DPP through the desktop icon:
env WINEPREFIX="/home/bert/.win32_DPP_4" wine C:\\windows\\command\\start.exe
/Unix /home/bert/.win32_DPP_4/dosdevices/c:/users/Public/Desktop/Digital\
Photo\ Professional\ 4.lnk
--
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=41758
Bug ID: 41758
Summary: wine can't load freetype if the latter is built with
harfbuzz support
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: bero(a)lindev.ch
Distribution: ---
Created attachment 56202
--> https://bugs.winehq.org/attachment.cgi?id=56202
Proposed workaround
If freetype (tried freetype 2.7, wine 1.9.23; probably also valid for other
versions) is built with harfbuzz support, wine complains about:
Wine cannot find the FreeType font library. To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
Adding some debug statements, it turns out that wine_dlopen fails not because
the library isn't there, but because dlopen barfs because it can't resolve
hb_ft_font_create in libfreetype.so.6. (Same for libfontconfig.so.1).
A fix (workaround?) is to use RTLD_LAZY instead of RTLD_NOW when dlopening
freetype and fontconfig -- seems to work well after that.
Patch relative to wine-staging 1.9.23 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=43154
Bug ID: 43154
Summary: AMD Radeon HD 7600M Series detected as *HD 5600 Series
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: k.dmitriu(a)gmail.com
Distribution: ---
Created attachment 58398
--> https://bugs.winehq.org/attachment.cgi?id=58398
lspci VGA fglrxinfo
AMD Radeon HD 7600M Series detected as AMD Radeon HD 5600 Series
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27428
Summary: ie6 closes
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: battinirajkumar(a)gmail.com
Created an attachment (id=35076)
--> (http://bugs.winehq.org/attachment.cgi?id=35076)
error of ie6
Internat explorer displays an error when I open internet options
--
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=32590
Bug #: 32590
Summary: Microsoft Money 2005 does not terminate properly on
exit. Needs to be manually killed.
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: junk_2010(a)live.co.uk
Classification: Unclassified
On both:
wine 1.4.1
wine 1.5.19
Running under 32 bit Ubuntu 12.04.1.
Microsoft Money 2005 (UK edition) ran after installing Internet Explorer 6
using winetricks.
Entry submitted to AppDB describing installation and running of the program.
Microsoft 2005 does not terminate properly on exit. Needs to be manually
killed.
The GUI exited, but the program was still running (use "ps" in a terminal to
find pid and then kill it off).
On exit hang error messages were:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_END_BROWSER_SESSION:
STUB
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:apphelp:ApphelpCheckShellObject stub:
{9ba05972-f6a8-11cf-a442-00a0c90a8f39} 0x126e8e4
Note that during the general running of the program I got quite a few of the
messages below as various actions were undertaken in the program:
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
These did not seem to affect program operation.
--
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=657
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |mfc
--
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=42807
Bug ID: 42807
Summary: Coda Finale: call to unimplemented function
IPHLPAPI.DLL.GetIfTable2Ex
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: davech(a)t-online.de
Distribution: ---
Created attachment 57837
--> https://bugs.winehq.org/attachment.cgi?id=57837
backtrace
Coda Finale (http://www.finalemusic.com/free-trial) installs but does not run
due to an unimplemented function:
wine: Call from 0x7bc6012c to unimplemented function
IPHLPAPI.DLL.GetIfTable2Ex, aborting
wine: Unimplemented function IPHLPAPI.DLL.GetIfTable2Ex called at address
0x7bc6012c (thread 002d)
--
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=38093
Bug ID: 38093
Summary: The main character is missing/invisible in Hitchcock:
The Final Cut demo
Product: Wine
Version: 1.7.36
Hardware: x86-64
URL: http://www.fileplanet.com/82009/80000/fileinfo/Alfred-
Hitchcock---The-Final-Cut-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Terminal strings
fixme:d3d_surface:surface_load_location Unimplemented copy from 0 to
WINED3D_LOCATION_TEXTURE_RGB for depth/stencil buffers.
fixme:d3d_surface:surface_load_location Unimplemented copy from 0 to
WINED3D_LOCATION_SYSMEM for depth/stencil buffers.
err:d3d_surface:surface_invalidate_location Surface 0x1f4d18 does not have any
up to date location.
fixme:d3d_surface:surface_unmap Depth / stencil buffer locking is not
implemented.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42421
Bug ID: 42421
Summary: Sniper Elite V2 has faulty color determination
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: noonetinone(a)gmail.com
Distribution: ---
With Wine-Staging 2.0 it was very dark and wrong colors are selected.
Staging 2.1 things look even dark and worse.
With a new repository called 'Wine-overwatch' the game appears to improve.
The colors are still wrong but the darkness issue isn't there.
I will upload screenshots.
--
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=39998
Bug ID: 39998
Summary: WINED3DFMT_B5G5R5X1_UNORM to WINED3DFMT_B5G5R5A1_UNORM
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: robert(a)hurst-ri.us
Distribution: ---
Created attachment 53441
--> https://bugs.winehq.org/attachment.cgi?id=53441
WINED3DFMT_B5G5R5X1_UNORM to WINED3DFMT_B5G5R5A1_UNORM
All multimedia works in Medieval: Total War (AppDB Id=4109) with the exception
of the Strategy Mode's territory surface map -- it renders black. There seems
to be ongoing development (julliard?) in this space, happy to test! :)
In-game scrolling repeats the surface_convert_format conversion function
artifact, as recorded in the 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.
http://bugs.winehq.org/show_bug.cgi?id=31967
Bug #: 31967
Summary: Unreal Engine games don't render anything on OS X
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thanoulas(a)gmail.com
Classification: Unclassified
Created attachment 42118
--> http://bugs.winehq.org/attachment.cgi?id=42118
Diff patch of the hack described in the post
All unreal engine games don't start on OS X.
I've attached a patch that makes the games playable, but this patch is causing
sync issues in the game animations, and causes XCOM: Enemy Unknown to crash
when going in game.
The problem must be somewhere else, I've only attached the hack to give you
guys a clue of where the problem might be, so you can create a proper patch
Thanks and keep up the great work
--
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=39064
Bug ID: 39064
Summary: Path of Exile: resolution other than 1024x768 causes a
crash
Product: Wine
Version: 1.5.28
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tristevoix(a)yahoo.com
Distribution: ---
Created attachment 52032
--> https://bugs.winehq.org/attachment.cgi?id=52032
program error details
The game starts in 1024 x 768. When I go into Options/Graphics and change the
resolution to something else, the game crashes if I hit Apply Display Settings.
--
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
------------------------------------------------------
Hi
It's our birthday and we are celebrating 2 years of our outlet. We'd like to offer you only 19.95 USD for all styles of Oakley and Ray Ban Sunglasses.
Please visit our online store for more details: http://www.aufashions.online
YOU WON'T WANT TO MISS THESE OFFERS
To your success!
Regards,
Mila
Oakley Sunglass Warehouse
------------------------------------------------------
https://bugs.winehq.org/show_bug.cgi?id=42162
Bug ID: 42162
Summary: Native support for 3dfx/Glide
Product: Wine
Version: 2.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
As Wine is a tool for getting Windows-applications to run on *nix-systems it
would be nice to be able to run older games natively. Now an additional Glide
wrapper is needed for 3dfx supported games.
It would be nice if Wine packaged such support natively. I know Glide has been
dead for several years, yet there are older games that need Glide-support in
order to function 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=43145
Bug ID: 43145
Summary: approving unmodified test results triggers "Are you
sure you want to change the Wine version of the
report?"
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffz(a)jeffz.name
Distribution: ---
Attempting to approve test results in the queue without making changes to the
version triggers the message and checkbox:
> You have changed the Wine version of the report. Are you sure you want to do this?
> Please submit a new test report for every Wine version you test; this is useful for tracking Wine's progress.
> Yes, I want to change the Wine 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.
https://bugs.winehq.org/show_bug.cgi?id=43136
Bug ID: 43136
Summary: WoT newest version 9.19(World of Tanks) cuts the
screen off
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rufus_1_2(a)yahoo.com
Distribution: ---
Created attachment 58346
--> https://bugs.winehq.org/attachment.cgi?id=58346
Screenshot of cut off edges, but not the blank areas.
The newest version makes the full screen mode not fill the screen and the blank
edge around also cuts off parts of the right and bottom of the viewing area.
The windowed mode has the same previous problem of trimming only the bottom,
but this was preexisting in the older versions.
I just just noticed the screen shots don't show the blank area outside of the
utilized area, but the screen is still cut off on both the right and bottom.
The settings seems to accurately show my screen dimensions.
--
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=7106
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |kernel32
--
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=4836
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |wineps.drv
--
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=42936
Bug ID: 42936
Summary: Unable to submit a screenshot (application: GRIP)
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 58087
--> https://bugs.winehq.org/attachment.cgi?id=58087
Screenshot, GRIP racing game
As described in the title, I can't attach a screenshot to the application GRIP,
even though I've been accepted to be a maintainer of this application.
Every time I try to submit a screenshot, I get the following error message:
Unable to move screenshot from '' to
'/home/winehq/opt/appdb/data/screenshots/originals/51205'
(the number here varies every time).
Please see the attachment for the screenshot I've unsuccessfully tried to
submit so far.
Title I've used for the picture is "In-game racing" and Wine version is 2.7.
--
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=39382
Bug ID: 39382
Summary: AppDB needs a way to readily distinguish wine-staging
versions from the development branch
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: ---
The version numbers are the same for the two branches; the only way to tell
which branch was tested is for is if the user mentions it in the body of the
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=43141
Bug ID: 43141
Summary: Dark souls 2: Scholar of the First Sin - Switching
focus to another window breaks mouse look until
restart
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: spleefer90(a)gmail.com
Distribution: ---
As per title, I don't think WINE generates any logs when this happens, there's
just DX11 spam that's always there.
tested with wine-staging 64 bit on Arch Linux.
Nvidia GTX 970 with proprietary drivers.
Someone told me to "you have to run the game in a virtual desktop and check
capture mouse in full screen windows"
but that didn't fix the 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.
https://bugs.winehq.org/show_bug.cgi?id=36527
Bug ID: 36527
Summary: Microsoft Office 2007 diagnosis service crashes on
unimplemented function
KERNEL32.dll.AllocateUserPhysicalPages
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
found during investigation of other bugs.
'Word options' -> 'Resources' -> 'Microsoft Office diagnosis'
>From command line as follows:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Common Files/Microsoft Shared/OFFICE12
$ WINEDEBUG=+tid,+seh,+loaddll,+process wine ./OFFDIAG.EXE /SOURCE 2
...
0016:trace:process:create_process_impl app (null) cmdline L"C:\\Program
Files\\Common Files\\Microsoft Shared\\OFFICE12\\ODSERV.EXE"
...
0016:trace:process:create_process_impl starting L"C:\\Program Files\\Common
Files\\Microsoft Shared\\OFFICE12\\ODSERV.EXE" as Win32 binary
(0x30000000-0x30071000, arch 014c)
...
002b:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b83ac57
ip=7b83ac57 tid=002b
002b:trace:seh:raise_exception info[0]=7b88a4e0
002b:trace:seh:raise_exception info[1]=7b88a52e
wine: Call from 0x7b83ac57 to unimplemented function
KERNEL32.dll.AllocateUserPhysicalPages, aborting
002b:trace:seh:call_stack_handlers calling handler at 0x7bc9ec6f code=80000100
flags=1
wine: Unimplemented function KERNEL32.dll.AllocateUserPhysicalPages called at
address 0x7b83ac57 (thread 002b), starting debugger...
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa366528%28v=vs.85%…
$ wine --version
wine-1.7.19-56-gee13e10
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=4418
--- Comment #21 from winetest(a)luukku.com ---
Still valid wine 2.9 and staging 2.9. Console output isnt revealing at all.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20080
Summary: Perfect Cherry Blossom controls go crazy
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g6672D(a)gmail.com
After the game gets into the start menu, it goes crazy. The menu cursor moves
around by itself, and there's no way of stopping it via the keyboard, so I have
to quit via my "Close Window" binding.
For some reason, my gamepad can at least control it, though it is fighting with
the spurious movements. If I manage to switch to windowed (and then fullscreen
which is desired) it corrects itself for that session, and I can play normally.
But it reappears the next time I start the game.
It doesn't affect other games in the series, eg: Imperishable Night. It is not
dependent on a joystick being set up or present.
This regression definitely appeared in 1.1.29, as it doesn't happen in 1.1.28.
Direct download for the demo of the game, which also has the bug (you need lha
to extract it.)
http://www16.big.or.jp/~zun/data/soft/youmu_tr011.lzh
--
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=42923
Bug ID: 42923
Summary: Neverwinter Online new module crashes with
wine-2.7-staging
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: xxx(a)muad-dib.net
Distribution: ---
Created attachment 58070
--> https://bugs.winehq.org/attachment.cgi?id=58070
WINEDEBUG=+d3d_shader,+d3d_bytecode,-win
After the update today the game crashes as soon pressing play in the launcher.
--
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=30830
Bug #: 30830
Summary: Brightness adjustement problem on Tom Clancy's HAWX 1
(full game) - renders game dark and hard to play
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Classification: Unclassified
Created attachment 40374
--> http://bugs.winehq.org/attachment.cgi?id=40374
Brightness adjustement problem on Tom Clancy's HAWX 1 (full game) - screenshot
At launch of Tom Clancy's HAWX 1 (full game), the monitor is auto adjusted for
screen resolution and brightness. But at launch of the game, the brightness is
too dark (see attachment)
Wine 1.5.5
Kubuntu 12.04
Graphic card : ATI Radeon 7xxx series
AMD Catalyst 12.6 beta
The problem was already observed using older and stable catalyst drivers
Problem occures since several Catalyst version but doesn't occures in the past
Maybe a regression linked to bug report #17090 ?
--
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=20610
Summary: xmodmap numpad realigning unrecognized by Wine
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://forum.winehq.org/viewtopic.php?t=6682
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samyazza(a)gmail.com
Created an attachment (id=24584)
--> (http://bugs.winehq.org/attachment.cgi?id=24584)
What appears in the console when I launch a new game in WC3.
I have remapped the numpad keys using xmodmap to play Warcraft III, since some
of the keyboard shortcuts cannot be changed from within the game. I wrote a
simple script:
xmodmap -e "keycode 10 = KP_7"
xmodmap -e "keycode 11 = KP_8"
xmodmap -e "keycode 12 = KP_4"
xmodmap -e "keycode 13 = KP_5"
xmodmap -e "keycode 14 = KP_1"
xmodmap -e "keycode 15 = KP_2"
wine 'Frozen Throne.exe' -opengl
xmodmap -e "keycode 10 = 1"
xmodmap -e "keycode 11 = 2"
xmodmap -e "keycode 12 = 3"
xmodmap -e "keycode 13 = 4"
xmodmap -e "keycode 14 = 5"
xmodmap -e "keycode 15 = 6"
Running Warcraft with this script doesn't change anything though, except for
several "fixmes" appearing in the console (log attached).
OS: Ubuntu 8.10
Wine version: wine-1.1.32
I know there's a bug with the whole keyboard controlled mouse cursor thingy in
Ubuntu 8.10. I have that turned off, just as it should be, so it's not the
issue.
--
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=43043
Bug ID: 43043
Summary: sentry_mba won't open properly in wine
Product: Wine
Version: 2.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mohammad1emadi1taj(a)gmail.com
Distribution: ---
hi
when i open sentry mba using wine the popup window won't be closed so the whole
app won't be usuible(you can't use the main widnows unless the popup get's
closed)
you can download it from it's offical site
https://sentry.mba/files/Sentry_MBA.rar
i tested on stable,dev and staging version and in diffrent PCs
hope it get's fixed
thanks for reading
--
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=43037
Bug ID: 43037
Summary: Drops the game's Wow/WoT
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: connaissant(a)mail.ru
Distribution: ---
Created attachment 58192
--> https://bugs.winehq.org/attachment.cgi?id=58192
After entering the game world
Hello everyone, guys.
I have:
Wine-2.6
3.0 Mesa 17.2.0-devel
Gallium 0.4 on AMD ARUBA (DRM 2.43.0 / 4.4.0-75-generic, LLVM 4.0.1)
00: 01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD / ATI]
Trinity [Radeon HD 7640G]
Sorry, the problem is that when you enter the game you can see the lines and
you can not play. The problem with wine or with a video driver? Any ideas how
to solve the problem?
The screenshot shows the lines (If you can call it a line) The screenshot is
made in Wow. In WoT the same thing
Any ideas?
--
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=7287
Zebediah Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |z.figura12(a)gmail.com
--- Comment #22 from Zebediah Figura <z.figura12(a)gmail.com> ---
The cause of the bug is an icon/title window (a system "window" responsible for
showing the icon and title of the minimized window) being incorrectly created,
and the program interpreting it as a window to create a tab for.
A proper fix would probably implement the minimized titlebars that Windows
itself later switched to.
--
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=37936
Bug ID: 37936
Summary: Xara Photo Graphic Designer 2013: main window has an
offset, cannot be moved, cannot be resized
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anonymous.maarten(a)gmail.com
Distribution: ---
Created attachment 50540
--> https://bugs.winehq.org/attachment.cgi?id=50540
Window has an offset (=transaparent pixels on the top and left) + cannot be
resized
Hey,
The main window of Xara Photo Graphic Designer 2013
- has an offset,
- cannot be moved and
- cannot be resized.
The fix suggested in https://bugs.winehq.org/show_bug.cgi?id=20025#c4
(unticking 'Allow the window manager to control the windows' option in
'winecfg' 'graphics' settings) does not solve the problem.
$ du -h xaraphotographicdesigner2013.exe
78M xaraphotographicdesigner2013.exe
$ sha1sum xaraphotographicdesigner2013.exe
39c9491c10d13ff18a066169ae62187fbc00a4b6 xaraphotographicdesigner2013.exe
$ wine --version
wine-1.7.34-36-g4493323
--
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=40773
Bug ID: 40773
Summary: Strider crashes on launch
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: strider(a)strycore.com
Distribution: ---
Created attachment 54672
--> https://bugs.winehq.org/attachment.cgi?id=54672
Backtrace produced when running with 1.9.12
I have been testing this game for the past few months on every Wine release to
test progress made on the DirectX11 implementation. Now that the API is
starting to be more complete and some DirectX11 games now work, I believe this
is a good time to start tracking this 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.
https://bugs.winehq.org/show_bug.cgi?id=43108
Bug ID: 43108
Summary: Strider displays a black screen on launch
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: strider(a)strycore.com
Distribution: ---
Created attachment 58302
--> https://bugs.winehq.org/attachment.cgi?id=58302
Output with WINEDEBUG=+tid,+d3d11,+d3d
When opening the game on Steam, the game displays a black screen. the
background music can be heard and the game menu responds to key presses.
Judging from the debugging output, it seems that a lot of texture/color formats
are still missing.
--
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=8692
--- Comment #20 from winetest(a)luukku.com ---
(In reply to winetest from comment #19)
> Still valid wine 2.5.
I think this is actually fixed in wine-staging. Could it be?
I am not native german speaker, but after installing the software I picked
Eigenschaften and it shows in english properties.
The size of directories seems to be always (unknown), but I can't see this
issue with 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=40575
Bug ID: 40575
Summary: vconnect-Stand fail to run with cadencii
Product: Wine-staging
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 54414
--> https://bugs.winehq.org/attachment.cgi?id=54414
vconnect-STAND fatal error backtrace in .txt format
vconnect-STAND.exe is a synthesizer engine of cadencii program, fail to work
with cadencii.
--
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=43085
Bug ID: 43085
Summary: TIM message manager window unresponsive partly
Product: Wine
Version: 2.8
Hardware: x86
URL: http://dldir1.qq.com/qqfile/qq/TIM1.1.0/20837/TIM1.1.0
.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lilydjwg(a)gmail.com
Distribution: ---
Created attachment 58267
--> https://bugs.winehq.org/attachment.cgi?id=58267
The problematic window
This is another window-related issue with TIM, similar to the one in bug 43009.
TIM is a cleaner version of QQ, successor of QQ Lite.
download and install it:
http://dldir1.qq.com/qqfile/qq/TIM1.1.0/20837/TIM1.1.0.exe
ecb6934f7cea33b1458308495fd965a274c6ba2a TIM1.1.0.exe
winetricks riched20 so you can input your QQ number.
login in, then click "消息记录" near the bottom-right corner. The window will
expand to the right, showing history messages. Then click again to unexpand it.
Now, the top bar and the left buddy list will become unresponsive. The top bar
even doesn't update itself. A screenshot by scrot shows these unresponsive part
as black.
Minimizing then restoring won't help. However, cover the window with another
window then it's back to normal.
My window manager is Awesome 3.4.
Tested with wine 2.8, wine-staging 2.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=43103
Bug ID: 43103
Summary: unixfs unable to find file when wine run in a network
namespace
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: lucianposton(a)gmail.com
Distribution: ---
If I run wine within a network namespace, wine is unable to find a file,
exiting with an error, wine: cannot find L"unix\\home\\user\\GameDir\\game.exe"
To repro the bug, the prefix must be setup such that:
1) "$WINEPREFIX/drive_c/Program Files/GameDir" is a symlink to a directory in
$HOME, outside of the prefix but on the same partition, and
2) the prefix's registry has been modified with the regedit described at
https://github.com/wine-mirror/wine/blob/252051cb1b3f0fc4aade128370fb3e38d9…
. This appears to cause the following behavior to change in wine:
https://github.com/wine-mirror/wine/blob/252051cb1b3f0fc4aade128370fb3e38d9…
If I start wine using
cd "$WINEPREFIX/drive_c/Program Files/GameDir" ; wine game.exe
it behaves fine. wine is able to find game.exe.
However, if I start wine within a namespace,
cd "$WINEPREFIX/drive_c/Program Files/GameDir" ; ip netns exec
MyNetworkNamespace wine game.exe
wine exits with the error:
wine: cannot find L"unix\\home\\user\\GameDir\\game.exe"
I expect both to succeed (or both fail, if that's the expect behavior when the
regedit in #2 is performed).
*Ancillary notes on setting up a network namespace*
I setup the network namespace using macvlan, which requires your kernel to have
CONFIG_MACVLAN (if it is compiled as a module, load it). Then you can create a
network namespace and a virtual network interface within the namespace as
follows:
REAL_IFACE=eth0 # set this to your real network interface from ifconfig
NETNS=MyNetworkNamespace # set this to whatever you want to name your namespace
NETNS_IFACE=vlaneth0 # set this to whatever you want to name your new virtual
interface inside the namespace
ip netns add "${NETNS}"
ip link add link "${REAL_IFACE}" name "${NETNS_IFACE}" type macvlan
ip link set "${NETNS_IFACE}" netns "${NETNS}"
ip netns exec "${NETNS}" ip link set "${NETNS_IFACE}" up
# Now give the new interface an ip. I use dhcpcd, but you can use your favorite
dhcp client (or set the ip directly)
ip netns exec "${NETNS}" dhcpcd "${NETNS_IFACE}"
# The interface should now have an ip, which we can verify by running ifconfig
inside the namespace
ip netns exec "${NETNS}" ifconfig
ip netns exec "${NETNS}" wine game.exe
# Note you can use sudo -u to avoid running wine as root in the above command.
--
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=31776
Bug #: 31776
Summary: Get WineTestBot working with libvirt
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
WineTestBot currently controls VMware VMs using VIX. However we need to switch
away from VMware. So the goal is to replace it with a combination of QEmu/KVM
and libvirt to provide a layer of abstraction.
See:
http://www.winehq.org/pipermail/wine-devel/2012-February/094080.html
--
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=43090
Bug ID: 43090
Summary: Myst crashes when linking to Myst in intro
Product: Wine
Version: 2.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anowlcalledjosh(a)gmail.com
Distribution: ---
Created attachment 58273
--> https://bugs.winehq.org/attachment.cgi?id=58273
Terminal output + backtrace after clicking linking panel
Myst crashes after clicking the linking panel in the intro.
To reproduce:
- Launch Myst
- Skip the intro videos (press space or click inside the window) to work around
bug 43087
- Click on the linking panel in the Myst book, and wait for the linking sound
to play once
Clicking either "Show Details" or "Close" in Wine's popup usually causes a
hang, the only way to exit Myst at this point is ctrl-C.
Interestingly, running Myst on one core (with "taskset -c 0 wine MYST.EXE")
then skipping the intro videos quickly enough* seems to inconsistently avoid
this crash, allowing the player to link to Myst (although the game usually
crashes soon after).
*if the Brøderbund logo is visible or the sound effect starts playing, you were
probably too slow.
Ubuntu 16.04.2 x86_64, 32-bit Windows 95 wineprefix.
--
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=43087
Bug ID: 43087
Summary: Myst hangs when Myst linking book is clicked in intro
Product: Wine
Version: 2.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anowlcalledjosh(a)gmail.com
Distribution: ---
Created attachment 58271
--> https://bugs.winehq.org/attachment.cgi?id=58271
Terminal output
Clicking the Myst linking book in the intro (when it's sitting on the floor)
causes Myst to hang forever. The audio continues to play, although the cursor
disappears when it's inside the Myst window.
Trying to close the window doesn't close Myst; only ctrl-C in the terminal it
was launched from, or waiting for Wine to pop up the "Waiting for Program"
window, works.
Ubuntu 16.04.2 x86_64, 32-bit wineprefix in Windows 95 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=9127
Miklós Máté <mtmkls(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mtmkls(a)gmail.com
--- Comment #73 from Miklós Máté <mtmkls(a)gmail.com> ---
If you have gstreamer1.0-plugins-bad:i386, quartz.dll will use gstreamer's mpeg
splitter instead of its own. To install that on debian/ubuntu 64bit you need to
hack its dependencies with equivs, because some lib packages are still not
multiarch-compatible.
--
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=43089
Bug ID: 43089
Summary: In GetDataBack (Runtime), via Wine, the dimensions of
the NTFS and FAT32 partitions are/appear wrong
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: baciudorian(a)gmail.com
Distribution: ---
In GetDataBack v. 4.xx, GetDataBack Simple v. 1.xx, 2.xx, 3.xx (manufacturer
Runtime), via Wine, the dimensions of the NTFS and FAT32 partitions are/appear
wrong (for hard disks, memory flash, etc.) and, of course, can't recover the
dates from hard disk/flash memory.
The GetDataBack/GetDataBack Simple application installs correctly in any
version of Wine.
Testing done on Wine v.1.6.2, v.1.8.0, v.1.9.5, v.2.0.1 and v.2.8 in Linux Mint
Cinnamon v.17.3, v.18.0, v.18.1, Ubuntu v. 14.04.x, v. 16.04.x and Knoppix
Linux v. 7.7.1.
Please fix this old bug.
Sorry my bad English and best regards.
Dorian B.
--
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=42289
Bug ID: 42289
Summary: Torchlight "not responding" dialog in wine-staging
Product: Wine-staging
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aaronbpaden(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57004
--> https://bugs.winehq.org/attachment.cgi?id=57004
Torchlight log
When starting Torchlight, GNOME's "not responding" dialog pops up. This is
currently only happening for me in wine-staging — or at least it's only 100%
reproducible in wine-staging.
The game will still load successfully.
--
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=35449
Bug ID: 35449
Summary: YoukuDesktop needs native IE to load pictures
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 47313
--> http://bugs.winehq.org/attachment.cgi?id=47313
without native ie8.png
0. download from http://desktop.youku.com/youkuclient/youkuclient_setup.exe
sha1sum:
c828f87a32a4d7092a0da76da0855d6dce1b32cb youkuclient_setup.exe
1. winetricks -q flash cjkfonts, then install it
2. Goto whe directory, run
wine YoukuDesktop.exe
3. Some pictures can't be loaded
winetricks -q ie8 workarounds(part?) this bug
--
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=34755
Bug #: 34755
Summary: strsafe.h functions are lacking
Product: Wine
Version: unspecified
Platform: x86
URL: http://msdn.microsoft.com/en-us/library/windows/deskto
p/ms647466%28v=vs.85%29.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rq(a)akl.lt
Classification: Unclassified
I tried to compile the latest version of TweakPNG
(http://entropymine.com/jason/tweakpng/) with Wine today. Apparently, the
strsafe.h header provided by Wine is only a dummy and seems to lack most of the
functions.
If I'm reading correctly, this header (and all its functions) has been part of
the Windows API since XPSP2, so I guess Wine should aim to provide that
functionality as well.
--
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=33844
Bug #: 33844
Summary: Grandia 2 whiteout.
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: SolisX007(a)yahoo.com
Classification: Unclassified
Created attachment 44886
--> http://bugs.winehq.org/attachment.cgi?id=44886
Grandia2 Screenshot
Hello Everyone,
When i tested out grandia II the game looks very white. Look at screenshot.
--
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=24698
Summary: Explorer++ doesn't show file icons
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://www.explorerplusplus.com/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31209)
--> (http://bugs.winehq.org/attachment.cgi?id=31209)
Terminal output
In the main explorer view of Explorer++, none of the file and folder icons are
displayed. Only blank space is shown in their place.
--
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=42873
Bug ID: 42873
Summary: Need for Speed: The Run crashes when getting a d3d
context
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 57989
--> https://bugs.winehq.org/attachment.cgi?id=57989
possible solution
When running "Need for Speed: The Run", it crash on an invalid context.
--
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=43019
Bug ID: 43019
Summary: redefinition of typedef 'QWORD' (wine compilation
fails with gcc 4.2.1)
Product: Wine
Version: 2.8
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: acescopezz(a)gmail.com
CC: leslie_alistair(a)hotmail.com
Regression SHA1: d5930db829680734ac0a6b10b1a2125cf24dba15
Created attachment 58163
--> https://bugs.winehq.org/attachment.cgi?id=58163
console output
Regression test reveals:
author Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
Thu, 11 May 2017 03:51:42 +0000 (21:51 -0600)
commit d5930db829680734ac0a6b10b1a2125cf24dba15
include: Add drmexternals.idl and wmdrmsdk.idl.
As the first bad commit.
--
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=42673
Bug ID: 42673
Summary: Do not run Battle.net
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: connaissant(a)mail.ru
Distribution: ---
Created attachment 57624
--> https://bugs.winehq.org/attachment.cgi?id=57624
The error number changes
Hello! After the upgrade of the Wow Legion game to version 7.1.5 (23420) of
January 17, 2017 - Battlet.NET does not start.
--
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=42937
Bug ID: 42937
Summary: Multiply games stuck with stack overflow when using
OffscreenRenderingMode=backbuffer
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mail_subscriber(a)mail.ru
Distribution: ---
Created attachment 58088
--> https://bugs.winehq.org/attachment.cgi?id=58088
log_bad
This is actually a regression caused by:
cad4badbcf25992e0c61521aa15e639c2611f5d6
wined3d: Get rid of wined3d_select_blitter()
Attaching 2 log files with WINEDEBUG="+d3d9,+d3d_shader,+d3d_surface,+seh,+tid"
One at cad4badbcf25992e0c61521aa15e639c2611f5d6 (the bad one)
Another at 4b8c0d8784593d2830f66407a51e88934ad7adb4 (the good one)
--
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=42900
Bug ID: 42900
Summary: The Testament of Sherlock Holmes rendering issue
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 4c8b3e0d19a9c10400311419b605bf016e65bd05
Distribution: ---
Created attachment 58032
--> https://bugs.winehq.org/attachment.cgi?id=58032
screenshot
>From output.
err:d3d:wined3d_debug_callback 0x24db868: "GL_INVALID_FRAMEBUFFER_OPERATION
error generated. Operation is not valid because a bound framebuffer is not
framebuffer complete.".
fixme:d3d:context_check_fbo_status FBO status
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT (0x8cd6)
fixme:d3d:context_dump_fbo_attachment GL_DEPTH_ATTACHMENT: 2d texture 17,
0x0, format 0x81a6.
fixme:d3d:context_dump_fbo_attachment GL_STENCIL_ATTACHMENT: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT0: 2d texture 16,
2048x2048, format 0x8c43.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT1: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT2: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT3: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT4: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT5: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT6: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT7: 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=42985
Bug ID: 42985
Summary: unimplemented function USER32.dll.GetPhysicalCursorPos
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 58122
--> https://bugs.winehq.org/attachment.cgi?id=58122
ROTTR, unimplemented function USER32.dll.GetPhysicalCursorPos
Rise of the Tomb Raider (x64 Steam game) needs User32 function
"GetPhysicalCursorPos" which is currently unimplemented. Please see the
attached log file for details.
The error message occurs once user has clicked "Play" button on the ROTTR game
launcher. The game tries to launch but fails and can't open its main window.
ROTTR is a 64-bit Steam DX11 game.
--------------------------------------------
Tested using the latest Wine (Staging) git version. Latest applied commit at
the time of writing was b6a4b2f593503a105dde01e7bd11ffdde243117a (winemac:
Track whether a view has ever had an OpenGL context 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=41184
Bug ID: 41184
Summary: DX11 Tesselation tutorial doesn't work correctly
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Running DX11 tesselation tutorial results a blank screen.
Download sources and binaries:
http://www.rastertek.com/dx11tut38.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=43012
Bug ID: 43012
Summary: ffxiv dx11 weird error
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
this new error showed up after dx11 ffxiv rendering was fixed not sure if it
has significant s.
--
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=42922
Bug ID: 42922
Summary: GMAT prep software error in installing
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: aswarth507(a)gmail.com
Distribution: ---
Created attachment 58065
--> https://bugs.winehq.org/attachment.cgi?id=58065
Program error details
I have faced an error while installing GMAT prep software using wine. attached
is 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=41908
Bug ID: 41908
Summary: WeChat can't display and send emoticons.
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Distribution: ---
Created attachment 56290
--> https://bugs.winehq.org/attachment.cgi?id=56290
A log with tid,relay,ole channel.
0. In order to reproduce this bug you need to install WeChat in your phone and
Wine.
A Google Play link:
https://play.google.com/store/apps/details?id=com.tencent.mm
1. Run `winetricks -q riched20` for bug 5162;
2. Run `export LC_ALL=zh_CN.UTF-8` to set a Chinese locale, because WeChat has
a strange crash when with English locale;
3. $ wine WeChatSetup.exe
4. Run WeChat in Wine it will display a QRCode. Scan it with WeChat Android to
login it;
5. Select a friend in 'Contacts' and try to send a emoticon to that friend.
Expected: Emoticon is displayed and sent out.
Actually: Nothing was displayed and it warned "不能发送空白消息(Can't send a empty
message)".
--snip--
fixme:ole:OleCreateStaticFromData
0x80a8610,{00000112-0000-0000-c000-000000000046},00000002,0x80a8830,0x1ee118,0x80d47e0,0x32f1d8:
semi-stub
fixme:ole:OleCreateFromDataEx (0x80a8610,
{00000112-0000-0000-c000-000000000046}, 00000000, 00000002, 1, 0x32ecf8,
0x80a8830, (nil), (nil), 0x1ee118, 0x80d47e0, 0x32f1d8): stub
--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=42348
Bug ID: 42348
Summary: League of legends installer: "Invalid command line"
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
https://riotgamespatcher-a.akamaihd.net/ShellInstaller/EUNE/LeagueofLegends…
No need to make an account. Just download and try to install.
wine 2.0-git.
--
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=34850
Bug #: 34850
Summary: Improve commctl32 TaskDialogIndirect stub to show
"content" part in task dialog box (more detailed error
messages for various apps/games)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
this is a bug split off from bug 34008 ("Bioshock Infinite won't start (needs
D3D11CreateDevice implementation to support at least D3D_FEATURE_LEVEL_10_0)")
The bug reporter complains that the reason for the error can't be seen in
message box Wine creates (as substitute for task dialog):
--- quote ---
Bioshock Infinite shows an empty message box on launch and closes after
pressing OK button. Nothing else is shown. After making a dirty hack in
commctrl.c (replaced pTaskConfig->pszMainInstruction with
pTaskConfig->pszContent) I can see the messagebox saying that I should have
DX10/11 compatible hardware and DX11 runtime: http://i.imgur.com/OxHDoKI.png
--- quote ---
This is actually true and I've also seen this for other apps that make use of
TaskDialogIndirect.
Wine currently only uses "pTaskConfig->pszMainInstruction" for display which
might not contain the essential information.
Various apps put the real info in "pTaskConfig->pszContent".
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb760544%28v=vs.85%…
Article showing use of various parameters/options with screenshots:
http://www.codeproject.com/Articles/16806/Vista-Goodies-in-C-Using-TaskDial…
Regards
--
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=43048
Bug ID: 43048
Summary: regedit crashes exporting any HKEY_* entry
Product: Wine
Version: 2.8
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Created attachment 58213
--> https://bugs.winehq.org/attachment.cgi?id=58213
crash
This seems to be a regression that started at some point after Wine 2.5. If you
choose a top level entry in regedit and File->Export and save the program will
crash.
Happens to both 32 and 64bit.
--
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=42410
Bug ID: 42410
Summary: Banished (DX11) renders broken geometry (regression)
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: michael(a)fds-team.de
CC: hverbeet(a)gmail.com
Regression SHA1: e2dbbec1af8ae2ea8813148d56e14c8c211ee334
Distribution: Debian
Created attachment 57222
--> https://bugs.winehq.org/attachment.cgi?id=57222
WINEDEBUG=+d3d,+d3d11 log
During the Wine Staging release testing, I discovered that Banished stopped
working in DX11 mode. When you start a new game everything is hidden behind
some greenish texture and the game is unplayable. The main menu is also
affected and contains random errors, sometimes houses are missing while on
other runs the whole screen contains corrupted geometry. Starting a new game is
a more reliable indicator though.
Since it worked fine in older versions, I did a bisect and got the following
commit:
-----
commit e2dbbec1af8ae2ea8813148d56e14c8c211ee334
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Jan 31 15:47:12 2017 +0100
wined3d: Implement wined3d_buffer_upload_data() on top of
wined3d_buffer_upload_ranges().
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
----
Reverting the patch fixes the issue.
To reproduce the problem you have to apply the following patches on vanilla
Wine:
https://github.com/wine-compholio/wine-staging/tree/master/patches/wined3d-…https://github.com/wine-compholio/wine-staging/tree/master/patches/d3d11-Re…
The first one is required to enable the DX11 mode in the settings and the
second one is necessary to see anything. The game uses ResolveSubresource even
if you disable Antialiasing (multisampling) in the configuration.
Btw, there is a context_release missing in the patch in case
wined3d_buffer_load_location fails. This is not related to the bug 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=43062
Bug ID: 43062
Summary: Installer from GOG.com displays black rectangles
Product: Wine
Version: 2.8
Hardware: x86
URL: https://www.gog.com/game/teenagent
OS: Linux
Status: NEW
Keywords: Installer, regression
Severity: minor
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: bb6a65e0ca884809fc6077604bdc1d6f1e348197
Distribution: ---
Created attachment 58232
--> https://bugs.winehq.org/attachment.cgi?id=58232
terminal output
Certain parts of the installer window for the games available on GOG.com are
black.
Plain terminal output doesn't reveal anything suspicious.
Reverting the following commit fixes the problem:
commit bb6a65e0ca884809fc6077604bdc1d6f1e348197
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu May 18 13:35:02 2017 +0200
winex11: Fall back to the null driver for common device capabilities.
There are a number of games available for free on GOG.com (after registration):
https://www.gog.com/games?price=free&sort=bestselling&page=1
I picked out the game 'Teenagent' to reproduce the issue because it has a small
download size (19 MB):
https://www.gog.com/game/teenagent
wine-2.8-133-g3f01ab4c39
xorg-server 1.19.3
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 381.22
--
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=32473
Bug #: 32473
Summary: Mixcraft video crashes when loading
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Tho7masPenguin(a)gmail.com
Classification: Unclassified
Created attachment 42836
--> http://bugs.winehq.org/attachment.cgi?id=42836
The log file it suggests adding
When loading a Mixcraft project with a video (made in Windows, as Mixcraft says
codecs for the .avi file aren't supported), the project begins loading, and
when the video preview appears, it crashes.
--
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=42966
Bug ID: 42966
Summary: World/models are upside-down in multiply games when
using ORM=backbuffer
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mail_subscriber(a)mail.ru
Distribution: ---
Created attachment 58101
--> https://bugs.winehq.org/attachment.cgi?id=58101
Minimal revert
This a regression caused by:
dbd8c89ea8cd1d887e9999d203da3e79c4ffbd1a
wined3d: Pass the destination location to blit_shader.blit_surface()
Attaching a minimal revert that seems to fix the issue for me
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42846
Bug ID: 42846
Summary: Gtchallenge crashes.
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: SolisX007(a)yahoo.com
Distribution: ---
Hello Everyone,
Gtchallenge crashes in wine-2.6.
fixme:win:EnumDisplayDevicesW ((null),0,0x32f478,0x00000000), stub!
fixme:d3d:wined3d_surface_blt Can't handle WINED3D_BLT_ASYNC flag.
--
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=37405
Bug ID: 37405
Summary: The entry "My Computer" in regedit is handled like a
registry key
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
Steps to reproduce:
1. Open regedit.
2. Make a right click on "My Computer".
Expected result:
Some entries like "New" which makes no sense there should not be showed (at
least this is the case with a native Windows XP).
--
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=43023
Bug ID: 43023
Summary: Applications using Windows Script Host Shell Object
crash due to added IProvideClassInfo support
Product: Wine
Version: 2.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wshom.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
encountered this while checking out how well WannaCry / WannaDecrypt0r
ransomware / worm works with Wine.
I've noticed a crashing csript.exe process in trace log while executing a
simple vbscript.
--- snip ---
SET ow = WScript.CreateObject("WScript.Shell")
SET om = ow.CreateShortcut("Z:\home\wine\@WanaDecryptor@.exe.lnk")
om.TargetPath = "Z:\home\wine\@WanaDecryptor@.exe"
om.Save
--- snip ---
--- snip ---
...
0009:Call KERNEL32.CreateMutexA(00000000,00000001,1000d503
"MsWinZonesCacheCounterMutexA") ret=100046a0
0009:Ret KERNEL32.CreateMutexA() retval=00000010 ret=100046a0
...
0009:Call KERNEL32.CreateProcessA(00000000,0040f520 "attrib +h
.",00000000,00000000,00000000,08000000,00000000,00000000,0032f644,0032f688)
ret=004010ae
...
0009:Ret KERNEL32.CreateProcessA() retval=00000001 ret=004010ae
...
0009:Call KERNEL32.CreateProcessA(00000000,0040f4fc "icacls . /grant Everyone:F
/T /C
/Q",00000000,00000000,00000000,08000000,00000000,00000000,0032f638,0032f67c)
ret=004010ae
...
0009:Ret KERNEL32.CreateProcessA() retval=00000001 ret=004010ae
...
003b:Call KERNEL32.CreateProcessA(00000000,1000d7ac
"taskdl.exe",00000000,00000000,00000000,08000000,00000000,00000000,00e7e9c4,00e7e9b4)
ret=100010d9
...
003b:Ret KERNEL32.CreateProcessA() retval=00000001 ret=100010d9
...
0009:Call KERNEL32.CreateProcessA(00000000,0032e74c "@WanaDecryptor@.exe
fi",00000000,00000000,00000000,08000000,00000000,00000000,0032e6d4,0032e6c4)
ret=100010d9
0009:Ret KERNEL32.CreateProcessA() retval=00000000 ret=100010d9
...
0009:Call KERNEL32.CreateProcessA(00000000,0032df38
"192251494691850.bat",00000000,00000000,00000000,08000000,00000000,00000000,0032ded0,0032dec0)
ret=100010d9
...
0009:Ret KERNEL32.CreateProcessA() retval=00000001 ret=100010d9
...
0041:Call KERNEL32.CreateProcessW(00329a18
L"C:\\windows\\system32\\cscript.exe",0012cc00 L"cscript.exe //nologo
m.vbs",00000000,00000000,00000001,00000000,00000000,00000000,003299d4,00329ed8)
ret=7eed8a33
...
0043:Call KERNEL32.__wine_kernel_init() ret=7bc6a77e
...
0041:Ret KERNEL32.CreateProcessW() retval=00000001 ret=7eed8a33
...
0009:Call KERNEL32.CreateProcessA(00000000,0032e0d4 "attrib +h +s
Z:\\$RECYCLE",00000000,00000000,00000000,08000000,00000000,00000000,0032e068,0032e058)
ret=100010d9
...
0009:Ret KERNEL32.CreateProcessA() retval=00000001 ret=100010d9
...
0009:Call KERNEL32.CreateProcessA(00000000,0032e74c "@WanaDecryptor@.exe
co",00000000,00000000,00000000,08000000,00000000,00000000,0032e6c8,0032e6b8)
ret=100010d9
...
0009:Ret KERNEL32.CreateProcessA() retval=00000001 ret=100010d9
...
0009:Call KERNEL32.CreateProcessA(00000000,0032e74c "cmd.exe /c start /b
@WanaDecryptor@.exe
vs",00000000,00000000,00000000,08000000,00000000,00000000,0032e6c8,0032e6b8)
ret=100010d9
...
0009:Ret KERNEL32.CreateProcessA() retval=00000001 ret=100010d9
...
004b:Call KERNEL32.CreateProcessW(0033ae70
L"C:\\windows\\command\\start.exe",00120220 L"C:\\windows\\command\\start.exe
/b @WanaDecryptor@.exe
vs",00000000,00000000,00000001,00000000,00000000,00000000,0033ae2c,0033ae1c)
ret=7eee067a
...
004b:Ret KERNEL32.CreateProcessW() retval=00000001 ret=7eee067a
...
004d:Call KERNEL32.CreateProcessW(00000000,0033e934 L"\"@WanaDecryptor@.exe\"
vs",00000000,00000000,00000000,00000410,00000000,00000000,0033e410,0033e400)
ret=7eda895c
...
004d:Ret KERNEL32.CreateProcessW() retval=00000001 ret=7eda895c
...
0043:Call KERNEL32.lstrcmpiW(0013932c L"CreateShortcut",0013ca14
L"CreateShortcut") ret=7e85d788
0043:Ret KERNEL32.lstrcmpiW() retval=00000000 ret=7e85d788
...
0043:trace:seh:raise_exception code=c0000005 flags=0 addr=0x283e2d29
ip=283e2d29 tid=0043
0043:trace:seh:raise_exception info[0]=00000008
0043:trace:seh:raise_exception info[1]=283e2d29
0043:trace:seh:raise_exception eax=0033efa4 ebx=0033f020 ecx=00000000
edx=0000000c esi=00143c18 edi=0033ef5c
0043:trace:seh:raise_exception ebp=0033ef68 esp=0033ef4c cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00010206
0043:trace:seh:call_stack_handlers calling handler at 0x7bcae416 code=c0000005
flags=0
--- snip ---
Revisiting other WSH related bugs I've noticed them having regressed as well.
Another example scriptlet, causing crash now:
--- snip ---
set wshShell = Wscript.CreateObject("Wscript.Shell")
strPath = wshShell.SpecialFolders("Desktop")
--- snip ---
* bug 28605
* bug 29461
... potentially more
Regression testing/bisecting revealed:
--- snip ---
$ git bisect good
722c28cb5de076a4894a0a23500b160531a8b744 is the first bad commit
commit 722c28cb5de076a4894a0a23500b160531a8b744
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Wed Jan 25 00:50:36 2017 +0300
wshom: Added IProvideClassInfo support for implemented interfaces.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 bcf5f18298671fdc98e0fb37d4ef5adbd74b8d32
5b85d4ddacb4f824c07e40246e60d3324ddee2bc M dlls
--- snip ---
Reverting on top of current master HEAD (wine 2.8) makes the crash go away:
--- snip ---
$ git revert -n 722c28cb5de076a4894a0a23500b160531a8b744
--- snip ---
*************************************************************
A note of warning to Linux users trying to execute the malware/worm just out of
curiosity.
I'm not subscribed to mailing lists nor active in forums hence I write it here.
https://en.wikipedia.org/wiki/WannaCry_ransomware_attackhttps://gist.github.com/rain-1/989428fa5504f378b993ee6efbc0b168
DO NOT TRY IT OUT UNLESS YOU KNOW WHAT YOU ARE DOING.
The Windows Script Host issue reported here is minor for that ransomware.
It doesn't prevent it from doing its work - it works pretty well.
If you store precious data/documents on your root filesystem/mountpoints,
subdirectories or any other user-writable locations, reachable through symlinks
- it will encrypt them if they match specific file extensions (see link for
file types affected).
I've used a Docker container with networking disabled, specific host->container
directory mappings to sandbox the app with Wine and capture/analyse its doings.
Removing drives from dosdevices is not secure unless one is sure that the app
has no Linux/Wine awareness.
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=43088
Bug ID: 43088
Summary: Wine upgrades reset dll override.
Product: Wine
Version: 2.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Install mdac28 via winetricks. (only installs the x86 dlls).
Run a program that uses the odbc selector dialog, sample application can found
on bug
https://bugs.winehq.org/show_bug.cgi?id=31770
When a new version of wine is installed. The update process causes the builtin
version of oledb32.dll to be used since the x64 version is still builtin.
Rerun the the application, and now it fails to the load the dialog.
There needs to some way for DLL's not to be upgraded when one of the x86/x64
DLLS is native. This only occurs in a WOW environment.
--
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=43086
Bug ID: 43086
Summary: Myst crashes when "Exit" is clicked and no animation
is playing
Product: Wine
Version: 2.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anowlcalledjosh(a)gmail.com
Distribution: Ubuntu
Created attachment 58270
--> https://bugs.winehq.org/attachment.cgi?id=58270
Backtrace
Selecting the "Exit" option in the menu in Myst 1.3 (5th anniversary edition)
causes a crash if a QuickTime video is not playing.
Pressing Exit during any of the intro videos works fine (shows the final
credits* and exits), but pressing Exit either when the Myst linking book is on
the floor or when the book is open causes a crash.
Ubuntu 16.04.2 x86_64, 32-bit Windows 95 wineprefix with "emulated virtual
desktop" enabled.
*note that, due to another bug, only the first page of the credits is shown,
however the game does exit after the music ends.
--
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=37065
Bug ID: 37065
Summary: Mouse cursor often has incorrect transparency
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cthielen(a)gmail.com
Created attachment 49255
--> http://bugs.winehq.org/attachment.cgi?id=49255
Image of the incorrect cursor. Notice the white area around the 'hand' that
should be transparent.
Myst 1.3 (the 32-bit version designed for Windows 95 off a CD-ROM from
1995/1996) does not always display its cursor correctly.
Myst 1.3 is using .cur files located in myst.exe. These can be extracted using
'icoutils'.
This may be related to the fact that Myst requests an 8-bit color depth but is
forced into a 32-bit depth (at least on my system).
--
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=41319
Bug ID: 41319
Summary: Toxikk: Game fails to launch with "Integrity check
failed!"
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.orion.uberspace.de
Distribution: ---
Created attachment 55654
--> https://bugs.winehq.org/attachment.cgi?id=55654
Console output
Steps to reproduce:
1. Install free version of Toxikk via Steam
(http://store.steampowered.com/app/324810/)
2. Attempt to launch the game
Expected result:
The game should launch.
Actual result:
Message box with a message about a failed integrity check (see screenshot).
Additional info:
Performing the check manually succeeds without errors.
--
Some additional info about my system (just in case):
Distro: Linux Mint 17.3 (64 bit)
Kernel: 4.4.0-21-generic
Graphics: Proprietary NVIDIA 367.35
--
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=35111
Bug ID: 35111
Summary: Beyond Good & Evil erratically renders upside down
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tkorvola(a)gmail.com
Classification: Unclassified
Created attachment 46839
--> http://bugs.winehq.org/attachment.cgi?id=46839&action=edit
Terminal output
When Beyond Good & Evil is started, in the transition from language choice to
the main menu the view is briefly flipped upside down as the name of the game
appears. Normal orientation is restored when the main menu appears. In the
actual game the view also flips upside down at some locations. It is also
sometimes sensitive to the camera angle. I am unable to identify any simple
condition that would determine it. Also, when you take photos in the game,
sometimes they get flipped.
AppDB suggests that setting OffscreenRenderingMode to fbo might help with
rendering problems, but the game does not render at all in FBO mode on my
Radeon 9250. Thus I have to use backbuffer 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=40646
Bug ID: 40646
Summary: Game Launcher fails with "Error occurred during a
cryptographic operation".
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jn(a)kainor.dk
Distribution: ---
Created attachment 54519
--> https://bugs.winehq.org/attachment.cgi?id=54519
output from wine
Game launcher fails with: "Error occurred during a cryptographic operation".
The game itself is "Dark age of Camelot" which works excellent in Wine, however
a new and popular freeshard is currently being beta tested and this version of
the game won't start.
The devs have stated the following requirements:
* A fully working .NET 4.6 installation
* An OS that supports TLS 1.2
* A wine layer for kernel32 calls & in-memory manipulation
* The same wine layer needs to be able to run DAoC feature-wise
* The wine layer needs to be able to bootstrap .NET 4.6 installations, which
probably means you have to install .NET 4.6 in wine
* You'll also need the Visual Studio 2015 C++ runtime for x86
I have managed to download and successfully install the above in wine.
I have attached the output when I try to run the game.
Here is my procedure:
folder=/opt/daoc
pre="WINEPREFIX=$folder/test WINEARCH=win32"
eval $pre WINEDEBUG=-all wine wineboot
eval $pre winetricks -q corefonts dotnet45
eval $pre "winetricks win7"
# Download needed crap
eval mkdir -p $folder/lala
lala=$folder/lala
# wget
https://download.microsoft.com/download/E/4/1/E4173890-A24A-4936-9FC9-AF930…
-P $lala
# wget http://techer.pascal.free.fr/download/vcrun2015_Wine-1.7.55.zip -P $lala
# wget uthgardsetup.exe
# wget vc_redist.x86.exe
# Install Visual Studio 2015 C++
unzip -o -d $folder/test/drive_c/windows/system32/
$lala/vcrun2015_Wine-1.7.55.zip
eval $pre regedit $folder/test/drive_c/windows/system32/vcrun2015.reg
eval $pre wine $lala/vc_redist.x86.exe /q
## Install net46
eval $pre wine $lala/NDP46-KB3045557-x86-x64-AllOS-ENU.exe /q
eval $pre winetricks -q ie8
## Install Uthgard
eval ln -s /opt/daoc/DAoC /opt/daoc/test/drive_c/DAoC
eval $pre wine $lala/uthgardsetup.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=37393
Bug ID: 37393
Summary: Focus GNOME3 handling never shows window if started
inf fullcreen
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: i30817(a)gmail.com
Since changing to gnome 3 if a application starts in fullscreen it always shows
the desktop 90% of the time. Trying to change it with alt+tab just 'flashes'
the game window and goes back to the desktop
this can be avoided by two ways:
1 (better way) is to use this command line snipped when creating the prefix:
wine reg add "HKCU\\Software\\Wine\\X11 Driver" /v "UseTakeFocus" /t REG_SZ /d
"N"
2 (worse since you lose alt+tab or even seeing the window on the alt list):
disable 'window manager controls windows' on winecfg
This seems like a common bug, but i haven't found duplicates.
--
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=26958
Summary: AppDB: orphaned comments in Comments Management
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
There are comments listed under Comments Management for apps that apparently
have been deleted, and the comments cannot be removed from the list.
The first comment in the list is an example: no application is listed, and
clicking the Delete button brings up a message that "There is no entry with
that id in the database."
--
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=43076
Bug ID: 43076
Summary: Google Nik collection: erratic mouse behaviour
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marco.carrarini(a)gmail.com
Distribution: ---
Created attachment 58262
--> https://bugs.winehq.org/attachment.cgi?id=58262
terminal output
Running Google Nik Plugin collection
https://dl.google.com/edgedl/photos/nikcollection-full-1.2.11.exe
under Ubuntu 17.04 with nVidia proprietary driver.
Tried several versions of wine up to 2.8-staging, tried Ubuntu 16.04 and nVidia
driver 375 and 381.
Application installs correctly, but with all above combinations I get the same
problem: mouse cursor behaves erratically.
Left click is accurate, but GUI elements like menu items or dropdown buttons do
not respond accurately to mouseover, there is a random shift.
The above only happens when nVidia proprietary driver is installed.
With the open source driver (nouveau) mouse behaves correctly.
Attached is terminal output. The errors listed do not seem to be app specific,
I get same also trying to run notepad or ie.
--
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=35939
Bug ID: 35939
Summary: PrimeView 5.01: PrimeView Evaluation crashes while
loading result file.
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexander.minges(a)gmail.com
PrimeView 5.01 crashes while trying to open result files. According to the
attached backtrace, this is related to mfc42.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.
http://bugs.winehq.org/show_bug.cgi?id=35750
Bug ID: 35750
Summary: Electric Quilt's EQ7 crashes on start up
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: HughGordonT(a)gmail.com
Created attachment 47741
--> http://bugs.winehq.org/attachment.cgi?id=47741
Error logfile reported by Wine.
Both EQ5 and EQ7 run OK with Wine 1.6. The latest version of this application
EQ7 crashes on start up. The log reports a deficiency in Wine.
Using Kubuntu 12.04, 386 32 version. Program EQ7 runs perfectly on Win XP.
EQ7 requires activation by on line connection to the Electric Quilt Co. This
step and de-activation are working perfectly with Wine 1.6.
Gordon Cooper
Tauranga
NZ.
--
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=31698
Bug #: 31698
Summary: source insight crashes after scrolling, especially
crash often after getting search result.
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chongxishen(a)gmail.com
Classification: Unclassified
Created attachment 41661
--> http://bugs.winehq.org/attachment.cgi?id=41661
log
I create a Source Insight project about android, search a class and get the
search result in the window, and then get back to scroll the vertical-scrollbar
to continue, the Source Insight crashes.
I found that the Source Insight crashes often after getting the search result.
PS. I apply customed style(include the font)
--
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=43070
Bug ID: 43070
Summary: Halo Custom Edition 1.0.10 on macOS Sierra: "Cannot
allocate required memory. Some other application has
loaded where Halo needs to be located."
Product: Wine
Version: 2.8
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: franktpassantino(a)gmail.com
Created attachment 58248
--> https://bugs.winehq.org/attachment.cgi?id=58248
This is the window that opens when the game is launched.
Whenever the game is launched, a message displays that states "Cannot allocate
required memory. Some other application has loaded where Halo needs to be
located." The only option on the prompt is to click "OK" and then the prompt
closes.
--
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=43028
Bug ID: 43028
Summary: Pocket Sudoku 1.0.1 crashes on start: marshaling type
12 not implemented
Product: Wine
Version: 2.8
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: tobbi.bugs(a)googlemail.com
C:\Program Files\Klargodut\Pocket Sudoku for Windows>"Pocket Sudoku for
Windows.exe"
C:\Program Files\Klargodut\Pocket Sudoku for Windows>marshaling type 12 not
implemented
* Assertion: should not be reached at
/vagrant/mono/mono/metadata/marshal.c:2293
abnormal program termination
err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
$ openssl sha1 Pocket_Sudoku_for_Windows_1.0.1_Setup.exe
SHA1(Pocket_Sudoku_for_Windows_1.0.1_Setup.exe)=
2a98d0dc6a8f211f70f816e12312ca19ef062960
Download from https://sourceforge.net/projects/pocketsudoku/
--
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=18779
Summary: HttpAddRequestHeaders() doesn't handle whitespace
correctly
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann(a)droneaud.fr
Created an attachment (id=21550)
--> (http://bugs.winehq.org/attachment.cgi?id=21550)
Tests case for whitespace in HTTP headers
After some research for bug #17914 it seems that HttpAddRequestHeaders()
doesn't parse correctly headers regarding to whitespace. Some whitespaces are
not removed.
Additionnaly, I found that wininet.dll from IE8 doesn't allow retrieving some
headers with HttpQueryInfo() if they have whitespace in them, while wine does.
Here is a patch which add some tests for whitespace. Thoses new test works with
wininet.dll from IE8.
--
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=43047
Bug ID: 43047
Summary: Between Couples App Crashes Upon Running
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bluetvtunes(a)yahoo.com
Distribution: ---
Created attachment 58211
--> https://bugs.winehq.org/attachment.cgi?id=58211
Crash Log
The program Between (https://between.us/) crashes upon running. There don't
appear to be any missing libraries.
--
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=41329
Bug ID: 41329
Summary: Regression in dsound latency (pulse)
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lolisamurai(a)tfwno.gf
Distribution: ---
As for my other bug report, this report is specific to the game osu! which can
be installed with the same steps as the older bug report
(https://bugs.winehq.org/show_bug.cgi?id=41007).
Somewhere around wine 1.9.10 there was a regression in sound latency of about
20 milliseconds, using the same HelBuflen valueof 1024. This is still present
in 1.9.18. I'm using pulseaudio, a 32-bit wine prefix and the game uses dsound
for sound output.
However, it's very hard to notice latency for someone who isn't used to playing
the game, so you'll probably have to take my word for it.
After git bisecting, I got these three patches that can't be tested due to
crashes and sound glitching (probably because they're related to eachother and
can't be tested individually)
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
569ed159b0ab31121d9aab95bf1d3ac49675f1ca
95287ac2dfb3bd64e1b65aadbdf7e375af2607d4
09890d7142a2c612b025ab9ff60358d036f9999b
We cannot bisect more!
I don't know enough about the dsound internals and it doesn't seem to be as
simple as reverting the patches since dsound/primary.c changed a lot since
then.
I have attached logs with WINEDEBUG=+dsound of playing for a few seconds on the
latest wine version (with_latency) vs commit
77184106c8c2bff7db9ea5d20b3b3330196befc1 , which should be the last one that
doesn't have latency (without_latency).
--
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=43061
Bug ID: 43061
Summary: Bags Visual Basic 6.0
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: zimovegor19255(a)yandex.ru
Distribution: ---
Created attachment 58231
--> https://bugs.winehq.org/attachment.cgi?id=58231
With Wine bags emulator (Windows XP) install program Visual Basic 6.0
Bags ver Wine 1.9.12 My system Linux Symply.Problem emulator (Windows XP) .
--
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=43059
Bug ID: 43059
Summary: Error GEBER file generation in Proteus
Product: Wine
Version: 2.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hildogjr(a)gmail.com
Distribution: ---
Created attachment 58226
--> https://bugs.winehq.org/attachment.cgi?id=58226
Original layout file interpretation by Proteus in Linux/Wine
Error to interpret the text components in Proteus Layout software. When is
generate the GEBERs files, some text are mirrored or rotated.
I am sending the print-screen of the piece of the original board layout, the
GEBER generate in Linux/Wine and the GEBER of the MS Windows.
--
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=42132
Bug ID: 42132
Summary: undefined reference yywrap in winhlp32/macro.lex.yy.c
when building with flex-2.6.3
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nvinson234(a)gmail.com
Distribution: ---
Created attachment 56679
--> https://bugs.winehq.org/attachment.cgi?id=56679
winhlp32-macro-flex-2.6.3-flex.patch
Flex-2.6.3 uses C preprocessor macros to change the prefix of its functions
from the standard yy to a user-defined one. This is a change in Flex behavior
and causes wine to fail with any version of Flex newer than 2.6.1.
The failure is caused because programs/winhlp32/macros.lex.l only defines the
yywrap macro if it is not already defined. The end result is C code that is
looking for an undefined yywrap() function.
I have attached a patch that fixes this issue by removing the yywrap macro
check and definition from macros.lex.l and adding the noyywrap flex option.
--
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=42901
Bug ID: 42901
Summary: The Flame in the Flood needs support for layered
clears
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: fjfrackiewicz(a)gmail.com
Distribution: ---
Hi,
While running The Flame in the Flood in Wine-2.6-252-g89ef7b59f5 I receive this
message in my terminal:
fixme:d3d:wined3d_device_clear_rendertarget_view Layered clears not
implemented.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32315
Bug #: 32315
Summary: Mendeley plug-in Word 2010 under wine
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spatialmodels(a)gmail.com
Classification: Unclassified
Created attachment 42655
--> http://bugs.winehq.org/attachment.cgi?id=42655
wine output after clicking on mendeley word plug-in functions
Mendely installs correctly in wine and the word 2010 plug-in too, but this last
doesn't respond to any action. Please find in attachment the output of wine, I
think that the bud is related to the last three lines.
Thanks
--
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=26029
Summary: similarity
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alyuka.bulyukin(a)gmail.com
installed properly.
after launch did not get to choose the folder
checkboxes are not marked
--
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=33340
Bug #: 33340
Summary: AION: a lot of glitchs/artefacts
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Hello,
AION has a lot of glitch/artefacts, as you can see on the pictures joined.
it's essentially for water/raining/fire/fog.
Thanks for your help.
My config:
Ubuntu raring
ATI 7850
Last catalyst version
--
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=5657
--- Comment #35 from Cherrot Luo <cherrotluo(a)gmail.com> ---
Created attachment 58203
--> https://bugs.winehq.org/attachment.cgi?id=58203
Eve memory stats on wine 2.8
confirmed. Still an issue on wine 2.8.
Sorry I don't have much time on my PC recently. I would try to run the game
using the windows laucher to get full logs of wine in one or two weeks.
--
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
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|eISLP -help dosen't |eISLP -help doesn't
|display, 'text controller' |display, 'text controller'
|error message |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=42892
Bug ID: 42892
Summary: Cann't insert any HBITMAP in RichEdit control
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: xiewei(a)deepin.com
Distribution: ---
Created attachment 58020
--> https://bugs.winehq.org/attachment.cgi?id=58020
test demo
1.Run Edit.exe with wine
2.Select any emoticon insert to the richedit,but nothing happened.
--
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
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch, testcase
--
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
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |leslie_alistair(a)hotmail.com
--- Comment #14 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> ---
Created attachment 58197
--> https://bugs.winehq.org/attachment.cgi?id=58197
Highlight the issue patch
That patch is to show that the CreateDataCache should return a IOleCache object
and not the IUnknown interface it currently does.
--
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=40607
Bug ID: 40607
Summary: Czech application software IRIS v3.1.3 fails to launch
w/backtrace (dotnet 4.0 based)
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Distribution: ---
Created attachment 54462
--> https://bugs.winehq.org/attachment.cgi?id=54462
wine IR-IS.exe &>wine_ir_is.exe.log
winetricks list-installed
corefonts
dotnet20sp1
dotnet20
dotnet30sp1
dotnet35
dotnet40
dotnet452
dotnet45
msxml3
vcrun2010
wine --version
wine-1.9.9-118-ge1970c8
Application installer available from here:
https://ir-is.cz/Stazeni.aspx
The application can be successfully installed (with above overrides).
The application fails to launch.
Standard console output and backtrace are 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=34206
Bug #: 34206
Summary: Regedit doesn't show user created entries
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jluth(a)mail.com
Classification: Unclassified
Created attachment 45509
--> http://bugs.winehq.org/attachment.cgi?id=45509
picture showing HKCR with only 3 .xxx entries (should be many) and .pdf already
existing even though not visible
Any keys in HKCR created by the user are not shown by regedit after wine is
"re-started". The keys HAVE been created (if you try to create it again, you
get the error message "File exists"), but are not visible.
There are MANY keys that I see in the system.reg file that I don't see in
regedit! The problem at least existed already in Wine 1.4 (Ubuntu), and still
exists in 1.6 (Mint Maya).
To reproduce
Step 1. With nothing using wine, run regedit and create a .pdf key in HKCR.
Step 2. Close regedit.
Step 3. Still with nothing running wine (so that the registry has been
completely close), run regedit again. You will not see the .pdf key, but it
does exist.
The same thing is true for any keys entered via "regedit importkeys.reg". I
don't notice this problem in HKLM (except of course for HKLM\Software\Classes)
or in HKCU, so it seems to be restricted to the Classes_Root section.
--
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=42934
Bug ID: 42934
Summary: Crashlands crashes when player is damaged
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adam.niederer(a)gmail.com
Distribution: ---
Created attachment 58084
--> https://bugs.winehq.org/attachment.cgi?id=58084
Crash log when the player is damaged
This was encountered on wine 2.7 (not staging).
To reproduce, start the game, click through the introductory dialogue, and
stand in one of the electrical fields after the ship begins to explode.
You will see a popup with the attached crash log, and the application will
abort.
--
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=33522
Bug #: 33522
Summary: Trackmania United Forever: Force feedback not working
with xboxdrv driver
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: post+wine(a)ralfj.de
Classification: Unclassified
Force Feedback is not working properly in Trackmania United Forever when using
the xboxdrv userspace driver for my Xbox 360 wired gamepad. I start xboxdrv
with
sudo xboxdrv --detach-kernel-driver --trigger-as-zaxis --axismap "-z=z"
--force-feedback
In "wine control", I can still do force feedback testing and it will make the
motors rumble (though I cannot notice any effect of me changing the direction).
The "fftest" tool from the linuxconsole project also still does force feedback
with the xboxdrv device. However, in the game, no force feedback is done.
If I use the default kernel driver (xbox) for this device, then force feedback
in Trackmania works fine. However, in this case Trackmania treats the Gas and
Break axes incorrectly, it will often accelerate the car even though I don't
press the triggers.
I will try to capture logfiles for both cases.
--
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=43031
Bug ID: 43031
Summary: popen() hangs when both stdin and stdout are closed
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: argmlac(a)gmail.com
Distribution: ---
Created attachment 58183
--> https://bugs.winehq.org/attachment.cgi?id=58183
Test program that demonstrates this bug.
popen() hangs when both stdin and stdout are closed.
--
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=38539
Bug ID: 38539
Summary: Jade Empire Special Edition has various graphical
glitches
Product: Wine
Version: 1.7.39
Hardware: x86
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: matteo.mystral(a)gmail.com
Regression SHA1: 99f3e835ac0c3fd873b127e8c227b9e44fa98ae2
Distribution: ---
I did a quick test with Jade Empire SE and noticed the following glitches:
- selected menu items are missing the yellow highlighting bar
- preview window for saved games is empty
- when pressing <Esc> during game to switch to the menu the upper half of the
menu disappears
- after switching combat styles the minimap in the upper right corner becomes
blank
Disabling GLSL is a workaround.
No demo available. Native d3dx9_36 is installed.
Terminal output shows (also present before the regression):
>err:d3d:wined3d_debug_callback 0x1a07d98: "GL_INVALID_VALUE error generated. Point size must not be negative.".
>err:d3d:state_pscale >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glPointSize(...); @ state.c / 1561
Regression introduced by
99f3e835ac0c3fd873b127e8c227b9e44fa98ae2 is the first bad commit
commit 99f3e835ac0c3fd873b127e8c227b9e44fa98ae2
Author: Matteo Bruni <mbruni(a)codeweavers.com>
Date: Wed Mar 18 21:07:36 2015 +0100
wined3d: Use a separate STATE_VDECL state handler in the GLSL pipeline.
It's mostly a copy of vertexdeclaration() from state.c, with a few
differences due to the new function being private to the GLSL backend
(e.g. d3d_info.vs_clipping is known to be TRUE) and the fragment fog
update part being split out.
Tested in wine-1.7.42-29-ge2e1ac2
Fedora 21
Nvidia binary drivers 340.76
--
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=42500
Bug ID: 42500
Summary: Far Cry 2 NPC are wiggling around, physics are
erroneous
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: _Wanderer_(a)outlook.com
Distribution: ---
I'm running Far Cry 2 on Lubuntu 16.04 with Patch 1.03 and Wine 2.2. The
problem is, that NPC are wiggling around extremely (like flying from one end of
the room to the other) and that the physics cause the player to get stuck in
the environment. I encountered this problem as well when I was playing on
Windows 7, but switching Wine to Windows XP does not resolve the problem. I
recently played the game with Wine 1.6.2 before I upgraded to 2.2 and I did not
have such problems. Let me know if you need further information.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40299
Bug ID: 40299
Summary: Guild Wars 2: Graphic shows through the ground
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
As this screenshot (
http://img5.picload.org/image/icoddia/2015_06_25_22_31_17.jpg ) shows in Lion's
Arch at this position the water shows through the ground (graphic settings are
set to the minimum except with render sampling being native). Somebody on
Windows tested this too and the issue doesn't appear there.
--
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=4713
--- Comment #30 from winetest(a)luukku.com ---
Still valid wine 2.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.
http://bugs.winehq.org/show_bug.cgi?id=23793
Summary: Metro 2033: flickering in options menu
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Hardware: nvidia 9800 gtx+
drivers: 256.35 (not sure on windows...probably 195 something)
settings:
resolution - 800x600
quality - low
renderer - directx9
AA4
run game (you'll need a patch for bug 6971), then go to 'options' in the bottom
left. Let it sit for a bit, and notice that it jitters/flickers, even without
the mouse moving.
Terminal only shows, repeatedly.
fixme:d3d:IWineD3DOcclusionQueryImpl_GetData 0x13f70758 Wrong thread, returning
1.
--
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=6847
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.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.
http://bugs.winehq.org/show_bug.cgi?id=33861
Bug #: 33861
Summary: "About Internet Explorer" from Help menu, gives "about
wine" details
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dyvazar(a)numericable.fr
Classification: Unclassified
fresh .wine 1.6-rc2
ubuntu 13.04 logged with gnome-shell
open nautilus, to load "internet explorer"
want to know which IE version is installed by default, so i check the About
menu: instead giving that IE version, i get the wine version
--
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=42974
Bug ID: 42974
Summary: DEMUL V0.7 RESIDENT EVIL 2 PAL
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
build date aug 18 2016
FOR LOG FILE UPLOADED TO GITHUB BELOW
https://github.com/fatjohnny118/MYGIT/blob/master/OUTPUT
--
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=43024
Bug ID: 43024
Summary: can't install linkplanner.exe on manjaro linux with
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: miftahulhuda.tkj.19(a)gmail.com
Distribution: ---
Created attachment 58172
--> https://bugs.winehq.org/attachment.cgi?id=58172
can't running linkplanner
linkplanner is software network analizer support by cambium network
--
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=5657
--- Comment #34 from Commander <Commander.Alchemy(a)gmail.com> ---
(In reply to Commander from comment #33)
> Created attachment 58171 [details]
> Memory Stats Wine 2.8
>
> Here is a screenshot when showing memory statistics in EVE - Online with
> Wine 2.8
In other words, still an issue in Wine 2.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=5657
--- Comment #33 from Commander <Commander.Alchemy(a)gmail.com> ---
Created attachment 58171
--> https://bugs.winehq.org/attachment.cgi?id=58171
Memory Stats Wine 2.8
Here is a screenshot when showing memory statistics in EVE - Online with Wine
2.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=5657
--- Comment #32 from Alex Henrie <alexhenrie24(a)gmail.com> ---
Cross-process memory statistics were just implemented in Wine 2.8, so you need
to test Wine 2.8 or later. And again, save screenshots in PNG format, NOT JPEG.
--
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=5657
--- Comment #30 from Karsten Elfenbein <kelfe(a)gmx.de> ---
Created attachment 58167
--> https://bugs.winehq.org/attachment.cgi?id=58167
Screenshot of the current memory screen with wine-2.6
--
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=42713
Bug ID: 42713
Summary: MS Office 2007/2010 context menu disappears before you
can select an option
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: juntjoo(a)gmail.com
Distribution: ---
You have to hurry to select anything before it disappears.
--
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=5657
--- Comment #29 from Commander <Commander.Alchemy(a)gmail.com> ---
(In reply to Cherrot Luo from comment #28)
> (In reply to winetest from comment #26)
> > (In reply to Cherrot Luo from comment #25)
> > Simply wine evelancuher.exe COULD be enough.
>
> The problem is, Eve uses the evelauncher, which is a native Qt GUI client to
> start the real game. I've no idea how to bypass evelaucher and directly
> start the game with wine.
You can't, you can use the windows eve launcher or the native but you cannot
launch and login into EVE without it since it creates a Login token. They
removed the clientside login a while ago.
--
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=5657
--- Comment #28 from Cherrot Luo <cherrotluo(a)gmail.com> ---
(In reply to winetest from comment #26)
> (In reply to Cherrot Luo from comment #25)
> Simply wine evelancuher.exe COULD be enough.
The problem is, Eve uses the evelauncher, which is a native Qt GUI client to
start the real game. I've no idea how to bypass evelaucher and directly start
the game with 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.
http://bugs.winehq.org/show_bug.cgi?id=18911
Summary: strange menu item in right-click menu at file open in
Powerpoint
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)hoogenraad.net
In the file open dialog in Powerpoint, one can right-click on a file for menu.
In that menu, a strange menu item appears between Print and Rename.
The menu item has separators aournd it, and text "xx2x2xxx" where at the x-es
square boxes appear.
--
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=29379
Bug #: 29379
Summary: Unknown program copy/paste not working
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wushumasters(a)hotmail.com
Classification: Unclassified
Hi,
I have a program in my company and the copy/past doesnt work.
With i try from Ubuntu to WINE with CTRL+C and CTRL+V works
With i try from Ubuntu to WINE with right click copy and then right click paste
doesnt work
>From wine to ubuntu nothing works.
I try doing WINEDEBUG but nothing change in debug.
have something more to do?
Thanks,
Patrick
--
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=37139
Bug ID: 37139
Summary: MS-Word 2010: cannot right-click and paste
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xdango.dai(a)gmail.com
MS-Word 2010 version: 14.0.6023.1000
Whenever I right-click and press the paste button in the context menu, it does
nothing; although it does paste when pressing ctrl+v or the paste button in the
navigation pane.
This is the link to download this same version:
http://thepiratebay.si/torrent/8425870/Office_2010___Project_2010___Visio_2…
--
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=5657
--- Comment #27 from Commander <Commander.Alchemy(a)gmail.com> ---
(In reply to winetest from comment #26)
> (In reply to Cherrot Luo from comment #25)
> > I've tried to set WINEDEBUG="err+all,warn+all,fixme+all" on evelauncher's
>
> This doesnt sound correct at all. Also you don't need so many different
> channels.
>
> Simply wine evelancuher.exe COULD be enough. I would test myself, but it
> would require gigabytes of stuff to download.
The game does not need to be downloaded in full to launch, it downloads
resources as needed. Though how well that works in Wine i have no idea.
I'll try to see if i can get wine 2.8 and check if its still an issue 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.
https://bugs.winehq.org/show_bug.cgi?id=5657
--- Comment #26 from winetest(a)luukku.com ---
(In reply to Cherrot Luo from comment #25)
> I've tried to set WINEDEBUG="err+all,warn+all,fixme+all" on evelauncher's
This doesnt sound correct at all. Also you don't need so many different
channels.
Simply wine evelancuher.exe COULD be enough. I would test myself, but it would
require gigabytes of stuff to 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=5657
--- Comment #25 from Cherrot Luo <cherrotluo(a)gmail.com> ---
I've tried to set WINEDEBUG="err+all,warn+all,fixme+all" on evelauncher's
setting page. After that the game just got stuck and I didn't see any wine log
output (neither on terminal nor in Loglite) So I can't post wine's log for now.
I'll test this game on wine 2.8 when wine / wine-staging has updated in Arch
Linux repository.
--
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=41796
Bug ID: 41796
Summary: Fill Up! (freely downloadable game) crashes when
creating a player profile
Product: Wine
Version: 1.9.23
Hardware: x86
URL: http://files.myplaycity.com/files/fillup_setup.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bero(a)lindev.ch
Distribution: Other
This game:
http://files.myplaycity.com/files/fillup_setup.exe
Installs and starts up fine, but creating a player profile results in a failed
assertion dialog (inside the game, so the assert happens in the game's code,
not in Wine itself -- something must be returning an unexpected value):
Assertion failed
Program: C:\Program Files\MyPlayCity.com\Fill Up!\engine.exe
File: ..\msvcp90\string.c
Line: 3954
Expression: "this->size >= pos"
--
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=5657
--- Comment #24 from winetest(a)luukku.com ---
Could someone who is really playing this game test it against wine-git or wine
2.8 if it's fixed now?
--
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=42946
Bug ID: 42946
Summary: FFXIV fails to render dx11
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 fails to render game black screen except for ui and name tags.
--
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=42035
Bug ID: 42035
Summary: Procedure entry point std::placeholders could not be
located in MSVCP120.dll (32-bit process on 64-bit
Winedows)
Product: Wine
Version: 2.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: xtrmjosh(a)gmail.com
Distribution: ---
I found this bug while trying to run a bit of software called WindBot, but it
seems if it's what I expect that it's going to be much more generic. I think
the title contains all the info someone expert enough to work out the problem
would need.
If anyone wants to repro, the file I'm trying to run is here:
https://www.tibiawindbot.com/downloads/windbot11-2.9.0-beta.34.exe
Sorry if links are not allowed, please grumble at me if that's the case. I'm
literally brand spanking new here.
The installer runs fine, then you need to run the file within which is given a
random name (it's a bot for an MMORPG which users suspect may have client-side
detection). That file starts up and falls over with the dialog detailing:
The procedure entry point ?_2@placeholders@std@@3V?$_Ph@$01@2@A could not be
located in the dynamic link library MSVCP120.dll
If there is any extra information I can provide please ask. I'm fairly
experienced with Linux though not so much with Wine so please step-by-step me
for Wine and just ask for Linux.
I've just tested it and on a 32-bit wine, everything works as intended so that
helps to isolate the issue a little further.
--
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=30105
Bug #: 30105
Summary: Chessbase Ludwig 3: MS Visual C++ Runtime Error
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berndie_mueller(a)hotmail.de
Classification: Unclassified
If I start the program Ludwig3.exe, I got this error msg window:
"Microsoft Visual C++ Runtime Library"
Runtime Error!
Programm c:\program files\chessbase\ludwig3.exe
This application has requested the Tuntime to terminate it in an unusual way.
Please contact application's support team for more information.
After that the program Ludwig3 doesn't start.
Please help!
--
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=42926
Bug ID: 42926
Summary: Cut-and-paste from Wine App to Linux App adds trailing
hidden chars ^@^@
Product: Wine
Version: 2.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vstokes(a)stokesindustries.com
Distribution: ---
OS: Ubuntu 16.04 x64
Wine: 2.0.1 from winehq repo
When I cut from a Wine application and paste into a Linux application the
pasted text always includes two hidden trailing characters "^@^@". This problem
does not exist in the 1.6 release (Ubuntu version of wine from Ubuntu repo).
To reproduce:
1) Run Webyogs SQLyog program and copy text from the SQL editor.
2) Paste text into NetBeans 8.2.
I have confirmed this is not a SQLyog or Netbeans problem because if I
downgrade Wine to the ubuntu repo version (1.6) the copy-and-paste works fine
and does NOT include the hidden trailing characters "^@^@".
--
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=42652
Bug ID: 42652
Summary: CryptCreateHash error NTE_FAIL after
CryptImportKey(public-key)
Product: Wine
Version: 2.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rsaenh
Assignee: wine-bugs(a)winehq.org
Reporter: shirouzu(a)ipmsg.org
Created attachment 57588
--> https://bugs.winehq.org/attachment.cgi?id=57588
reproduction-project
Hello, wine developers.
I got CryptCreateHash error (NTE_FAIL=0x80090020) after CryptImportKey(another
user's 'public' key).
Always OK : WindowsXP/Vista/7/8/8.1/10
Always NG : Wine 1.8/2.0(and wine-hq 2.2) in MacOSX(sierra) and Linux
debian(testing, wheezy, or etc).
In the following Senario ... Encrypt with another user's public key, and sign
with my PrivateKey.
1. CryptAcquireContext(...MS_ENHANCED_PROV, PROV_RSA_FULL...)
2. CryptGenKey() or CryptUserKey() for private key
3. CryptImportKey(another users' public key, &hExKey)
4. CryptEncrypt(hExKey, data...)
5. CryptCreateHash() for sign
6. CryptHashData()
7. CryptSignHash() ... I got OK in Windows, but NTE_FAIL in wine.
I post a reproduction-project as attachment-file.
Please see signhash_test.cpp in it.
I think CPSignHash -> encrypt_block_impl -> rsa_exptmod error.
https://github.com/wine-mirror/wine/blob/master/dlls/rsaenh/rsaenh.c
--
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=39936
Bug ID: 39936
Summary: Toad Data Modeler Freeware MSI package fails to
install
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Xubuntu 14.04 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 340.96
driver.
Wine 1.8 (git)
Toad Data Modeler Freeware 5.4.8.1
msiexec /i ToadDataModeler_Freeware_5.4.8.1_x86_En.msi
Aborts with message "Installation ended prematurely because of an error."
Wine messages:
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"NextDialog", clsid
{000c109e-0000-0000-c000-000000000046}
fixme:msi:event_spawn_wait_dialog doing nothing
err:msi:msi_dialog_create_controls no handler for element type L"Billboard"
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"majorMinorVersion",
clsid {000c109e-0000-0000-c000-000000000046}
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"WshShell", clsid
{000c109e-0000-0000-c000-000000000046}
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"stamp", clsid
{000c109e-0000-0000-c000-000000000046}
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"checkSum", clsid
{000c109e-0000-0000-c000-000000000046}
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"i", clsid
{000c109e-0000-0000-c000-000000000046}
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"keyValue", clsid
{000c109e-0000-0000-c000-000000000046}
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Key", clsid
{000c109e-0000-0000-c000-000000000046}
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
Workaround is to extract it manually with jsMSIx.exe and move the Dell folder
to Program Files.
--
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=42835
Bug ID: 42835
Summary: redefinition of typedef 'WSD*'
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)openmailbox.org
Distribution: ---
Created attachment 57929
--> https://bugs.winehq.org/attachment.cgi?id=57929
log.txt
puppylinux 431
# gcc --version
gcc (GCC) 4.2.2
kernel version number
# uname -r
2.6.30.5
# ldd --version
ldd (GNU libc) 2.6.1
Applied patch from https://bugs.winehq.org/show_bug.cgi?id=42478#c2
before configure.
Compiling wine-2.6 fails with errors.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42975
Bug ID: 42975
Summary: Graphical glitches on Age of Empires
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: niki.or97(a)yahoo.it
Distribution: ---
Age of Empires gets graphical glitches (the game viewport and UI randomly clear
to black every once in a while, rendering it pretty much unplayable) on Wine
2.6. I tested 2.0 clean and 2.5 with gallium-nine patches (although disabled)
and I did not encounter the issue, so I guess it's a regression in 2.6. I
unfortunately can't do actual regression testing right now, so I'll just report
it as it is.
I couldn't even get to the menu on Wine 2.7, although that build has
gallium-nine patches and some unspecified ones so I am not sure whether it's
Wine's fault or something else.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34551
Bug #: 34551
Summary: Necrovision demo crashes - Pixel shader and vertex
shader are not supported, yet.
Product: Wine
Version: 1.7.2
Platform: x86
URL: http://www.fileplanet.com/196528/190000/fileinfo/Necro
Vision-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 46001
--> http://bugs.winehq.org/attachment.cgi?id=46001
log+backtrace
Crashes at launch.
fixme:d3dx:d3dx9_base_effect_get_pass_desc Pixel shader and vertex shader are
not supported, yet.
--
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=36820
Bug ID: 36820
Summary: rift does not run
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arronwilliams(a)gmail.com
Created attachment 48896
--> http://bugs.winehq.org/attachment.cgi?id=48896
this is the errer
i get this errer message and the game does not start have no idea what to do.
--
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=42919
Bug ID: 42919
Summary: Witcher Enhanced Edition Director's Cut crashes
(purist)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Created attachment 58062
--> https://bugs.winehq.org/attachment.cgi?id=58062
console log from wine-2.7
This used to be tracked in bug 25857, which is closed now. Game works fine,
when
d3dx9_35.dll is set to native.
In case d3dx9_35.dll is set to builtin in wine-2.7, lengthy intro works OK now,
menu and menu's background images are also OK, but when entering game's world,
Witcher 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.
http://bugs.winehq.org/show_bug.cgi?id=32155
Bug #: 32155
Summary: MS Office 2007 SP3 installation
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linux.james.hon(a)gmail.com
Classification: Unclassified
Created attachment 42424
--> http://bugs.winehq.org/attachment.cgi?id=42424
Microsoft Office 2007 SP3 failed to install
See Attachment
--
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=42965
Bug ID: 42965
Summary: BeamNG.drive can't launch - crashed with unimplemented
function error
Product: Wine
Version: 2.6
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: achmad(a)mahardi.me
Created attachment 58099
--> https://bugs.winehq.org/attachment.cgi?id=58099
backtrace logs from wine crash
I'm using Early Access BeamNG.drive-0.9.0.5.4267 downloaded from HumbleBundle,
and using wine v2.6 via wineskin.
--
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=37811
Bug ID: 37811
Summary: Xvid installer requires mfplat.dll.MFTRegister
Product: Wine
Version: 1.7.33
Hardware: x86
URL: http://downloads.xvid.org/downloads/Xvid-1.3.3-2014101
9.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Xvid-1.3.3-20141019.exe bc837b1d53199121ffc9447c9068c9943d455ced 11Mb
--
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.