Eldman

Informant
  • Posts

    29
  • Joined

  1. Now I understand what you meant.

    We just copied "City of Heroes.app" and "NCLauncher.app" from "/Application".
    Everything related to the game was deleted from "~/Library" on his side before running from the copy.

    We have not tried to do anything on the Windows side at all.
  2. I am running Snow Leopard (10.6) and he is using Lion (10.7).

    It is very common on macs to be able to just copy an application bundle from one machine to the next and it will just work.
  3. I have been helping him with this problem.

    He has contacted support, but they have not answered for over a month now.

    We uninstalled the old client and launcher and removed everything we could find that had to do with the game from ~/Library. Then we downloaded the installer from the account page and started that. Every time it failed with the hash error. Really weird. We have also run memory and hard drive checker programs without finding any errors.

    Luckily we did find a workaround. We copied my own game and launcher apps to his computer (took 10 hours over the net, eek). That seems to work for now. We have to see what happens when the next patch arrives.
  4. Nice build Kinrad.

    Just in case you missed it, your defense is not soft capped. The Power Boost power effectively only boosts Farsight, not the toggles.
    If you want to aim for softcap, do not activate Power Boost in Mid, but instead add 7.37% to all defenses (power boosted difference of Farsight). Another way of looking at it is to aim for 37.6% defense.
    Of course, for Defenders the values will be a little bit different.
  5. This is a wonderful thread
    It has given me a lot of ideas for my own Fire/Fire Dominator, even though he is only level 37 so far.

    I just cannot decide on /Fire or /Ice. Fireball/Rain of Fire vs Sleet/Ice Storm (or whatever it is called). The -Res in Sleet is helpful for the whole team, but Fireball is ... Fireball. What more needs to be said? Hehe.

    I am looking forward to more of the discussions about this wonderful power combo
  6. When talking about X inf/min, how much do you take into account?
    * Inf drops
    * Common invention IO:s (sold at merchant)
    * If in AE, how do you monetize the tickets?
    * Anything sold to market?

    Do you take sell time into account?
  7. At least sometimes it has to do with the server.
    Last night me and a couple of friends played through Posi 1 & 2 and we got assertion failures several times and always at the exact same time. This is also the first time it ever happened to me.

    My guess is that the server sent invalid messages to the client, probably because the server were heavily loaded (Defiant server).
  8. Nope, FSAA turned off. This game has a history of bad FSAA, especially on ATI cards.

    The strangest thing is that it is not always like this. Seems to be random between sessions.
  9. The weid thing is that it is connected with the input field. Feels strange that it needs to spam the server more when waiting for me to finish entering a sell value than it does when showing a search result.
  10. I have a strange problem: When I have an active "enter price" input widget in the market gui, my FPS went from 30-40 down to 5-8.

    The strange thing is that sometimes I don't have this problem at all (seldom), and sometimes it is much worse (almost all the time). I even get it when alone in power suppressed Praetorian market.

    I have an iMac with some sort of ATI card in it (don't remember right now).
    All graphics settings to LOW, advanced settings disabled (lose about 50% of my FPS if it is just enabled, but that is another issue)

    Anyone had this problem or is it just and issue with my gfx driver (would not be the first)?
  11. Eldman

    Updater down?

    Could be.
    The test server works fine though.
  12. Eldman

    Updater down?

    I am having the same problem as well. Stuck at "Connecting.. #x" where x increases once in a while.
  13. Wonderful job with those guides, Silas. They are a real joy to read.

    Do you have a Mid build for the Sonic/Rad?
  14. For all you readers out there, try CuppaManga's solution first. If it works for you then all is good. My script should only be used as a last resort.
  15. Tried these steps (on test client):
    * Installed vidiotmaps.
    * Deleted all test server preferences.
    * Started game in safe mode (works).
    * Logged in a character (just to be sure).
    * Exited game.
    * Started game in normal mode (works).
    * Exited game.
    * Started game in normal mode again (hangs with black screen).

    No errors in Console (except complaining about missing F:, but it always does that).

    ---
    PS: I found a nice program called Platypus that creates a fake '.app' around a script. Lets be get rid of using the Terminal to start the game at least.
  16. Thanks for the information, but I actually managed to get the test client to hang just like the normal client, just by adding the vidiotmaps. That means that the test client has the same bug.

    It generates some cache or similar in what I call EVIL_DIR (in my script). The problems seems like the cache does not work well with the maps.
  17. I have tried this guide: http://boards.cityofheroes.com/showpost.php?p=2870666
    Sadly it did not work for me, but I did find out why.

    The problem is that I have installed the Vidiotmaps maps (they are *really* good). This is a bug with the game, not the maps.

    When I uninstalled the maps I got the game to work again, but that is not a good solution. So instead I wrote me a little script that "fixes" the problem caused by having the maps installed, and then starts the game. The problem is that the fix must be done before *every* gaming session. As an extra bonus the script also fixes the blank updater problem that some people have.

    NOTE: I run on the EU servers. Some modifications to the script is needed for the US servers, but they should be evident.

    /usr/local/bin/start_cox.sh
    Code:
    #!/bin/sh
    #
    # This is a temporary fix to be able to play City of Heroes/Villains.
    #
    PREF_DIR="$HOME/Library/Preferences/City of Heroes EU Preferences"
    EVIL_DIR="${PREF_DIR}/p_drive/User/Local Settings/Application Data/NCSoft"
    CONF_FILE="${PREF_DIR}/user.reg"
    CONF_TEMP="/tmp/user.reg"
    
    
    # Fix black screen problem.
    rm -rf "$EVIL_DIR"
    
    
    # Fix the blank updater problem.
    cat "${CONF_FILE}"\
        | sed 's/^"WebPage"=.*$/"WebPage"="http:\/\/uk.cityofheroes.com\/updater\/update.html"/'\
        | sed 's/^"WebPageEnglish"=.*$/"WebPageEnglish"="http:\/\/uk.cityofheroes.com\/updater\/update.html"/'\
        | sed 's/^"WebPageFrench"=.*$/"WebPageFrench"="http:\/\/fr.cityofheroes.com\/updater\/update.html"/'\
        | sed 's/^"WebPageGerman"=.*$/"WebPageGerman"="http:\/\/de.cityofheroes.com\/updater\/update.html"/'\
        > "${CONF_TEMP}"
    mv "${CONF_TEMP}" "${CONF_FILE}"
    
    
    # All done. Start the game.
    open -a "City of Heroes"
  18. I have tried running Mids using the Wineskin application (just a wrapper around Wine).
    It is almost a success.

    In the hope that someone can give me some ideas on how to proceed I am showing how I did it.

    NOTE: Requires a Windows Mids Hero Designer installation. Needed for the files. It might be possible to run the installer, but I have not tried that.

    Wineskin home: http://wineskin.sourceforge.net

    Steps:
    * Install Wineskin (see home page for info).
    * Install Wineskin engine (see home page for info).
    * Start Wineskin.
    * Click 'Wrappers' tab.
    * Enter "HeroDesigner" into the 'Create Wrapper' box and click 'Create'.
    * Click 'Basic Usage' tab.
    * Make sure 'HeroDesigner' is selected in 'Installed Wrappers'.
    * Click 'View Wrappers C drive' button.
    * Copy the Mids Hero Designer directory from your Windows installation to this location.
    * Close the Finder window (we don't need it anymore).
    * Click 'Run WineskinSettings.app' button.
    * Click 'Advanced' button.
    * Click 'Wineskin Configuration' button.
    * Click 'Choose' button belonging to 'Windows EXE' field.
    * Select 'MHDLoader.exe' from the Mids Hero Designer directory.
    * Click 'Save and Exit' button.
    * Click 'Wineskin Tools' button.
    * Click 'Run Winetricks' button.

    In this tool we need to install some packages. Select a package from the drop-down button and click 'Run' to install it. Close and restart the tool between each installation if you want to see the packet list. When installing, choose default for everything.
    Packages to install:
    - dotnet20 (I could not get it to work with mono for some reason)
    - fontfix
    - gdiplus


    When everything is done, go back to the main Wineskin window.
    * Click 'Run wrapper'.

    You can also run the wrapper in debug mode from the 'Advanced' settings panel.


    ============================================
    Before I installed 'gdiplus' I could start the program, but I got an exception the first thing that happened. It complained that something was missing. It also looked like a lot of the user interface was missing.

    After 'gdiplus' was installed, the program hangs during the "Loading Enhancement Database..." phase. This is where I am now.
  19. I have found that this does the trick (must be done before EVERY game session):

    rm -rf ~"/Library/Preferences/City of Heroes EU Preferences/p_drive/User/Local Settings/Application Data/NCSoft"

    This way you will not lose your graphics settings.

    NOTE: I assume that US players does not need the "EU" part of the path. Should be easy enough to change for you.
  20. I did turn off those things and I *still* get a black screen on startup
  21. When opening your defensive build in Mid's I noticed that you have taken most of the IO:s at level 35. Is that to make them work when doing some TF:s?
  22. It's the Option key (mac keyboard).
    The Command key works as expected, at least for Copy/Paste.
  23. Well, I guess that is one way to solve it. Thanks for the idea.

    The real problem is that Cider does not seem to recognize the Alt-key.
    I must accept that Cider has a lot of funny "features" like not supporting Alt or more than three buttons on a mouse
  24. I cannot create special characters like '$', '[', and similar. This makes macro creation and manual power description in chat ("[Brawl]" for example) a hurdle.

    The work-around is to Cmd-Enter and open a text editor to enter the character and copy/paste it back to the game.

    Has anyone who has this problem found a way to solve it?
  25. Thanks for the link. I didn't know about it