http://bugs.winehq.org/show_bug.cgi?id=58307
Bug ID: 58307
Summary: Cannot delete bug link
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: ---
Ooops! Something has gone terribly wrong!
Our monkey train has derailed! Worry not, a webmaster gopher help army has been
dispatched and is on the way.
If this error continues to be a problem, please report it to us on our Forums
error details:
Error Message: Uncaught Error: Non-static method error_log::log_error() cannot
be called statically in /home/winehq/opt/appdb/include/objectManager.php:1470
Stack trace: #0 /home/winehq/opt/appdb/objectManager.php(81):
ObjectManager->processForm() #1 {main} thrown
File: objectManager.php:1470
--
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=57844
Bug ID: 57844
Summary: Cannot submit new app version due to being blocked by
cloudflare.
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: topgamer7(a)gmail.com
Distribution: ArchLinux
Created attachment 78062
--> https://bugs.winehq.org/attachment.cgi?id=78062
page I was redirected to
When I go and fill out a new version for some software (StudioTax), I get
through filling out the questionnaire, and then when I submit, I get blocked by
cloudflare.
Particularly infuriating because you lose all progress in what you submitted.
--
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=57741
Bug ID: 57741
Summary: WineHQ AppDB Create Account create accout
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tin.strunjak(a)gmail.com
Created attachment 77938
--> https://bugs.winehq.org/attachment.cgi?id=77938
error while trying to create a new account
I am trying to create an account on the whineHQ AppDB via
https://appdb.winehq.org/account.php?sCmd=new
However, when I populate required fields and click on create account I get this
error screen related to CAPTCHA (even though it is verified).
Thanks
forum topic: https://forum.winehq.org/viewtopic.php?t=40167
--
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=57151
Bug ID: 57151
Summary: AppDB is incredibly slow
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: ---
The AppDB seems to be getting slower and slower. Today it's taking up to a
minute just to load a page. Does it need more resources?
--
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=56738
Bug ID: 56738
Summary: ODBC stopped working in Wine 9.9, it works fine in 9.8
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: odbc
Assignee: wine-bugs(a)winehq.org
Reporter: claudius+wine(a)hausnetz.lettenbach.com
Distribution: ---
Created attachment 76517
--> https://bugs.winehq.org/attachment.cgi?id=76517
WINEDEBUG logs
After updating my Arch linux install from wine 9.8-2 to wine 9.9-2 my 32bit
applications using multilib unixodbc stopped working.
I tried WINEDEBUG=+odbc but could get much relevant output.
Most interesting is probabaly this: trace:odbc:SQLAllocEnv Returning 309,
EnvironmentHandle 00000000
WINEDLLOVERRIDES="odbc32=b" or "odbc=b" didn't change anything as far as I can
tell.
If I downgrade the package it immediately starts connecting again.
The driver I use is the proprietary SQL Anywhere 17 odbc driver.
It works fine using unixodbc with both linux x86_64 and linux 32 bit
applications.
Is there any way I can provide more relevant information?
Attached is a trace of +odbc when it works, and when it doesn't.
--
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=58465
Bug ID: 58465
Summary: Wide string misbehavior on C++20 mode vs C++17 mode
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: messmer.dalton(a)gmail.com
Distribution: ---
Created attachment 78920
--> http://bugs.winehq.org/attachment.cgi?id=78920
Simple Winelib program to demonstate the bug (wine_test.cpp) + build/run script
(wine_test.sh) + my test results (output.txt)
When I compile a Winelib application using the `--std=c++20` wineg++ flag
instead of `--std=c++17`, I experience unexpected differences in behavior when
using `std::wstring`. And in both C++ modes the behavior is incorrect.
For example, when I call the `c_str()` method on `std::wstring` and pass the
returned wide C-string to `std::wcslen`, I get different results depending on
whether the Winelib application was compiled in C++20 mode vs C++17 mode. And
in both cases, the reported string length is incorrect.
Also, the distance between the `begin()` and `end()` iterators is different
between C++ modes, and so is the return value of the `length()` method. And all
of the results are incorrect in general.
I originally noticed these `std::wstring` problems here:
https://github.com/LMMS/lmms/pull/7624#issuecomment-2923573719
I've attached a simple Winelib program that demonstrates the bug to this bug
report.
--
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=21940
Summary: Rise of Legends Demo crashes with null pointer
reference in msxml3?
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Once you get past bug 19539, you have to choose to ignore
two BHG errors; the game then starts and runs (though I got
no sound). Trying to play a campaign crashed for me quickly with
an msxml3 error (which is funny, since I had done winetricks msxml3,
and winecfg shows the override, but the backtrace still shows Wine's msxml3):
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7362be22).
Backtrace:
=>0 priv_from_xmlDocPtr+0x6(doc=(nil)) [dlls/msxml3/domdoc.c:127] in msxml3
1 xmldoc_add_ref+0x1d(doc=(nil)) [dlls/msxml3/domdoc.c:160] in msxml3
2 init_xmlnode+0x26(This=0x3fb63f8, node=0x7e222980, outer=0x3fb6418,
dispex_data=0x73666dec) [dlls/msxml3/node.c:1714] in msxml3
3 create_element+0x6c(element=0x7e222980) [dlls/msxml3/element.c:797] in
msxml3d
4 create_node+0x9d(node=0x7e222980) [dlls/msxml3/node.c:1736] in msxml3
5 queryresult_nextNode+0xdf(iface=0x3ff1120, nextItem=0x32ad60)
[dlls/msxml3/queryresult.c:267] in msxml3
6 xmlnode_selectSingleNode+0xd3(iface=0x1e9510, kqueryString="TRIBE_MASK",
resultNode=0x32ad60) [dlls/msxml3/node.c:1542] in msxml3
7 in legends (+0x6f34c) (0x0032b2dc)
...
0x7362be22 priv_from_xmlDocPtr+0x6 [dlls/msxml3/domdoc.c:127] in msxml3: movl
0x0(%eax),%eax
127 return doc->_private;
--
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=58467
Bug ID: 58467
Summary: Java
Product: WineHQ Gitlab
Version: unspecified
Hardware: Other
OS: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gitlab-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pidor1977(a)duck.com
The Wine wiki page
https://gitlab.winehq.org/wine/wine/-/wikis/Importance-of-Wine linked directly
from the front page refers to the web asm.js/WebAssembly port as Java in the
bullet points near the end. This is completely unacceptable behavior and should
never be tolerated in a FOSS centered environment. Java hasn't even existed on
the web for decades, and while I can't speak for myself, I can guarantee that
no modern age Java programmer will ever want to hear about that era.
--
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=58454
Bug ID: 58454
Summary: Regression in Ti Nspire software
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mathispaquet362(a)gmail.com
Distribution: ---
Created attachment 78905
--> http://bugs.winehq.org/attachment.cgi?id=78905
Log generated by TI Nspire Software
In Wine 10.9, I can run the TI Nspire Student Software without any issue, but
since 10.11, there has been a regression that prevents the program from
launching. It is an issue with Java.
--
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=58447
Bug ID: 58447
Summary: nhandled exception: page fault on read access to
0x0000000000000000 in 64-bit code (0x000001403ec868).
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetrickery(a)yopmail.com
Distribution: ---
Created attachment 78897
--> http://bugs.winehq.org/attachment.cgi?id=78897
Bug report logs
I am trying to install an application on my desktop, It is a banking
application. And sadly I am running into errors regarding memory read adresses.
The system is debian with wine 10
Application exe - https://www.hostize.com/v/RpS-VkZMVg
--
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.