https://bugs.winehq.org/show_bug.cgi?id=55989
Bug ID: 55989
Summary: Wine Mono needs to support winmd files (YUR fails to
launch)
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
From https://github.com/ValveSoftware/Proton/issues/7308 (YUR).
The program ships a Windows.winmd file and links to it as a regular .NET
assembly. Wine Mono doesn't find it because it's not looking for a .winmd
extension, but renaming to .dll isn't good enough (though technically it is a
CLR image and does load). We need specific support for winmd assemblies.
--
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=56045
Bug ID: 56045
Summary: RichTextBox crashes the WPF application
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: claytmp+foj0w(a)gmail.com
Distribution: ---
Created attachment 75700
--> https://bugs.winehq.org/attachment.cgi?id=75700
Terminal output and WPF app included
When adding RichTextBox component into the Window Form, the app won't run at
all. It appears that the app crashes if it tries to render the RichTextBox.
Without the RichTextBox, the app would work
--
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=37050
Bug ID: 37050
Summary: Wine and FreeSCAN.exe fails to load
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: hd625b(a)gmail.com
Used Lunix Mint17 Terminal and Wine to run FreeSCAN.exe which threw the errors
below. FreeSCAN.exe is from SixSpot Software.
hd625b@MyLunixMint17 ~ $ wine "/home/hd625b/.wine/drive_c/Program
Files/FreeSCAN/FreeSCAN.exe"
Unhandled Exception:
System.TypeLoadException: Could not load type 'FreeSCAN.lblSiteNote' from
assembly 'FreeSCAN, Version=0.8.3.0, Culture=neutral, PublicKeyToken=null'.
at FreeSCAN.My.MyProject+MyForms.get_lblSiteNote () [0x00000] in <filename
unknown>:0
at FreeSCAN.My.MyApplication.OnCreateMainForm () [0x00000] in <filename
unknown>:0
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun ()
[0x00000] in <filename unknown>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run
(System.String[] commandLine) [0x00000] in <filename unknown>:0
at FreeSCAN.My.MyApplication.Main (System.String[] Args) [0x00000] in
<filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load
type 'FreeSCAN.lblSiteNote' from assembly 'FreeSCAN, Version=0.8.3.0,
Culture=neutral, PublicKeyToken=null'.
at FreeSCAN.My.MyProject+MyForms.get_lblSiteNote () [0x00000] in <filename
unknown>:0
at FreeSCAN.My.MyApplication.OnCreateMainForm () [0x00000] in <filename
unknown>:0
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun ()
[0x00000] in <filename unknown>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run
(System.String[] commandLine) [0x00000] in <filename unknown>:0
at FreeSCAN.My.MyApplication.Main (System.String[] Args) [0x00000] in
<filename unknown>:0
hd625b@MyLunixMint17 ~ $
--
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=46058
Bug ID: 46058
Summary: iPed 7G 2019 (.NET 4.0 app) v13.0.10800 crashes with
System.NotImplementedException at
System.drawing.Graphics.CheckErrorStatus
Product: Wine
Version: 3.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: johntam(a)pedfast.com
Distribution: ---
Created attachment 62644
--> https://bugs.winehq.org/attachment.cgi?id=62644
Screen shot of exception.
Exception occurs when previewing MegaPed pedigree -- if a database is needed
to duplicate the issue please email me.
If one continues after the exception, the pedigree does not render to the
preview window.
Reports all also render as blank. Something else is unimplemented that is not
throwing an exception.
--
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=53947
Bug ID: 53947
Summary: Daily Chthonicle is extremely slow and laggy
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Especially notable when you run it without winecfg's "virtual desktop" on a 4k
screen.
winetricks "gdiplus" works around the issue.
--
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=56049
Bug ID: 56049
Summary: Wine >= 9.0-rc1: 32+64 bit build with -march=znver1
broken (libtiff, regression, gcc-12.2.0, Debian-12)
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
Distribution: ---
Compiling a combined 32+64 bit Wine with -march=znver1 is broken since at least
Wine-9.0-rc1.
Tested on Debian-12 (gcc-12.2.0). There seems to be a problem with libtiff.
I'm using the following commands to build Wine since years. They worked fine
with Wine <= 8.21.
(Wine source has been extracted to wine-*)
Please tell me if you think this is not a Wine regression, but a GCC bug. Then
I'll report it at GCC.
export PREFIX="${HOME}"/wine-build
export CFLAGS='-march=znver1'
mkdir 64; cd 64
../wine-*/configure CROSSCFLAGS="${CFLAGS}" --enable-win64 --prefix="${PREFIX}"
--disable-tests
make -j16
mkdir ../32; cd ../32
PKG_CONFIG_PATH="${PREFIX}"/lib/pkgconfig:/usr/lib/pkgconfig:/usr/lib/i386-linux-gnu/pkgconfig
../wine-*/configure CROSSCFLAGS="${CFLAGS}" --with-wine64=../64
--prefix="${PREFIX}" --libdir="${PREFIX}"/lib --disable-tests
make -j16 install
cd ../64; make install
Since Wine >= 9.0-rc1 I'm getting the following error in the final "cd ../64;
make install" command when using "-march=znver1".
i686-w64-mingw32-gcc -c -o dlls/windowscodecs/i386-windows/dlldata.o
dlls/windowscodecs/dlldata.c -Idlls/windowscodecs \
-I../wine-9.0-rc1/dlls/windowscodecs -Iinclude -I../wine-9.0-rc1/include \
-I../wine-9.0-rc1/include/msvcrt -I../wine-9.0-rc1/libs/tiff/libtiff
-I../wine-9.0-rc1/libs/jpeg \
-I../wine-9.0-rc1/libs/png -D_UCRT -D__WINESRC__ -DENTRY_PREFIX=WIC_
-DPROXY_DELEGATION \
-DWINE_REGISTER_DLL -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
-Wdeclaration-after-statement \
-Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned
-Wshift-overflow=2 \
-Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
-Wwrite-strings -Wpointer-arith \
-Wlogical-op -Wabsolute-value -fno-omit-frame-pointer
-mpreferred-stack-boundary=2 -march=znver1
i686-w64-mingw32-gcc -c -o libs/tiff/i386-windows/libtiff/tif_aux.o
../wine-9.0-rc1/libs/tiff/libtiff/tif_aux.c -Ilibs/tiff \
-I../wine-9.0-rc1/libs/tiff -Iinclude -I../wine-9.0-rc1/include
-I../wine-9.0-rc1/include/msvcrt \
-I../wine-9.0-rc1/libs/tiff/libtiff -I../wine-9.0-rc1/libs/jpeg
-I../wine-9.0-rc1/libs/zlib \
-D_UCRT -DFAR= -DZ_SOLO -D__WINE_PE_BUILD -fno-strict-aliasing
-Wno-packed-not-aligned \
-fno-omit-frame-pointer -mpreferred-stack-boundary=2 -march=znver1
during RTL pass: split1
../wine-9.0-rc1/libs/tiff/libtiff/tif_aux.c: In function ‘_TIFFUInt64ToFloat’:
../wine-9.0-rc1/libs/tiff/libtiff/tif_aux.c:415:1: internal compiler error: in
assign_stack_local_1, at function.cc:429
415 | }
| ^
0x7feffaa461c9 __libc_start_call_main
../sysdeps/nptl/libc_start_call_main.h:58
0x7feffaa46284 __libc_start_main_impl
../csu/libc-start.c:360
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
make: *** [Makefile:224677: libs/tiff/i386-windows/libtiff/tif_aux.o] Error 1
--
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=45840
Bug ID: 45840
Summary: i don't know =D
Product: Wine
Version: 3.0.2
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vkvinderi(a)gmail.com
Distribution: ---
Created attachment 62312
--> https://bugs.winehq.org/attachment.cgi?id=62312
Open source programm, i leave link upper or be low, inside the message
It is a opensource programm
https://github.com/Jessecar96/SteamDesktopAuthenticator
It almost works, but i still have problem when i need confirm something.
Crashing when i push the button iside body of this programm, button called like
"View Confirmations"
Also, you probably can repeat the error, if you setup any steamcommunity.com
account, and press this button.
Sorry if i make a mistakes, when i'm send you this message.
--
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=38932
Bug ID: 38932
Summary: Betfair Betting Assistant throws a warning while
loading
Product: Wine
Version: 1.7.47
Hardware: x86
URL: https://www.gruss1-software.co.uk/Betting_Assistant/Be
tting_Assistant.msi
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 51866
--> https://bugs.winehq.org/attachment.cgi?id=51866
wine-1.7.47-84-g2294d3b screenshot
After a successful installation, Betfair Betting Assistant throws a warning
while loading, and then doesn't load the log-in dialog as it should.
The workaround is dotnet20.
--
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=27447
Summary: HAL7600 doesn't start
System.InvalidOperationException:
WinForms_SeeInnerException
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Unhandled Exception: System.InvalidOperationException:
WinForms_SeeInnerException ---> System.Reflection.TargetInvocationException:
Exception has been thrown by the target of an invocation. --->
System.ComponentModel.Win32Exception: No valid icon entry were found.
at System.Drawing.Icon.InitFromStreamWithSize (System.IO.Stream stream, Int32
width, Int32 height) [0x00000] in <filename unknown>:0
at System.Drawing.Icon..ctor (System.Runtime.Serialization.SerializationInfo
info, StreamingContext context) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke
(System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[]
parameters) [0x00000] in <filename unknown>:0
...
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run
(System.String[] commandLine) [0x00000] in <filename unknown>:0
at HAL7600.My.MyApplication.Main (System.String[] Args) [0x00000] in
<filename unknown>:0
http://forums.mydigitallife.info/threads/23966-UNSUPPORTED-HAL7600-Permanen…
mono210 required. Check url for direct download link
--
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.