https://bugs.winehq.org/show_bug.cgi?id=49415
Bug ID: 49415
Summary: .desktop files (from shortcuts) broken in wine-staging
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nyanpasu64(a)tuta.io
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
In wine-staging, .desktop files are created incorrectly.
The correct (wine Github) .desktop file contains the following:
env WINEPREFIX="/home/nyanpasu64/.wine" wine start /Unix
/home/nyanpasu64/.wine/dosdevices/c:/users/nyanpasu64/Start\
Menu/Programs/OpenMPT.lnk
The incorrect (wine-staging) .desktop file contains the following, and fails to
start:
env WINEPREFIX="/home/nyanpasu64/.wine" wine /usr/bin/wine /Unix
/home/nyanpasu64/.wine/dosdevices/c:/users/nyanpasu64/Start\
Menu/Programs/OpenMPT.lnk
This is caused by the following patch:
https://github.com/wine-staging/wine-staging/blob/029c249e789fd8b05d8c1eeda…
I think the problem is the following line (and similar lines):
- fprintf(file, "Exec=env WINEPREFIX=\"%s\" wine %s %s\n", prefix, path,
args);
+ fprintf(file, "Exec=env WINEPREFIX=\"%s\" wine %s %s\n", prefix,
wine_path, args);
path is not the location of the wine binary, but instead contains "start
...lnk". I think the patch should be closer to:
- fprintf(file, "Exec=env WINEPREFIX=\"%s\" wine %s %s\n", prefix, path,
args);
+ fprintf(file, "Exec=env WINEPREFIX=\"%s\" %s %s %s\n", prefix,
wine_path, path, args);
Note that I have not tested this patch.
--
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=49065
Bug ID: 49065
Summary: 4147635dfc7846c87181a2f06ee05f39597fd715 totally borks
wineboot
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.devir(a)mykolab.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
```
002c:err:seh:segv_handler_early Got unexpected trap 13 during process
initialization
0024:err:environ:run_wineboot failed to start wineboot c00000e5
0034:err:seh:segv_handler_early Got unexpected trap 13 during process
initialization
```
--
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=49357
Bug ID: 49357
Summary: wine-staging 5.10 doesn't build on AARCH64: undefined
reference to `__wine_syscall_dispatcher'
Product: Wine-staging
Version: 5.10
Hardware: aarch64
OS: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
/usr/bin/ld.default: loader.o: in function `LdrInitializeThunk':
/usr/src/RPM/BUILD/wine-5.10.1/dlls/ntdll/loader.c:4050: undefined reference to
`__wine_syscall_dispatcher'
/usr/bin/ld.default: /usr/src/RPM/BUILD/wine-5.10.1/dlls/ntdll/loader.c:4050:
undefined reference to `__wine_syscall_dispatcher'
/usr/bin/ld.default: thread.o: in function `thread_init':
/usr/src/RPM/BUILD/wine-5.10.1/dlls/ntdll/thread.c:275: undefined reference to
`__wine_syscall_dispatcher'
/usr/bin/ld.default: /usr/src/RPM/BUILD/wine-5.10.1/dlls/ntdll/thread.c:275:
undefined reference to `__wine_syscall_dispatcher'
clang-10: error: linker command failed with exit code 1 (use -v to see
invocation)
--
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=49326
Bug ID: 49326
Summary: unable to run any applications since:
676f261e5e9959e8fb9fe6266ffd2a29bcda2c0d Updated
ntdll-ForceBottomUpAlloc patchset.
Product: Wine-staging
Version: 5.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 67357
--> https://bugs.winehq.org/attachment.cgi?id=67357
wine-staging-676f261e5e9959e8fb9fe6266ffd2a29bcda2c0d-wineboot_log.txt
Since:
676f261e5e9959e8fb9fe6266ffd2a29bcda2c0d Updated ntdll-ForceBottomUpAlloc
patchset.
Running any application (builtin or external) with Wine fails e.g. wineboot ,
winecfg , etc.
Tested with Gentoo + wine-staging:9999
(EGIT_OVERRIDE_COMMIT_WINE_STAGING_WINE_STAGING="676f261e5e9959e8fb9fe6266ffd2a29bcda2c0d")
Attached is a log with:
export WINEDEBUG=+virtual,+module,+seh
--
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=9127
--- Comment #90 from Zebediah Figura <z.figura12(a)gmail.com> ---
(In reply to Christopher Thielen from comment #89)
> Given that the scope of this bug has changed, we're no longer tracking other
> known video playback issues in other games.
>
> Should we file separate bugs for the other games which don't play back
> videos correctly, assuming it is unrelated to the MPEG splitter? For
> example, Ultima IX also fails to play videos and logs show a possible
> relation to the splitter:
>
> err:quartz:GetClassMediaFile Media class not found
> err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
> L"C:\\windows\\system32\\winegstreamer.dll"
> err:ole:create_server class {f9d8d64e-a144-47dc-8ee0-f53498372c29} not
> registered
> fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
> err:ole:CoGetClassObject no class object
> {f9d8d64e-a144-47dc-8ee0-f53498372c29} could be created for context 0x17
> fixme:quartz:MPEGSplitter_QueryInterface No interface for
> {37d84f60-42cb-11ce-8135-00aa004bb851}!
> fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet
> supported.
> fixme:quartz:AMGetErrorTextW (80040218,0x32ef70,160) stub
In general, yes. In this specific case, those error messages indicate you're
using a relatively old version of Wine, and also no functional GStreamer. It
would be worth testing with a proper installation of GStreamer and current Wine
first.
--
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=9127
--- Comment #89 from Christopher Thielen <cthielen(a)gmail.com> ---
Given that the scope of this bug has changed, we're no longer tracking other
known video playback issues in other games.
Should we file separate bugs for the other games which don't play back videos
correctly, assuming it is unrelated to the MPEG splitter? For example, Ultima
IX also fails to play videos and logs show a possible relation to the splitter:
err:quartz:GetClassMediaFile Media class not found
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\windows\\system32\\winegstreamer.dll"
err:ole:create_server class {f9d8d64e-a144-47dc-8ee0-f53498372c29} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {f9d8d64e-a144-47dc-8ee0-f53498372c29}
could be created for context 0x17
fixme:quartz:MPEGSplitter_QueryInterface No interface for
{37d84f60-42cb-11ce-8135-00aa004bb851}!
fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet supported.
fixme:quartz:AMGetErrorTextW (80040218,0x32ef70,160) stub
--
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=24505
Summary: Plants vs Zombies: Low FPS on seeds menu
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: adys.wh(a)gmail.com
The seeds menu (presented at the start of each game) in Plants vs Zombies GOTY
edition (Steam) makes the game lag noticeably.
nvidia 9800gtx+ / 260.xx drivers (official binaries) / xorg 1.9
Happens both on fullscreen and windowed, only tested in virtual desktop. No
relevant console output.
--
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=7236
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #14 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bugs still occurs with wine-5.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=6549
--- Comment #18 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug still occurs with wine-5.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=6230
--- Comment #22 from joaopa <jeremielapuree(a)yahoo.fr> ---
Does the bug still occur with wine-5.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.