https://bugs.winehq.org/show_bug.cgi?id=48135
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://www.winamax.fr/joue | |r-au-poker
--- Comment #3 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
1. URL field filed with link to the publisher's website.
2. I tested the current version of the application with Wine 4.19.
I couldn't reproduce the issue with a fresh install of the application in a clean wineprefix.
$ du -b wamInstall.exe 6752304 wamInstall.exe
$ sha256sum wamInstall.exe 3bc353292bde9b5483937af2811a397e51b24cc788fa3ae029bc975b76c00c40 wamInstall.exe
3. (In reply to rotogluon from comment #2)
Well, that file is "scrambled" a bit when I string it :
That's because .lnk files are binary files. Using a tool (lnk-parse-1.0 [1]), I got the details from the .lnk file on my system.
--- terminal output of lnk-parse-1.0.pl --- Link File: Winamax Poker.lnk Link Flags: HAS SHELLIDLIST | POINTS TO FILE/DIR | HAS DESCRIPTION | NO RELATIVE PATH STRING | HAS WORKING DIRECTORY | HAS CMD LINE ARGS | HAS CUSTOM ICON | File Attributes: Create Time: Mon Jan 01 1601 00:17:30 Last Accessed time: Mon Jan 01 1601 00:17:30 Last Modified Time: Mon Jan 01 1601 00:17:30 Target Length: 0 Icon Index: 0 ShowWnd: 1 SW_NORMAL HotKey: 0 Target is on local volume Volume Type: Fixed (Hard Disk) Volume Serial: 00000000 Vol Label: Base Path: C:\users\olivier\Winamax\wlauncher.exe (App Path:) Remaining Path: Description: Winamax Poker Working Dir: C:\users\olivier\Winamax Command Line: --mode unattended --unattendedmodeui none --cmdlaunch poker Icon filename: C:/users/olivier/Winamax/poker.ico --- end of output
As you can see, the .lnk sets some command-line parameters for wlauncher.exe. Without them wlauncher.exe doesn't seem to do anything.
Running this command manually (from the c:/users/olivier/Winamax) directory opens the login window:
wine wlauncher.exe --mode unattended --unattendedmodeui none --cmdlaunch poker
4.
So, I'm mind boggled because I'm not sure it's wine related any more...
The error "called Tcl_Close on channel with refCount > 0" is related to Tcl/Tk. If you get the error dialog again, please take a screenshot of it and attach it to this bug.
5.
I don't understand why I don't get the same behaviour using the Ubuntu start menu link and the "manual" launch and I especially don't understand why it was working for months and suddenly it's not any more.
I suspect this is an issue with the way .desktop files are run on your system. What is the result of this command (this is only one line)?
kioclient exec /home/hehe2/.local/share/applications/wine/Programs/Winamax/Winamax\ Poker.desktop >/home/hehe2/wine-bug48135.txt 2>&1
That command uses the 'kioclient exec' function to run the .desktop file. It's equivalent to clicking the shortcut, but from the command line. A 'wine-bug48135.txt' file should appear in your home directory.
Does that command start the application?
If not, then please attach the /home/hehe2/wine-bug48135.txt file to this bug. You can safely delete the /home/hehe2/wine-bug48135.txt file afterwards. It will be recreated/overwritten when you re-run the command.
Regards.
[1] https://sourceforge.net/projects/jafat/files/lnk-parse/lnk-parse-1.0/