https://bugs.winehq.org/show_bug.cgi?id=47396
Bug ID: 47396
Summary: Lord of the Rings Mouse Pointer falls back to
System-Pointer since wine 4.9
Product: Wine
Version: 4.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wasti2k(a)gmail.com
Distribution: ---
Mouse Pointer falls back to System-Pointer since wine 4.9
Mouse Pointer changes to System Pointer, by moving the pointer over an enemy.
Last working Version was Wine 4.6
--
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=56842
Bug ID: 56842
Summary: Run the absolute path exe file and use the current
process to retrieve the working directory as Linux
working directory, not Windows working directory. (
GetCurrentDirectoryW -->NtCurrentTeb() -->Peb
-->ProcessParameters -->CurrentDirectory DosPath)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: zmtong1988(a)gmail.com
Distribution: ---
1. Running the desktop lnk file will use SetCurrentDirectoryW() to set the
current entry working directory, while GetCurrentDirectoryW() obtains the
normal Windows working directory.
1) While processing the lnk file, parse the shell: IPersistStream_fnLoad
Working Dir ->L "C: \ \ Program Files (x86) \ \ test \\"
2) SHELL_execute -->dir=L "C: \ \ Program Files (x86) \ \ test \\"
3) Set working directory: SetCurrentDirectoryW() -->L "C: \ \ Program Files
(x86) \ \ test \\"
4) Get working directory GetCurrentDirectoryW() ->us=&NtCurrentTeb() ->Peb
->ProcessParameters ->CurrentDirectory DosPath
The working directory obtained is L "C: \ \ Program Files (x86) \ \ test \
\".
At this point, the application obtains the working directory of the current
process through GetCurrentDirectoryW(), which is the normal windwos working
directory.
2. Run the absolute path exe and use GetCurrentDirectoryW() to obtain the
current process directory, which is the working directory for running Linux.
1) SHELL_execute -->dir=(null)
2) GetCurrentDirectoryW() -->L "Z: \ \ home \ \ work \ \ desktop\\
Retrieve the working directory of a running command process (for example,
when I open a terminal on the desktop to run a command, the working directory
obtained is: L "Z: \ \ home \ \ work \ \ desktop \ \).
At this point, the application obtains the working directory of the current
process as the Linux working directory through GetCurrentDirectoryW().
The file we need to load is in the Windows working directory, not in the
current process's working directory, which prevents us from finding the
corresponding file in the working directory.
--
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=56773
Bug ID: 56773
Summary: PES 2014 lags a lot during gameplay, sound gets choppy
Product: Wine
Version: 9.0
Hardware: arm
OS: MacOS
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Tanvirmahtab1(a)outlook.com
The in-game menu works great but whenever launching a match, game starts to lag
and sound gets broken. I use crossover 24.
--
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=45244
Bug ID: 45244
Summary: MapleStory: screen freezes with certain audio files
Product: Wine
Version: 3.8
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alpha.s3r(a)gmail.com
Created attachment 61485
--> https://bugs.winehq.org/attachment.cgi?id=61485
Trimmed bug report. Frame Sync failed repeated indefinitely (but file size was
125 MB), so I erased most of those lines.
Wine screen freezes when playing certain audio files. It seems to be either
non-MPEG2 files or audio files that don't conform to 24k bps or 22050 Hz (any
audio under this classification seems to be fine).
The specific audio file that was used to replicate the crash was: MPEG 2.5 / 8k
bps / 8000 Hz. I've tested out other Wine versions, and Wine Stable 3.0 has the
same error, along Wine Staging 3.6, 3.7, 3.8.
However, if you use Wine 2.22 or Wine 1.4.1, the app runs fine and doesn't
freeze at these sound effects.
--
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=39276
Bug ID: 39276
Summary: Resizing window in TellTale games does not resize
active area
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: robertc(a)gmail.com
Distribution: ---
In recent Telltale games (Walking Dead Season 2, Tales from the Borderlands)
resizing the display leads to some areas of the screen becoming hidden.
The games start in 1024x768 resolution by default, if you change that in the
game settings to, for instance, match your desktop resolution then you end up
with a 1024x768 panel showing the top left of game in the middle of a
blank/broken area. It is possible to interact with things outside the 1024x768
panel but you have to guess where they are.
I've attached a screenshot of the issue on my 1366x768 laptop.
This doesn't happen with The Walking Dead Season 1 so I assume this is some
update that Telltale have made to their game engine which is now broken in
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=56629
Bug ID: 56629
Summary: PCK-Studio: Freezes computer when run.
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: TIMenderslime(a)gmail.com
Distribution: ---
Error when running PCK-Studio.exe from
https://github.com/PhoenixARC/-PCK-Studio .
Steps to reproduce
1. Download any release or Beta (I tried
https://github.com/PhoenixARC/-PCK-Studio/releases/tag/Release_v5.8)
2. Extract the archive
3. Run "PCK-Studio.exe"
Results
After 10-60 seconds the system freezes and inputs from the mouse and keyboard
do nothing (the mouse cursor will still move around, but it does not interact
with anything). If I have a video or music playing in the background, they will
continue to play normally untill either I press and hold power button to turn
off my computer or my computer restarts from "something unexpected" occurring.
--
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=43284
Bug ID: 43284
Summary: I have tried to install Altium Designer in Ubuntu
12.04 through wine version 1.4 and aloso tried ubuntu
14.04 through wine version 1.6.It's successfully
installed the altium Designer.But when i tried to open
the application it hang on the machine.
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kalidass.s(a)ahana.co.in
Distribution: ---
Hey Guys,
This is kalidoss.I have been using altium designer software in my
windows 7 machine ( x64 ) with out any fails.I want to use this application in
my ubuntu linux machine.
I have tried to install Altium Designer in Ubuntu 12.04 through
wine version 1.4 and also ubuntu 14.04 through wine version 1.6.It's
successfully installed the altium Designer software .But when i tried to open
the application it hang on the machine, particularly it was stopped when
loading some view modules in both machines.Please help me to resolve 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=56490
Bug ID: 56490
Summary: .NET 4.0 (dotnet40) fails to install (only with
Wine-Staging)
Product: Wine-staging
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When running `winetricks dotnet40` on Wine Staging, the installation fails with
the following error:
0130:err:msi:execute_script Execution of script 0 halted; action
L"[C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\;C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\Microsoft.CSharp.dll;505184<=>S-1-5-21-0-0-0-1000<=>{F5B09CFD-F0B2-36AF-8DF4-1DF6B63FC7B4}]CA_InstallAssemblyDef.3643236F_FC70_11D3_A536_0090278A1BB8"
returned 1603
0130:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize"
returned 1603
It installs fine with Wine Devel.
--
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=56631
Bug ID: 56631
Summary: Wine killed by SIGABRT
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: giovannicorriga(a)tiscali.it
Distribution: ---
Created attachment 76405
--> https://bugs.winehq.org/attachment.cgi?id=76405
The Abrt messages
Under Fedora Linux 40, using KDE Plasma 6 as the graphical environment, Wine
seems to work apparently well but in certain conditions the application crashes
and a SIGABRT signal is generated with the consequence that sometimes the
entire system crashes forcing the system to be rebooted with CTRL ALT DEL. This
bug appeared when Battlezone 98 was set to run on software, not hardware. This
bug is already listed as #956024 on Bugzilla and is reported here for the
record. In the attached file the information obtained from Abrt.
--
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=56455
Bug ID: 56455
Summary: When "split"is used with vertical scroll : garbage
displayed on split move
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 76214
--> https://bugs.winehq.org/attachment.cgi?id=76214
screenshot (regedit in Ubuntu / Wine 8.0.1)
When "split"is used with vertical scroll : garbage displayed on split move
See screenshot
--
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.