https://bugs.winehq.org/show_bug.cgi?id=44106
Bug ID: 44106
Summary: Call of Duty Black Ops III Crashes
Product: Wine-staging
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lilwins(a)hotmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)…
[View More]fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 59829
--> https://bugs.winehq.org/attachment.cgi?id=59829
Call of Duty Black Ops III crash log
Game crashes at start up, having similar issues with other Call of Duty titles.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=49693
Bug ID: 49693
Summary: Failed Installation of iDisplay
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rajatgupta2123(a)gmail.com
Distribution: ---
Created attachment 67935
--> https://…
[View More]bugs.winehq.org/attachment.cgi?id=67935
This is the attachment which I generated from the crash file
The installation of iDisplay has failed repeatedly
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=9127
--- Comment #97 from Zebediah Figura <z.figura12(a)gmail.com> ---
(In reply to Bryan Kirk from comment #96)
> According to the repository that I linked to, the patent has expired which
> means that its now safe to include it.
Regardless of whether there are outstanding patents, we should make use of
existing infastructure (e.g. most of the dshow <-> gstreamer glue), and I would
not feel particularly comfortable depending on a …
[View More]library developed by one
person and just over a year old.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=9127
--- Comment #96 from Bryan Kirk <Zero3K(a)teknik.io> ---
According to the repository that I linked to, the patent has expired which
means that its now safe to include 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=9127
--- Comment #95 from Zebediah Figura <z.figura12(a)gmail.com> ---
We can't put MPEG demuxing code directly into Wine, given that would
potentially violate patents. Rather, we probably want to make use of
gstreamer's "mpegpsdemux" element, in much the same way as we already demux
AVI, mp3, and WAVE.
Some preliminary patches were sent to the mailing list a while ago for comment;
I think they're close to the right approach.
--
Do not reply to …
[View More]this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=9127
Bryan Kirk <Zero3K(a)teknik.io> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Zero3K(a)teknik.io
--- Comment #94 from Bryan Kirk <Zero3K(a)teknik.io> ---
Could https://github.com/phoboslab/pl_mpeg be implemented into quartz.dll in
order to fix this issue?
--
Do not reply to this email, post …
[View More]in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30699
Bug #: 30699
Summary: wine printing: barcode is not printed from VB6
application
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin+winebugs(a)etorok.net
…
[View More]Classification: Unclassified
Created attachment 40201
--> http://bugs.winehq.org/attachment.cgi?id=40201
barcode screenshot
There is an application provided by the Romanian finance administration for
printing Payment sheets with barcodes. I tried to use it in Wine (it appears to
be a VB6 application), and I could enter all the data, and it displayed a
generated barcode.
However when I tried printing it didn't print the barcode. This happens both
when printing to my printer (Samsung ML-2010P), or using CUPS-PDF.
Attached is the PDF produced when printing through CUPS, and a screenshot taken
while printing.
Notice that on the screenshot there is a barcode in the right towards the top,
and in the produced PDF there is no barcode at all.
Attached is also WINEDEBUG=+relay,+seh,+tid,+psdrv output.
How to reproduce (including download URL):
1. Prepare application
mkdir $HOME/.wine-bug
export WINEPREFIX=$HOME/.wine-bug
# create winedir
winecfg
# get program
wget
http://static.anaf.ro/static/10/anaf/aplicatii/op_fv/opfv2010/instal_opfv_2…
unzip instal_OPFV_28032012.zip
wine instal_OPFV_2012.exe
# set locale: if date format is wrong program refuses to work
export LANG=ro_RO.UTF-8 LANGUAGE=ro_RO.UTF-8 LC_TIME=ro_RO.UTF-8
cd '$HOME/.wine-bug/drive_c/Program Files/OPFV 2012'
# enter test data
cat >ordine.txt <<EOF
1,1,1,TEST,1234567897,,,,BUGETUL DE
STAT,1234567897,RO26TREZ57820470101XXXXX,,,BUGETUL DE STAT,16/05/2012,FV
EOF
2. Make sure you have a printer. Bug reproduces with CUPS-PDF too, so edit
$HOME/.wine-bug/drive_c/windows/win.ini, and use these settings for the
printer:
[devices]
PDF=wineps.drv,CUPS:PDF
[PrinterPorts]
PDF=wineps.drv,CUPS:PDF,15,45
[windows]
device=PDF,wineps.drv,CUPS:PDF
3. Run app
wine OPFV_2012.exe
4. Print from the application
- Click on "FV"
- Choose 1,1,FV from the 'Nr. de ordine, Nr. OP/FV' dropdown
- Click "Incarcare"
- Click "Listare"
5. Look at the printed document, or PDF and notice that the barcode on the top
right is missing in the printout.
See attached PDF vs. attached screenshot. The barcode IS visible during
printing, its just never printed.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=49687
Bug ID: 49687
Summary: Final Fantasy XI crashes after accepting agreement.
Product: Wine
Version: 5.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: sleepingkirby(a)gmail.com
Distribution: ---
Created attachment …
[View More]67927
--> https://bugs.winehq.org/attachment.cgi?id=67927
wine 5.0.1 devuan ascii 64 bit
When you start the game using xiloader.exe (from here
https://github.com/DarkstarProject/xiloader/releases/tag/v1.0.5)
The game starts. But after you hit the agree on the EULA, the game will load
but crash before it the opening screen even begins to show up. Backtrace.txt
Some context:
Installers are from the official website
(http://www.playonline.com/ff11us/download/media/install_win.html). Installed
under both 32 bit and 64 bit wine (5.0.1). Both had the same error. Initially,
I thought it was my distro (devuan), but installing it on a linux mint machine
gave the exact same error. WINEDEBUG=+d3d didn't give me any more output than
without it. Logs attached.
Thank you in advance.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=49680
Bug ID: 49680
Summary: GoBe Productive cannot be run, with previous releases
of Wine, Windows XP compatibility, it was working,
error issued: "The program GoBeProductive.exe
encountered a serious problem... check the Application
Database...
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
…
[View More] Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: saftoiu(a)gmail.com
Distribution: ---
Created attachment 67919
--> https://bugs.winehq.org/attachment.cgi?id=67919
a complete report created after the application crash
GoBe Productive cannot be run, with previous releases of Wine, Windows XP
compatibility, it was working.
Error issued: "The program GoBeProductive.exe encountered a serious problem...
check the Application Database...
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
[View Less]