* FAQ    * Search
It is currently Fri Sep 11, 2026 9:36 am

All times are UTC




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Sun Jan 27, 2019 3:33 am 
Offline

Joined: Mon Jan 21, 2019 10:22 pm
Posts: 3
Hey all,

I've been reading the forums and the guides for direction, but I can't seem to get this to start in Ubuntu 16.04. Whenever I try to open boot.exe, I get a 'program error'. I tried about anything I could think of based off of the instructions and have gotten nowhere. is there something that's jumping out as a possibility for this type of error? I have gone through everything a few times, I don't mind going through it again.


Top
   
PostPosted: Sat Mar 02, 2019 3:14 am 
Offline

Joined: Thu Feb 14, 2019 1:54 am
Posts: 5
What kind of 'program error'? What is your hardware and the version of Wine you are using? For maximum compatibility if you are using linux you should consider using Lutris (it will help you manage multiple wine prefixes and download different versions of wine that work best for each game), and use Wine staging 3.8-i386 with a 32bit prefix for FFXI. You might also have to replace imm32.dll.so located in /wine_root_folder/lib/wine/ with the one downloaded from http://nabutso.com:4438/FFXI/imm32.dll.so


Top
   
PostPosted: Sat Mar 02, 2019 11:29 pm 
Offline
User avatar

Joined: Mon Jun 04, 2018 1:17 am
Posts: 136
I have a guide here as well if you have knowledge of the terminal, it's a bit more verbose than the wiki one and covers dualboxing as well: http://vaughanhilts.me/blog/2018/10/27/ ... l-box.html (I would add it to the wiki but there are problems w/ doing so since I have to host some files)

You can find my e-mail if you dig around as well and happy to help you get setup if you send me one.


Top
   
PostPosted: Mon Sep 07, 2026 5:03 pm 
Offline

Joined: Mon Jul 27, 2026 12:12 pm
Posts: 17
When a binary or script flatly refuses to execute, the culprit is rarely mysterious—it typically boils down to missing execute permissions (chmod +x), incompatible architecture binaries (such as running a 32-bit compiled binary on a 64-bit minimal system without multiarch support), or unmet shared library dependencies. Running the program directly from a terminal window rather than double-clicking a desktop launcher immediately surfaces raw stderr outputs, while tools like ldd quickly pinpoint missing .so dynamic libraries. Tracing execution failures down to the system level transforms a frustrating terminal hiccup into a satisfying diagnostic victory. For anyone taking a quick breather from debugging command-line errors, configuring system permissions, and looking for engaging digital entertainment to check out, feel free to visit https://oscarspins.ro.


Top
   
PostPosted: Wed Sep 09, 2026 9:49 am 
Offline

Joined: Mon Jul 27, 2026 12:12 pm
Posts: 17
Troubleshooting an application that refuses to launch in Linux usually comes down to missing shared libraries or simple file permission oversights. Running the binary directly from the terminal rather than clicking an icon is always the most effective first step, as standard output will immediately display missing .so dependencies, segmentation faults, or environment variable mismatches. If the console returns a "Permission denied" error, verifying execution bits with chmod +x or inspecting library linkages via ldd typically reveals the exact culprit. Once you have resolved the startup dependencies and your software is compiling or launching cleanly, taking a brief pause from the command line is well deserved. If you want to take a short, relaxing break after diagnosing Linux runtime errors and terminal logs, feel free to check out https://thorfortunes.it.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 5 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited