Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #11  
Old 08-31-2022, 01:46 AM
AoG AoG is offline
Large Bat

AoG's Avatar

Join Date: Dec 2020
Posts: 11
Default

Quote:
Originally Posted by lillyjsm [You must be logged in to view images. Log in or Register.]
I've seen this issue before but I can't recall the exact fix. That said, I did recently re-do my setup on Debian and its working fine.

Hopefully we can get you going with some more information. Can you post some of the following stuff?

Output of command "lspci -nnk"
Wine version
What dll overrides are configured, if any (this is in the winecfg menu)
In a terminal, cd to your P99 game folder, and truncate the dbg.txt file (cat /dev/null > Logs/dbg.txt), do a fresh start of P99 and load all the way into the world. Logout and post that file
wine version is 7.0
feel reluctant to post -nnk due to sharing too much personal system info, any specific info you want (drivers card etc) you need?
not sure how to show if i have any dll overrides? screenshot maybe?
here's the logs of the dbg for you https://pastebin.com/uqGYnPkt
Reply With Quote
  #12  
Old 09-05-2022, 10:29 AM
AoG AoG is offline
Large Bat

AoG's Avatar

Join Date: Dec 2020
Posts: 11
Default

is anyone on the forum still able to help? i still have this problem.
Reply With Quote
  #13  
Old 09-05-2022, 02:27 PM
lillyjsm lillyjsm is offline
Large Rat


Join Date: Dec 2018
Posts: 7
Default

Quote:
Originally Posted by AoG [You must be logged in to view images. Log in or Register.]
wine version is 7.0
feel reluctant to post -nnk due to sharing too much personal system info, any specific info you want (drivers card etc) you need?
not sure how to show if i have any dll overrides? screenshot maybe?
here's the logs of the dbg for you https://pastebin.com/uqGYnPkt
Was mainly curious about what the video device is on your system.

For the dll overrides, this is in the "winecfg" menu.
Reply With Quote
  #14  
Old 09-13-2022, 11:51 PM
AoG AoG is offline
Large Bat

AoG's Avatar

Join Date: Dec 2020
Posts: 11
Default

Quote:
Originally Posted by lillyjsm [You must be logged in to view images. Log in or Register.]
Was mainly curious about what the video device is on your system.

For the dll overrides, this is in the "winecfg" menu.
from what i can see all of the dll's are (native,builtin) outside of atiadlxx and nvcuda which are (??)
i looked into wine and apparently theres a 32 bit version. perhaps i should uninstall my version of wine and download the 32 bit one? i dunno if that will help.

PS apologies that i don't reply sooner, i don't have much time to sit down and try and troublefix.
Reply With Quote
  #15  
Old 09-14-2022, 09:15 AM
lillyjsm lillyjsm is offline
Large Rat


Join Date: Dec 2018
Posts: 7
Default

Quote:
Originally Posted by AoG [You must be logged in to view images. Log in or Register.]
from what i can see all of the dll's are (native,builtin) outside of atiadlxx and nvcuda which are (??)
i looked into wine and apparently theres a 32 bit version. perhaps i should uninstall my version of wine and download the 32 bit one? i dunno if that will help.

PS apologies that i don't reply sooner, i don't have much time to sit down and try and troublefix.
Oh! Yes, you should be using the 32 bit version of wine. Here is what I would recommend doing:
  • Install 32bit wine
  • Find out what packages you are using for video drivers and install the 32bit version of that as well
  • Setup your wine32 prefix. You can do so in a terminal with a command like the following: WINEPREFIX="$HOME/wine32" WINEARCH=win32 winecfg
  • Copy your P99 everquest directory to $HOME/wine32/drive_c/Program\ Files/, or your preferred path within the WINEPREFIX.
  • I would then try to launch the game from a terminal. cd to the path within your 32bit WINEPREFIX where the EQ directory resides. Once there, P99 should be able to launch with this command: WINEPREFIX="$HOME/wine32" WINEARCH=win32 wine eqgame.exe patchme

Edit: The 32bit versions of these packages (video drivers, wine) should have no problem being installed alongside the 64bit versions, so don't feel like you need to remove a bunch of things, especially the 64bit video drivers
Last edited by lillyjsm; 09-14-2022 at 09:19 AM.. Reason: Detail
Reply With Quote
  #16  
Old 09-14-2022, 06:44 PM
AoG AoG is offline
Large Bat

AoG's Avatar

Join Date: Dec 2020
Posts: 11
Default

Quote:
Originally Posted by lillyjsm [You must be logged in to view images. Log in or Register.]
Oh! Yes, you should be using the 32 bit version of wine. Here is what I would recommend doing:
  • Install 32bit wine
  • Find out what packages you are using for video drivers and install the 32bit version of that as well
  • Setup your wine32 prefix. You can do so in a terminal with a command like the following: WINEPREFIX="$HOME/wine32" WINEARCH=win32 winecfg
  • Copy your P99 everquest directory to $HOME/wine32/drive_c/Program\ Files/, or your preferred path within the WINEPREFIX.
  • I would then try to launch the game from a terminal. cd to the path within your 32bit WINEPREFIX where the EQ directory resides. Once there, P99 should be able to launch with this command: WINEPREFIX="$HOME/wine32" WINEARCH=win32 wine eqgame.exe patchme

Edit: The 32bit versions of these packages (video drivers, wine) should have no problem being installed alongside the 64bit versions, so don't feel like you need to remove a bunch of things, especially the 64bit video drivers
made a 32bit version of wine and ran commands, STILL didn't fix the issue for some reason. here's a log of what happened. https://pastebin.com/UcgSZQbK
i'm using the most up to date AMD drivers, i don't know where i can get installs of the 32 bit versions. perhaps i can use some sort of dll overrides to fix the issue? it's weird overall as i'd expect the latest most up to date version of my distro and wine should theoretically run this all out of the box.
Reply With Quote
  #17  
Old 09-14-2022, 07:16 PM
lillyjsm lillyjsm is offline
Large Rat


Join Date: Dec 2018
Posts: 7
Default

Hmm. Could be worth a try overriding d3dx9 with winetricks. I do this on my setup, but can't remember if its required. See https://wiki.winehq.org/Winetricks for installing, or linux mint might have it available with apt.

Either way, building off of the previous post, try something like:
  • WINEPREFIX="$HOME/wine32" winetricks d3dx9

Also, what is the output of this command:
  • dpkg -l | grep -i mesa
Last edited by lillyjsm; 09-14-2022 at 07:16 PM.. Reason: Spelling
Reply With Quote
  #18  
Old 09-19-2022, 04:16 AM
AoG AoG is offline
Large Bat

AoG's Avatar

Join Date: Dec 2020
Posts: 11
Default

Quote:
Originally Posted by lillyjsm [You must be logged in to view images. Log in or Register.]
Hmm. Could be worth a try overriding d3dx9 with winetricks. I do this on my setup, but can't remember if its required. See https://wiki.winehq.org/Winetricks for installing, or linux mint might have it available with apt.

Either way, building off of the previous post, try something like:
  • WINEPREFIX="$HOME/wine32" winetricks d3dx9

Also, what is the output of this command:
  • dpkg -l | grep -i mesa
Grep output https://pastebin.com/nN4aSaGe
Things i did to help replicate for you
  1. Moved my EQ install to that directory
  2. Opened folder in terminal
  3. launched via WINEARCH=win32 wine eqgame.exe patchme
Launched it and it issue is still present. maybe i should try adding
Code:
winetricks d3dx9
as an argument when launching after the "patchme" ? forgive me inexperience i am not too good with linux
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 10:47 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.