http://bugs.winehq.org/show_bug.cgi?id=9901
Summary: GetMonitorInfo returns wrong work area
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
GetMontorInfo always returns rcWork equal to rcMonitor, but it must take panels
and taskbars into account.
The only solution I can see is to use SystemParametersInfo(SPI_SETWORKAREA)
during initialization time, but I do not know how to deal with different
monitors.
P.S. It is needed to properly implement maximum dimensions of console window.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39627
Bug ID: 39627
Summary: BreezeBrowser Pro 1.x crashes on start
Product: Wine
Version: 1.7.34
Hardware: x86
URL: http://www.breezesys.com/downloads/bbpro1987.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com
Regression SHA1: ca51e113e4820f8b11016c13732b1a971d2b0054
Distribution: ---
The application crashes immediately after starting (no backtrace is generated
for me):
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ntdll:server_ioctl_file Unsupported ioctl 900a8 (device=9 access=0
func=2a method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 900a8 (device=9 access=0
func=2a method=0)
wine: Unhandled exception 0x40000015 in thread 9 at address 0x80d930 (thread
0009), starting debugger...
If you manually create an empty 'dbglogs' directory under ~/Documents, then the
application starts properly.It seems the application fails to create that
directory for some reason.
Regression introduced by
commit ca51e113e4820f8b11016c13732b1a971d2b0054
Author: Erich E. Hoover <erich.e.hoover(a)gmail.com>
Date: Tue Aug 19 20:31:00 2014 -0600
ntdll: Unify retrieving the attributes of a file.
The commit can't be reverted on git (Wine build failure), however the
application starts properly with the previous commit (and dbglogs directory is
created).
Still present in wine-1.7.55-73-g39f2ed3.
bbpro1987.exe
sha1: ead99cf82bc8eeac4413ed4939891bbe57251058
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47618
Bug ID: 47618
Summary: Required gstreamer plugins not installed by Debian
packages
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Hi,
from https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1817244 and followup
reading at winehq I learned that several gstreamer plugins are required for
some media, but the Debian packages don't install them.
In this specific case I couldn't reproduce the issue as long as
libmpg123-0:i386 was installed. But I assume current Wine still generally
needs them!? Please comment.
Unless you have some other input, I'm going to fix this in the debian.org
packages, and suggest you do something similar in the winehq -i386 and -amd64
packages:
Recommends:
gstreamer1.0-libav,
gstreamer1.0-plugins-good,
gstreamer1.0-plugins-ugly,
This works on Debian unstable.
gstreamer1.0-plugins-bad still has non multi-arch'd dependencies. I'll try to
get those fixed.
I assume some other distros don't support multi-arch for the previous 3
packages, so you might have to add this conditionally.
Also some distros might still use gstreamer 0.10.
Greets!
jre
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43193
Bug ID: 43193
Summary: MinGW-w64 GUI installer fails 66 per cent through its
file-installation page.
Product: Wine-staging
Version: 2.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: irwin(a)beluga.phys.uvic.ca
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
My platform is Debian Jessie, and I am using the WineHQ repository for that
distro following the advice at <https://wine-staging.com/installation.html>.
I installed the latest version (2.10) of winehq-staging and set the environment
variables
export WINEVERSION=2.10_jessie_wine_staging
export WINEPREFIX=/home/wine/wine_staging/.wine-$WINEVERSION
export WINEDEBUG='fixme-all'
and ran
winecfg
taking defaults for everything. Then
wine@raven> wine --version
wine-2.10 (Staging)
wineserver -p
nice -19 wine msys2-x86_64-20161025.exe
Welcome screen, set prefix (added date string to default location),
start menu shortcuts left as they were, then install page went
to the 66 per cent level and then generated
a Program Error GUI box with the message
The program bash.exe has encountered a serious error and needs to close. We
are sorry for the inconvenience.
Program error details page on GUI was empty.
stderr (or stdout) had the following messages on the konsole
instance I was running:
err:ole:CoCreateInstanceEx apartment not initialised
err:ole:CoCreateInstanceEx apartment not initialised
err:ole:CoCreateInstanceEx apartment not initialised
wine: Unhandled page fault on read access to 0x00000020 at address 0x7bc4b478
(thread 0045), starting debugger...
The installer GUI details showed the install failed (at the ~66 per cent mark)
while installing nansi.sys.
This is definitely a wine-staging bug because the equivalent experiment
with vanilla wine-2.10 (obtained by purging winehq-staging and installing
winehq-devel) had no troubles with that install page of the GUI (although the
above "apartment" warnings were produced), but failed in other ways on the
final page of that GUI.
Note it is likely this current wine-staging bug with the initial file
installation has been introduced in the past year since
<https://github.com/TeaCI/tea-ci/wiki/Msys2-on-Wine> implies MSYS2 works on
Wine-staging, and that page was last updated in July last year.
However, introduction of this wine-staging bug is not extremely recent because
I replicated this bug also for wine-staging 2.4 (the earliest version [released
March 2017] currently available for the winehq Debian Jessie 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=47922
Bug ID: 47922
Summary: Speech synthesis does not start in Logos Bible
Software
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: sapi
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
Logos Bible Software will read audio using sapi from almost any of the books
except those published by Zondervan. Using wine starting speech causes a crash.
Installing sapi there is no long a crash but there is no audio.
0040:fixme:path:parse_url failed to parse L"System.Speech"
0040:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 00030084
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37873
Bug ID: 37873
Summary: Pokemon TCGO version 4.5.5 crashes during startup
Product: Wine
Version: 1.7.3
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lppoulin(a)gmail.com
Distribution: ---
Pokemon TCGO version 4.X.X used to work perfectly. In December 2014, after an
auto-update to version 4.5.5 it started to crash at startup.
Has anyone been able to make it work?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47837
Bug ID: 47837
Summary: Intrusive graphics glitches .NET app - Logos Bible
Software
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
It appears as if parts of the graphics buffer that are no longer needed get
drawn back onto the screen quite a lot. You start viewing a different book.
Suddenly you are looking at the previous one. Then it comes back.
WINEPREFIX=/home/john/wine-logos64/ WINEDEBUG=+wgl wine64 c\:'/users/john/Local
Settings/Application Data/Logos/Logos.exe' LC_ALL=C &>wine.log
Attached is a log file after running with the above command. I wonder if it is
to do with graphics drivers and config? Perhaps someone knowledgable can
suggest a workaround or config that will fix this? It makes the app very hard
to use.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44066
Bug ID: 44066
Summary: mintty/msys2 doesn't work since wine 2.5.0 (named
pipes)
Product: Wine-staging
Version: 2.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.gursky(a)e-mail.ua
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Hi!
According to [1], I'm opening a new issue.
msys2 (based on Cygwin up to 2.5.x) does work on wine-staging.
Since 2.5.0 mintty starts but has no visible output. You can work only blindly
(ctrl+d closes the session).
Actually I've expected that since wine 2.5 msys2 will work not only on
wine-staging but also on wine. Unfortunately the opposite has happened.
Regards,
Andrey
[1] https://bugs.winehq.org/show_bug.cgi?id=17195#c189
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47016
Bug ID: 47016
Summary: MS Office 365 installer stops midway with error
30175-4
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: funtimeschaos(a)rocketmail.com
Distribution: ---
Created attachment 64173
--> https://bugs.winehq.org/attachment.cgi?id=64173
Log for 4.5 staging
Trying to install MS Office 365 ja_JP/Business retail edition. Installer starts
and runs until around the 68% mark, where it reports error 30175-4 and closes.
A quick search found that this error indicates that the installer is trying to
upgrade Office 2013 to Office 2016, which it seems to be trying to do when wine
is set to Windows 7.
Tested with 4.5 staging, log attached. Did not use winetricks except to add
japanese fonts to registry.
--
Do not reply 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=28750
Bug #: 28750
Summary: Access violations and OLE errors using a WebBrowser
based sample application
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: idw.doc(a)t-online.de
Classification: Unclassified
PLease download and run my sample application for duplicating the crash(es),
I'm not using Wine myself, but user's of my sample application reported several
fatal errors when launching it: It's a simple HTML editor based on the
IWebBrowser and MSHTML interfaces, available at
<http://idw-doc.homepage.t-online.de/PMUtils/IEWriter.zip>.
A single URL parsing issue (in shlwapi) has already been fixed, see
<http://source.winehq.org/patches/data/79958>.
--
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=25817
Summary: FlashGet 1.73 dropzone is broken
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Created an attachment (id=32902)
--> (http://bugs.winehq.org/attachment.cgi?id=32902)
screenshot
FlashGet 1.73 dropzone doesn't has picture/logo of program.
( http://down6.flashget.com/fgf173.exe )
--
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=29994
Bug #: 29994
Summary: SDP Downloader: Marking URL in textbox doesn't work
Product: Wine
Version: 1.4-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Classification: Unclassified
Hi,
there's another little problem within the GUI of SDP Downloader 2.3.0 [1],
which is not present on Windows.
1) Start SDP Downloader 2.3.0
2) File -> Open
3) And an URL
4) OK
5) File -> Open
--
6a) Click once in the URL box and press Ctrl + A.
7a) On Windows, the URL is marked, but on Wine: nothing.
---
6b) Click three times in the URL box.
7b) On Windows, the whole URL is marked, but on Wine only a part of the URL or
nothing will be marked.
[1] http://sdp.ppona.com/
--
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=43516
Bug ID: 43516
Summary: GCC march=native Flag Causes "Unhandled Pagefault on
Write"
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ben(a)xnode.org
Distribution: ---
I've run into a specific crash that only happens with using the "-march=native"
GCC flag at build time (usage of -O3 or -O2 don't affect it). Removing "march"
entirely stops the crash from occurring.
This is on a Intel Broadwell i7-5775C using GCC 7.1.1.
Triggering the crash is unfortunately a bit specific: The crash occurs when
loading Mario Kart 8 in CEmu (1.8) under a 64bit Wine prefix. The exact moment
it happens is once the game's splash screen appears - pressing A should then
take you to the menu, but instead if Wine has been built with march=native,
it'll throw an Unhandled Pagefault at this point instead:
"wine: Unhandled page fault on write access to 0x7f7fda6f0080 at address
0x1400e1867 (thread 005f), starting debugger..."
According to GCC, the flags it activates when using march=native on this
platform are:
-march=broadwell -mmmx -mno-3dnow -msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16
-msahf -mmovbe -maes -mno-sha -mpclmul -mpopcnt -mabm -mno-lwp -mfma -mno-fma4
-mno-xop -mbmi -mno-sgx -mbmi2 -mno-tbm -mavx -mavx2 -msse4.2 -msse4.1 -mlzcnt
-mrtm -mhle -mrdrnd -mf16c -mfsgsbase -mrdseed -mprfchw -madx -mfxsr -mxsave
-mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf
-mno-prefetchwt1 -mno-clflushopt -mno-xsavec -mno-xsaves -mno-avx512dq
-mno-avx512bw -mno-avx512vl -mno-avx512ifma -mno-avx512vbmi -mno-avx5124fmaps
-mno-avx5124vnniw -mno-clwb -mno-mwaitx -mno-clzero -mno-pku -mno-rdpid --param
l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144
-mtune=broadwell -fPIE -fstack-check=specific -fstack-protector-strong
(in case any of those stand out as being an issue when used 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.
https://bugs.winehq.org/show_bug.cgi?id=46851
Bug ID: 46851
Summary: Can't input Japanese text after updating to 4.4.
Product: Wine
Version: 4.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: imm32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Regression SHA1: fd7cda93a33c9f65a6c1d1d530738c9fe4b9edf4
Distribution: Ubuntu
I can't input Japanese text to notepad.exe after updating to 4.4. I use Fcitx
to input Japanese text.
In Wine 4.3, it works fine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47057
Bug ID: 47057
Summary: Call of Cthulhu fails to completely load levels and
trigger cutscenes
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: funtimeschaos(a)rocketmail.com
Distribution: ---
There's like 5 games called Call of Cthulhu. I'm talking about this one:
https://store.steampowered.com/app/399810/Call_of_Cthulhu/
It starts up fine with Pure Wine + DXVK, but it is not possible to proceed past
the first area, since a cutscene that is supposed to progress the story does
not trigger.
--
Do not reply 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=35428
Bug ID: 35428
Summary: Screenshots get horribly broken and resized on upload
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: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 47281
--> http://bugs.winehq.org/attachment.cgi?id=47281
Far 3 original screenshot
Consider this beautiful PNG screenshot.
Size: 106331 bytes
Format: PNG/lossless
Resolution: 1284x744@24bpp
What AppDB turns it to:
http://appdb.winehq.org/screenshots.php?iAppId=953&iVersionId=27377
Size: 196888 bytes (2 times more!)
Format: Bad resized PNG
Resolution: 1024×593@24bpp
This needs to be fixed. We live in the 21 century.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44254
Bug ID: 44254
Summary: The Witcher 1.5 (Platinum edition): launcher crashes
on start
Product: Wine
Version: 2.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grsfdhj(a)tiscali.it
Distribution: ---
Created attachment 60061
--> https://bugs.winehq.org/attachment.cgi?id=60061
Terminal output
Wine crashes as soon as one tries to run the launcher.exe executable.
Game is still able to start by running directly the System/witcher.exe
executable, as suggested in the appdb.
Tested on my Slackware64-14.2 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=47672
Bug ID: 47672
Summary: Wine 4.14 breaks sound in multiple games
Product: Wine
Version: 4.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: poorme(a)pokemail.net
Distribution: ---
Multiple games (tested Dishonored, COD MW2 and 3, The Witcher Enhanced Edition)
have no sound. Some of them even refuse to start because of no sound device
detected. Installing dsound dlls seems to fix the issue except on The Witcher,
which crashes on loading. They all were running correctly with wine-4.12.1
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33597
Bug #: 33597
Summary: Enhancing memory video detection
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
I'm using a GeForce 8600 GT with the following attributes:
sworddragon@ubuntu:~$ nvidia-settings -q all | grep -E "Attribute
'(TotalDedicatedGPUMemory|VideoRam)'"
Attribute 'VideoRam' (ubuntu:0.0): 524288.
Attribute 'VideoRam' (ubuntu:0[gpu:0]): 524288.
Attribute 'TotalDedicatedGPUMemory' (ubuntu:0[gpu:0]): 512.
The PCI device ID is 0x0402 and the PCI vendor ID is 0x10de. On starting a game
Wine is telling me that it is only emulating 256 MiB of memory for my graphics
card:
sworddragon@ubuntu:~$ WINEDEBUG=+d3d '/wine/drive_c/Program Files
(x86)/Warcraft III/Frozen Throne.exe' -opengl 2>&1 | grep Emulating
trace:d3d:wined3d_adapter_init Emulating 256 MB of texture ram.
--
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=34298
Bug #: 34298
Summary: Wine use any Tahoa it find !!
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moceap(a)hotmail.com
Classification: Unclassified
Created attachment 45661
--> http://bugs.winehq.org/attachment.cgi?id=45661
Wine Tahoma and old native Tahoma
When install msttcore-fonts which install some old native Windows fonts on
Linux , Wine use native Tahoma instead built-in one .
Old native Tahoma doesn't contain Arabic characters .
So Arabic in Tahoma places don't shown .
I suggest to prevent Wine to use any Tahoma except Wine one .
Thank You For Attention .
--
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=34872
Bug #: 34872
Summary: Keyboard Enter doubled
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bza.10.juebo(a)spamgourmet.com
Classification: Unclassified
I am trying to run SpeQ Mathematics ( http://www.speqmath.com/files/speq.zip )
with wine-1.7.4 on lubuntu 13.10, locale German (but others won't work too)
When I enter a line and hit ENTER for calculating it seems that there are sent
2 Enter-commands or a Ctrl-Enter Command and the line is not calculated.
With F5 (calculate sheet) or right mouse click and "calculate line" SpeQ works
well.
It did work once ago. I think it was with wine 1.4
Similar problem with "Ultra Edit": After hitting Enter a new line is generated
but the coursor is placed behind the last line. When typing a key the cursor
jumps to the last line.
--
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=41134
Bug ID: 41134
Summary: Error messagew launched when starting foxit reader-802
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joachim.backes(a)rhrk.uni-kl.de
Distribution: ---
Created attachment 55338
--> https://bugs.winehq.org/attachment.cgi?id=55338
Error mesage when launching foxitreader-802.
I installed Foxit reader 802 from foxitsoftware.com
(FoxitReader802_enu_Setup_Prom.exe). If starting it, an error message is
launched, but the software seems to run 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=43845
Bug ID: 43845
Summary: Regression: ABZU now crashing before menu
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: zionnimchuk(a)gmail.com
Distribution: ---
Created attachment 59402
--> https://bugs.winehq.org/attachment.cgi?id=59402
terminal output of ABZU from launch->error.
In a previous version of wine-staging (2.10 or so) I was able to fully complete
ABZU.
Now in wine-staging 2.18 it crashes before it can reach the menu.
Specs:
Arch Linux 64-bit
wine-staging installed via distro package.
GTX 1070 with beta binary driver version 387.12.
i7 4770
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44846
Bug ID: 44846
Summary: Burnout paradise Unhandled page fault on 64bits prefix
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxi.cass11(a)gmail.com
Distribution: ---
Created attachment 60899
--> https://bugs.winehq.org/attachment.cgi?id=60899
backtrace error
Hi,
I have test Burnout paradise on clean 64bits prefix and if I enable
anti-aliasing x8 the game freeze and crash with page fault error.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.