https://bugs.winehq.org/show_bug.cgi?id=52820
Bug ID: 52820
Summary: Pokemon TCG Live Crashes During Login within Vuplex
Webview
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: algebro(a)tuta.io
Distribution: ---
Created attachment 72202
--> https://bugs.winehq.org/attachment.cgi?id=72202
Vuplex backtrace
Pokemon TCG Live crashes during the authentication flow when the program tries
to open a login page in a WebView created by Vuplex (which seems to be a
proprietary Unity plugin). Backtrace is attached to this ticket.
--
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=54829
Bug ID: 54829
Summary: Unhandled exception: page fault on write access to,
invalid program stack in 64-bit code
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: philipp.heimpel(a)gmail.com
Distribution: ---
Created attachment 74334
--> https://bugs.winehq.org/attachment.cgi?id=74334
Error Details
When running wine VCarveDesktopTrialEdition.exe I receive the following error:
Unhandled exception: page fault on write access to, invalid program stack in
64-bit code
Installation went fine and without errors
Download link:
https://storage.googleapis.com/vectric_public/VCarveDesktopTrialEdition_Set…
Debian GNU/Linux 11 (bullseye)
--
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=56854
Bug ID: 56854
Summary: VCarve 12 pops up 100+ error dialogs on start in some
non-English locales
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
VCarve 12 pops up 100+ error dialogs on start in some non-English locales. More
specifically this happens when the decimal separator is not a dot, for instance
for French (fr_FR.UTF-8) where it is a comma. What happens is the following:
* VCarve has some built-in resource strings containing parameters in XML
format.
* Among the parameters some are scaling factors such as "0.0166" and "0.001".
* VCarve calls atof() to parse those but in locales where the decimal separator
is not a dot it gets 0.
* VCarve then pops up an error dialog complaining the resource is invalid
because 0 is not a valid scaling factor.
* atof() would succeed parsing the string if it was using the C locale.
* However VCarve calls setlocale() many times and one of the last is
setlocale(LC_ALL, "French_France.1252") which is why atof() expects a comma.
Further notes:
* As far as I can tell atof() is called by the application (or Visual C++ 2015
library) not Wine code.
* VCarve calls setlocale() many times. It gets the locale name from a
setlocale(LC_ALL, "") call but keeps calling setlocale() many times after.
* Shortly before the failing atof() call it does:
setlocale(LC_ALL, NULL);
setlocale(LC_ALL, "C");
setlocale(LC_ALL, "French_France.1252");
* VCarve has other threads that also manipulate the locale. However all the
above calls happen in the same thread.
* Another VCarve thread calls setlocale() between pairs of
_configthreadlocale(_ENABLE_PER_THREAD_LOCALE) and
_configthreadlocale(_DISABLE_PER_THREAD_LOCALE). But these calls don't
necessarily overlap with the failing atof() and and preceding setlocale(LC_ALL,
"French_France.1252").
The failure can be reproduced with the trial Pro edition and happens in both
64-bit and 32-bit versions.
--
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=56853
Bug ID: 56853
Summary: login through browser_jwt fails to open for the
firmaOK! program of Poste Italiane (certified
signature)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: antonio.scala.phys(a)gmail.com
Distribution: ---
Created attachment 76659
--> https://bugs.winehq.org/attachment.cgi?id=76659
/home/scala/.wine/drive_c/Program\ Files\
\(x86\)/Postecert/firmaOK\!/Firma4NG_Windows/Firma4/browser_jwt/bin/backtrace.txt
WHen trying to make remote signature through firmaOK! the login windows for
Poste Italiane fails to open
--
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=46734
Bug ID: 46734
Summary: EditPad Pro 7: Cannot read/capture host (Linux)
application's stdout/stderr to display in its message
panel
Product: Wine
Version: 2.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: clay_dakota(a)yahoo.com
Distribution: ---
Created attachment 63726
--> https://bugs.winehq.org/attachment.cgi?id=63726
Python script to write "Hello World" to stdout.
Distribution: Linux Mint 17.3 ; 32-bit ; Trusty ; MATE Desktop
AppDB App: EditPad Pro 7
AppDB Entry: #8392
Wine Ver w/o Bug: 2.18 (devel) & 2.04 (stable)
Wine Ver w/ Bug: 2.19 (devel) & 3.04 (stable) & 4.0 (stable)
Steps to reproduce:
* Download EditPad Pro free trial version 7.6.5 and install
- URL: http://download.jgsoft.com/editpad/SetupEditPadProDemo.exe
* Install Wine 2.18 (devel)
* Run EditPad Pro (EPP) from Wine
- Executable: EditPadPro7.exe
* From the EPP menu, go to Tools -> Configure Tools
* Import the EPP Tool configuration file
- Attachment: RunWithPython.ini
* Open the Python source file
- Attachment: hello.py
* From the EPP menu, go to Tools -> Run w/ Python
* Will see the Python script's output in EPP's message panel as expected
- See attachment: EPP_Wine2.18_WithoutBug.png
* See Wine 2.18's terminal output file to see that the output did not go to
the terminal as expected
- Attachment: Con_Wine2.18_WithoutBug.out
* Install Wine 2.19 (devel)
* Run EditPad Pro (EPP) from Wine
- Executable: EditPadPro7.exe
* Open the Python source file
- Attachment: hello.py
* From the EPP menu, go to Tools -> Run w/ Python
* Will not see the Python script's output in EPP's message panel
- See attachment: EPP_Wine2.19_WithBug.png
* See Wine 2.19's terminal output file to see that the output went to the
terminal instead of EPP's message panel
- Attachment: Con_Wine2.19_WithBug.out
Note: This bug *may* be related to bug 23596. However, bug 23596 is reported
against Wine version: 1.2-rc7.
--
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=56850
Bug ID: 56850
Summary: Crash when playing audio in Awave Studio v12.5.0.2
Product: Wine
Version: 9.11
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: avrt
Assignee: wine-bugs(a)winehq.org
Reporter: fmj(a)fmjsoft.com
Created attachment 76656
--> https://bugs.winehq.org/attachment.cgi?id=76656
Log file from second crash
One of the users of my application Awave Studio has reported to me that Wine
crashes whenever he tries to play audio in the application.
Get the app from here: https://www.fmjsoft.com/awavestudio.html
From the log, it appeared to die when AvSetMmThreadPriority was called.
Sorry, I don't have the log file from that any more, but you should hopefully
be able to reproduce.
I commented that call out and sent a new test compile to the user, and after
that it seems to instead crash on a call to
IAudioClient3::GetSharedModeEnginePeriod.
I'm attaching the log from that.
Please let me know if I can be of any additional help. Alas, I do not have
access to a Mac myself though.
--
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=56577
Bug ID: 56577
Summary: QuarkXPress 2024 crashes on start with assertion error
"symt_check_tag(&func->symt, SymTagFunction) ||
symt_check_tag(&func->symt, SymTagInlineSite)"
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 76332
--> https://bugs.winehq.org/attachment.cgi?id=76332
Terminal output
On start, the program displays an error dialog titled "Wine C++ Runtime
Library" which says:
Assertion failed!
Program: C:\Program Files\Quark\QuarkXPress 2024\QuarkXPress 2024.exe
File: ../wine/dlls/dbghelp/symbol.c
Line: 543
Expression: "symt_check_tag(&func->symt, SymTagFunction) ||
symt_check_tag(&func->symt, SymTagInlineSite)"
Press OK to exit the program, or Cancel to start the Wine debugger.
$ sha256sum QX2024_57226_Win.zip
d3da582f0836db1bd6930e94b0f5c56b8e91c60a49928647acf75e4bb85e8b2c
--
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=56848
Bug ID: 56848
Summary: Crashes when entering certain screens.
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexis.auriac(a)gmail.com
Distribution: ---
Created attachment 76654
--> https://bugs.winehq.org/attachment.cgi?id=76654
backtrace
I was playing dofus (https://www.dofus.com/en), running it with the official
app image, the game keeps crashing when entering certain areas or screens. An
error window redirected me here.
--
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=50819
Bug ID: 50819
Summary: Source navigation to "programs" is broken
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lats(a)yless4u.com.au
CC: austinenglish(a)gmail.com
Distribution: ---
Created attachment 69634
--> https://bugs.winehq.org/attachment.cgi?id=69634
Screenhot of the web response to clicking on "programs"
Navigating to https://source.winehq.org/source/programs/ yields "Malformed
UTF-8 character (fatal) at /home/winehq/opt/source/lib/Local.pm line 422."
Same result on chrome and firefox.
--
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=54773
Bug ID: 54773
Summary: https://dl.winehq.org/wine-builds/winehq.key has
expired
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)aitchison.me.uk
Distribution: ---
# curl https://dl.winehq.org/wine-builds/winehq.key 2> /dev/null | gpg
--show-keys -
pub rsa3072 2018-12-10 [SC]
D43F640145369C51D786DDEA76F1A20FF987672F
uid WineHQ packages <wine-devel(a)winehq.org>
sub rsa3072 2018-12-10 [E] [expired: 2020-12-09]
This URL appears in many web forum answers and the key is referenced in the
Debian and Ubuntu repo files, but since it expired several years ago I don't
know whether is actually used and checked.
Can the key be refreshed, or should a new URL be used ?
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.