Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 09-05-2020, 12:37 PM
Elwood Elwood is offline
Decaying Skeleton


Join Date: Aug 2020
Posts: 4
Unhappy Linux POP_OS install crashing

Hello all,

I'm new here and trying to install p99 on my POP_OS system. (hardware: a Razer Blade 15 2018 with an older 24" external 60hz monitor) I've been running POP_OS 20.04 on this machine for several months with very few problems and usually install game through Steam. The few problems I had were more due to my newness to this distro than probs with the machine. (I used to use Manjaro)

My p99 install issues
-------------------------------
1. Tried using Lutris to install at first
a. The p99 install script crashes(made ~4mo. ago last edited ~4 days ago) It has one comment from 1 month ago that mentions the exact issue I ad with it.
b. The script crashes when trying to access the p99 files v53 with a permissions error message.
2. I next tried using PlayonLinux front end wrapper to install it.
a. Under a 32bit environment with default, 2.0, or 2.1 staging the install starts, but crashes/locksup
b. I tried a 64bit environment, just to see, and it was worse. I tried it even though I understand a 32bit win7 environment is prefered for p99, but I was taking stabs in the dark at this point.

3. For BOTH methods I made sure to install MS core fonts, d3dx and d3dx_43 files.

I am running out of ideas and hope their is a fellow "linux nerd" around with more skills than me to provide some options for me.

In the meantime, I am going to try various wine staging versions in the 32bit environment and see if that helps get me through the install using PlayonLinux. If anyone knows of a wine staging version that has worked for them, please let me know as there are A LOT of versions....hehehe

I have been a watcher of various Twitch and Youtuber people for P99 and love the content. I simply can not stand EQLive anymore and feel very grateful for all the good work this community has done. I hope to become a part of it soon and contribute what I can.

Peace out.
Reply With Quote
  #2  
Old 09-07-2020, 12:00 AM
xaix1999 xaix1999 is offline
Sarnak


Join Date: May 2018
Location: ::1/128
Posts: 370
Default

hello fellow Linux user
so lutris, playonlinux, staging, tkg, and all other wines or wrappers for wine don't work
two kinds of wine work
wine-stable and wine (plain ol' vanilla)
sudo apt update
sudo apt upgrade
sudo apt install wine
sudo apt autoremove
sudo apt autoclean

once you have done that

cd "${HOME}"
rm -rf .wine
wine wineboot
*opitional* winecfg
sudo apt install mesa dxvk (you will have to look up the package names, https://packages.ubuntu.com/)
dxvk_install

get your eq titanium cds ready ( i saved mine as iso's ) extract the contents to folders named as eq1 eq2 etc etc
run the titanium install and point to those folders
wine titanium_install.file
once the install is running and copying files goto p99 main page and grab v53 patch files
check https://wiki.project1999.com/EverQuest_in_Linux_Guide
for the files you need to rename as Linux is case sensitive since DSETUP.DLL and dsetup.dll are two separate files
you will probably have to make/compile the p99mimd also on the guide
let me know if you still have problems

DON'T INSTALL DIRECT X IT WILL BORK YOUR VIDEO AND SOUND
mesa wine and dxvk will handle that
Reply With Quote
  #3  
Old 09-07-2020, 12:18 AM
xaix1999 xaix1999 is offline
Sarnak


Join Date: May 2018
Location: ::1/128
Posts: 370
Default

i also suggest making a EQ.desktop in your ~/Desktop folder
there you can make a script to launch eq with wine (32bit) or wine64 (64bit)
the desktop shortcut i use is in the Linux guide on the wiki
Last edited by xaix1999; 09-07-2020 at 12:19 AM.. Reason: \_0_/
Reply With Quote
  #4  
Old 09-07-2020, 12:40 AM
elkboot elkboot is offline
Aviak


Join Date: Sep 2020
Posts: 50
Default

Hello there Elwood. I made this install script for people such as yourself. https://github.com/ejhpas/Project1999-For-Linux
Give it a look. Easy way to get it up and running.
Reply With Quote
  #5  
Old 09-07-2020, 12:44 AM
xaix1999 xaix1999 is offline
Sarnak


Join Date: May 2018
Location: ::1/128
Posts: 370
Default

Quote:
Originally Posted by Elwood [You must be logged in to view images. Log in or Register.]
a. The p99 install script crashes(made ~4mo. ago last edited ~4 days ago) It has one comment from 1 month ago that mentions the exact issue I had with it.
b. The script crashes when trying to access the p99 files v53 with a permissions error message.
he already tried it
Reply With Quote
  #6  
Old 09-07-2020, 12:47 AM
xaix1999 xaix1999 is offline
Sarnak


Join Date: May 2018
Location: ::1/128
Posts: 370
Default

also your script mentions needing qsynth
which is not needed as alsa and pulseaudio works just fine
trying running your audio through mesa with wine's wined3d or dxvk

my video and audio shows up as polaris10 (rx580) llvm extension and it's hdmi audio with amdgpu drivers
Last edited by xaix1999; 09-07-2020 at 12:50 AM..
Reply With Quote
  #7  
Old 09-07-2020, 12:57 AM
elkboot elkboot is offline
Aviak


Join Date: Sep 2020
Posts: 50
Default

Quote:
Originally Posted by xaix1999 [You must be logged in to view images. Log in or Register.]
he already tried it
Quote:
Originally Posted by xaix1999 [You must be logged in to view images. Log in or Register.]
also your script mentions needing qsynth
which is not needed as alsa and pulseaudio works just fine
trying running your audio through mesa with wine's wined3d or dxvk

my video and audio shows up as polaris10 (rx580) llvm extension and it's hdmi audio with amdgpu drivers
I am 90% sure he has not used the revised and revamped/reloaded script found at https://github.com/ejhpas/Project1999-For-Linux as I just released it yesterday.

The old script had many issues.

You don't "need" qsynth, but if you want to listen to the MIDI tracks you do need qsynth. Are you able to listen to all of EQs music without qsynth/fluidsynth? Merchant music, dungeon music, etc?
Reply With Quote
  #8  
Old 09-07-2020, 01:02 AM
xaix1999 xaix1999 is offline
Sarnak


Join Date: May 2018
Location: ::1/128
Posts: 370
Default

yes i can listen to the music, I've listened to the music so much that it is off now
dx8 handles midi

it's called directmusic
Last edited by xaix1999; 09-07-2020 at 01:05 AM.. Reason: \_0_/
Reply With Quote
  #9  
Old 09-07-2020, 01:05 AM
elkboot elkboot is offline
Aviak


Join Date: Sep 2020
Posts: 50
Default

Quote:
Originally Posted by xaix1999 [You must be logged in to view images. Log in or Register.]
yes i can listen to the music, I've listened to the music so much that it is off now
dx8 handles midi
Splendid!
Reply With Quote
  #10  
Old 09-08-2020, 06:59 PM
xaix1999 xaix1999 is offline
Sarnak


Join Date: May 2018
Location: ::1/128
Posts: 370
Default

sorry for the extra post

setup_dxvk install or setup_dxvk uninstall
so that you make sure it's installed correctly
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:11 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.