https://bugs.winehq.org/show_bug.cgi?id=57851
Bug ID: 57851
Summary: Program Error Details
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bwa7v393t(a)penicuick.mozmail.com
Distribution: ---
Created attachment 78072
--> https://bugs.winehq.org/attachment.cgi?id=78072
Back Trace File
See back trace.
--
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=57944
Bug ID: 57944
Summary: wininet:InternetCheckConnectionW Error
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: d.astra(a)yopmail.com
Distribution: ---
Created attachment 78191
--> https://bugs.winehq.org/attachment.cgi?id=78191
Error captured with winedebug=+all
No download with embedded browsers (gecko or IE8) possible.
--
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=29758
Bug #: 29758
Summary: Wrong font after freeing link labels
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs(a)jn-games.de
Classification: Unclassified
Created attachment 38634
--> http://bugs.winehq.org/attachment.cgi?id=38634
Minimal example, including Delphi source code
You can't remove link labels from the memory. I added a minimal example along
with its Delphi source code.
How to use the minimal example:
- Click create
- Click free
- (optional) Click create again
Actual result:
Font of the application changes to "System"
Expected result:
Font should stay like it was before
Notes:
- I did not have the chance to test this with the most recent version of Wine.
--
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=57982
Bug ID: 57982
Summary: 0758:err:virtual:virtual_setup_exception nested
exception on signal stack in thread 0758 addr
0x3f0003f4af stack 0x7fedf170
Product: Wine
Version: 7.0.2
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: liunixfinal(a)gmail.com
Distribution: ---
Created attachment 78235
--> https://bugs.winehq.org/attachment.cgi?id=78235
debugging logs generated after running the application under Wine
My program uses WaitForMultipleObjects to monitor multiple pipes. It runs
normally in a Windows environment, but under Wine, after running for some time,
WaitForMultipleObjects stops working. When data is written to the pipe, it does
not return, and simultaneously, the Wine debug log reports the following error:
0758:err:virtual:virtual_setup_exception nested exception on signal stack in
thread 0758 addr 0x3f0003f4af stack 0x7fedf170
After that, it continuously prints the following log:
04b8:err:sync:RtlpWaitForCriticalSection section 0308D388 "?" wait timed out in
thread 04b8, blocked by 048c, retrying (60 sec)
01f8:err:sync:RtlpWaitForCriticalSection section 0308D388 "?" wait timed out in
thread 01f8, blocked by 048c, retrying (60 sec)
and this is my code:
while (true)
{
DWORD dwWait = WaitForMultipleObjects(pPipeThread->chnNum + 1, // number
of event objects
pPipeThread->hEvents, // array of event objects
FALSE, // does not wait for all
INFINITE); // waits indefinitely
if (dwWait == WAIT_FAILED)
{
DWORD dwError = GetLastError();
char errorMsg[512];
FormatMessageA(FORMAT_MESSAGE_FROM_SYSTEM |
FORMAT_MESSAGE_IGNORE_INSERTS,
NULL, dwError, 0, errorMsg, sizeof(errorMsg), NULL);
cerror("CPipeWrapper WaitForMultipleObjects failed, Error Code: %u,
Error Message: %s", dwError, errorMsg);
}
int i = dwWait - WAIT_OBJECT_0; // determines which pipe
if (i < 0 || i > PIPE_NUM_PER_THREAD)
{
_dout("WaitForMultipleObjects threadidx(%d) chnNum(%d) Index out of
range(%d).", pPipeThread->threadIdx, pPipeThread->chnNum, i);
continue;
}
if (i == 0)
{
if (CPipeMgr::Instance()->IsQuit())
{
_dout("PipeReadThread quit threadidx(%d) chnNum(%d)",
pPipeThread->threadIdx, pPipeThread->chnNum);
return 0;
}
HandleChnCfgUpdate(pPipeThread);
_dout("PipeReadThread config update threadidx(%d) chnNum(%d)",
pPipeThread->threadIdx, pPipeThread->chnNum);
continue;
}
--i;
unsigned int chnID = pPipeThread->chnIDs[i];
CNamePipe* pPipe = CPipeMgr::Instance()->GetPipe(chnID);
int rdLen = pPipe->GetOverlapReadedNum();
int reminderLen = pPipe->GetReminderLen();
if (rdLen > 0)
{
reminderLen = CMemDataMgr::Instance()->DecodeDrvData(chnID,
pPipe->GetReadedBuf(), reminderLen + rdLen);
}
int readed = 0;
pPipe->ReadPipe(reminderLen, readed);
}
--
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=57939
Bug ID: 57939
Summary: Anadius = - The Sims 4 Updater
Product: Wine
Version: unspecified
Hardware: arm
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cwdcdn(a)hotmail.ca
When running DLC Unlocker/updater, the wrapper doesn't show text, and quits
unexpectedly.
--
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=51546
Bug ID: 51546
Summary: ran a application and it gave an error
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrtbryanonlinux(a)gmail.com
Distribution: ---
Created attachment 70389
--> https://bugs.winehq.org/attachment.cgi?id=70389
Im trying to run Xenos64.exe for gta v and then that happened plz help
tried to run a application called xenos64.exe i use it for gta v so i wined it
then that happened. plz try and fix ASAP
--
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=13884
Summary: No music in Blue Wish Resurrection Plus
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www004.upp.so-net.ne.jp/x_xgameroom/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
Created an attachment (id=13974)
--> (http://bugs.winehq.org/attachment.cgi?id=13974)
Normal Wine log
Music doesn't work in BWR+ 1.11.
The music is stored as MP3 data files.
This might be the same as bug 9554.
There are quite a few DirectMusic stubs in the log, so perhaps something is not
implemented.
--
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=51378
Bug ID: 51378
Summary: Failures with `DetourCreateProcessWithDllEx` for
Microsoft's Detours Library
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrew.jones(a)vector.com
Distribution: ---
Created attachment 70234
--> https://bugs.winehq.org/attachment.cgi?id=70234
stderr from WINEDEBUG
I am trying to work with a third-party tool that use Microsoft's Detours
Library:
https://github.com/microsoft/Detours
but it seems that the API call `DetourCreateProcessWithDllEx` inside of Detours
does not work correctly when run under Wine.
The implementation for `DetourCreateProcessWithDllEx{A/W}` can be found here:
https://github.com/microsoft/Detours/blob/bc7688373bbbb185277788c04f68ae67b…https://github.com/microsoft/Detours/blob/bc7688373bbbb185277788c04f68ae67b…
Helpfully, Detours includes with a sample application `withdll.exe` that
utilises the `DetourCreateProcessWithDllEx` API:
https://github.com/microsoft/Detours/blob/fe7216c037c898b1f65330eda85e6146b…
I built Detours from git (fe7216c037c898b1f65330eda85e6146b6e3cb85) on Windows
10 (19042.1052) using MSVC 19.29.30038.1; this gave me the resulting binaries
`withdll.exe` and `simple64.dll`. Running `withdll.exe` to inject
`simple64.dll` on Windows 10 gives:
```
C:\Users\avj\Downloads\Detours-master\bin.X64>withdll.exe /d:simple64.dll
withdll.exe
withdll.exe: Starting: `withdll.exe'
withdll.exe: with
`C:\Users\avj\Downloads\Detours-master\bin.X64\simple64.dll'
simple64.dll: Starting.
simple64.dll: Detoured SleepEx().
Usage:
withdll.exe [options] [command line]
Options:
/d:file.dll : Start the process with file.dll.
/v : Verbose, display memory at start.
/? : This help screen.
simple64.dll: Removed SleepEx() (result=0), slept 0 ticks.
```
However, running this under a fresh Wine 6.11 built (64-bit only;
WINEARCH=win64) on openSUSE (gcc 10.3.0) gives me this:
```
withdll.exe: Starting: `withdll.exe'
withdll.exe: with `Z:\tmp\wine\simple64.dll'
withdll.exe: DetourCreateProcessWithDllEx failed: 2
```
I have attached the stderr from running
`WINEDEBUG=+timestamp,+process,+tid,+seh,+module wine64 withdll.exe
/d:simple64.dll withdll.exe 2>log.txt` to this case.
I have also uploaded the two binary files (`withdll.exe` and `simple64.dll`) to
Google Drive:
https://drive.google.com/file/d/1DmFHYcm4-quslIAsHV1fwbzi6-JxRZse/view?usp=…
Note: the source code for these files are MIT licensed, so there should be no
issues in me sharing my binary builds (i.e., I do not consider these files
proprietary).
Is it obvious what's wrong here? Is this a Wine bug or some configuration issue
that I can resolve?
--
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=44978
Bug ID: 44978
Summary: Text in WC3 World Editor isn't colored properly
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hededrk(a)gmail.com
Distribution: ---
Created attachment 61100
--> https://bugs.winehq.org/attachment.cgi?id=61100
How it is supposed to look
Modified data entries in the object editor are supposed to be highlighted with
a different with a purple color (or blue in campaign editor). However, they are
not.
Might be related to #11718.
--
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=57951
Bug ID: 57951
Summary: Ultrakill: level 1-1 has invisible tree leaves on
WINED3D, works fine on DXVK
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: sacha.fazzari(a)protonmail.com
Distribution: ---
Created attachment 78198
--> https://bugs.winehq.org/attachment.cgi?id=78198
in this tarball there is 2 screenshots ( one with DXVK and one WINED3D ) and
the wine cli output
Hi,
While playing the level 1-1 of Ultrakill with WINED3D i saw that the leaves of
the trees were invisible (see attachment), however the leaves renders correctly
with DXVK. I have the wine cli output in the attachment. I'm using Wine 10.2
but it also happens on 10.3 and on git
To reproduce: go to level 1-1 with WINED3D and look at the leaves of the trees
--
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.