Ankhammon Posted August 13, 2020 Share Posted August 13, 2020 2 hours ago, ColdZero said: Glad you were able to get it running, and thank you for posting this here as well! Apparently they're working on a native client launcher for Windows, macOS, and Linux, so we shouldn't have these issues anymore anytime soon! That would be awesome. Then we can talk all the playerbase into leaving Microso.... oh wait, that's not why we're here. 🙂 Link to comment Share on other sites More sharing options...
kanga Posted August 23, 2020 Share Posted August 23, 2020 Someone has this running on the Raspberry Pi 4. I got close, I can get it to launch, but they have it zoning in, running at a good framerate too apparently. Link to comment Share on other sites More sharing options...
Ankhammon Posted August 23, 2020 Share Posted August 23, 2020 Help. I've been in the game under my Fedora 32 with everything working fine until yesterday. I ran a dfb for a new char and the game we completed the trial. Was zoning back to atlas and bam, game crash. When I tried to log in, Tequila comes up like normal, it accepts my login info, shows me a char list, I select the char and the game loads to about 90%, the screen seems to shift to the left and the game freezes. When I shut it down it's in a non-responsive state and I have to force quit. Since then I've tried logging in different chars, servers, deleted the char that was on that dfb, verified the files through Tequila, played with graphics settings, even did an uninstall/reinstall and I get the same issue. Did see this in general log files but dunno if it's related. Wine loader has no accepted cmdline for client 38689 yet, deferring. Skipping ioprio on client [38574,38574]: ioprio was (0) but we expected (4) Could not inspect tasks for client [38530]! Skipping ioprio optimisation. I'm not seeing any log info from Lutris nor any logs at all in /Home/Me/Games/CoH./logs/game directory. To make matters stranger, I was trying to reload the game and got a char to log in. It was one I quit in a finished mish so he was logging back to Steel Canyon. So I did a change char and getting the freeze again. On further investigation, any char I have in Atlas park will not load but if they exist in other places they will log in. Any ideas on how to correct this or what .log files I can/should be looking at to determine the root issue? Any help would be much appreciated. Link to comment Share on other sites More sharing options...
CrashCortez Posted August 25, 2020 Share Posted August 25, 2020 (edited) I got COH “running” on the pi4 with the Twister OS. Here is a screen recording of COH on the raspberry pi4. Im getting the instructions and a tutorial video ready to release in a day or two. https://youtu.be/G2BuxxW0Z2o Crash/@OmegaZero Edited August 25, 2020 by CrashCortez Link to comment Share on other sites More sharing options...
nikodemo Posted August 29, 2020 Share Posted August 29, 2020 (edited) hey all! i can get the client to run in 32-bit, but not 64-bit. any idea what i might be missing? when it launches it just sits at the splash screen. the login boxes never appear. i'm not using Lutris or Tequila. i'm using etoh downloader and just my native Wine with Q4Wine. thanks! Edited August 29, 2020 by nikodemo Link to comment Share on other sites More sharing options...
Daggenthal Posted August 29, 2020 Author Share Posted August 29, 2020 10 minutes ago, nikodemo said: hey all! i can get the client to run in 32-bit, but not 64-bit. any idea what i might be missing? when it launches it just sits at the splash screen. the login boxes never appear. i'm not using Lutris or Tequila. i'm using etoh downloader and just my native Wine with Q4Wine. thanks! Hey there! I've never heard of etoh-downloader before until now, so I won't be of any use / help here for issues with that. I've used Tequila with Lutris, and the same for Island Rum, and they're both quite easy to setup and use for Homecoming, so I'd recommend those until the HC team releases their native Linux launcher. I apologise for not being of any help with that launcher / downloader, and I know that my response isn't that useful with your current issue. As long as you have WINE downloaded and everything's set to use DXVK, you shouldn't have any / too many issues. I'll look into etoh-downloader whenever I get the chance, but I'm currently nowhere near a computer, so I'm unable to at the moment. In the meantime I'd recommend following my simple guide with setting up Tequila in Lutris, as you hopefully shouldn't have any issues with that. Link to comment Share on other sites More sharing options...
nikodemo Posted August 29, 2020 Share Posted August 29, 2020 (edited) etoh was one of the first Linux command line update manifest tools released when HC first came out. i've just been out of the scene for a bit. https://github.com/Matt-Fitzpatrick/etoh-downloader ok, thanks anyway! i may be missing some library component to get the 64-bit working properly. Edited August 29, 2020 by nikodemo Link to comment Share on other sites More sharing options...
taiyu Posted August 30, 2020 Share Posted August 30, 2020 Tequila running out of memory so much when downloading really bothered me so I wrote a simple bash script to replace it. It depends on aria2c, curl and xq #!/usr/bin/env bash manifest_url='http://patch.savecoh.com/manifest.xml' xqprg='.manifest.filelist.file[] | [."@name", ."@md5", .url] | flatten | join(" ")' curl -s "$manifest_url" | xq -r "$xqprg" | while read name md5 urls do aria2c --checksum=md5="$md5" --out="$name" $urls done Anyway, onto another issue The 64bit version does not work properly for me. the character creator does not display the character model at all, I have yet to see what it looks like in game, might check that at a later time. The 32bit version however does work as far as ive seen so its not a big problem though. searching the forums the only thread with something similar was this thread, in how it has the same error messages in the log (the 32 bit version has them too, but that works so i dunno) Link to comment Share on other sites More sharing options...
Daggenthal Posted August 30, 2020 Author Share Posted August 30, 2020 1 minute ago, taiyu said: Tequila running out of memory so much when downloading really bothered me so I wrote a simple bash script to replace it. It depends on aria2c, curl and xq #!/usr/bin/env bash manifest_url='http://patch.savecoh.com/manifest.xml' xqprg='.manifest.filelist.file[] | [."@name", ."@md5", .url] | flatten | join(" ")' curl -s "$manifest_url" | xq -r "$xqprg" | while read name md5 urls do aria2c --checksum=md5="$md5" --out="$name" $urls done Anyway, onto another issue The 64bit version does not work properly for me. the character creator does not display the character model at all, I have yet to see what it looks like in game, might check that at a later time. The 32bit version however does work as far as ive seen so its not a big problem though. searching the forums the only thread with something similar was this thread, in how it has the same error messages in the log (the 32 bit version has them too, but that works so i dunno) If you already had your copy of City of Heroes downloaded, all you needed to do is just locate it in Tequila, and then it will run out of memory 3 times while checking the files; Just exit it and restart it all 3 times, and then it won't happen again. It's extremely strange how you're having these issues in the first place, honestly haha I've only ran the 64-bit executable for the game, and never have touched the 32-bit version, so I've never encountered any of those issues you've mentioned. Honestly, I'm unsure of how to fix / work on your issue; If you already have the game downloaded, just copy it over and locate it in Tequila. I've also provided a cleaned copy of the game, so you can just download that and point Tequila to that, it's also in the guide. Link to comment Share on other sites More sharing options...
Copulator Posted November 28, 2020 Share Posted November 28, 2020 (edited) I got everything up and running, ran the game, now I get incorrect game version error. I'm running the following: OS: Xubuntu 20.04 LTS RAM: 32 gig Graphics: Nvidia 1060 with the 450 drivers. I run a lot of games on this rig, so I'm surprised this game isn't updating correctly. Edited November 28, 2020 by Copulator Link to comment Share on other sites More sharing options...
gorebash1 Posted December 8, 2020 Share Posted December 8, 2020 I've been running CoX on Linux Mint 20 for a couple months. No issues at all. Easy install via Play on Linux. I'm playing on a dinosaur of a laptop Dell i3, 4gb ram & integrated graphics 😛 I was getting some frame drops on big fights, MSR's ect until I lowered graphics to performance settings. Link to comment Share on other sites More sharing options...
chuckv3 Posted January 15, 2021 Share Posted January 15, 2021 I had tequila working using WINETRICKS before... I tried to follow the Lutris instructions here, but Lutris fails on startup. When I start it from the command line I get this (with the middle junk removed for clarity). I even tried uninstalling and reinstalling Lutris. Same thing... Maybe something else needs to be updated?? There is nothing in the directory noted... but why not? Is it supposed to be installed, or maybe created on first run but doesn't have permissions? Traceback (most recent call last): File "/usr/games/lutris", line 54, in <module> from lutris.gui.application import Application # pylint: disable=no-name-in-module File "/usr/lib/python3/dist-packages/lutris/gui/application.py", line 53, in <module> from .lutriswindow import LutrisWindow File "/usr/lib/python3/dist-packages/lutris/gui/lutriswindow.py", line 26, in <module> from lutris.gui.widgets.sidebar import LutrisSidebar File "/usr/lib/python3/dist-packages/lutris/gui/widgets/sidebar.py", line 6, in <module> from lutris import platforms, runners, services File "/usr/lib/python3/dist-packages/lutris/platforms.py", line 19, in <module> _init_platforms() File "/usr/lib/python3/dist-packages/lutris/platforms.py", line 14, in _init_platforms runner = runners.import_runner(runner_name)() File "/usr/lib/python3/dist-packages/lutris/runners/wine.py", line 229, in __init__ "default": dxvk.DXVKManager().version, File "/usr/lib/python3/dist-packages/lutris/util/wine/dxvk.py", line 56, in version return self.versions[0] File "/usr/lib/python3/dist-packages/lutris/util/wine/dxvk.py", line 45, in versions self._versions = self.load_dxvk_versions() File "/usr/lib/python3/dist-packages/lutris/util/wine/dxvk.py", line 65, in load_dxvk_versions with open(versions_path, "r") as dxvk_version_file: FileNotFoundError: [Errno 2] No such file or directory: '/home/chuck/.local/share/lutris/runtime/dxvk/dxvk_versions.json' I tried just downloading hclauncher.exe, and right clicking on that... so far it has installed some other things like MONO (which allows for dot net stuff to run), and then something about Gecko, and now the HomeComing launcher is running and downloading files. I'm not sure if it will allow me to LAUNCH or not. I guess we will see! TINKERERS and LEOTARDED personal supergroups on Reunion; open bases! codes TB-9014 and LT-1051 TinkerBell (MAIN) super reflexes / martial arts tanker & badge hunter; Sarabraxus, energy / energy blaster; Sarathustra, fire / therm corruptor Scotch Bonnie / Caroline Reaper, fire/ss brutes & fire farmers; Granny Fix It / Green Granny / Great Granny, empathy/psi defenders; plus a few others. @Xarah formerly on Champion, Triumph, Victory, now @chuckv2 / @chuckv3 / @chuckv4 on Reunion Link to comment Share on other sites More sharing options...
eranholland Posted January 12, 2022 Share Posted January 12, 2022 Hey everyone I am new here and I just want to know that I need gaming laptop for my younger brother on his birthday and I want to be it budged if anyone have thought please tell me? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now