Posts by eyerobot

    Well the problem is the fact that it's trying to search for those other programs. Not wether they are there or not. This is common problem with windows programs, Because they like to drag more programs into the mix with them. And wine doesn't handle that very well.
    So far I haven't been able to get the installer to go past the initial setup screen. However the runes of magic launcher works perfectly under Linux. So there is always the manual install option, But I was trying to get around that.


    Those old systems are funny to watch. I have a room full of them. But I don't think i want to try this on my old TRS-80's. I never had a C64, I was into the color computer and started getting paid to program with those. Talk about a dead end career.

    As with a lot of other people i prefer to use Linux, Even with windows programs.
    So i decided to try the playernet app in Linux, Which starts up nicely. But quickly ran into a problem because the app wants to check for the installation of adobe and C++ 2013 automatically. Which results in the playernet app just sitting there doing nothing.


    This presents a problem for Linux users simply because it will never find those programs at the expected locations, And most likely will not detect them in our virtual windows registry file, Even though they are already installed.


    It would be nice if the playernet app had a check box that disables auto installation of these programs for non windows users.
    As it is now im installing it under Win 7, And of course I'll be running it from my Linux drive as soon as it's all setup.
    Thank you

    Would it be possible to download the client without .PlayerNet? I couldn't get .Net Framework to install on Linux, as a result .PlayerNet won't install :(

    In order to get most dot.net applications running under linux you need to be using a 32 bit wine installation, As 64 bit does not work.
    Go to your home folder and enable show hidden, Then delete the .wine folder if you don't have anything important installed to your C drive in there.
    Then create a new 32 bit wine prefix.


    To create a 32-bit WINE prefix on a 64-bit Ubuntu system, you need to open a terminal and run the following command:



    .Wine=$HOME/prefix32 WINEARCH='win32' wine 'wineboot'



    Once this is finished you can use winetricks to install all of the dot.net applications, Fonts, And anything else that may be required without ever running into the 64 bit problems again. And still maintain a 64 bit linux operating system.