https://bugs.winehq.org/show_bug.cgi?id=46600
Bug ID: 46600
Summary: Crash in regedit
Product: Wine
Version: 4.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zaplo00(a)mt2015.com
Distribution: ---
Created attachment 63499
--> https://bugs.winehq.org/attachment.cgi?id=63499
page fault on read
I created new prefix in wine 4.1, opened regedit and single clicked string key.
Then pressed enter to edit it and regedit crashed with attached error.
"InstallTav" "1.00" was the key name and value
--
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=46433
Bug ID: 46433
Summary: TAB key may not select all window elements - system
wide (μTorrent 2.2.1 example)
Product: Wine
Version: 4.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zcooger(a)gmail.com
Distribution: ---
Created attachment 63206
--> https://bugs.winehq.org/attachment.cgi?id=63206
Video Example from Wine, ReactOS and Windows
This is a very minor and subtle bug, it's present on presented µTorrent dialog
and several other apps.
Pressing repeatedly TAB key does not iterate over all window elements.
In ReactOS & Wine only links are selected while M$ Windows focuses buttons and
checkboxes too.
This issue may apply system-wide to other 3rd party applications however I
noticed it first in μTorrent 2.2.1 (25302). Did not notice that using Wine
apps.
Pressing buttons and checkboxes using mouse (button down only+move) selects
them but they still can't be selected after TAB meets first/upper window
element.
--
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=58131
Bug ID: 58131
Summary: Game-Helper MATRIC
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mihart1(a)web.de
Distribution: ---
Created attachment 78403
--> http://bugs.winehq.org/attachment.cgi?id=78403
Backtrace-File from Wine
Game-Helper MATRIC will not complete run under Wine
Matric-Hompage:
https://matricapp.com
System information:
Wine build: wine-10.5
Platform: x86_64 (guest: i386)
Version: Windows 10
Host system: Linux
Host version: 6.14.0-1-MANJARO
Many thanks for your Help
Happy Easter
--
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=46487
Bug ID: 46487
Summary: File-Chooser-Dialog blocks slashes in file text field
when why could mean subdirectories
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: ---
Created attachment 63323
--> https://bugs.winehq.org/attachment.cgi?id=63323
what the dialog shows
For many wine versions, when includes
the fill directory path .e.g copy-pasty short-hand,
it blocks it,
couldn't it re-interpret as go into folder directory?
(less steps required , easier)
i encounter this papercut too frequently...
--
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=46420
Bug ID: 46420
Summary: Button selection has wrong size
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zcooger(a)gmail.com
Distribution: ---
Created attachment 63188
--> https://bugs.winehq.org/attachment.cgi?id=63188
Enlarged example.
This is a very minor and subtle bug, it's visible on all buttons that were
selected by TAB.
Similar ReactOS issue: https://jira.reactos.org/browse/CORE-15241
--
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=45964
Bug ID: 45964
Summary: Winamp top level menus drawn offset to the right and
downwards by a few pixels
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Created attachment 62514
--> https://bugs.winehq.org/attachment.cgi?id=62514
Screenshot
In Winamp 5.666 and the community update version [1] top level menus have an
extra grey border on the left and top.
As the content is offset, some parts of the right and bottom are not drawn.
Submenus don't appear to have the same problem.
Tested on crossover wine, and wine
[1] - available by getting on the beta program at https://getwacup.com/
--
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=58135
Bug ID: 58135
Summary: Drag&Drop: Wrong WM_DROPFILES sent to the top level
window when dropping a file into ChildView
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: axis6404(a)proton.me
Distribution: ---
Created attachment 78411
--> http://bugs.winehq.org/attachment.cgi?id=78411
test(exe+src)
Wrong WM_DROPFILES sent to the top level window when dropping a file into
ChildView.
X11
debian bookworm x64
wine10.6
MainFrame window <-- WM_DROPFILES is sent here
|
----ChildView window (Only DragAcceptFiles()) <-- Drop txt file from KDE
desktop into this view. WM_DROPFILES will never come to the WndProc of this
child view.
Drop2.exe's result:
Windows - MsgBox(_T("OK! ChildView"), _T("ChildView"), MB_OK);
//OnDropFiles@Drop2View.h@line 49
Linux(wine10.6) - MsgBox(_T("Failed!!!! MainFrame"), _T("!!!!MainFrame's
Handler!!!!"), MB_OK); //OnDropFiles@MainFrame.h@line 43
--
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=58134
Bug ID: 58134
Summary: GTA San Andreas: A required security module can not be
activated.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Alexander88207(a)Protonmail.com
Hello,
when i want to start GTA San Andreas using the original disc copy then i do get
the message "A required security module can not be activated. This program can
not be executed".
The game is using SecuROM.
Tested with Wine 10.3
Thanks in advance.
--
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=45553
Bug ID: 45553
Summary: the hiarcs program stopped working after the
installation of wine 3.12
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: visconde77(a)yahoo.com.br
Distribution: ---
Created attachment 61974
--> https://bugs.winehq.org/attachment.cgi?id=61974
stop
the hiarcs program stopped working after the installation of wine 3.12
--
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=44898
Bug ID: 44898
Summary: Microsoft DirectX 9.0c Redistributable (June 2010)
installer crashes (when installing without prefix that
is created earlier)
Product: Wine
Version: 3.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 60970
--> https://bugs.winehq.org/attachment.cgi?id=60970
Wine 3.0 terminal output
I used to create prefixes for games with installed DirectX 9.0c by command
wine '<folder>/DXSETUP.exe'
It's comfortable and saves my time.
But in Wine 3.5, DirectX crashes in the beginning of installing and says
"Internal system error occured. Please refer to DXError.log and DirectX.log in
your Windows folder to determine problems".
And now I have to create the game prefix by any other command like
winecfg
and install DirectX in this already created prefix, it doesn't crash in this
way.
Here are all logs from Wine 3.5 and output terminals from Wine 3.0 and 3.5.
OS: Lubuntu 16.04.4, Wine from official Wine repos.
File link: https://www.microsoft.com/en-us/download/details.aspx?id=8109
sha256: 8746ee1a84a083a90e37899d71d50d5c7c015e69688a466aa80447f011780c0d
--
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=40864
Bug ID: 40864
Summary: Error message on Exit from PDF Eraser
Product: Wine
Version: 1.9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi. During evaluation of PDF eraser on version 1.9.13 of winehq, I get error
message after closing PDF eraser (after I failed to register PDF eraser due to
bug 40779) & assessment of bug 40778 & bug 40505. Please look for attached
files:
file 1, 2, 3 are screenshots show part of message.
file backtrace error message by using option "save as" that existing in error
message window
--
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=58132
Bug ID: 58132
Summary: HoMM4 map editor crashes on a specific map
Product: Wine-staging
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ww.lss.su(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 78407
--> http://bugs.winehq.org/attachment.cgi?id=78407
backtrace and the map in question in the archive
How to repeat:
1. Run the Heroes of Might and Magic IV map editor (I used GOG version).
2. Open the attached map.
3. In the editor toolbar click "Selection tool" and "Underground".
4. In the middle of the map (in the underground) find the quest hut, the quest
log entry for it must be "Seasonal workers' hut.". Click the "Triggered script"
tab.
--
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=30819
Bug #: 30819
Summary: File|Open and File|Save doesn't work, crash with Wine
COMCTL32.DLL, COMDLG32.DLL
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alejandronova(a)gmail.com
Classification: Unclassified
Created attachment 40360
--> http://bugs.winehq.org/attachment.cgi?id=40360
Backtrace of the crash I get while trying to open files with this editor.
APP REPORT:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=14244
Basically, when I press "Utility | File | Open...", "Utility | File | Save...",
the following happens.
- Pressing the "Desktop" button leads me to an immediate crash.
- There are many issues with file associations.
* PCG files, Utility | File | Import... : They flash for a moment and then
disappear.
* .M50all, .M50prog and .M50combi files: They appear after an F5. If I try to
open them, I get a crash.
Backtrace attached.
--
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=58122
Bug ID: 58122
Summary: WSAENOTSOCK error when calling winsock.Send() on
duplicated socket
Product: Wine-staging
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: digitman63(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Process A creates a listening socket, accepts an incoming connection, and
obtains a socket handle hSock.
Process A spawns Process B with the InheritHandles flag, passing its own
ProcessID and the socket handle hSock as command-line arguments.
Process B calls OpenProcess() to get a handle hSrcProcess for the given
ProcessID, then duplicates hSock into hDupSock using
DuplicateHandle(hSrcProcess, hSock, GetCurrentProcess(), &hDupSock, ...);
Process B successfully receives data from the duplicated socket using
winsock.recv(hDupSock, ...).
Process B attempts to send data via winsock.send(hDupSock, ...), but the call
fails with WSAENOTSOCK (10038) ("Socket operation on non-socket").
Process B then tries sending the same data using kernel32.WriteFile(hDupSock,
...), and this operation succeeds.
Why does send() fail while WriteFile() works on the same duplicated handle?
--
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=54812
Bug ID: 54812
Summary: Wine file dialogs miss button to move up one dir
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: scallegari(a)arces.unibo.it
Distribution: ---
In the file dialog I get a `back` arrow, but not an `up` arrow button. To move
to the parent directory I can put `..` in the filename and press enter, but it
is not so nice.
--
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=56576
Bug ID: 56576
Summary: Program error window for Screamer Radio when updating
the aforementioned
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: olav.magi(a)hotmail.com
Distribution: ---
Created attachment 76329
--> https://bugs.winehq.org/attachment.cgi?id=76329
Program Error from Wine Debugger
Hi!
I tried to update Screamer Radio from "Stable 2024-04-14" to "Stable
2024-04-15" but the updating was interrupted by the attached dialogue.
"Upgrade timed out" showed up in the Screamer Radio tab/bar where I clicked the
Upgrade button made available under the information of radio station.
How to update this software without the aforementioned error?
--
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=57915
Bug ID: 57915
Summary: A bug with weapons in the game Dungeon Siege 2.
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: evil.tyrael.666(a)gmail.com
Created attachment 78156
--> https://bugs.winehq.org/attachment.cgi?id=78156
weapon at the feet
Good morning! I want to report a bug in your program when using it in the game
Dungeon Siege 2. The characters' weapons move from their hands to their feet,
specifically to the very bottom of their legs (screenshot).
I used the following version of the program: WineD3DForWindows_10.2-staging.
There are many complaints about a similar issue in the comments on Steam under
this game (Dungeon Siege 2) when other people also used the WineD3D
application.
I hope my information is useful and helps to fix this 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=57911
Bug ID: 57911
Summary: TUBERANK JEET AI SOFTWARE NOT OPENING
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: pocomal112(a)codverts.com
Distribution: ---
Created attachment 78154
--> https://bugs.winehq.org/attachment.cgi?id=78154
tuberankjeet AI SOFTWARE FOR RANKIN YOUTUBE VIDEO BUG APP NOT OPENING
THE SOFTWARE CALLED TUBERANK JEET AI DOES NOT WORK DUE TO A BUG THAT DOES NOT
ALLOW THE SOFTWARE TO WORK. I'm asking the team to fix this bug. and there's
another program called YouTube By-Click that also doesn't work in Wine because
of a bug. Please fix the bugs of these two programs. Because I gave up on Linux
because these programs don't work. And I've reported their bugs a lot of times
and no one cares. I'm begging the wine team to fix these programs otherwise I'm
not going back to Linux anymore
If you want information about the software, here it is
https://www.byclickdownloader.com/https://tuberankjeet.com/freeversion
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=58081
Bug ID: 58081
Summary: Dynasty Warriors 4 Hyper extreme lag and slowness when
run with wow64 enabled dynamically
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: erwiniosef(a)gmail.com
Distribution: ---
Created attachment 78336
--> http://bugs.winehq.org/attachment.cgi?id=78336
DW 4 Hyper terminal log with wow64 enabled dynamically
When running with wined3d and a fresh prefix with wow64 there is extreme lag
in-game. I've read that these maybe issues which reveal that this is a problem
with opengl or something but they seem to be old and there seems to be only one
or two of those reports.
It's my first time making a report here so I'm happy for any improvements to my
bug reporting and if there's more information needed I'll be happy to oblige.
Distro: Arch Linux
Arch: x86_64
Wine: 10.5 devel
[package](https://archlinux.org/packages/multilib/x86_64/wine/)
--
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.