https://bugs.winehq.org/show_bug.cgi?id=44580
Bug ID: 44580
Summary: Outlook 2007 cannot read MSG files anymore
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: quatze(a)t-online.de
Distribution: ---
I use wine to drive Outlook 2007 to produce automatically printed PDF files
from MSG files (created by Outlook 2007 under Windows) in a batch script under
linux.
For that I use cupspdf as default printer and call Outlook with the '/p' switch
and the respective file as the second argument.
I have implemented this script well before the 3.0 release. I think it is
running since more than one year. Initially I ran into the issue that Outlook
could not open an MSG file and spit out 'Cannot start Microsoft Office
Outlook'.
So currently I am working around that issue by firstly trying to open the MSG.
If above error is given, I convert the MSG file to an EML file via
http://search.cpan.org/dist/Email-Outlook-Message/
and then reconvert it back to MSG via:
https://labs.rebex.net/mail-converter
Usually, Outlook 2007 can then start and open the file correctly. So there is
already something not in order in view of parsing MSG files created by Outlook
itself.
This was before the update to wine 3.2
Since wine 3.2, no MSG file can be opened. Outlook always drops above error
message regardless if the MSG had been converted or not.
For now I have reverted back to wine 3.1 and everything works as it should.
However, something had been introduced, what breaks Outlook 2007.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38496
Bug ID: 38496
Summary: Greek Holy Bible crashes after selecting from the menu
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grendal74.geo(a)yahoo.com
Distribution: ---
Created attachment 51343
--> https://bugs.winehq.org/attachment.cgi?id=51343
terminal log
It is the second version on the webpage.
The Greek Holy Bible - Η Ελληνική Αγία Γραφή
-= New and improved version of GR Biblos 13.0.0.1 =-
GR Biblos 13 runs on Windows 7 and later (Windows 8 κ.λ.π.).
http://www.greekbiblos.gr/p/gr-biblos-11.htmlhttps://dl.dropboxusercontent.com/u/54790396/Greek%20programs/GrBiblos%2013…
The application crashes when selecting anything from the menu.
A terminal log is included.
P.S.
I did rename the exe to remove the space.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40305
Bug ID: 40305
Summary: ArticleTextBox.Find not implemented in
AutoWikiBrowser.
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adam.buchbinder(a)gmail.com
Distribution: ---
Created attachment 53946
--> https://bugs.winehq.org/attachment.cgi?id=53946
Error message on Find.
Steps to reproduce:
Set up a fresh Wine directory.
WINEARCH=win32 WINEPREFIX=`pwd`/wine_prefix2 winecfg
Install dotnet35.
WINEARCH=win32 WINEPREFIX=`pwd`/wine_prefix2 winetricks dotnet35
Download AutoWikiBrowser 5.8.5.1 from:
https://sourceforge.net/projects/autowikibrowser/
Open a page (for example, put 'CS1_maint:_Unrecognized_language' into the
'Category' box at left, go to the 'start' tab in the center panel, click the
'Start' button), then in the 'find' box in the lower-right, enter some text and
click 'Find'.
An error will pop up, "The method or operation is not implemented.",
"NotImplementedException in ArticleTextBox.Find". The long error text is
attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43468
Bug ID: 43468
Summary: The game StarCraft2 hang when I click on the "exit
game" button. I have to kill the process.
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zefkerrigan(a)gmail.com
Distribution: ---
Created attachment 58847
--> https://bugs.winehq.org/attachment.cgi?id=58847
The game StarCraft 2 hang when I click on the "exit game" button. I have to
kill the process.
The game StarCraft 2 hang when I click on the "exit game" button. I have to
kill the process.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40156
Bug ID: 40156
Summary: AutoWikiBrowser database scanner fails with "no access
to memory location"
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rjwilmsi(a)gmail.com
Distribution: ---
Created attachment 53658
--> https://bugs.winehq.org/attachment.cgi?id=53658
System.IO.__Error.WinIOError at System.Xml.XmlReader.ReadToFollowing
Running the AutoWikiBrowser database scanner fails with "no access to memory
location" normally within seconds of scan starting.
Occurs on wine wine-1.8.1 and wine-1.7.39
To reproduce: export WINEARCH=win32
winetricks -q msxml3 dotnet35 corefonts gdiplus riched20 ie6
[Probably only dotnet35 is required for this testing]
download AutoWikiBrowser from http://sourceforge.net/projects/autowikibrowser/
choose latest version (5.8.5.1 at time of writing).
unzip AutoWikiBrowser and run wine AutoWikiBrowser.exe
choose Tools -> Database scanner
download a wikipedia database dump file from https://dumps.wikimedia.org/
browse to the database XML file
search based on title contains 'foo' or other option. Press Start.
Wait for scan to progress. Scan normally fails within seconds with "no access
to memory location" error (stack trace relating to C# XML reader attached).
The problem only intermittently occurs on smaller XML dump files (e.g. < 100 MB
uncompressed) but always occurs on large XML files.
Above process works without error under Mono version 4 on same machine (using
50 GB English wikipedia XML dump file) and of course on native Windows.
Possible further information/speculation:
I have written a simple single threaded console only .NET 2 exe that works
under same wine setup without this error on same machine. So I suspect that the
issue may be to do with multithreading: the AutoWikiBrowser scanner is
multithreaded, versions of the test console exe I wrote failed with same error
if I added multithreading.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43872
Bug ID: 43872
Summary: The Witcher 3: some monsters are completely invisible
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 59476
--> https://bugs.winehq.org/attachment.cgi?id=59476
Invisible hound of the Wild Hunt
Hounds of the Wild Hunt are completely invisible (and they shouldn't be). See
attached screenshot.
Configuration:
Graphics:
OpenGL renderer string: AMD Radeon (TM) RX 480 Graphics (POLARIS10 / DRM 3.15.0
/ 4.12.0-2-amd64, LLVM 5.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.3.0-devel
(git-3e54493265)
OpenGL core profile shading language version string: 4.50
Wine staging patches applied:
wined3d-buffer_create wined3d-sample_c_lz wined3d-GenerateMips
d3d11-Deferred_Context xaudio2-get_al_format
(+Wine varyings freeze prevention patch).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44857
Bug ID: 44857
Summary: Visio 2003 - property dialogs buttons appear broken
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Continuation from bug 44677.
To reproduce create a new diagram, draw a line on it, and open Format -> Line
property dialog. Apply, Ok, Cancel buttons appearance is broken.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8051
Robert Walker <bob.mt.wya(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bob.mt.wya(a)gmail.com
--- Comment #160 from Robert Walker <bob.mt.wya(a)gmail.com> ---
Created attachment 61086
--> https://bugs.winehq.org/attachment.cgi?id=61086
wine-vanilla-3.5_set_1024_max_vertex_shader_constant.patch
Updated swswine patch in case anyone needs 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=43050
Bug ID: 43050
Summary: Corrupted/Missing graphics in Rise of the Tomb Raider
(DX11)
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
NOTE: The game requires steps in
https://bugs.winehq.org/show_bug.cgi?id=40450#c9 to work. The instructions
apply to Wine 2.8 Staging Git but not maybe to newer Wine versions.
-----------------------------------------------
After successfully launching ROTTR on 64-bit Windows Steam client and using
lowest graphics settings (http://i.imgur.com/58mRqUz.jpg) the gameplay looks
like this (you have just started a new game):
Case A:
https://i.imgur.com/TyfM7GR.png (Output log file, 182 MB:
https://www.dropbox.com/s/j4a4j2wwtuhg05b/rottr-full-log-wine-staging-git-2…)
Case B:
However, if you
1) Start a new game
2) quit to the desktop
3) keep the graphics settings as they are (you don't even touch them)
4) re-launch the game and resume your existing gameplay
5) the gameplay looks like this:
http://i.imgur.com/PO2XARH.png (Output log file, 26.5 MB:
https://www.dropbox.com/s/l99h84vlh23w2ft/rottr-log-after-resuming-the-game…)
-----------------------------------------------
Linked log files include the following events:
1) Starting 64-bit Windows Steam client
2) Starting ROTTR launcher
3) Launching ROTTR in the launcher
4) Opening the main menu (which includes DX11 graphics)
5)
Case A: Starting a new game in ROTTR main menu + watching an intro movie (file
which plays right after starting a new game) + Gameplay for some 5-10 minutes
(DX11 graphics)
Case B: Continuing an existing game + Gameplay for some 30 seconds (DX11
graphics)
6) Quitting the game & Steam (Steam throws some unexpected crashes which are
also in the log files, just ignore them for now)
-----------------------------------------------
P.S. Sorry I didn't use any attachments, as I thought it would be practically
better to use links for multiple images/txt files instead.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40450
Bug ID: 40450
Summary: Rise of the Tomb Raider crashes on startup
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 54197
--> https://bugs.winehq.org/attachment.cgi?id=54197
ROTTR.exe log (no additional debugging parameters)
The game can't be launched, neither using Steam or ROTTR.exe.
The game uses Denuvo anti-tamper/protection technology + DirectX11. I dedubbed
the game using a clean Wine 1.9.7 64-bit installation without additional
winetricks stuff.
For Steam client, Windows version was set to XP, otherwise the prefix used
Windows 7 version (for ROTTR.exe, for example).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.