Using +relay crashes application

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
alextrical
Newbie
Newbie
Posts: 4
Joined: Sun Apr 09, 2023 3:54 pm

Using +relay crashes application

Post by alextrical »

Hi all

I'm currently trying to track down an issue in an application, however when I use "WINEDEBUG=+relay" it causes the app to crash, where as without the command the app continues to the login screen.
Is this normal?

I'm currently using Wine-8.5 Staging

Kind regards
alextrical
Newbie
Newbie
Posts: 4
Joined: Sun Apr 09, 2023 3:54 pm

Re: Using +relay crashes application

Post by alextrical »

After talking to a group on Reddit, I believe that this is a Bug, and have submitted a bug report.
The issue is reproduceable on Fedora 37 with the following commands

```
rm -r ~/.wfusion360
export env WINEPREFIX=~/.wfusion360
export env WINEDEBUG=fixme-all
wget https://raw.githubusercontent.com/Winet ... winetricks -O winetricks -P ~/Downloads
chmod +x ~/Downloads/winetricks
~/Downloads/winetricks win10
wget -N https://dl.appstreaming.autodesk.com/pr ... nstall.exe -P ~/Downloads
wine ~/Downloads/Fusion\ 360\ Admin\ Install.exe --quiet

WINEDEBUG=+relay wine 'C:\users\Public\Desktop\Autodesk Fusion 360.lnk'
```
Locked