https://bugs.winehq.org/show_bug.cgi?id=57276
Bug ID: 57276
Summary: Fusion360: Crash when trying to run it natively on
wayland
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: miguelbenassal(a)gmail.com
Distribution: ---
Created attachment 77213
--> https://bugs.winehq.org/attachment.cgi?id=77213
Wine backtrace
Installed with the
script(https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux).
It works fine under xwayland. Other applications work well under native
wayland.
The application displays the loading page for a split second and then distords
and crashes immediately.
I attach the windows backtrace and the terminal log from 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=54275
Bug ID: 54275
Summary: Obduction unable to render videos
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
Created attachment 73841
--> https://bugs.winehq.org/attachment.cgi?id=73841
Initial log Obsidian startup
When playing Obduction the videos are not rendered, and the screen appears to
be black during the intro video sequence.
The game works as expected when I install <a
href="https://github.com/z0z0z/mf-install">mf-install</a> libraries, which
tells me that the problem is with the video rendering.
In the logs (attached) these lines are found:
winegstreamer error: decodebin0: Your GStreamer installation is missing a
plug-in.
winegstreamer error: decodebin0: ../gst/playback/gstdecodebin2.c(4701):
gst_decode_bin_expose (): /GstBin:bin0/GstDecodeBin:decodebin0:
no suitable plugins found:
Couldn't set bcmdec0 to READYElement vaapidecodebin0 does not accept caps
--
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=57257
Bug ID: 57257
Summary: Icecream PDF editor window collapses after its launch
not allowing to open it
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: EmilyGraceSeville7cfg(a)gmail.com
Distribution: ---
Download source: https://icecream-pdf-editor.en.softonic.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.
https://bugs.winehq.org/show_bug.cgi?id=57273
Bug ID: 57273
Summary: error: 'posix_spawn' is unavailable: introduced in
Android 28 android
Product: Wine
Version: 9.19
Hardware: aarch64
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
/home/csrg/toolchains_build/wine/dlls/ntdll/unix/loader.c:351:11: error:
'posix_spawn' is unavailable: introduced in Android 28 android
351 | ret = posix_spawn( pid, argv[0], NULL, NULL, argv, environ );
| ^
/home/csrg/toolchains/llvm/aarch64-linux-android24/aarch64-linux-android24/usr/include/spawn.h:58:5:
note: 'posix_spawn' has been explicitly marked unavailable here
58 | int posix_spawn(pid_t* _Nullable __pid, const char* _Nonnull __path,
const posix_spawn_file_actions_t _Nullable * _Nullable __actions, const
posix_spawnattr_t _Nullable * _Nullable __attr, char* const _Nullable
__argv[_Nullable], char* const _Nullable __env[_Nullable]) __INTRODUCED_IN(28);
| ^
--
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=57256
Bug ID: 57256
Summary: Impossible to click any buttons for screenshot editing
in Icecream Screen Recorder
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: EmilyGraceSeville7cfg(a)gmail.com
Distribution: ---
Created attachment 77173
--> https://bugs.winehq.org/attachment.cgi?id=77173
Selected buttons are not responsive
Download source: https://icecream-screen-recorder.en.softonic.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.
https://bugs.winehq.org/show_bug.cgi?id=57266
Bug ID: 57266
Summary: Unable to use remote debugger with wine
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: tapika(a)yahoo.com
Distribution: ---
Created attachment 77191
--> https://bugs.winehq.org/attachment.cgi?id=77191
Logs from msvsmon
Wine as additional compatibility layer for linux is quite awesome, as it allows
to run windows application in linux out of box. (Without actually porting them
to linux).
This would save porting time and effort if debugging with wine would work out
of box.
I have placed .net 4.8 framework executable into Wine64. Please note that
running given executable does not work because of some error occurring in .net
framework.
I think it's irrelevant which error or exception occurs at that point of time,
but it should be possible to debug that exception using remote tools for that
purpose.
Remote Debugging - overview:
https://learn.microsoft.com/en-us/visualstudio/debugger/remote-debugging?vi…
From here:
https://learn.microsoft.com/en-us/visualstudio/debugger/remote-debugging-cp…
Download tools for remote debugging for Visual studio you're using.
In my case it was "Visual Studio 2022", 'AMD64' architecture.
Install it on wine64 (don't remember exact commands, but normal execution)
Run following commands:
wine64 cmd
c:
cd "C:\Program Files\Microsoft Visual Studio 17.0\Common7\IDE\Remote
Debugger\x64"
msvsmon.exe /installed /nofirewallwarn /noauth /anyuser /nosecuritywarn
This will start remote tools on port 4026.
From Visual studio, C++ project, Project properties > Debugging.
Debugger to launch: Remote Windows Debugger.
Remote Command: Z:\home\<path to executable>
Working directory: Z:\home\<path to directory of executable>
Remote server name: localhost:4026
(I have used windows 11, wsl installation, ubuntu distribution)
Connection: Remote with no authentication
Debugger type:
1. Native Only
2. Mixed (.NET Framework)
1 gives in Visual studio following error:
Unable to start program 'Z:\home\....exe'.
Catastrophic failure
2 gives in Visual studio following error:
Unable to start program 'Z:\home\....exe'.
Not implemented
During 1 & 2 I can see following messages - see logs.txt
Can this be fixed somehow ?
--
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=57251
Bug ID: 57251
Summary: Keepass 2: program crashes when clicking on the User
name field to add or change an entry
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bouwe(a)westerdijk.info
Distribution: ---
Created attachment 77169
--> https://bugs.winehq.org/attachment.cgi?id=77169
Saved crash report
As described in the Summary.
--
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=57255
Bug ID: 57255
Summary: Editor text in MSWLogo is not resized correctly
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: EmilyGraceSeville7cfg(a)gmail.com
Distribution: ---
Created attachment 77172
--> https://bugs.winehq.org/attachment.cgi?id=77172
Overlapping letters
Download source: https://mswlogo.en.softonic.com/
- Press "Edall" in "Commander" window to get "Editor" one be opened.
- Try to resize editor text with a scroll button.
--
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=37383
Bug ID: 37383
Summary: Office 2010 - Submenus invisible on GNOME 3.14
Product: Wine
Version: 1.7.28
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anmeldung(a)r-system.de
## summary
Submenus are invisible.
If I was running GNOME 3.12 everything was fine with OFFICE 2010.
Now I've upgraded to GNOME 3.14.0 with:
i | gnome-shell | Paket | 3.14.0-308.1 | x86_64 | GNOME
i | xorg-x11 | Paket | 7.6_1-16.1 | noarch | repo-oss
with Vendor NVIDIA Driver NVIDIA-Linux-x86_64-340.46
sidenote:
this issue is not related to playonlinux only. It also appears in crossover. So
the question is, if it is a wine or gnome problem?
I can reproduce this on T500 Lenovo with Intel Chipset and on Desktop Computer
with NVIDIA GraphicsCard. So it seems not to be a display driver problem.
## actual behaviour
If I want to see a submenu in any Office 2010 application with either "right
click" or from "ribbon menu" they do not appear in any case. But if you call a
menu with richt click and imagine it was there and use the keyboard to select
an item from that invisible menu -the actions itself are working.
If I switch to another desktop environment the menus do appear.
See videolinks:
xfe -> [https://vid.me/AaY]
gnome 3.14 [https://vid.me/GU7]
## expected behaviour
see the menu in any case.
## additional info
I'm not sure where to put this issue. If this is correct here on pol or if this
should be posted to GNOME Bugtracker or it should be posted to the wine
bugtracker.
As this is not quite clear, i'll post it cross and reference each.
Any hints are welcome.
## confirmation
it would be very good if anybody could confirm this
## crossreference
*
http://www.playonlinux.com/en/topic-12497-Office_2010__Submenus_invisible_o…
--
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=57270
Bug ID: 57270
Summary: Unhandled Exception in Celeste on Wine 9.0
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nah525252(a)gmail.com
Distribution: Mint
Created attachment 77201
--> https://bugs.winehq.org/attachment.cgi?id=77201
Its the full error log file
I'm trying to run Celeste on Wine 9.0, but I encountered an unhandled exception
error.
Here are the key details from the error log:
Unhandled exception: 0xe0434352 in 32-bit code (0x7b662597).
Backtrace:
=>0 0x7b662597 RaiseException+0x42
1 0x774270f1 in clr (+0x1b70f1)
...
System information:
Wine build: wine-9.0 (Ubuntu 9.0~repack-4build3)
Platform: i386
Version: Windows 7
Host system: Linux
Host version: 6.8.0-45-generic
I have tried several troubleshooting steps, including this
https://appdb.winehq.org/objectManager.php?sClass=version&iId=39979. and i
downloaded celeste from itch.io
Any assistance would be greatly appreciated!
--
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.