https://bugs.winehq.org/show_bug.cgi?id=51563
Bug ID: 51563
Summary: diablo III reflection launcher doesnt work
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jmmfcbb(a)outlook.com
Distribution: ---
Created attachment 70409
--> https://bugs.winehq.org/attachment.cgi?id=70409
the backtrace txt
the error log is in the txt, how i fix it?
--
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=51524
Bug ID: 51524
Summary: szExeFile is different from Windows
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lahvuun(a)gmail.com
Distribution: ---
When calling Process32Next, szExeFile in the returned structure is different
from Windows.
Here is the source code for programs I used to test this:
// app.cpp
// i686-w64-mingw32-gcc app.cpp -o app.file
#include <windows.h>
int main() {
Sleep(5000);
}
// test.cpp
// i686-w64-mingw32-g++ -static-libstdc++ -static-libgcc test.cpp -o test.exe
#include <cstdio>
#include <windows.h>
#include <tlhelp32.h>
int main() {
STARTUPINFOW sinfo;
memset(&sinfo, '\0', sizeof(sinfo));
sinfo.cb = sizeof(sinfo);
PROCESS_INFORMATION info = {0};
wchar_t str[] = L"App.file";
CreateProcessW(NULL, str, NULL, NULL, FALSE, 0, NULL, NULL, &sinfo, &info);
HANDLE snapshotHandle = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0);
LPPROCESSENTRY32 lppe;
if (Process32First(snapshotHandle, lppe)) {
while (Process32Next(snapshotHandle, lppe)) {
if (!_stricmp("App.file", lppe->szExeFile)) {
printf("%s\n", lppe->szExeFile);
}
}
}
}
Running test.exe with wine I get the following output:
lahvuun@lahvuun ~/git/winebug wine test.exe
App.file
On Windows 10 with powershell and the same pair of binaries I get:
PS D:\app> ./test.exe
app.file
--
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=50340
Bug ID: 50340
Summary: toon boom harmony 17 crashes after opening file with
audio clip
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alt165am(a)gmail.com
Distribution: ---
Created attachment 68928
--> https://bugs.winehq.org/attachment.cgi?id=68928
Program Error Details
HellO! first bug reported :P
I'm not really savvy about bugs and whatnots but thought this may be helpul. I
have tried with different files with different formats.
Cheers!
--
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=45321
Bug ID: 45321
Summary: wine64 not responding, and some apps can't run
normally.
Product: Wine
Version: 3.0.1
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: davidtompullearn(a)gmail.com
Created attachment 61606
--> https://bugs.winehq.org/attachment.cgi?id=61606
here is while run the WWE 2K15_x64 in win54 arch wine.
Run wineboot using arch win64 in mac os x el capitan, but it running all day
log, never done. I install wine from brew and default is 3.0.1. So, i terminate
it. Then try to run iexplorer, it can run. But, other apps like PES2017 and WWE
is not working.
--
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=38812
Bug ID: 38812
Summary: Unity 5.1.1f1 32 bits With Invisible Fonts
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thrasher2k2(a)gmail.com
Distribution: ---
Hi,
I installed 32 bits version of Unity 5.1.1f1 as suggested because the 64-bits
CFE library is bugged, the 32 bit version of unity 5.1 worked normally, but it
works with invisible fonts, I installed corefonts, tahoma and I tried to
disable dwrite too, no success.
--
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=51528
Bug ID: 51528
Summary: Mio Cyclo Discover Software crashes
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: simon(a)riboudin.com
Distribution: ---
Created attachment 70367
--> https://bugs.winehq.org/attachment.cgi?id=70367
backtrace of crash
I installed this software from mio.com, and it appears in the Wine drive, but
crashes at login. I have tried with Win 7, 8 10 and get the same result. It
starts then gives me the message that Wine has encountered a serious problem
and needs to close.
Traceback file attached.
--
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=51520
Bug ID: 51520
Summary: World of Warcraft 3.3.5a hardware cursor is
flickering, flashing
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xcom169(a)msn.com
Distribution: ---
World of Warcraft 3.3.5a hardware cursor is flickering, flashing with DX9 mode
both with DXVK, and Gallium DX9 driver.
Only software cursor movement is smooth.
I'll enclose a video about this issue 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=45217
Bug ID: 45217
Summary: Error in Nox
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: diman-pro(a)myprogram.us
Distribution: ---
Created attachment 61443
--> https://bugs.winehq.org/attachment.cgi?id=61443
Backtrace
Hello! Under wine does not want to run Nox. Moreover, a Wine error occurs when
you shut down.
--
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=50709
Bug ID: 50709
Summary: Assassin's Creed II controller crazy
Product: Wine
Version: 6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: atillolann-1815(a)yopmail.com
Distribution: ---
Created attachment 69445
--> https://bugs.winehq.org/attachment.cgi?id=69445
Terminal output
When I play the game and the game lets me select a controller (sometimes I
can't bug 50664). The controller acts weird, the camera moves alone even though
I don't touch anything. I attach terminal log and Video. In the video I'm not
touching anything. The character moves by itself.
--
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=51286
Bug ID: 51286
Summary: Counter:Side: Crash/hang when entering menu screen
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aryo_adhi(a)yahoo.com
Distribution: ---
Created attachment 70164
--> https://bugs.winehq.org/attachment.cgi?id=70164
Terminal output while running launcher (PDLauncher.exe)
Counter:Side crashes/hangs up after finished login and clicking screen while
prompted with 'Tap the screen' message. The game crashes/hangs up whenever
accessing main menu. Login process can be done by either QR code via mobile app
or external via browser link.
This bug doesn't occur on new accounts up until the player able to access main
menu, which is the place where it's constantly crashes.
How to replicate:
1. Install Counter:Side.
(Optional) Install Visual C++ redist 2013 using winetricks.
2. Run the launcher (PDLauncher.exe). The launcher will prompt update when new
contents available.
3. The launcher will automatically run the game after updating process done.
The game might ask for additional updates.
4. Log in to the game with QR code/external account. Logging in via QR code
requires you to have the game application on phone, since it uses in-game QR
code reader to verify login.
5. Click when prompted with 'Tap the screen' message, which will redirects to
main menu where it crashes/hangs up.
For new accounts: Proceed the tutorial until it's done. Main menu will be
accessible after choosing player name.
Tested on Ubuntu 21.04 and 64-bit WINEARCH. Does not happen on Arch-based Linux
(e.g EndeavourOS) during test process. Tests are done with same hardware, only
differs in storage media (SSD on Ubuntu vs HDD on EndeavourOS).
Ubuntu run via WineHQ official packaging (i.e WineHQ's PPA), while EndeavourOS
run via Arch's packaging.
Download link:
http://sea-csupdate.zlongame.com/SEACS/Clientdown/CounterSide_Setup.zip
SHA1 sum: 7ea4cdb381812687cf8500739b84b1b1afa05a88 CounterSide_Setup.zip
--
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.