https://bugs.winehq.org/show_bug.cgi?id=46287
Bug ID: 46287
Summary: Magic: The Gatheing Online - EULA not found due to
inline image in RTF file
Product: Wine
Version: 4.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: panard(a)inzenet.org
Distribution: ---
Created attachment 63000
--> https://bugs.winehq.org/attachment.cgi?id=63000
EULA_en.rtf within inline mage
With latest MTGO update (3.4.106.2058), MTGO shows an error message "EULA not
found" which prevents accepting the updated EULA.
The error is actually due to inline image embedded in the RFT file of the EULA.
Removing it makes it work again.
I attach the original RTF file.
Removing the section
{\pict{\*\picprop}\wmetafile8\picw20241\pich26\picwgoal11475\pichgoal15
010009000003d000000006001c00000000000400000003010800050000000b0200000000050000
000c020700a912040000002e0118001c000000fb021000070000000000bc020000000001020222
53797374656d007ca90000002218066bfd7f00004000000000000000f095026b040000002d0100
00040000002d01000004000000020101001c000000fb02a4ff0000000000009001000000000440
002243616c6962726900000000000000000000000000000000000000000000000000040000002d
010100040000002d010100040000002d010100050000000902000000020d000000320a57000000
0100040000000000ad1206002000360005000000090200000002030000001e0007000000fc0200
00333333000000040000002d01020008000000fa02050000000000ffffff00040000002d010300
0e00000024030500ffffffffffff0600ad120600ad12ffffffffffff08000000fa020000000000
0000000000040000002d01040007000000fc020000ffffff000000040000002d01050004000000
2701ffff040000002d010000040000002d010000030000000000
}
fixes the issue ; otherwise there seem to be a bug within Wine or DotNet
(strace witnesses several segmentation faults).
See also https://github.com/pauleve/docker-mtgo/issues/54
--
Do not reply 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=33406
Bug #: 33406
Summary: Archicad 15 selection fence and marquee doesn't show
correctly
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xsitian(a)gmail.com
Classification: Unclassified
Created attachment 44201
--> http://bugs.winehq.org/attachment.cgi?id=44201
screenshot compare for selection fence
Archicad 15 selection fence and marquee doesn't show correctly when use wine
buildin gdiplus.dll. If use windows native gdiplus.dll, it works correctly.
--
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=32310
Bug #: 32310
Summary: EVEMon needs
System.Net.NetworkInformation.NetworkChange
implementation
Product: Wine
Version: 1.5.18
Platform: x86
URL: http://evemon.battleclinic.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
To reproduce, install EVEMon without .NET, and try to run it.
It crashes on startup with an exception:
System.EntryPointNotFoundException: CreateNLSocket
at (wrapper managed-to-native)
System.Net.NetworkInformation.NetworkChange:CreateNLSocket ()
at System.Net.NetworkInformation.NetworkChange.EnsureSocket () [0x00000] in
<filename unknown>:0
at System.Net.NetworkInformation.NetworkChange.Register
(System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler d)
[0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.NetworkChange.add_NetworkAvailabilityChanged
(System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler value)
[0x00000] in <filename unknown>:0
at EVEMon.Common.Net.NetworkMonitor.Initialize () [0x00000] in <filename
unknown>:0
at EVEMon.Common.EveMonClient.Initialize () [0x00000] in <filename unknown>:0
at EVEMon.Program.Main () [0x00000] in <filename unknown>:0
CreateNLSocket is an entry point into the MonoPosixHelper library. AFAICT it's
only implemented on Unix-like systems and would not be possible to implement on
Windows. So we need an alternative implementation of
System.Net.NetworkInformation.NetworkChange that's based on the Windows API.
Probably the NotifyAddrChange function could be used to detect changes, using
System.Threading.AutoResetEvent and ThreadPool.RegisterWaitForSingleObject to
get the event notification into the .NET world.
I think this would be a good introduction to Mono development, if anyone needs
one.
--
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=33690
Bug #: 33690
Summary: Microsoft SQL Server 2005 Express Edition: installer
window layout incorrect with builtin mono
Product: Wine
Version: 1.5.31
Platform: x86
URL: http://go.microsoft.com/fwlink/?linkid=65212
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 44606
--> http://bugs.winehq.org/attachment.cgi?id=44606
left is wine mono, right is native .NET
After fixing bug #33513, the installer displays another set of windows. There
are some problems with their layout:
- the initial size of the windows is different than when using native .NET. As
a result there's a gap between the interface elements and the right window
border, and some buttons on the bottom of the window are only partially
visible. Resizing the window does not unhide them.
- Label text does not wrap, it is clipped instead.
- also, the focus rectangle on buttons looks different.
Attaching screenshot showing the same windows with and without winetricks
dotnet20.
Prerequisites:
winetricks mspatcha
fix for bug 33513
--
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=47580
Bug ID: 47580
Summary: Dolphin Smalltalk 7.1.8
Product: Wine
Version: 4.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: brickviking(a)gmail.com
Distribution: ---
Created attachment 64986
--> https://bugs.winehq.org/attachment.cgi?id=64986
Backtrace for Dolphin7.exe on clean .wine without winetricks gdiplus
Dolphin Smalltalk Application (Dolphin7.exe) crashes on startup with the
following text in the terminal (along with the rest of the message):
wine: Unhandled exception 0xc00002b5 in thread 9 at address 0x1000c2c0 (thread
0009), starting debugger...
A dialog box is brought up by wine stating "The program Dolphin7 has
encountered a serious problem and needs to close. We are sorry for the
inconvenience."
Installing gdiplus with winetricks allows Dolphin7 to start. Wine is
4.8-staging from winehq repositories, running on 64-bit Fedora 28. The .wine is
32-bit (WINEARCH=win32) and newly created to report this bug.
Instructions required to set up:
* The Dolphin VM (needed to run the image) is available from
https://github.com/dolphinsmalltalk/Dolphin/releases/download/v7.1.8/Dolphi….
* The rest of the data can be fetched with: git clone
https://github.com/dolphinsmalltalk/Dolphin.
* cd into the Dolphin Smalltalk directory, extract the DolphinVM.zip file (it
will contain the Dolphin7.exe file and some DLLs) into that directory.
* create the DPRO image as follows:
user@host:/home/user/src/Dolphin$ wine ./Dolphin7.exe DBOOT.img7
DolphinProfessional
To reproduce the bug (at least on wine-4.8): wine ./Dolphin7.exe DPRO.img7
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47973
Bug ID: 47973
Summary: PG Offline from personalgroupware.com will not run
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ajg02(a)elfringham.co.uk
Distribution: ---
Created attachment 65472
--> https://bugs.winehq.org/attachment.cgi?id=65472
Console log from attempt to run application.
Download installer for PG Offline tool from
http://www.personalgroupware.com/downloads.htm
Create a win32 prefix and install .NET 4.5.2
Run installer, appears to finish successfully.
Tick box to launch PG Offline 4 and an exception is dumped to console. Please
see the attachment for the console log. PG Offline does not appear to run but
there are processes that can be seen in ps.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42442
Bug ID: 42442
Summary: Canon Digital Photo Professional 4.5 can't start
Product: Wine
Version: 2.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eneeen(a)gmail.com
Distribution: ---
Created attachment 57274
--> https://bugs.winehq.org/attachment.cgi?id=57274
console log from dpp startup
This is bug report related to:
https://bugs.winehq.org/show_bug.cgi?id=42423
I couldn't select wine-mono as component, but as @Dmitry Timoshkov stated it's
wine-mono related.
I've attached startup log from console, as there is no error message in GUI.
--
Do not reply 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=23192
Summary: 2D graphics in Mathematica are not antialiased while
on Windows they are
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
To see this, try Plot[Sin[x],{x,-10,10}] in Windows and in Wine. Output in
Windows is antialiased while in wine it's jagged.
--
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=48187
Bug ID: 48187
Summary: DietOrganizer: Crashes after Splash Screen
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: orthographiccube(a)gmail.com
Distribution: ---
Created attachment 65822
--> https://bugs.winehq.org/attachment.cgi?id=65822
Crash log
DietOrganizer is a diet application for Windows. It installs fine, however,
running the installed application (from a 32-bit or 64-bit prefix) results in
the app showing its splash screen then crashing
(DietDiary.Controls.ReportView.ViewReportControl.Init = not set to an instance
of an object) with an "Unhandled Exception".
The application seems to be using .NET, I have wine-mono installed, and running
the application from mono results in a different error
(System.Windows.Forms.WebBrowser.Refresh = not set to an instance of an
object). I believe this error does not show in Wine since the webbrowser is
already implemented..
I have attached the complete error log below, and since the software is
abandonware, I have also included the executable (installer) below.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48303
Bug ID: 48303
Summary: SofTalk (.NET edition) fails to start (reports
System.Resources.MissingManifestResourceException).
Product: Wine
Version: 5.0-rc1
Hardware: x86
URL: http://ftp.vector.co.jp/71/83/2252/stn019337.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
Created attachment 66011
--> https://bugs.winehq.org/attachment.cgi?id=66011
Terminal output
SofTalk (.NET edition) is a Text-to-speech software for Japanese text.
When I starts SofTalk.exe from console, it reports the following exception,
Unhandled Exception:
System.InvalidOperationException: WinForms_SeeInnerException --->
System.Resources.MissingManifestResourceException: Could not find any resources
appropriate for the specified culture or the neutral culture. Make sure
"UZo?>`TR$RWIv jFA2*{7q_(#.resources" was correctly embedded or linked into
assembly "SofTalk" at compile time, or that all the satellite assemblies
required are loadable and fully signed.
at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing
(System.String fileName) [0x000bf] in <a1336bab325642fd867e87ca7626bada>:0
(see the attachment for full terminal output)
>From my point of view, 'UZo?>`TR$RWIv jFA2*{7q_(#' is a strange class name.
And, SofTalk.exe actually has a resource named 'UZo?>`TR$RWIv
jFA2\*{7q_(#.resource'.
I guess Mono doesn't escape some special characters when looking for a
resource.
SHA1(stn019337.zip) = b8620e00a4b28bcc8c39aa7bb26c26f2dbc64eba
SHA1(SofTalk.exe) = 1b8efa49271c641e82555a1d988e92f686c45a8c
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48356
Bug ID: 48356
Summary: Wine crashes when attempting to launch OOTP20 (Out of
the Park Baseball 20)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugzilla(a)voidnexus.net
Distribution: ---
Created attachment 66096
--> https://bugs.winehq.org/attachment.cgi?id=66096
backtrace file from crash
Linux Mint 19.2 64-bit edition
Upon attempting to launch the file ootp20.exe, Wine crashes with the attached
.txt file as output.
The install process goes fine, but trying to run the game causes the crash. The
previous version of the game, OOTP19, works perfectly fine in all aspects, but
version 20 crashes immediately.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40810
Bug ID: 40810
Summary: Semcad X Verision 14 (64bit): crashes when opening a
2D plot
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: andreas.christ(a)runbox.com
Distribution: ---
I am trying to make Semcad X Version 14 run under wine64. This is a CAD program
for electromagnetic simulations.
The program installs, and most features seem to work. When viewing a simulation
result in a xy-plot window, Semcad X crashes with an error in a
gdiplus-function.
My system configuration is:
Wine build: wine-1.9.12 (Staging)
Platform: x86_64
Version: Windows XP
Host system: Linux
Host version: 4.5.0-0.bpo.2-amd64
Graphics driver: Nvidia 340.96
I first installed Semcad X using Wine 1.8 from the Jessie-backports and tried
with wine staging, but the crash in gdiplus I get seems to be the same. I made
sure gecko and mono were installed in Wine 1.8. (Wine staging upgraded them
when first starting the prefix with it.) I also installed the core fonts (later
all fonts) and vcrun2010 using winetricks. I also tried the native gdiplus
(64bit version), which also crashed.
When viewing a simulation result in the xy-viewer, the viewer window opens, and
the graph is drawn, but the window area where the text (axis labels) should
show up remains black. After a few seconds (or when clicking into the black
area), Semcad X crashes with the attached bug report.
In the terminal, the following messages show up before the crash (just pasting
in two of them):
fixme:gdiplus:units_to_pixels Unhandled unit type: 15
fixme:font:freetype_SelectFont Untranslated charset 105
The unit type and charset numbers vary.
The program is not available for free download and requires a special license
to run. Reproducing the error may therefore not be possible. Nevertheless, I
would greatly appreciate any support.
Andreas
--
Do not reply 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=35680
Bug ID: 35680
Summary: Impossible to run DVDVideoSoft Free YouTube to MP3
Converter
Product: Wine
Version: 1.7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thomthomthom(a)ymail.com
It's impossible to run DVDVideoSoft Free YouTube to MP3 Converter.
Output:
$ wine FreeYouTubeToMP3Converter.exe
Unknown heap type: #GUlD
Unknown heap type: #Blop
Unhandled Exception:
System.TypeLoadException: Could not load type 'FreeAllDownload.Main' from
assembly 'FreeYouTubeToMP3Converter, Version=3.12.26.224, Culture=neutral,
PublicKeyToken=1f9a51e1f0f27a9a'.
at <PrivateImplementationDetails>{9294DE1F-C5EC-46B6-AD3E-640AF3B83387}.Main
() [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load
type 'FreeAllDownload.Main' from assembly 'FreeYouTubeToMP3Converter,
Version=3.12.26.224, Culture=neutral, PublicKeyToken=1f9a51e1f0f27a9a'.
at <PrivateImplementationDetails>{9294DE1F-C5EC-46B6-AD3E-640AF3B83387}.Main
() [0x00000] in <filename unknown>:0
It's a clean .wine directory. No winetrick or something else ...
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=48770
Bug ID: 48770
Summary: wine-mono doesn't scroll large textboxes correctly
Product: Wine
Version: 5.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
This is AFAICT a mono bug, yet as I recall the policy here is to patch
wine-mono in such cases.
So, if a textbox is larger than Int16, you *can* scroll past that point using
keyboard, but if instead you try to use the scrollbar, it overflows and resets
to position to the beginning.
Quite likely this is caused by
https://github.com/mono/mono/blob/master/mcs/class/System.Windows.Forms/Sys…
I've tried to see how it's done in dotnet/winforms, but there's no equivalent
for TextBoxTextRenderer there. If some limit is imposed, it doesn't seem to be
done in GDI/TextRenderer.cs. Only thing that seems relevant would be
GDI/WindowsGraphics2.cs, but there the limits are Int32.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48970
Bug ID: 48970
Summary: GVMP-Launcher: not starting
Product: Wine-staging
Version: 5.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tobiasv(a)posteo.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 66948
--> https://bugs.winehq.org/attachment.cgi?id=66948
Error messages in console
Installing the GVMP-Launcher works fine but starting it won't. Theres no error
message. When using the console to open it I get a bunch of errors. They are
linked as an attachement.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48868
Bug ID: 48868
Summary: Final Fantasy XIV V5.0(shadowbringers) benchmark fails
to start
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a1_canon(a)yahoo.co.jp
Distribution: ---
Final Fantasy XIV V5.0(shadowbringers) benchmark fails to start on:
OS: fedora31
package: winehq stable wine 5.0, winehq-stable-5.0.0-8.1.x86_64
software download link:
https://na.finalfantasyxiv.com/benchmark/download/
terminal output:
$ wine ffxiv-shadowbringers-bench.exe
0016:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\Null": c0000142
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"Null"
failed to start: 1114
The entry point method could not be loaded due to Could not load file or
assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
window output:
Nothing. No dialog appears.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39455
Bug ID: 39455
Summary: Homeport crashes on execution
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: axel.braun(a)gmx.de
Distribution: ---
Created attachment 52569
--> https://bugs.winehq.org/attachment.cgi?id=52569
Error log
Homeport is a software that can be downloaded for free from Garmin:
https://buy.garmin.com/en-US/US/prod64242.html
Installation works fine, but when the software is run, it crashes immediately
(see attachment)
Installed wine components on openSUSE 13.1
docb@T520:~> rpm -qa |grep wine
wine-32bit-1.7.52-486.1.x86_64
wine-gecko-2.40-49.1.noarch
wine-mono-4.5.6-5.1.noarch
wine-1.7.52-486.1.x86_64
wine-mp3-1.1.39-13.13.i586
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43879
Bug ID: 43879
Summary: missing file for program - mscoree.dll
Product: Wine
Version: 2.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: zaknafein_aurora(a)yahoo.com
Distribution: ---
I am trying to run Chummer via Wine, but I get an error about a missing
mscoree.dll file.
err:module:import_dll Library mscoree.dll (which is needed by
L"Z:\Users\<username>\desktop\chummer5\chummer5.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\Users\<username>\desktop\chummer5\chummer5.exe" failed, status c0000135
Please help!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27197
Summary: Russian Fishing game not starting
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sir-lexa(a)yandex.ru
Russian Fishing game not starting. It just says:
fixme:mscoree:get_runtime_info unsupported startup flags 2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48677
Bug ID: 48677
Summary: Exact Audio Copy (EAC) 1.4 plugins don't function
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bastian.dev(a)gmail.com
Distribution: ---
Starting from the new version (1.4) of Exact Audio Copy (EAC) plugins are not
working anymore. They used to work with EAC 1.3
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49124
Bug ID: 49124
Summary: ergoplanet: menu garbled
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daniel.heiserer(a)gmail.com
Distribution: ---
Created attachment 67118
--> https://bugs.winehq.org/attachment.cgi?id=67118
garbled menus
The menus of the application Ergoplane (APP submitted to database) are garbled
and useless.
I will submit typescript and screenshot.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37337
Bug ID: 37337
Summary: chem3d wont start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tedwaltmuf(a)yahoo.com
Created attachment 49651
--> https://bugs.winehq.org/attachment.cgi?id=49651
here is the last run log
my copy of chem3d wont start. i used winetricks for the dlls that were missing
according to the run.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=49822
Bug ID: 49822
Summary: vatSys: crashes on run, unhandled
Reflection.TargetInvocationException
Product: Wine
Version: 5.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue(a)blu3wolf.com
Distribution: ---
Created attachment 68157
--> https://bugs.winehq.org/attachment.cgi?id=68157
console output from running the installed program
vatSys installs normally, but crashes on run, throwing a
TargetInvocationException.
Can be downloaded from https://vatsys.sawbe.com/downloads/vatSysSetup.zip
--
Do not reply 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=26020
Summary: Miner Wars Demo: crashes on startup
Product: Wine
Version: 1.3.13
Platform: x86
URL: http://www.fileplanet.com/218230/210000/fileinfo/Miner
-Wars-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
austin@aw21 ~/.wine/drive_c/Program Files/Miner Wars $ wine
MinerWarsLauncher.exe
Unhandled Exception: System.ArgumentException: invalid utf-16 sequence at
3340336 (missing surrogate head)
Parameter name: string
at (wrapper managed-to-native) System.Type:internal_from_name
(string,bool,bool)
at System.Type.GetType (System.String typeName) [0x00000] in <filename
unknown>:0
at .. (System.String ) [0x00000] in <filename unknown>:0
at .. (Int32 ) [0x00000] in <filename unknown>:0
. (System.String[] ) [0x00000] in <filename unknown>:0
Also exhibits bug 25192.
Appears to be a mono bug. If I use dotnet20 instead of mono28, app starts up.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48095
Bug ID: 48095
Summary: Daylight crashes at launch without native .NET 4.0
Product: Wine
Version: 4.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Unhandled Exception:
System.ArgumentNullException: Value cannot be null.
Parameter name: ptr
at (wrapper managed-to-native)
System.Runtime.InteropServices.Marshal.PtrToStringBSTR(intptr)
at System.Variant.GetValue () [0x0011e] in
<a1336bab325642fd867e87ca7626bada>:0
at System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant
(System.IntPtr pSrcNativeVariant) [0x00016] in
<a1336bab325642fd867e87ca7626bada>:0
at (wrapper managed-to-native)
System.Management.IWbemClassObject_DoNotMarshal.Get_(intptr,string,int,object&,int&,int&)
at (wrapper cominterop)
System.Management.IWbemClassObject_DoNotMarshal.Get_(string,int,object&,int&,int&)
at (wrapper cominterop-invoke)
System.Management.IWbemClassObject_DoNotMarshal.Get_(string,int,object&,int&,int&)
at System.Management.WmiNetUtilsHelper.Get_f (System.Int32 vFunc,
System.IntPtr pWbemClassObject, System.String wszName, System.Int32 lFlags,
System.Object& pVal, System.Int32& pType, System.Int32& plFlavor) [0x00006] in
<800207f9f90b49a7b7742aa61f5b9134>:0
at System.Management.IWbemClassObjectFreeThreaded.Get_ (System.String
wszName, System.Int32 lFlags, System.Object& pVal, System.Int32& pType,
System.Int32& plFlavor) [0x0001d] in <800207f9f90b49a7b7742aa61f5b9134>:0
at System.Management.ManagementPath.GetManagementPath
(System.Management.IWbemClassObjectFreeThreaded wbemObject) [0x00012] in
<800207f9f90b49a7b7742aa61f5b9134>:0
at System.Management.ManagementObject.GetManagementObject
(System.Management.IWbemClassObjectFreeThreaded wbemObject,
System.Management.ManagementScope scope) [0x0000d] in
<800207f9f90b49a7b7742aa61f5b9134>:0
at System.Management.ManagementBaseObject.GetBaseObject
(System.Management.IWbemClassObjectFreeThreaded wbemObject,
System.Management.ManagementScope scope) [0x00014] in
<800207f9f90b49a7b7742aa61f5b9134>:0
at
System.Management.ManagementObjectCollection+ManagementObjectEnumerator.get_Current
() [0x00022] in <800207f9f90b49a7b7742aa61f5b9134>:0
at DaylightLauncher.WindowsUtility.GetWindowsUpdates () [0x00022] in
<590afc4e1d7440ed9dc6ae5e53e3733f>:0
at DaylightLauncher.Utility.PrintComputerStats () [0x00041] in
<590afc4e1d7440ed9dc6ae5e53e3733f>:0
at DaylightLauncher.AppStart.Main (System.String[] Args) [0x0004c] in
<590afc4e1d7440ed9dc6ae5e53e3733f>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentNullException: Value cannot
be null.
Parameter name: ptr
at (wrapper managed-to-native)
System.Runtime.InteropServices.Marshal.PtrToStringBSTR(intptr)
at System.Variant.GetValue () [0x0011e] in
<a1336bab325642fd867e87ca7626bada>:0
at System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant
(System.IntPtr pSrcNativeVariant) [0x00016] in
<a1336bab325642fd867e87ca7626bada>:0
at (wrapper managed-to-native)
System.Management.IWbemClassObject_DoNotMarshal.Get_(intptr,string,int,object&,int&,int&)
at (wrapper cominterop)
System.Management.IWbemClassObject_DoNotMarshal.Get_(string,int,object&,int&,int&)
at (wrapper cominterop-invoke)
System.Management.IWbemClassObject_DoNotMarshal.Get_(string,int,object&,int&,int&)
at System.Management.WmiNetUtilsHelper.Get_f (System.Int32 vFunc,
System.IntPtr pWbemClassObject, System.String wszName, System.Int32 lFlags,
System.Object& pVal, System.Int32& pType, System.Int32& plFlavor) [0x00006] in
<800207f9f90b49a7b7742aa61f5b9134>:0
at System.Management.IWbemClassObjectFreeThreaded.Get_ (System.String
wszName, System.Int32 lFlags, System.Object& pVal, System.Int32& pType,
System.Int32& plFlavor) [0x0001d] in <800207f9f90b49a7b7742aa61f5b9134>:0
at System.Management.ManagementPath.GetManagementPath
(System.Management.IWbemClassObjectFreeThreaded wbemObject) [0x00012] in
<800207f9f90b49a7b7742aa61f5b9134>:0
at System.Management.ManagementObject.GetManagementObject
(System.Management.IWbemClassObjectFreeThreaded wbemObject,
System.Management.ManagementScope scope) [0x0000d] in
<800207f9f90b49a7b7742aa61f5b9134>:0
at System.Management.ManagementBaseObject.GetBaseObject
(System.Management.IWbemClassObjectFreeThreaded wbemObject,
System.Management.ManagementScope scope) [0x00014] in
<800207f9f90b49a7b7742aa61f5b9134>:0
at
System.Management.ManagementObjectCollection+ManagementObjectEnumerator.get_Current
() [0x00022] in <800207f9f90b49a7b7742aa61f5b9134>:0
at DaylightLauncher.WindowsUtility.GetWindowsUpdates () [0x00022] in
<590afc4e1d7440ed9dc6ae5e53e3733f>:0
at DaylightLauncher.Utility.PrintComputerStats () [0x00041] in
<590afc4e1d7440ed9dc6ae5e53e3733f>:0
at DaylightLauncher.AppStart.Main (System.String[] Args) [0x0004c] in
<590afc4e1d7440ed9dc6ae5e53e3733f>:0
/vagrant/mono/mono/eglib/ghashtable.c:326: assertion 'hash != NULL' failed
wine-4.19-251-g292b728908
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46051
Bug ID: 46051
Summary: UI artifacts in iTunes (vertical lines on some
elements)
Product: Wine
Version: 3.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Created attachment 62635
--> https://bugs.winehq.org/attachment.cgi?id=62635
screenshot
Notice how on "Library" button, in search bar and on the volume slider there
are vertical lines that aren't supposed to be there.
This is fixable by installing gdiplus from winetricks, but that brings its own
issues.
--
Do not reply 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=24190
Summary: Playon installer fails
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=30453)
--> (http://bugs.winehq.org/attachment.cgi?id=30453)
console output
The installer for Playon fails. First it informs me to install mono to run .NET
executables, after installing mono it still fails with an msi error.
--
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=48503
Bug ID: 48503
Summary: The program "StaxRip" (video encoder) does not work in
any version of Wine.
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: depositmail(a)mail.ru
Distribution: ---
The program "StaxRip" (video encoder) does not work in any version of Wine.
I tried installing different libraries, the result is the same.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50246
Bug ID: 50246
Summary: FUJIFILM X-RAW Studio failed at launch : mscorlib.dll
- TypeInitializationException member:(null)
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: testing.tigerwolf(a)mail.com
Distribution: ---
Created attachment 68756
--> https://bugs.winehq.org/attachment.cgi?id=68756
wine64 execution backtrace
FUJIFILM X-RAW Studio is a RAW development software for Fujifilm cameras.
It could be download here:
https://fujifilm-x.com/fr-fr/support/download/software/x-raw-studio/
This application should be launched with the 64 bits prefix
Environment:
Debian 10 Buster (amd64)
AMD RADEON drivers
After installation, software crash at launch with following errors:
00e4:err:mscoree:FixupVTableEntry unsupported vtable fixup flags 0
Failed to run module constructor due to (null)
assembly:C:\windows\mono\mono-2.0\lib\mono\4.5\mscorlib.dll
type:TypeInitializationException member:(null)
See attachments for more 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=45237
Bug ID: 45237
Summary: Dragon Naturally Speaking 15 fails to install with
customactions error
Product: Wine
Version: 3.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: susancragin(a)earthlink.net
Distribution: ---
Created attachment 61466
--> https://bugs.winehq.org/attachment.cgi?id=61466
backtrace
Dragon Naturally Speaking 15 fails to install.
What I did:
NS15 needs the following: WMI, dotnet452, and Windows above 2003, preferably
Windows 7.
First I installed Windows PowerShell core using these directions:
https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-powe…
Then I created a 64-bit wineprefix.
Installed dotnet 452 using winetricks
452 installs but then sets the wine version to either XP or 2003, neither of
which will run NS15. So...
winecfg Windows 7
Then the installation works. It requests that powershell be activated, and that
seems to work. It recognizes that the installed dotnet is inadequate, and
installs its own.
And then it starts to install the program.
What makes this confusing is that Natspeak 12.5 also uses dotnet452, and the
same things happen, but NS12.5 installs and runs fine.
This is the first error message I got
Expression: [mscorlib recursive resource lookup bug]
Description: Infinite recursion during resource lookup within mscorlib. This
may be a bug in mscorlib, or potentially in certain extensibility points such
as assembly resolve elements or CultureInfo names.
Resource name: ArgumentNull_Generic
--
Do not reply 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=36797
Bug ID: 36797
Summary: Overwolf Installation doesn't open a window.
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonaharagon(a)mcweb.us
Created attachment 48870
--> http://bugs.winehq.org/attachment.cgi?id=48870
Error log
The Overwolf installer
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=30064) does not
even get to opening an installation window before it crashes. A log from the
console will be attached. I'm not sure if it's a problem with installations on
my host machine, and if I should reset the wineprefix or if it's a problem with
the executable. If anyone has any insight to what the error log means, that
would be great.
I am installing from the official source (www.overwolf.com/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.
http://bugs.winehq.org/show_bug.cgi?id=33728
Bug #: 33728
Summary: Microsoft SQL Server 2005 Express Edition: installer
window layout incorrect with builtin mono
Product: Wine
Version: 1.5.31
Platform: x86
URL: http://go.microsoft.com/fwlink/?linkid=65212
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
After fixing bug #33513, the installer displays another set of windows. Once
the installer visits these windows, it does not exit cleanly, i.e. after
cancelling the installation the installer process keeps hogging the CPU.
Attachment 44606 contains the screenshots of the windows to look for. Bug
affects only MONO, the installer exits just fine with native .NET.
Prerequisites:
winetricks mspatcha
--
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=35209
Bug ID: 35209
Summary: application crash (SMA Sunny Explorer 1.06.17)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: klaus.hader(a)bnv-bamberg.de
Classification: Unclassified
Created attachment 46961
--> http://bugs.winehq.org/attachment.cgi?id=46961
backtrace generated when starting the application
SMA Sunny Explorer 1.06.17 crashes during application startup
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41999
Bug ID: 41999
Summary: Windows SDK for Windows 7 installation fails with
"Byref marshalling of delegates is not implemented"
Product: Wine
Version: 2.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 56424
--> https://bugs.winehq.org/attachment.cgi?id=56424
Wine 2.0-rc1 terminal output
When attempting to install the Windows SDK for Windows 7 in a clean prefix, the
installation fails with "Byref marshalling of delegates is not implemented".
Terminal output 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=46867
Bug ID: 46867
Summary: frmAuth_Load System.IO.DirectoryNotFoundException
Product: Wine
Version: 4.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tntsos5(a)gmail.com
Distribution: ---
Created attachment 63922
--> https://bugs.winehq.org/attachment.cgi?id=63922
Error Screen
Strucalc 9.0 installs but does not run.
See attachment for the actual error screen.
--
Do not reply 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=28978
Bug #: 28978
Summary: Statistica 10 trial crash during instalation
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.statsoft.cz/file1/STATISTICA_TRIALV10CZ.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Classification: Unclassified
Created attachment 37268
--> http://bugs.winehq.org/attachment.cgi?id=37268
terminal output
During Statistica 10 trial installation there is a crash in rundll32.exe and
installer program finish unsuccessfully. winetricks mono210 is required.
Sorry about the download program in Czech language, haven't found any english
version. However its really easy to reproduce, just run the exe file and wait
for crash.
--
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=50590
Bug ID: 50590
Summary: error code 29559 while installing package
Product: Wine
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jwmandigers(a)gmail.com
Mac OS High Sierra V10.13.6 +
X-Quartz 2.7.11
tried to install a bookkeeping programme called "snelstart" via
https://www.snelstart.nl/snelstart-download
installation starts but doesn't continue.
First tried to install with "Run as administrator", this gave an error code #
29559 at first try.
Then renewed try with "advanced installation", but no success either :
"The installer has encountered an unexpected error installing this package.
This may indicate a problem with the package. The error code is 29559."
Have tried all options (abort, retry, ignore), but no functioning programme.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38428
Bug ID: 38428
Summary: Install wizard for Fuji film PC Autsave crashes during
install
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: phil.montaigu(a)cegetel.net
Distribution: ---
Created attachment 51284
--> https://bugs.winehq.org/attachment.cgi?id=51284
Crash of install wizard
Install wizard for Fuji film PC Autsave crashes during install. Backtrace
saving and bug report proposed. Wizard windows says "successfull" click
"finish".
In .wine/dosdevices/c:/Program Files (x86)/FUJIFILM/FUJIFILM PC AutoSave/
trying to launch Fiji manager .exe, same type of 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=50017
Bug ID: 50017
Summary: Atmel studio 7.0.2397 installer stops (without any
error).
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ArchLinux
Created attachment 68444
--> https://bugs.winehq.org/attachment.cgi?id=68444
Console messages
ummary:
Atmel studio 7.0.2397 installer stops (without any error).
Steps to reproduce:
0) reset the wine environment:
$ rm -rf ~/.wine/ &&
$ wineserver -k
$ wineboot
1) Download Atmel studio 7:
http://studio.download.atmel.com/7.0.2397/as-installer-7.0.2397-web.exe
$ sha256sum as-installer-7.0.2397-web.exe
f934c7f1a201a296e45303c464931dd1346f712b9db675a4512001f02dc55732
as-installer-7.0.2397-web.exe
2) Start the web installer:
$ wine as-installer-7.0.2397-web.exe
Now the Atmel studio splash screen comes up briefly, and then the installer
stops.
My versions:
$ wine --version
wine-5.19 (Staging)
[cedric@cedric-p4 Downloads]$ pacman -Q wine
wine-staging 5.19-1
[cedric@cedric-p4 Downloads]$ uname -a
Linux cedric-p4 5.8.14-arch1-1 #1 SMP PREEMPT Wed, 07 Oct 2020 23:59:46 +0000
x86_64 GNU/Linux
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51753
Bug ID: 51753
Summary: Gdiplus::Font creation failed for some fonts with
status NotTrueTypeFont
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: incubusrk(a)gmail.com
Distribution: ---
Gdiplus::Font constructor failed for some fonts with status NotTrueTypeFont
but font is truetype. For example "Roboto"
winetriks version of gdiplus create font correct
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37998
Bug ID: 37998
Summary: Wine-mono: Type.GetType("Mono.Runtime", false) is not
null, confuse runtime detection code like NUnit
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
In NUnit, src/NUnitCore/interfaces/RuntimeFramework.cs,
the application use `Type monoRuntimeType = Type.GetType("Mono.Runtime",
false); ` to detect C# runtime, wine mono is detected as mono, but wine mono is
not mono, which brings some strange failure later.
On Microsoft .Net Framework, Type.GetType("Mono.Runtime", false) should return
null.
--
Do not reply 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=27215
Summary: Capsized fails to launch
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: orzechowskid(a)gmail.com
Created an attachment (id=34776)
--> (http://bugs.winehq.org/attachment.cgi?id=34776)
console output (default debug flags)
Capsized, a game purchased through Steam, fails to run. WINE is complaining
about code in the Microsoft XNA Framework which can't be executed by the
Windows version of Mono that the game automatically installed when it ran for
the first time.
--
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=42034
Bug ID: 42034
Summary: Photoshop: Incorrect/Missing texts with builtin
gdiplus
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 56508
--> https://bugs.winehq.org/attachment.cgi?id=56508
Layer style window, Photoshop CC 2015, Wine 1.9.23 32-bit (missing texts)
As the title says, with builtin gdiplus many critical texts are not rendered
correctly, tested with Photoshop CC 2015.
If Windows native gdiplus override is used, the texts are rendered correctly
but the program is very unstable to start at all. Crashes may occur multiple
times during the launch sequence. That's why builtin gdiplus may be preferred
since it never crashes the program at startup. As a side effect, this bug is
present and makes usability of the program very troublesome sometimes.
Wine 1.9.23 32-bit prefix.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27030
Summary: iTunes 10.2.2 : Incomplete UI Graphics (Notably Slider
Bars and Partitioners)
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: haggisman2005_23(a)hotmail.com
Steps To Reproduce
Install x86 iTunes with Wine under XP mode
Swap to Win7 Mode and run
Decline CD autorun
winetricks riched20 <-- Bypass http://bugs.winehq.org/show_bug.cgi?id=24255
Now you can see from my screenshot what is garbled, slider bars have a
particular problem.
Note: On every startup it will warn you about it not being installed correctly
and have issues with CD mounting. This is a known bug, just hit "ok" and ignore
it. Does not affect this bug being reported.
--
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=51811
Bug ID: 51811
Summary: Sims 4 Package Editor (S4PE) Crashes
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: joseskvolpe(a)gmail.com
Distribution: ---
Created attachment 70698
--> https://bugs.winehq.org/attachment.cgi?id=70698
Logs from shell terminal
Sims 4 Package Editor crashes after showing up the loading window
Sims 4 Package Editor:
https://github.com/s4ptacle/Sims4Tools/releases/download/v0.6.0/s4pe_V0.6.0…
SHA1 checksum (7z): 7c21a7438e7882fbc99c8678f7dc5310121f0aa8
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52227
Bug ID: 52227
Summary: Audials One Installer doesn't show up
Product: Wine
Version: 7.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 71317
--> https://bugs.winehq.org/attachment.cgi?id=71317
Console Output (wine 7.0-rc1=
Hello everyone,
program is at https://audials.com/en/home and I also added a link with the 2022
version to the AppDB which would have to be approved.
I created a prefix just for this application and tried to install it but
nothing seems to happen although a background installation process seems to be
created. At least when rerunning the installation the installer prompts that
"there seems to be an installer running".
I understand that you are preparing 7.0 and probably having a code freeze but I
wanted to post this anyway.
Have a good day,
Maik
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46290
Bug ID: 46290
Summary: Unable to run NinjaTrader application
Product: Wine
Version: 3.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dlshepjr(a)me.com
Distribution: ---
Created attachment 63009
--> https://bugs.winehq.org/attachment.cgi?id=63009
Unable to run NinjaTrader Application
When trying to execute the NinjaTrader program in PlayOnLinux I get a system
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.