Search found 69 matches

by desessarts
Thu May 02, 2024 2:36 am
Forum: Linux
Topic: 32 bit app installer fails on latest releases
Replies: 5
Views: 1325

Re: 32 bit app installer fails on latest releases

is the .exe available on some site ?
by desessarts
Sat Apr 27, 2024 2:37 pm
Forum: Linux
Topic: CEFViewWing Error
Replies: 2
Views: 1338

Re: CEFViewWing Error

by desessarts
Fri Apr 26, 2024 12:58 pm
Forum: Linux
Topic: how to change winecfg dialog font size?
Replies: 2
Views: 1249

Re: how to change winecfg dialog font size?

Hello Extract from https://www.linuxquestions.org/questions/linux-general-1/changing-font-size-in-wine-485257/ ----------------------------------------------------------------------------------------------------- You can set the default font size for all wine apps in the wine registry. Type "wi...
by desessarts
Wed Apr 24, 2024 5:10 pm
Forum: Linux
Topic: Catia V5 - Probably networking issues?
Replies: 7
Views: 3484

Re: Catia V5 - Probably networking issues?

maybe this recent thread will help

viewtopic.php?t=38779
by desessarts
Wed Apr 24, 2024 7:58 am
Forum: Linux
Topic: Jamming Jellyfish Ubuntu Wine install not working, HELP!!!
Replies: 2
Views: 1248

Re: Jamming Jellyfish Ubuntu Wine install not working, HELP!!!

try to do

Code: Select all

sudo apt update
before installing wine

and read carefully

https://wiki.winehq.org/Ubuntu
by desessarts
Sun Apr 21, 2024 4:11 pm
Forum: Linux
Topic: GarminExpress.exe needs
Replies: 1
Views: 1178

Re: GarminExpress.exe needs

have a look at

viewtopic.php?t=37739
by desessarts
Wed Apr 17, 2024 7:23 am
Forum: Linux
Topic: Catia V5 - Probably networking issues?
Replies: 7
Views: 3484

Re: Catia V5 - Probably networking issues?

Hello

Catia is in appdb

https://appdb.winehq.org/objectManager. ... n&iId=6153

but it is tested with old wine version, the most recent being wine 7.6

can you add a reproducer?
by desessarts
Mon Apr 15, 2024 7:16 am
Forum: Linux
Topic: unable to wine a program that just downloads
Replies: 7
Views: 3818

Re: unable to wine a program that just downloads

bug fixed The launcher passes CERT_CHAIN_REVOCATION_CHECK_CACHE_ONLY which means the revocation check will fail if the CRLs it needs are not cached. If you run these commands first: $ wine iexplore http://x1.c.lencr.org/ $ wine iexplore http://crl.usertrust.com/USERTrustRSACertificationAuthority.crl...
by desessarts
Mon Apr 15, 2024 3:10 am
Forum: Linux
Topic: unable to wine a program that just downloads
Replies: 7
Views: 3818

Re: unable to wine a program that just downloads

bug created
by desessarts
Sun Apr 14, 2024 3:06 pm
Forum: Linux
Topic: unable to wine a program that just downloads
Replies: 7
Views: 3818

Re: unable to wine a program that just downloads

thanks

I will do
by desessarts
Sun Apr 14, 2024 1:35 am
Forum: Linux
Topic: unable to wine a program that just downloads
Replies: 7
Views: 3818

Re: unable to wine a program that just downloads

Hello

I did because because wininet and winhttp are often necessary for anything using Internet

Is there a correspondance

dll found in the exe -> winetricks to apply

somewhere?

In the wiki I didn't find
by desessarts
Sat Apr 13, 2024 10:31 am
Forum: Linux
Topic: unable to wine a program that just downloads
Replies: 7
Views: 3818

unable to wine a program that just downloads

hello on this link you can download iologo-launcher.exe https://cellar-c2.services.clever-cloud.com/iologo-app/launcher2/5/iologo-launcher.exe if you launch it on Windows, it just downloads the file iologo_setup.exe I am able to launch iologo_setup with wine 9.6 But I am unable to launch iologo-laun...
by desessarts
Thu Apr 04, 2024 4:43 pm
Forum: Linux
Topic: Procedure to find which MSWindows libraries are needed?
Replies: 2
Views: 2780

Re: Procedure to find which MSWindows libraries are needed?

you can also just do strings your.exe | grep -i '\.dll$' which can show something like user32.dll kernel32.dll uxtheme.dll gdi32.dll Kernel32.dll Comctl32.dll librtmp.dll logstub.dll shell32.dll comctl32.dll powrprof.dll Shlwapi.dll dwmapi.dll shlwapi.dll MediaInfo.dll mscoree.dll autretest ⌁67%
by desessarts
Thu Apr 04, 2024 4:40 pm
Forum: Linux
Topic: Procedure to find which MSWindows libraries are needed?
Replies: 2
Views: 2780

Re: Procedure to find which MSWindows libraries are needed?

usually you do

Code: Select all

objdump -x your_exe.exe | grep -i DLL | sort | uniq

you can also do something like

Code: Select all

WINEDEBUG=+loaddll wine your_exe
and check the errors while trying to load a DLL

check the doc

https://wiki.winehq.org/Debug_Channels
by desessarts
Wed Mar 27, 2024 10:57 am
Forum: Linux
Topic: Debian 12 is being infuriating
Replies: 1
Views: 3463

Re: Debian 12 is being infuriating

you should do first

Code: Select all

sudo apt update
read the doc

https://wiki.winehq.org/Debian
by desessarts
Thu Feb 08, 2024 8:32 am
Forum: Linux
Topic: Can't create a win64 installation
Replies: 2
Views: 1133

Re: Can't create a win64 installation

hello

remove and create again a clean prefix

Code: Select all

rm -rf ~/.wine
export WINEARCH=win64 
export WINEPREFIX=~/.wine 
wineboot -u
by desessarts
Thu Feb 08, 2024 8:26 am
Forum: Linux
Topic: Wacom stylus - pressure sensitivity
Replies: 3
Views: 1671

Re: Wacom stylus - pressure sensitivity

Hello

check libwacom at

https://linuxwacom.github.io/
by desessarts
Sun Feb 04, 2024 3:23 pm
Forum: Linux
Topic: how to install a minimal wine?
Replies: 3
Views: 902

Re: how to install a minimal wine?

2 interesting ideas, thanks JK Floris
by desessarts
Sat Feb 03, 2024 7:03 am
Forum: Linux
Topic: how to install a minimal wine?
Replies: 3
Views: 902

Re: how to install a minimal wine?

before you ask, yes the idea is to have wine in a docker container launching Captvty

https://captvty.fr/
by desessarts
Sat Feb 03, 2024 6:00 am
Forum: Linux
Topic: how to install a minimal wine?
Replies: 3
Views: 902

how to install a minimal wine?

Hello Debian12 if I install wine-devel 9.1, without suggested/recommended packages, I still get 2 004 MB installed. After this operation, 2004 MB of additional disk space will be used. For example I am sure I will not need libgphoto2-6 libgphoto2-6:i386 libgphoto2-port12 libgphoto2-port12:i386 Is it...
by desessarts
Mon Jan 29, 2024 10:19 am
Forum: Linux
Topic: Captvty 3 and error message "application could not be started" with a new wine version
Replies: 0
Views: 1169

Captvty 3 and error message "application could not be started" with a new wine version

Hello Not a problem but I would like to understand why this happens When I get a new wine version, for example 9.1 I launch Captvty 3 I get a window saying "application could not be started" and then a browser opens on the page https://learn.microsoft.com/fr-fr/dotne ... sion=(null)&pr...
by desessarts
Sun Dec 31, 2023 2:55 pm
Forum: Linux
Topic: how to install old version of wine?
Replies: 2
Views: 3103

Re: how to install old version of wine?

wine 1.6 source code is available here

https://dl.winehq.org/wine/source/1.6/

you will have to build it
by desessarts
Mon Dec 25, 2023 2:21 am
Forum: Linux
Topic: wine 8.20 and Captvty V2
Replies: 4
Views: 14250

Re: wine 8.20 and Captvty V2

in fact this bug describes it pretty well

https://bugs.winehq.org/show_bug.cgi?id=55870