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.
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=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=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.
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=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.