https://bugs.winehq.org/show_bug.cgi?id=50885
Bug ID: 50885
Summary: PdfSharp creates invalid PDF files
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lauri.kentta(a)gmail.com
Distribution: ---
Created attachment 69696
--> https://bugs.winehq.org/attachment.cgi?id=69696
Minimal example with PdfSharp
PdfSharp (PDF library for .NET) creates invalid PDF files on Wine. Ghostscript
is able to fix the files but reports: ”Error: Unknown operator: '-..' looks
like a malformed number, replacing with 0.”
I've attached a shell script which builds a minimal example with C# / PdfSharp
and demonstrates the error with Ghostscript. Running with Mono (without Wine)
works. Debugging further would probably need a dive into PdfSharp.
In practice, this affects Purple Pen course setting software for orienteering.
--
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=50818
Bug ID: 50818
Summary: Mahou Shoujo Shoumou Sensen - DeadΩAegis (Trial) shows
unreadable text in the message box.
Product: Wine
Version: 6.4
Hardware: x86-64
URL: https://web.archive.org/web/20210306040237/http://storage1.lathercraft.net/download/metalogiq/deadendaegis/D
eadendAegis_trial.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
Mahou Shoujo Shoumou Sensen - DeadΩAegis (Trial) (ja:魔法少女消耗戦線 DeadΩAegis 体験版)
is a demo version of Japanese 18+ visual novel game.
After starting the game in the title screen, it shows unreadable text in the
message box.
--
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=49434
Bug ID: 49434
Summary: Wine Gecko crashes upon loading Google Account login
page
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: rare_energy(a)protonmail.com
Distribution: ---
Created attachment 67521
--> https://bugs.winehq.org/attachment.cgi?id=67521
Gecko backtrace
Wine Gecko will crash upon visiting https://accounts.google.com/signin/v2
It will work when browsing other sites, though.
Wine versions tested: 5.0.1 and 5.6, both 64-bit with wine32 support.
Wine Gecko versions 2.47.1, both the x86 and x86_64 packages installed.
I've included a backtrace.
--
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=24893
Summary: Explorer++ is missing most right-click options for
files/folders
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://www.explorerplusplus.com/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31524)
--> (http://bugs.winehq.org/attachment.cgi?id=31524)
Log from right-clicking a folder, then a file
Expected behavior:
Right-clicking on a file should open the same menu that would be seen in
Windows Explorer (or Winefile as the case may be), while right-clicking a
folder should do the same, but with an added "open in new tab" option.
Actual behavior:
Right-clicking on a file produces a menu with a single option, which may be
blank or random garbage. It doesn't appear to do anything either way.
Right-clicking on a folder yields a menu with only the option "open in new
tab."
--
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=50845
Bug ID: 50845
Summary: jscript crashes on internal assert(0) in PE build with
clang
Product: Wine
Version: 6.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: jacek(a)codeweavers.com
Distribution: ---
Jacek, adding you to cc:, you might be interested.
This doesn't happen in an ELF build.
In order to reproduce build Wine in PE with clang, and run 'make test' in
dlls/jscript/tests:
Assertion failed: 0, file ../wine/dlls/jscript/jsutils.c, line 245
This the result of the call
hres = jsdisp_define_data_property(ctx->global, L"NaN", const_flags,
jsval_number(NAN));
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/jscript/global.c#l11…
during initialization, no user provided script is even gets started being
interpreted.
It seems that the reason is difference in 'struct _jsval_t' layout
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/jscript/jsval.h#l54
between gcc and clang.
$ clang --version
clang version 11.0.0
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
--
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=50436
Bug ID: 50436
Summary: Upstream FAudio pkg-config file not found
Product: Wine
Version: 6.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: j-r(a)online.de
Distribution: ---
FAusdio recently (November 2020) added an upstream package config file using
the name FAudio.pc, while configure looks for lowercase faudio.pc.
Note that the upstream config file is AFAICT not usable for gstreamer enabled
FAUdio builds. Depending on the fix for that (e.g. if gstreamer is added as an
Dependency in FAudio.pc), an option filtering similar to the one used for
gstreamer might become neccessary.
--
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=47310
Bug ID: 47310
Summary: Canon TS3100 series full driver & software package,
installation is blocked after WinZip extraction with
the message, "To install the software, you must be
logged in to an administrator account."
Product: Wine
Version: 4.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fzcooper(a)gmail.com
Distribution: ---
Created attachment 64617
--> https://bugs.winehq.org/attachment.cgi?id=64617
Error message given by attempted installation.
>From https://wiki.winehq.org/FAQ#Should_I_run_Wine_as_root.3F
"As far as Windows programs are concerned, you are running with administrator
privileges. If an application complains about a lack of administrator
privileges, file a bug; running Wine as root probably won't help."
The TS3122 printer / scanner offers network functionality or I wouldn't even
try the driver in Wine. The Linux counterpart is lacking in features.
Driver download available at:
https://www.usa.canon.com/internet/portal/us/home/support/details/printers/…
The error message appears after this output on both the win7 and win7-x64
versions:
...
Wine-gdb> 003d:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33faa0,
0x33fab0 0x33faa4
003d:fixme:nls:get_dummy_preferred_ui_language (0x38 0x33faa0 0x33fab0
0x33faa4) returning a dummy value (current locale)
003f:fixme:font:get_outline_text_metrics failed to read full_nameW for font
L"Ani"!
003f:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x23f360, 0x23f370
0x23f364
003f:fixme:nls:get_dummy_preferred_ui_language (0x38 0x23f360 0x23f370
0x23f364) returning a dummy value (current locale)
003f:fixme:nls:GetThreadPreferredUILanguages 00000004, 0x23e8f0, 0x23e900
0x23e8f4
003f:fixme:nls:get_dummy_preferred_ui_language (0x4 0x23e8f0 0x23e900 0x23e8f4)
returning a dummy value (current locale)
003f:fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0x00000001 5 0x23f2e0
0x23f304
003f:fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0x00000001 7 0x23f2f0
0x23f304
Older versions of windows are not supported for this driver and there is no
download available.
--
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.