Executables won't run on FreeBSD

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
RogellParadox
Newbie
Newbie
Posts: 1
Joined: Fri Dec 03, 2021 11:48 am

Executables won't run on FreeBSD

Post by RogellParadox »

Hi, I'm using a FreeBSD13-RELEASE and I just tried installing Wine 6.02. Also installed other dependencies (Gecko, Mono, Tricks and even Proton) to avoid experiencing problems.
The point is: whenever I command

Code: Select all

wine Program.exe
or

Code: Select all

wine64 Program.exe
, nothing happens, nothing appears, terminal just keeps there, until it shows a timeout message. Other than that I don't get any messages, so I can't even know where to start to solve it. Same happens with

Code: Select all

winecfg
.
I already tried removing the package and reinstalling and still couldn't fix it.
DrunkenJack
Level 2
Level 2
Posts: 10
Joined: Tue Nov 30, 2021 11:49 am

Re: Executables won't run on FreeBSD

Post by DrunkenJack »

Make sure you're system and programs are configured correctly.
If that didn't help you can also try to ask in the FreeBSD forum and the package maintainer of you're distribution if you didn't got the binary package from WineHQ.
https://wiki.winehq.org/FAQ#I_have_a_pr ... _need_help
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Executables won't run on FreeBSD

Post by jkfloris »

Does something happen when you try:

Code: Select all

WINEDEBUG=+all wine Program.exe
Locked