https://bugs.winehq.org/show_bug.cgi?id=42482
Bug ID: 42482
Summary: ONE-POS crashes when print previewing a Crystal Report
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sanford.poon(a)gmail.com
Distribution: ---
Created attachment 57338
--> https://bugs.winehq.org/attachment.cgi?id=57338
error output from WINE (crash.log) and JIT crash logs (crashJIT.log)
Version 3.1.9.14 of the Freeware POS software (available for download after
free registration of an account at
https://hk.one-pos.com/download/member/setup.zip) installs and runs properly in
Lubuntu 16.10 on wine 2.1 and wine-gecko 2.21 with winetricks -q dotnet452 wmp9
jet40 mdac28 cjkfonts
Run with LC_ALL=zh_TW.UTF8 for proper display of Chinese characters, but
English interface works without this.
Access the analysis report function from the left menu and select any of the
available reports to open a print preview window, then the application crashes.
--
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=32767
Bug #: 32767
Summary: Word 2003 shows a document incorrectly
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 43259
--> http://bugs.winehq.org/attachment.cgi?id=43259
Test file
See test file. It doesn't show a bg image and some lines, showing only two
lines of all.
If I select gdiplus as native,builtin, it works almost OK (with a little
glitch).
I'll attach screenshots.
--
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=43140
Bug ID: 43140
Summary: Crash with "Unhandled exception: page fault on read
access to 0x00000028 in 32-bit code (0x6c5e0efa)"
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alek.storm(a)gmail.com
Distribution: ---
Created attachment 58355
--> https://bugs.winehq.org/attachment.cgi?id=58355
Backtrace
Got the above error (full backtrace attached) upon starting a 32-bit .NET GUI
application. Unfortunately, since the program itself is proprietary (we get
from a vendor), I can't provide it, but I'm willing to answer any questions
about it or my environment.
--
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=43460
Bug ID: 43460
Summary: Boson Exam Environment - Unable to run
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n.kane2898(a)gmail.com
Distribution: ---
Created attachment 58834
--> https://bugs.winehq.org/attachment.cgi?id=58834
Program error details and console output
Program crashes when trying to run it using desktop icon created during
installation or from console. My system is a 64 bit installation of openSUSE
tumbleweed(kernel: 4.11.8-2-default).
--
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=21114
Summary: Chessbase products - antialiasing has no effect
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jskartman(a)gmail.com
When turned on antialiasing the pieces are draw with the same quality as of
antialiasing off. The antialiasing has no effect.
You can use chessbase light to test.
http://www.chessbase.com/DOWNLOAD/cblight/index.asp
--
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=45853
Bug ID: 45853
Summary: MSBuild 15.7.179.6572 Can't run due missing
GetStdHandle
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: kontakt(a)trzeci.eu
Distribution: ---
Hi!
I'm hacking around trying to compile VC++ VS2017 with Wine and so far it's
going good, core compiler and linker works fine.
When I've tried to use MSBuild for compiling VS Solution I've encountered an
error:
```
aa8567151b8:~/.wine/drive_c$ wine MSBuild
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
MSBUILD : error MSB1025: An internal failure occurred while running MSBuild.
System.TypeInitializationException: The type initializer for
'System.ConsoleDriver' threw an exception. --->
System.EntryPointNotFoundException: GetStdHandle
at (wrapper managed-to-native) System.WindowsConsoleDriver:GetStdHandle
(System.Handles)
at System.WindowsConsoleDriver..ctor () [0x00006] in
<773ec02b42f74a918ccd74911c8063c9>:0
at System.ConsoleDriver.CreateWindowsConsoleDriver () [0x00000] in
<773ec02b42f74a918ccd74911c8063c9>:0
at System.ConsoleDriver..cctor () [0x00019] in
<773ec02b42f74a918ccd74911c8063c9>:0
--- End of inner exception stack trace ---
at System.Console.add_CancelKeyPress (System.ConsoleCancelEventHandler value)
[0x00000] in <773ec02b42f74a918ccd74911c8063c9>:0
at Microsoft.Build.CommandLine.MSBuildApp.Execute (System.String commandLine)
[0x00089] in <db75226a06fe4b4c8537267400c32104>:0
Unhandled Exception:
System.TypeInitializationException: The type initializer for
'System.ConsoleDriver' threw an exception. --->
System.EntryPointNotFoundException: GetStdHandle
at (wrapper managed-to-native) System.WindowsConsoleDriver:GetStdHandle
(System.Handles)
at System.WindowsConsoleDriver..ctor () [0x00006] in
<773ec02b42f74a918ccd74911c8063c9>:0
at System.ConsoleDriver.CreateWindowsConsoleDriver () [0x00000] in
<773ec02b42f74a918ccd74911c8063c9>:0
at System.ConsoleDriver..cctor () [0x00019] in
<773ec02b42f74a918ccd74911c8063c9>:0
--- End of inner exception stack trace ---
at System.Console.add_CancelKeyPress (System.ConsoleCancelEventHandler value)
[0x00000] in <773ec02b42f74a918ccd74911c8063c9>:0
at Microsoft.Build.CommandLine.MSBuildApp.Execute (System.String commandLine)
[0x003fc] in <db75226a06fe4b4c8537267400c32104>:0
at Microsoft.Build.CommandLine.MSBuildApp.Main () [0x00028] in
<db75226a06fe4b4c8537267400c32104>:0
```
First reaction was to install mono-wine, but I've tested all versions of it,
and didn't solve this problem.
Is this a known issue? This kernell32 function looks pretty generic, hence I
might miss some important piece to make it running, but googling didn't help
much.
Best regards,
Piotr
--
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=44324
Bug ID: 44324
Summary: Unhandled exception: page fault on read access to
0x01000000 in 32-bit code (0xf749a82b)
Product: Wine
Version: 2.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: linux(a)newwhitebear.net
Distribution: ---
Created attachment 60188
--> https://bugs.winehq.org/attachment.cgi?id=60188
backtrace
I'm opening old project of yWriter5.
--
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=45809
Bug ID: 45809
Summary: grandMA3D_v3.4.0.2: Has encountered a serious problem
and needs to close(I don't understand the problem)
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lambert_frentz(a)hotmail.com
Created attachment 62271
--> https://bugs.winehq.org/attachment.cgi?id=62271
I pulled this file out of the link Wine gave me when showing the error message.
Hy all,
This is my firt bug report.
The software is called GrandMA 3D (v3.4.0.2) as I mentioned before. You can
download it fot free, here is a link:
https://www.malighting.com/downloads/products/grandma2/
Then choose in the list: "MA 3D Software 3.4.0.2 English EXE 229 MB"
I tried different engines, not helping at all. Still the same error.
Can you help me please?
Kind regards,
Lambert
--
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=35648
Bug ID: 35648
Summary: Anthem Room Correction 2 v1.0.1: crash when connecting
to A/V receiver in auto mode
Product: Wine
Version: 1.7.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tristan.schmelcher(a)gmail.com
Created attachment 47607
--> http://bugs.winehq.org/attachment.cgi?id=47607
Console output
The application Anthem Room Correction 2 v1.0.1 crashes when trying to connect
to an A/V receiver if run in automatic mode (with "/Auto" specified on the
command line). The application also fails in manual mode at the same spot, but
it doesn't crash; instead it hangs with 100% CPU usage.
The console output with stack trace from the crash in automatic mode is
attached.
The application can be downloaded at
http://anthemav.com/downloads/ARC-2%20Setup.zip, but you must have an Anthem
A/V receiver in order to get this far in it. I am happy to carry out suggested
testing/debugging.
74dc2107ca936dddbd0fc6abbb2baf74e387c163 ARC-2 Setup.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.
https://bugs.winehq.org/show_bug.cgi?id=36509
Bug ID: 36509
Summary: valgrind shows a potential leak in
mscoree/tests/debugging.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M mscoree.dll -p
mscoree_test.exe.so debugging && touch debugging.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
/bin/sh: /usr/bin/egrep: No such file or directory
==9100== Find PDB file: /tmp/valgrind_petmp9100_2afae468 is empty
==9100== Warning: Missing or un-stat-able
/home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/bin/libmono-2.0-x86.pdb
fixme:mscoree:CorDebug_Initialize stub 0x4aa1808
==9100== 52 bytes in 1 blocks are possibly lost in loss record 296 of 646
==9100== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==9100== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==9100== by 0x62F2004: ???
==9100== by 0x62F4544: ???
==9100== by 0x62F4F5D: ???
==9100== by 0x62F9A9F: ???
==9100== by 0x4CA2FF1: test_createDebugger (debugging.c:450)
==9100== by 0x4CA3237: func_debugging (debugging.c:488)
==9100== by 0x4CA76F6: run_test (test.h:584)
==9100== by 0x4CA7AE5: main (test.h:654)
==9100==
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=15796
Summary: Americas Army Deploy Client does not install
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://files.filefront.com/Americas+Army+Deploy+Client+v
123+Installer/;12072120;/fileinfo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=16915)
--> (http://bugs.winehq.org/attachment.cgi?id=16915)
console output
America's Army Deploy Client installer fails. Wine states to use mono for .NET
support. After installing MONO for windows and then running the installer wine
crashes due to an unimplimented function mscoree.dll.ClrCreateManagedInstance
and then msi returns an error of err:msi:custom_get_thread_return Invalid
Return Code and the installer states there was an error before installation
completed.
--
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=47660
Bug ID: 47660
Summary: Samsung Smart View crash on start
Product: Wine
Version: 4.0.1
Hardware: x86-64
URL: https://www.samsung.com/br/support/smart-view/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yoshimit(a)gmail.com
Distribution: Mint
Created attachment 65103
--> https://bugs.winehq.org/attachment.cgi?id=65103
Log from crash
Installing Samsung Smart View and tried to run it.
Got a crash with the information 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=52367
Bug ID: 52367
Summary: Vercue 2.3.0.334 (.NET 3.5 app) crashes on startup
with 'System.NotSupportedException: The invoked member
is not supported in a dynamic module.' when using
Wine-Mono
Product: Wine
Version: 6.23
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
follow-up of bug 22992 ("SVN-Monitor needs
gdiplus.dll.GdipGetRenderingOrigin").
'Vercue' is the successor project of 'SVN Monitor' (around 2011), a .NET-based
SVN monitoring application.
Vercue is now abandoned as well but still useful to track bugs in Wine-Mono.
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files (x86)/Vercue
$ WINE_MONO_TRACE=program wine ./Vercue.exe
...
Unknown heap type: CLR
[00000024: 0.00000 0] ENTER:c <Module>:.cctor ()()
[00000024: 0.00097 1] ENTER:c A.E:.cctor ()()
[00000024: 0.03859 2] ENTER:c A.C:A
(System.IO.Stream)([.UnmanagedMemoryStreamForModule:02801b30])
[00000024: 0.05371 2] LEAVE:c A.C:A (System.IO.Stream)([System.Byte[]:02809520]
[00000024: 0.05726 1] LEAVE:c A.E:.cctor ()(
[00000024: 0.05740 1] ENTER:c A.E:B ()()
[00000024: 0.05780 1] LEAVE:c A.E:B ()(
[00000024: 0.05783 0] LEAVE:c <Module>:.cctor ()(
Unknown heap type: CLR
[00000024: 0.07629 0] ENTER:c (wrapper runtime-invoke)
<Module>:runtime_invoke_void_object (object,intptr,intptr,intptr)(00000000,
0032fa58, 0032fa04, 04262580)
[00000024: 0.07631 1] ENTER:c A.B:A (string[])([System.String[]:[0]0280a5a0])
[00000024: 0.48112 2] ENTER:c A.E:C
(object,System.ResolveEventArgs)([System.AppDomain:03d34120],
[System.ResolveEventArgs:02800e48])
[00000024: 0.48121 2] LEAVE:c A.E:C
(object,System.ResolveEventArgs)([OBJECT:00000000]
[00000024:] EXCEPTION handling: System.ArgumentException: Can't find process
with ID 0
[00000024:] EXCEPTION handling: System.NullReferenceException: Object reference
not set to an instance of an object
...
[00000024: 0.92648 2] ENTER:c A.E:C
(object,System.ResolveEventArgs)([System.AppDomain:03d34120],
[System.ResolveEventArgs:028614a0])
[00000024: 0.92652 2] LEAVE:c A.E:C
(object,System.ResolveEventArgs)([OBJECT:00000000]
[0000010c:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load
the file 'Vercue.Library.XmlSerializers'.
[00000024:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a
supported encoding name. For information on defining a custom encoding, see the
documentation for the Encoding.RegisterProvider method.
Parameter name: name
[00000024:] EXCEPTION handling: System.InvalidProgramException: Invalid IL code
in A.EI:RC (): IL_0026: stfld 0x040000a7
[00000024:] EXCEPTION handling: System.InvalidProgramException: Invalid IL code
in A.EI:RC (): IL_0026: stfld 0x040000a7
[00000024: 1.24628 2] ENTER:c A.E:C
(object,System.ResolveEventArgs)([System.AppDomain:03d34120],
[System.ResolveEventArgs:0298ff58])
[00000024: 1.24631 2] LEAVE:c A.E:C
(object,System.ResolveEventArgs)([OBJECT:00000000]
...
[0000010c: 1.31255 2] ENTER:c A.E:C
(object,System.ResolveEventArgs)([System.AppDomain:03d34120],
[System.ResolveEventArgs:029db170])
[0000010c: 1.31257 2] LEAVE:c A.E:C
(object,System.ResolveEventArgs)([OBJECT:00000000]
...
[0000010c:] EXCEPTION handling: System.Net.Sockets.SocketException: Could not
resolve host 'www.vercue.com'
[0000010c:] EXCEPTION handling: System.Net.WebException: Error:
NameResolutionFailure
[0000010c:] EXCEPTION handling: System.Net.WebException: Error:
NameResolutionFailure
[0000010c:] EXCEPTION handling: System.Net.WebException: Error:
NameResolutionFailure
[0000010c:] EXCEPTION handling: System.Net.WebException: Error:
NameResolutionFailure
[00000114:] EXCEPTION handling: System.Net.WebException: Error:
NameResolutionFailure
[00000114:] EXCEPTION handling: System.Net.WebException: Error:
NameResolutionFailure
[00000114:] EXCEPTION handling: System.AggregateException: One or more errors
occurred. (Error: NameResolutionFailure)
[00000114:] EXCEPTION handling: System.Net.WebException: Error:
NameResolutionFailure
[00000024:] EXCEPTION handling: System.AggregateException: One or more errors
occurred. (Error: NameResolutionFailure)
[00000024:] EXCEPTION handling: System.Net.WebException: Error:
NameResolutionFailure
[00000024:] EXCEPTION handling: System.NotSupportedException: The invoked
member is not supported in a dynamic module.
EXCEPTION: catch found at clause 0 of (wrapper runtime-invoke)
<Module>:runtime_invoke_void_object (object,intptr,intptr,intptr)
[00000024: 1.80320 1] LEAVE:c (wrapper runtime-invoke)
<Module>:runtime_invoke_void_object
(object,intptr,intptr,intptr)([OBJECT:00000000]
Unhandled Exception:
System.NotSupportedException: The invoked member is not supported in a dynamic
module.
at System.Reflection.Emit.AssemblyBuilder.get_Location () [0x00006] in
<bee01833bcad4475a5c84b3c3d7e0cd6>:0
at A.DH.G () [0x0004e] in <3344c08c943d45259e5264dd537d8fd8>:0
at A.HG.S () [0x0000e] in <3344c08c943d45259e5264dd537d8fd8>:0
at A.HG.O () [0x00009] in <3344c08c943d45259e5264dd537d8fd8>:0
at A.HG..ctor (System.Exception ex) [0x0004c] in
<3344c08c943d45259e5264dd537d8fd8>:0
at A.JG..ctor (System.Exception ex, System.Boolean userInitiated) [0x00003]
in <3344c08c943d45259e5264dd537d8fd8>:0
at A.JG.Generate (System.Exception ex, System.Boolean userInitiated)
[0x00003] in <3344c08c943d45259e5264dd537d8fd8>:0
at A.CD.H (System.Exception A, System.String B) [0x0009d] in
<3344c08c943d45259e5264dd537d8fd8>:0
at A.CD.C (System.String[] A) [0x001c1] in
<3344c08c943d45259e5264dd537d8fd8>:0
at Vercue.VercueApplication.Start (System.String[] args) [0x00009] in
<3344c08c943d45259e5264dd537d8fd8>:0
at A.B.A (System.String[] A) [0x00003] in
<7be41015b72343d2948fd190cb190ffe>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NotSupportedException: The invoked
member is not supported in a dynamic module.
at System.Reflection.Emit.AssemblyBuilder.get_Location () [0x00006] in
<bee01833bcad4475a5c84b3c3d7e0cd6>:0
at A.DH.G () [0x0004e] in <3344c08c943d45259e5264dd537d8fd8>:0
at A.HG.S () [0x0000e] in <3344c08c943d45259e5264dd537d8fd8>:0
at A.HG.O () [0x00009] in <3344c08c943d45259e5264dd537d8fd8>:0
at A.HG..ctor (System.Exception ex) [0x0004c] in
<3344c08c943d45259e5264dd537d8fd8>:0
at A.JG..ctor (System.Exception ex, System.Boolean userInitiated) [0x00003]
in <3344c08c943d45259e5264dd537d8fd8>:0
at A.JG.Generate (System.Exception ex, System.Boolean userInitiated)
[0x00003] in <3344c08c943d45259e5264dd537d8fd8>:0
at A.CD.H (System.Exception A, System.String B) [0x0009d] in
<3344c08c943d45259e5264dd537d8fd8>:0
at A.CD.C (System.String[] A) [0x001c1] in
<3344c08c943d45259e5264dd537d8fd8>:0
at Vercue.VercueApplication.Start (System.String[] args) [0x00009] in
<3344c08c943d45259e5264dd537d8fd8>:0
--- snip ---
'winetricks -q dotnet35' works around and the main UI is shown.
Stable link via Internet Archive:
https://web.archive.org/web/20110202061307/vercue.com/https://web.archive.org/web/20111217063936/http://www.vercue.com/download/V…
$ sha1sum Vercue-v2.3.0.334-Setup.exe
766563bf6be71add94547b5ff2acf3448f388a71 Vercue-v2.3.0.334-Setup.exe
https://www.virustotal.com/gui/file/f87b42a4346506425c325e4c0f503d73d5d4acf…
$ du -sh Vercue-v2.3.0.334-Setup.exe
11M Vercue-v2.3.0.334-Setup.exe
$ wine --version
wine-6.23
Regards
--
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=45308
Bug ID: 45308
Summary: GDUnlock: crashes when trying to open application
Product: Wine
Version: 3.9
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: senshinkawaguchi123(a)gmail.com
hello all,
I'm trying to open this application that can only be ran in windows so I used
wine instead and I'm getting this error in terminal:
---------------------------------------------------------------------------------------
Unhandled Exception:
System.TypeInitializationException: The type initializer for '<Module>' threw
an exception. ---> System.InvalidProgramException: Invalid IL code in
bSbvpHnLZ60Zh5rP6k.pxqdxDDoMCiRqqbASa:X7Vrs1ND55 (): IL_001d: add
at <Module>..cctor () [0x00000] in <329bd3b1dc964899aa6662dbc0937413>:0
--- End of inner exception stack trace ---
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type
initializer for '<Module>' threw an exception. --->
System.InvalidProgramException: Invalid IL code in
bSbvpHnLZ60Zh5rP6k.pxqdxDDoMCiRqqbASa:X7Vrs1ND55 (): IL_001d: add
at <Module>..cctor () [0x00000] in <329bd3b1dc964899aa6662dbc0937413>:0
--- End of inner exception stack trace ---
---------------------------------------------------------------------------------------
Can somebody help me?
Thanks in advance.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52359
Bug ID: 52359
Summary: Ketarin crashed editing a recipe
Product: Wine
Version: 7.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jim_henderson(a)sil.org
Distribution: ---
Created attachment 71543
--> https://bugs.winehq.org/attachment.cgi?id=71543
error messages from editing a recipe in Ketarin
Ketarin (description and download lcation at
https://appdb.winehq.org/objectManager.php?sClass=version&iId=40347)
running on WINE crashed when I tried to edit a "recipe".
I'll add the messages. The first few repetitive lines were repeated many times
-- I retained just a few. I don't know if they are related to the crash.
Any help welcome, generous people :-)
--
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=21952
Summary: Word 2003: glyphs position in incorrect in embedded
equations
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oleh.nyk(a)gmail.com
Created an attachment (id=26650)
--> (http://bugs.winehq.org/attachment.cgi?id=26650)
formula "++++====----" with builtin gdiplus
Since
commit db3d756c1e4b03b0fb33f2863ab3d2275dcf00c2
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Sun Jan 24 15:18:46 2010 -0600
gdiplus: Prefer the builtin version.
both spacing in an Equation formula and its size are wrong (although in a
separate Equation window the formula looks ok, see bug 5264). The normal look
can be restored either by reverting this patch or by setting gdiplus=native in
winecfg. Screenshots with native (good) and builtin (bad) gdiplus are in
attachments.
--
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=52440
Bug ID: 52440
Summary: GdipRotateWorldTransform+GdipDrawImage draws wrong
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: hjkl(a)quantentunnel.de
Distribution: ---
Created attachment 71713
--> https://bugs.winehq.org/attachment.cgi?id=71713
Example to reproduce issue
The image output of GdipDrawImage is wrong if applying a rotation with
GdipRotateWorldTransform.
I attached an example to reproduce the issue.
The .zip file contains:
WindowsOutput.png: screenshot of how Windows paints it
WineOutput.png: screenshot of how Wine paints it (on Debian 11.2)
source: the according source code (Visual C++ 2019 solution),
source\x64\Release\Example.exe is the compiled EXE.
The example loads "image.png" from the same directory (just a 16x16 pixels red
block) and shows it with the rotation.
This is the critical code:
Gdiplus::DllExports::GdipRotateWorldTransform(pGr, 10,
Gdiplus::MatrixOrderAppend);
Gdiplus::DllExports::GdipDrawImage(pGr, g_pImg, 100, 50);
Thanks in advance!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51888
Bug ID: 51888
Summary: Mass Effect Trilogy "ALOT" Community Texture Pack C#
Installer Doesn't Run
Product: Wine
Version: 5.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 70832
--> https://bugs.winehq.org/attachment.cgi?id=70832
Wine Staging 6.16 Terminal Output Log for Version 3.0.586.5600
The open-source community Mass Effect Trilogy texture pack installer doesn't
run in Wine and hasn't since at least 5.15-staging (the currently available
version in Arch at the time of typing is 6.16-staging).
The program is written in C# and the last version tested in the AppDB is:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=39313
Program version 3.0.586.5600 (which is an older release and not the latest
release from its Github)
3.0.586.5600 -
https://github.com/ME3Tweaks/ALOTInstaller/releases/download/3.0.586.5600/A…
SHA1SUM: bf8623e4e71cbc148631db63703c599e85193126
Latest version at the moment (4.0.740.3661) -
https://github.com/ME3Tweaks/ALOTInstaller/releases/download/4.0.740.3661/A…
SHA1SUM: 1290054a4e66fe5c87e84f4d5f8592ad4c1c9286
--
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=50994
Bug ID: 50994
Summary: LogicCircuit: doesn't start on wine 6.6
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dogewanderer(a)protonmail.com
Distribution: ---
Created attachment 69833
--> https://bugs.winehq.org/attachment.cgi?id=69833
Logs
I installed LogicCircuit (x86 only it seems)
https://github.com/eugenelepekhin/LogicCircuit
When i tried to run it, it didn't.
>From the logs i suppose this is related to NET 4.7.2 (minimum requirement for
running LogicCircuit), which I installed, using this link
https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net472-off…,
but didn't make any difference.
All this wad done in a 64bit Prefix.
Additionally i recived this output in my shell after the program stopped:
0090:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
--
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=52905
Bug ID: 52905
Summary: [Dotnet] Aemulus Mod / Package Manager Does Not Run
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 72289
--> https://bugs.winehq.org/attachment.cgi?id=72289
Plain Wine 7.6 Log
SHA256 Checksum of AemulusPackageManager.exe:
c5a1349a868d41359280fcf0ea299433fdc4ff68c4220c9bfe2a30cabf488763
Program version: 5.6.0
Open-source on Github; web archive download link:
https://web.archive.org/web/20220426185522/https://objects.githubuserconten…
-----
This application is a modding tool for various Persona games.
It uses dotnet, but attempting to install the used dotnet version kept failing
for some reason.
With wine-mono, it just doesn't run with unimplemented exceptions thrown.
--
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=52423
Bug ID: 52423
Summary: GdipDeleteRegion in some cases try to delete NULL
elements
Product: Wine
Version: 7.0-rc6
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: ---
Created attachment 71682
--> https://bugs.winehq.org/attachment.cgi?id=71682
error log
In an application with a complex form, it sometimes arises an exception read
access to 0x0000000000000000 in delete_element
--
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=49776
Bug ID: 49776
Summary: .NET application settings are never saved
Product: Wine
Version: 5.15
Hardware: x86-64
URL: https://github.com/farmerbriantee/AgOpenGPS/releases/d
ownload/4.3.10/AgOpenGPS_v4.3.10.msi
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: mirh(a)protonmail.ch
Distribution: ---
For example, no matter how many times I uncheck the "show at startup" dialog,
it will always be there the next time I restart.
These are the only suspicious lines I could spot in WINEDEBUG:
trace:mscoree:ConfigFileHandler_startElement Unknown element L"value" in state
6
trace:mscoree:ConfigFileHandler_startElement Unknown element L"setting" in
state 6
warn:mscoree:ConfigStream_QueryInterface Not supported iface
{2933bf81-7b36-11d2-b20e-00c04f983e60}
warn:mscoree:ConfigStream_QueryInterface Not supported iface
{0c733a30-2a1c-11ce-ade5-00aa0044773d}
fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.5" not
implemented
If I install dotnet48 or dotnet462 everything works 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.
http://bugs.winehq.org/show_bug.cgi?id=32964
Bug #: 32964
Summary: FAST Search for Sharepoint MOSS 2010 Query Tool
installer does not start
Product: Wine
Version: 1.5.23
Platform: arm
URL: http://fastforsharepoint.codeplex.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
Launching the installer results in just a couple of lines printed on the
console and then the process exists.
$ wine setup.exe
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0x112e8d0, overlapped 0x112e8dc): stub
wine: configuration in '/home/rmuntean/.wines/sharepoint-query-tool-32' has
been updated.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
--
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=49934
Bug ID: 49934
Summary: Codename Panzers Cold War - SP Demo: Garbled graphics
Product: Wine
Version: 5.18
Hardware: x86-64
URL: http://stahnu.cz/strategicke-hry/codename-panzers-cold
-war/download
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Depends on: 42917
Distribution: ArchLinux
Created attachment 68316
--> https://bugs.winehq.org/attachment.cgi?id=68316
+gdiplus
Set d3dx9_34 to native in winecfg (bug 42917) and click 'Single Player' in the
menu to reproduce.
gdiplus can be set to native in winecfg to work around.
Attached is a +gdiplus 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=45698
Bug ID: 45698
Summary: Gdiplus::GraphicsPath::AddString does trim multi line
string
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: nikolaysemenkov(a)gmail.com
Distribution: ---
The call
Gdiplus::GraphicsPath::AddString(wszText, nText, &fontFamily, Style, fSize,
ptOrigin, &textFormat)
Arguments:
wszText:
"12345
7890122
3456"
nText: 18,
wszfontFamily: "FreeMono",
Style: 0,
fSize: 18.000000,
ptOrigin: 0.000000,0.000000,
textFormat: Constructed without arguments
The issue is Rendered Output is truncated:
"12345
78"
No issue on native windows.
--
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=54474
Bug ID: 54474
Summary: System.InvalidProgramException: Invalid IL code in
Vision4D.Program:a (string[]): IL_003c: pop
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: alois.schloegl(a)gmail.com
Distribution: ---
Created attachment 74023
--> https://bugs.winehq.org/attachment.cgi?id=74023
debug log of failed attempt to run arivis vision4d 4.0
After installing arivis vision4d 4.0, and trying to run it, it fails with the
attached log files. I've tested this with wine 8.1, and wine-mono.7.4.1.
Because I its likely that this is a wine-mono issue, the debug log has been
generated with
export WINE_MONO_TRACE=all
The beginning of the debug log shows also some message related to
0548:fixme:mscoree:parse_supported_runtime
I do not know whether this is relevant.
--
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=47722
Bug ID: 47722
Summary: I tried to
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: esteveterr70(a)gmail.com
Distribution: ---
Created attachment 65195
--> https://bugs.winehq.org/attachment.cgi?id=65195
Error report generated by Wine
I tried to install Garmin GPS Manager Basecamp Legacy 4.2.5 (in forums there
are people that say it works with Wine), when I tried to open Basecamp, an
error ocurred and the application must be closed.
--
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=54526
Bug ID: 54526
Summary: Failed to parse the gif file, resulting in the failure
to load the gif and thus enter the program
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: 399989567(a)qq.com
Distribution: ---
Nowadays wine is successful in parsing some gifs, and some gifs cannot be
parsed.
I'm using a game that has a gif on its loading page, and now the program
doesn't work because the gif fails to parse (it doesn't matter which game it
is, because I've written a simple demo that reproduces the problem)
The demo is for windows 10, and the content of the demo is to play a file named
"1.gif".
So you need to rename the file to "1.gif" and put it in the compiled . /wine in
the same directory. This will allow the demo to run correctly.
"1_ok.gif" is a gif file that can be parsed normally, "1_fail.gif" is a gif
file that can't be parsed normally.
I hope my demo is helpful to solve this problem.
Translated with www.DeepL.com/Translator (free version)
--
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=31193
Bug #: 31193
Summary: Google Sketchup Layout crashes on startup
Product: Wine
Version: 1.5.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: abe(a)nativetrauma.com
Classification: Unclassified
Created attachment 40961
--> http://bugs.winehq.org/attachment.cgi?id=40961
Layout failed to launch
I am new to Linux so if you are to provide a solution please let me know what
to copy and were and also if it is a .deb fix or not etc.. I seen a fix but
just shows me files and no location to put them in Please provide a how to so i
can follow or supply a link to an auto fix like a deb file please. Meanwhile
Sketchup itself is working great just the layout program keep crashing the
gdiplus.dll was added manually to the
/home/abe/.wine/drive_c/windows/Microsoft.NET/Framework/v2.0.50727 but i might
have missed the explanation I understand the .net and the layout application
are fighting for this and may be the cause but not sure.
following is my system info:
System Info:
System information report, generated by Sysinfo: 7/5/2012 12:37:40 AM
http://sourceforge.net/projects/gsysinfo
SYSTEM INFORMATION
Running Ubuntu Linux, the Ubuntu 12.04 (precise) release.
GNOME: unknown (unknown)
Kernel version: 3.2.0-26-generic (#41-Ubuntu SMP Thu Jun 14 17:49:24 UTC
2012)
GCC: 4.6 (x86_64-linux-gnu)
Xorg: 1.11.3 (07 May 2012 11:43:21PM) (07 May 2012 11:43:21PM)
Uptime: 0 days 13 h 58 min
CPU INFORMATION
AuthenticAMD, AMD Athlon(tm) II X2 255 Processor
Number of CPUs: 2
CPU clock currently at 3100.000 MHz with 1024 KB cache
Numbering: family(16) model(6) stepping(3)
Bogomips: 6200.06
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat
pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm
3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid pni monitor
cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse
3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save
MEMORY INFORMATION
Total memory: 3010 MB
Total swap: 3069 MB
STORAGE INFORMATION
SCSI device - scsi1
Vendor: ATA
Model: WDC WD15EARS-00Z
SCSI device - scsi5
Vendor: SONY
Model: CDRW/DVD CRX330E
SCSI device - scsi7
Vendor: ZTEMT
Model: Mass storage
HARDWARE INFORMATION
MOTHERBOARD
Host bridge
Advanced Micro Devices [AMD] Family 10h Processor Link Control
Subsystem: Advanced Micro Devices [AMD] RS780 Host Bridge
PCI bridge(s)
Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0)
(prog-if 00 [Normal decode])
Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 3)
(prog-if 00 [Normal decode])
Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (prog-if
01 [Subtractive decode])
Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0)
(prog-if 00 [Normal decode])
Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 3)
(prog-if 00 [Normal decode])
Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (prog-if
01 [Subtractive decode])
ISA bridge
Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host
controller
Subsystem: Biostar Microtech Int'l Corp Device 3700
IDE interface
Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 IDE Controller
(prog-if 8a [Master SecP PriP])
Subsystem: Biostar Microtech Int'l Corp Device 3700
GRAPHIC CARD
VGA controller
NVIDIA Corporation GF119 [GeForce GT 520] (rev a1) (prog-if 00 [VGA
controller])
Subsystem: eVga.com. Corp. Device 1529
SOUND CARD
Multimedia controller
NVIDIA Corporation HDMI Audio stub (rev a1)
Subsystem: eVga.com. Corp. Device 1529
NETWORK
Ethernet controller
Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast
Ethernet controller (rev 02)
Subsystem: Biostar Microtech Int'l Corp Device 2308
NVIDIA GRAPHIC CARD INFORMATION
Model name: GeForce GT 520
Card Type: PCIe 16x
Video RAM: 2048 MB
GPU Frequency: 270 MHz
Driver version: NVIDIA UNIX x86_64 Kernel Module 302.17 Tue Jun 12
16:03:22 PDT 2012
--
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=32745
Bug #: 32745
Summary: TurboTax 2012 installer crashes before start with
wine-mono
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: enhancement
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 43207
--> http://bugs.winehq.org/attachment.cgi?id=43207
WINE_MONO_TRACE=x WINEDEBUG=mscoree,tid
See also bug 30905 (for TurboTax 2011).
wine-1.5.21-321-g175039e
export WINEPREFIX=~/.wine-tax
wineserver -k
rm -rf $WINEPREFIX
wine TurboTax\ 2012\ Installer.exe
err:seh:setup_exception_record stack overflow 1840 bytes in thread 0042 eip
7bc57a04 esp 00230c00 stack 0x230000-0x231000-0x330000
Note: there are some gdiplus/wincodecs fixme's before this, but native doesn't
help. Just native dotnet40, however, avoids the crash.
WINE_MONO_TRACE=x WINEDEBUG=mscoree,tid attached.
--
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=42845
Bug ID: 42845
Summary: Hearthstone crashes at loading screen
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ttmigueltt(a)gmail.com
Distribution: ---
Created attachment 57938
--> https://bugs.winehq.org/attachment.cgi?id=57938
The wine stdout/stderr log from running Hearthstone
Since today, Hearthstone has crashed on both my Ubuntu machines, running 16.04
and 17.04, with multiple Wine versions (1.7, 2.5, and 2.6) It crashes as the
game is loading, while the blue rune is glowing at the top, and after the
friend list button appears on the bottom left, but before any other things have
loaded.
However, I have not changed my wine settings recently, so it must be related to
the game or to my account.
The fact that the crash seems related to a "LocationAPI", make me wonder if a
new patch has introduced a feature that my Wine installation doesn't have. Or
perhaps I accidentally enabled such a feature by either adding more friends or
by clicking the "Fireside Gatherings" button on my friends list.
Either way, my guess is the crash is related to the friends list, because
Hearthstone only crashes when I log onto my normal region (US), where I have
added friends. It does *not* crash when I log on to another region, such as
Europe, where I have no friends.
--
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=35498
Bug ID: 35498
Summary: Adobe Lightroom 4.4 - image thumnails disappear
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://www.adobe.com/support/downloads/detail.jsp?ftpI
D=5567
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Classification: Unclassified
When there are photos to import, collapsing and then expanding the 'All photos'
block makes all thumbnails but the first one disappear
--
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=35538
Bug ID: 35538
Summary: Adobe Lightroom 4.4 - text for slider values trimmed
for large values
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://www.adobe.com/support/downloads/detail.jsp?ftpI
D=5567
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Classification: Unclassified
Text for numeric slider values only accomodates 3 digits, e.g. 973. 1008 is
trimmed and only 008 is visible. To reproduce, navigate to the Web tab and
change Output Settings -> Size to something above 1000.
--
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=47719
Bug ID: 47719
Summary: Illium eWallet 8.3.2 failed to start
Product: Wine
Version: 4.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michel_hanzen(a)skynet.be
Distribution: ---
Created attachment 65191
--> https://bugs.winehq.org/attachment.cgi?id=65191
Errors showed at startup
Installation went fine but application failed at startup (see attachment)
--
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=11287
Summary: err:ole:CoInitializeEx Attempt to change threading model
of this apartment from apartment threaded to multi-
threaded
Product: Wine
Version: 0.9.5.
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kevin01(a)kilohotel.com
I get an error when trying to run My Sirius Studio.exe
http://download.sirius.speedera.net/stiletto/SiriusStudioSetup.exe
The error is:
fixme:win:EnumDisplayDevicesW ((null),0,0x61e3e0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x61e3e0,0x00000000), stub!
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x6002c 0x00000000
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
err:ole:CoGetClassObject class {25baad81-3560-11d3-8471-00c04f79dbc0} not
registered
err:ole:CoGetClassObject no class object {25baad81-3560-11d3-8471-00c04f79dbc0}
could be created for context 0x1
** (My Sirius Studio.exe:44): WARNING **: Thread 00000000 may have been
prematurely finalized
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x68fa02fc
In order to install and use this software, I did the following:
winetricks corefonts
winetricks mono12
wineticks gdiplus
I had to use the native gdiplus, or I get the problem seen in bug 11033.
--
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=41617
Bug ID: 41617
Summary: GPower 3.1.9.2: Crashes when a plot is created.
Product: Wine
Version: 1.9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dralcohen(a)netscape.net
Distribution: ---
Created attachment 55970
--> https://bugs.winehq.org/attachment.cgi?id=55970
Terminal output from running the application attached. The first line that
occurred after a plot attempt is marked with <<<<<<<.
The application G*Power 3.1.9.2 hangs and needs to be restarted whenever I try
to create any type of plot (e.g., x-y plot for range of values or distribution
plots).
http://gpower.hhu.de/
--
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=46966
Bug ID: 46966
Summary: Steuersparerklärung 2018 (German tax program)
generates forms with low quality
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
Created attachment 64119
--> https://bugs.winehq.org/attachment.cgi?id=64119
Generated pdf
Steuersparerklärung 2018 (German tax program, no free download available) has a
function to print the tax forms to .pdf. The grayed (fixed) parts in the form
are printed with low-res fonts and are nearly unreadable.
Maybe the attached log-file (WINEDEBUG=+font) and the created .pdf (relevant
are the pages starting with the third page) gives some hint.
The corefonts are installed.
--
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=46947
Bug ID: 46947
Summary: Loxone Config works but some text is missing.
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: j.echter(a)gmx.de
Distribution: ---
Created attachment 64069
--> https://bugs.winehq.org/attachment.cgi?id=64069
screenshot of the problem.
Program installs fine and runs, but some text is not visible in some
checkboxes. see screenshot
download link for the tool: https://www.loxone.com/dede/produkte/loxone-config/
--
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=34029
Bug #: 34029
Summary: QuickBooks SS 2008 R1 hangs on first run
Product: Wine
Version: 1.6-rc5
Platform: x86-64
URL: http://download.microsoft.com/download/C/C/0/CC0BD555-
33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: minor
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45221
--> http://bugs.winehq.org/attachment.cgi?id=45221
wine-1.6-rc5 console output
QuickBooks SS 2008 R1 hangs on first run following a successful install and
working around Bug 34028 with msxml4.
Subsequent attempts to run the application becomes less and less useful: I
assume the data becomes too corrupt to continue.
Workaround is dotnet20.
--
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=45474
Bug ID: 45474
Summary: Angels of Death ( game ) wont open .net Error
Product: Wine-staging
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xehi(a)yk20.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Unhandled Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Windows.Forms.LinkLabel'.
at System.Windows.Forms.Control.CreateHandle () [0x00013] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel.CreateHandle () [0x00000] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.CreateGraphics () [0x00008] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.Invalidate (System.Drawing.Region region,
System.Boolean invalidateChildren) [0x00000] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.Invalidate (System.Drawing.Region region)
[0x00000] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at (wrapper remoting-invoke-with-check)
System.Windows.Forms.Control:Invalidate (System.Drawing.Region)
at System.Windows.Forms.LinkLabel+Link.Invalidate () [0x00016] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel+Link.set_Focused (System.Boolean value)
[0x00009] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel.Select (System.Boolean directed,
System.Boolean forward) [0x00046] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.SelectNextControl
(System.Windows.Forms.Control ctl, System.Boolean forward, System.Boolean
tabStopOnly, System.Boolean nested, System.Boolean wrap) [0x00051] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Form.SetVisibleCore (System.Boolean value) [0x00146]
in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.set_Visible (System.Boolean value) [0x00009]
in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at (wrapper remoting-invoke-with-check)
System.Windows.Forms.Control:set_Visible (bool)
at System.Windows.Forms.Application.RunLoop (System.Boolean Modal,
System.Windows.Forms.ApplicationContext context) [0x00059] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Application.Run
(System.Windows.Forms.ApplicationContext context) [0x00011] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm)
[0x00006] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at _1._1._8._9.Program.Main () [0x00013] in
<864ef9c5e92d43a4849a7da3a17ce838>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ObjectDisposedException: Cannot
access a disposed object.
Object name: 'System.Windows.Forms.LinkLabel'.
at System.Windows.Forms.Control.CreateHandle () [0x00013] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel.CreateHandle () [0x00000] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.CreateGraphics () [0x00008] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.Invalidate (System.Drawing.Region region,
System.Boolean invalidateChildren) [0x00000] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.Invalidate (System.Drawing.Region region)
[0x00000] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at (wrapper remoting-invoke-with-check)
System.Windows.Forms.Control:Invalidate (System.Drawing.Region)
at System.Windows.Forms.LinkLabel+Link.Invalidate () [0x00016] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel+Link.set_Focused (System.Boolean value)
[0x00009] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel.Select (System.Boolean directed,
System.Boolean forward) [0x00046] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.SelectNextControl
(System.Windows.Forms.Control ctl, System.Boolean forward, System.Boolean
tabStopOnly, System.Boolean nested, System.Boolean wrap) [0x00051] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Form.SetVisibleCore (System.Boolean value) [0x00146]
in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.set_Visible (System.Boolean value) [0x00009]
in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at (wrapper remoting-invoke-with-check)
System.Windows.Forms.Control:set_Visible (bool)
at System.Windows.Forms.Application.RunLoop (System.Boolean Modal,
System.Windows.Forms.ApplicationContext context) [0x00059] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Application.Run
(System.Windows.Forms.ApplicationContext context) [0x00011] in
<dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm)
[0x00006] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at _1._1._8._9.Program.Main () [0x00013] in
<864ef9c5e92d43a4849a7da3a17ce838>:0
--
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=51685
Bug ID: 51685
Summary: In Wine gdiplus:font fails to find "MS Shell Dlg" in
Arabic, Japanese and Chinese locales
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
When running in Wine, gdiplus:font fails in the Arabic, Japanese and Chinese
locales:
font.c:890: Test failed: Expected 0, got 14
https://test.winehq.org/data/patterns.html#gdiplus:font
In all three cases the failure happens because GdipCreateFontFamilyFromName()
fails to find an "MS Shell Dlg" font: is_font_installed_proc() is never called
and EnumFontFamiliesW(..."MS Shell Dlg"...) returns non-zero.
--
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=54943
Bug ID: 54943
Summary: The gdipdrawstring function uses the wrong width when
rendering CJK fonts
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: 399989567(a)qq.com
Distribution: ---
1. First create a LOGFONT, and make lfwidth=0, and use the font Tahoma
2. Use Font "font(hdc, &lf)" to create the font
3. Use " graphics.DrawString(string, -1, &font, { 1.0f,1.0f,0,0 }, &format,
&brush);" to render the string
where
WCHAR string[] = L "这里有一些错误".
You will find the Chinese font is too narrow.If you fail to render, make sure
your lfCharSet=134
ps:Don't say there is no Chinese in tahoma so there is a rendering problem, it
has nothing to do with this bug
I researched the bug and found that it is related to the implementation of
gdipdrawstring. The function finally calls GDI32_GdipDrawDriverString, which
uses SelectObject to select the font and ExtTextOutW to output the font.
So the problem can be well abstracted out, the reason for the problem is in the
last selectobject lf.lfwidth=7 (instead of the 0 you set at the beginning)
ps:7 is the result of my computer's calculation
So we can write a simple demo to reproduce this problem:
1.lf.lfWidth = 0;
2.hUnderline = CreateFontIndirectA(&lf);
3.SelectObject(hdc, hUnderline);
4.ExtTextOutW(hdc, x, y, 0, NULL, string, lstrlenW(string), NULL);
5.lf.lfWidth = 7;
6.hUnderline = CreateFontIndirectA(&lf);
7.SelectObject(hdc, hUnderline);
8.ExtTextOutW(hdc, x, y, 0, NULL, string, lstrlenW(string), NULL);
You can find that the strings in 4 are drawn at the correct width, while the
strings in 8 are too narrow; I don't know how to fix this bug, as it also
affects the calculation of the string width
I hope I can get an answer
--
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=40409
Bug ID: 40409
Summary: builtin gdiplus causes K-Shoot Mania to lag in some
menus, native gdiplus causes missing textures
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: lena.stoffler(a)ymail.com
Distribution: ---
Created attachment 54144
--> https://bugs.winehq.org/attachment.cgi?id=54144
log, native gdiplus
K-Shoot Mania AppDB ->
https://appdb.winehq.org/objectManager.php?sClass=application&iId=17474
I did a lot of research to get this game to run normally. I have some
interessting results. Maybe this is fixable?
I'm sure the problem sits in the GDIPlus DLL
Short summary:
builtin: some menus lags really hard (very low framerate, 2~3 + input lag),
all textures are visible
native: normal framerate in all menus, but some missing textures (plain white
spot where the textures should be)
builtin (Wine)
~~~~~~~~~~~~~~
Probably the reason for the heavy lag? Only using builtin gdiplus.
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x...,0x...): stub
fixme:gdiplus:GdipCreateBitmapFromGdiDib (0x2002a60, 0x6b10000, 0x6578c8) -
partially implemented
Basically a stub and a partially implemented function. Maybe the game requires
a better GdipCreateBitmapFromGdiDib implementation or the
JpegDecoder_Frame_CopyPalette function. I don't know.
NOTE: The JpegDecoder_Frame_CopyPalette fixme doesn't appear with the native
gdiplus.
native (Windows) - winetricks gdiplus
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
No lag there, but now some textures are missing. Instead of the texture which
should be there, there is only a plain white spot. The 'generated' texture
files are empty files (0 byte).
You can verify this by youself easily: the cache folder is in the game folder.
($GAME/cache)
This is the fixme which is spammed in the terminal when using the native
gdiplus, installed using winetricks.
fixme:bitmap:SetBitmapBits Unhandled partial pixel
The other 2 fixmes from the builtin version are completely gone.
The 2 logs are attached separately for better readability.
--
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=25355
Summary: Time clock SBE 1.2 and 2.2 not working properly on
ubuntu 10.04LTS
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryanmore2006(a)yahoo.com.ph
Our company used Ubuntu 8.04 install in all computer in all branches. were
using Time clock SBE 1.2 for time logging for all our employees. the said
software were stable in ubuntu 8.04 LTS wine wine version 1.0.
The problem starts when we updated the LINUX OS to Ubuntu 10.04LTS with wine
1.2 install, but something wrong with the some menu can't be seen anymore, we
tried to update the time clock sbe form 1.2 to 2.2 but the unfortunately it did
not fixed the problem. we also updated the version of wine but still the same.
for reference i will attached the screen shot for ubuntu 8.04 and 10.04
Im homping that someone can help me with this problem.
--
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=54890
Bug ID: 54890
Summary: Ultimate Doom Builder will crash if some dialoge boxes
are used
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: beneschork(a)gmail.com
Distribution: ---
Created attachment 74388
--> https://bugs.winehq.org/attachment.cgi?id=74388
Crash log
Whenever I use Ultimate doom Builder, I will often need to change a Thing* ID
or a texture. To do this, I have to click on the linedef or thing to open its
dialog box. There are fields I use to enter a string for the texture name or
and integer for the TID, and whenever I do, wine immediately throws up an error
and I have to save the crash log. This bug is replaceable on my machine, I have
even changed distros.
--
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=27294
Summary: livezilla can't start, complains of missing Verdana
font
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user complained that Livezilla wouldn't start, see
http://forum.winehq.org/viewtopic.php?t=12202
I was able to reproduce this, plus a possible font-related gdiplus bug:
cd $HOME
rm -rf ~/.wine
sh winetricks corefonts dotnet20
wget http://www.livezilla.net/downloads/pubfiles/LiveZilla_3.3.2.2_Full.exe
wine LiveZilla_3.3.2.2_Full.exe
cd ~/".wine/drive_c/Program Files/LiveZilla"
wine LiveZilla
That gets the error
Your system misses the font Microsoft Sans Serif
Copying micross.ttf from a Windows system into ~/.wine/drive_c/windows/Fonts
gets past that. (Dunno if that needs to be added to winetricks,
or if one of the existing fonts in 'allfonts' should satisfy it.)
The next problem is
Your system misses the font Tahoma
Doing
winetricks tahoma gdiplus
gets past that. (Don't know why gdiplus was needed, that's interesting.)
The next problem is the user's error,
Your system misses the font 'Verdana Regular'
Which is funny, because Verdana Regular is already in windows/Fonts,
and WINEDEBUG=+font shows
trace:font:AddFontToList Loading font file
"/home/dank/.wine/dosdevices/c:/windows/Fonts/Verdana.TTF" index 0
trace:font:get_familyname Got localised name L"Verdana"
trace:font:AddFontToList fsCsb = 2000019f 00000000/00000287 00000000 00000000
00000000
trace:font:AddFontToList Added font L"Verdana" L"Regular"
...
trace:font:AddFontToList Loading font file
"/usr/share/fonts/truetype/msttcorefonts/Verdana.ttf" index 0
trace:font:get_familyname Got localised name L"Verdana"
trace:font:AddFontToList Already loaded font L"Verdana" L"Regular" original
version is 10000, this version is 10000
trace:font:AddFontToList Original font is newer so skipping this one
Oddly, at some point, wine forgets about the Regular variant:
trace:font:DumpFontList Family: L"Verdana"
000d:Ret advapi32.RegGetValueW() retval=0000trace:font:DumpFontList L"Bold"
2000019f
000d:Call advapi32.RegGetValueW(0000004c,000trace:font:DumpFontList L"Bold
Italic" 2000019f
Perhaps one of the fonts in /usr/share/fonts is interfering...
--
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=43736
Bug ID: 43736
Summary: PathGradientBrush results in a white shape
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: norike(a)gmail.com
Distribution: ---
Created attachment 59217
--> https://bugs.winehq.org/attachment.cgi?id=59217
test project with screenshots
We develop a charting library and found some gradients are drawn as solid white
shapes in Wine for Ubuntu. Reducing the issue to the minimum we found the
problem seems to be when drawing a rectangle with a PathGradientBrush.
See the screenshots in the attachment.
- Windows.png is the result of running the .exe in a Windows 10.
- Ubuntu.png is the result of running the .exe in Ubuntu 16.04 using Wine. We
got the same result in Wine 1.6 (?), 2.0.2 and 2.17.
The attachment also contains the .exe and the project sources (made with Visual
Studio 2017).
--
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=33410
Bug #: 33410
Summary: QQ International 1.6 displays its window abnormally
with a black line across
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangendoucg(a)gmail.com
Classification: Unclassified
Created attachment 44204
--> http://bugs.winehq.org/attachment.cgi?id=44204
screenshot
Hi folks,
While I install QQ International QQIntl1.61.exe, its first window shows with a
threadlet across.See the attachment.
Well, winetricks gdiplus can workaround it.
It's free to download.
$ sha1sum QQIntl1.61.exe
6cd9042f591a7b140e3216df2851c9b7a436be34 QQIntl1.61.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=24653
Summary: Builtin GdiPlus doesn't draw lines equally to native
GdiPlus
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boreno(a)gmail.com
Created an attachment (id=31163)
--> (http://bugs.winehq.org/attachment.cgi?id=31163)
Sourcecode that draws GdiPlus pixel-perfection tests. Image that shows tests
drawn using native and builtin GdiPlus.
Lines are off by 1 pixel at either start or end position depending on drawing
operation. Image and source code attached. Marked with severity major since it
ruins pixel-perfection for UI components developed to rely on GdiPlus. In other
words, it looks too ugly to be released to customers.
--
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.