Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Eve online crashing at startup

  1. #11
    Join Date
    Jul 2009
    Beans
    69

    Re: Eve online crashing at startup

    I switch between the two actually but mainly ubuntu. I run them from playonlinux

  2. #12
    Join Date
    Jul 2009
    Beans
    69

    Re: Eve online crashing at startup

    Ive managed to get the kernel upgrade applied successfully and its worked. Thanks for that tip

  3. #13
    Join Date
    Oct 2005
    Location
    Adelaide, South Australia
    Beans
    746
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Eve online crashing at startup

    Removing the settings folder worked for me.

    since i installed my copy of eve in ~/Games/Eve (and H: is mapped to my home folder) the place my settings was located was :
    Code:
    /home/<your-username>/.wine/drive_c/users/<your-username>/Local Settings/Application Data/CCP/EVE/h_games_eve_tranquility
    But I'm back to the problem of missing fonts, probably an unrelated issue.
    Fear is the mindkiller....
    The little death that obliterates...

  4. #14
    Join Date
    Feb 2013
    Beans
    1

    Re: Eve online crashing at startup

    Quote Originally Posted by diggedy View Post
    it was the kernel upgrade which was giving me problems. no harm done though, just reverted to the original kernel.

    how do you run eve from temrinal though
    here is an example of writing a script to launch eve via terminal (launches in an emulated virtual desktop.)

    cd to the directory you would like to store this script. create a new file called eve.bash
    you can do this using vi editor
    Code:
    #!/bin/bash      
    WINE=wine
    $WINE explorer /desktop=eveA,1920x1080 "c:\program files\ccp\eve\eve.exe"
    give the file execution rights
    Code:
    chmod +x eve.bash
    run the file to test it
    Code:
    ./eve.bash

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •