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.