https://bugs.winehq.org/show_bug.cgi?id=56572
Bug ID: 56572
Summary: GraalOnline Worlds 612+: doesn't lunch and hangs
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: baconkami02(a)gmail.com
Distribution: ---
Created attachment 76325
--> https://bugs.winehq.org/attachment.cgi?id=76325
Output when running the game
This is a new (beta) client for the game GraalOnline, which is a unity wrapper
around their already existing client. This bug occurs from version 612 and
onward (now at 613), which basically doesn't open the window at all (but the
process isn't killed, so it just hangs in the terminal and I'm unable to
terminate it).
I was told the developers changed 2 main things between the previous version
and the one that breaks:
- Switched to unity version 2023.2.13f1
- Added Firebase
According to guidelines, I shouldn't post the download link as it's from google
drive (even if it's the only official way to download it), let me know if you'd
still want 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=56517
Bug ID: 56517
Summary: osu!: Does not launch since 9.3
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: kyuunex(a)protonmail.ch
Distribution: ---
Created attachment 76272
--> https://bugs.winehq.org/attachment.cgi?id=76272
log
osu! does not launch since wine version 9.3.
easy script to reproduce
==========================
#!/bin/sh
export OSU_INSTALL_LOCATION="$HOME/.local/share/osu-stable"
export WINEPREFIX="$HOME/.local/share/wineprefixes/osu-stable"
export WINEARCH=win32
if [ ! -d "$OSU_INSTALL_LOCATION" ]
then
mkdir -p "$OSU_INSTALL_LOCATION"
wget -O "$OSU_INSTALL_LOCATION/osu!.exe"
"https://m1.ppy.sh/r/osu!install.exe"
fi
if [ ! -d "$WINEPREFIX" ]
then
mkdir -p "$WINEPREFIX"
winetricks -q --force dotnet40
fi
cd "$OSU_INSTALL_LOCATION"
wine "osu!.exe" "$@"
=====================================
There is a workaround by installing `gdiplus` via winetricks, however, it was
not nessasary to install this prior to 9.3.
The bug is reproducable on the latest git commit as well as of the time of this
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.
https://bugs.winehq.org/show_bug.cgi?id=54232
Bug ID: 54232
Summary: Paint tool sai 2 does not sync with the cursor
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nazizeakz938(a)gmail.com
Distribution: ---
When using paint tool sai 2 the brush and in application cursor are rendered
lower than the actual position of the cursor.
--
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=24466
Summary: Sid Meier's Pirates! frequent hiccups, temporary
lock-ups
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30870)
--> (http://bugs.winehq.org/attachment.cgi?id=30870)
terminal output
Sid Meier's Pirates! (patched to the latest 1.0.2 version) performs badly in
Wine. This issue is described in several test results on the Appdb page of the
game, too.
I can observe the following symptoms:
- After the intro video played, it takes almost 2 minutes to get into the main
menu (without noticeable hdd activity).
- When I get into the game and visit any places in the port (Governor,
Merchant, Tavern etc.) it usually takes the game 15-20 seconds to display the
next screen (although music plays continuously).
- While sailing, the game frequently "freezes" for 2-3 seconds without no
apparent reasons.
When those hiccups occur all animations freeze on the current screen until the
next screen is loaded but music plays fluently.
Reducing the screen resolution, graphical details or disable audio doesn't
help.
I remember playing this game several years ago in a native Win XP without this
issues.
No demo available.
Fedora 13 x86
AMD Athlon 64 x2 4200+
3 GB Ram
Kernel 2.6.34.6
Nvidia 7600 GT / driver 256.53
--
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=56569
Bug ID: 56569
Summary: There is a memory leak defect at line 231 in the file
negotiate.c located at /wine/dlls/secur32/.
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lumingying(a)bupt.edu.cn
Distribution: ---
A pointer variable named new_ctxt is defined at line 212 in the file
negotiate.c located at /wine/dlls/secur32/. This pointer allocates a block of
dynamic memory using the function calloc at line 225. When the if statement at
line 225 evaluates to false, it indicates that the dynamic memory allocation
for new_ctxt was successful. However, when the if statement at line 231
evaluates to true, the program returns at line 231, thus skipping the release
of the dynamically allocated memory pointed to by new_ctxt at line 316,
resulting in a memory leak defect, as illustrated in the diagram below:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_13.png
--
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=56566
Bug ID: 56566
Summary: doesn't work
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: alvire(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 76321
--> https://bugs.winehq.org/attachment.cgi?id=76321
Software "CRAZYPC.Setup.1.0.1.exe" for Windows doesn't work
CRAZYPC.Setup.1.0.1.exe doesn't work
Thanks
--
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=56565
Bug ID: 56565
Summary: Command and Conquer 3 Tiberium Wars installer crashes
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Split from bug #53561.
This bug is about a crash / hang in the installer for the retail release of
Command and Conquer 3 Tiberium Wars when used with the recommended installation
type. (The advanced installation type is unusable under Wine, see the original
bug #53561.)
After clicking on the next button on the installation type screen, installer
appears to try and copy files. This is supposed to have a progress indicator
that fills up, but it gets drawn in wine as completely full, with status
"Copying new files". The UI has stopped updating and placing another window
(Wine or from the host's WM) over it will cause graphical corruption.
After about a minute on my machine, the UI window disappears entirely. The
msiexec process however is still running in the background, and can be seen on
the task bar if wine is running with a virtual desktop. It is also still
visible in wine's taskmgr.exe. Where it shows two msiexec processes and one
unnamed 32bit process. (Wine's taskmgr shows "*32" for the process name.)
After this the process does not exit unless killed. Doing so kills both msiexec
processes and the unnamed 32bit process.
Looking through the registry after killing the installer, we find that it did
create the needed registry keys expected by the game, in addition to installing
the games files at the expected default location. The game does run in this
state. So it appears that the installation was successful, despite the bug.
Running the installer with WINEDEBUG="+msi" causes the installer to run
correctly. I.e. It doesn't crash / hang indefinitely. Although, the UI still
stops updating while the files are copied, it will recover in this case and
allow the installer to run to completion. With the user able to exit the
installer normally.
WINEDEBUG="+msi" log 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=55705
Bug ID: 55705
Summary: PDF Xchange editor crashes
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: donescamillo(a)gmail.com
Distribution: ---
Wine 8.17 development branch.
PdfXchange Editor free version i.e. not registered version. portable, version
10.0.1.371
Linux Mint 21.2
PdfXchange editor works OK, can highlight, add labels, images, whatever the
free version allows.
The problem is that after some time, when PdfXchange Editor is being closed, it
hangs, and the dialog asking for forcing the application to close appears.
This happens in previous versions, too.
--
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=56560
Bug ID: 56560
Summary: There is a memory leak defect at line 1068 in the file
/wine/dlls/winex11.drv/clipboard.c.
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: lumingying(a)bupt.edu.cn
Distribution: ---
Trigger Path for the Defect:
1.A pointer variable named "path" is defined at line 1056 in the file
/wine/dlls/winex11.drv/clipboard.c. This pointer allocates a dynamic memory
area through the function "get_dos_file_name" at line 1060, as shown in the
following diagram:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_1.png
2.The function "get_dos_file_name" allocates a dynamic memory area and returns
it. Specifically, at line 587, a pointer variable named "ret" is defined. At
line 589, memory space is allocated for the "ret" variable using the function
"malloc," and at line 602, this variable is returned, as shown in the following
diagram:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_2.png
3.After the execution of the "get_dos_file_name" function, when the conditional
statement at line 1064 returns false, it indicates that the dynamic memory area
pointed to by the "path" variable is successfully allocated. However, when the
conditional statement at line 1068 returns true, the program exits without
releasing the memory. In this process, the dynamic memory area pointed to by
the "path" pointer is not freed, resulting in a memory leak defect, as shown in
the following diagram:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_3.png
--
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=56564
Bug ID: 56564
Summary: There is a memory leak defect at line 2212 in the file
/wine/dlls/comctl32/imagelist.c.
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: lumingying(a)bupt.edu.cn
Distribution: ---
In the file /wine/dlls/comctl32/imagelist.c, a variable named himl is defined
at line 2190. This pointer allocates a dynamic memory area through the function
ImageList_Create at line 2205. When the if statement at line 2209 returns true,
the program will return at line 2212. During this process, the dynamic memory
area pointed to by himl is neither used nor released, resulting in a memory
leak, as illustrated in the diagram below:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_7.png
--
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.