Jump to content

karu

Web Development Lead [WDL]
  • Posts

    1117
  • Joined

  • Donations

    0.00 USD 

Posts posted by karu

  1. "Check wine version" does not use WINE_EXEC 😉

    wine-gecko always redownloads the msi

     

    Ubuntu winetricks depends on 'wine' aswell, so both wine and wine-staging gets installed.

    If package not installed, then maybe just pull winetricks from github directly and stuck it in wine-enb for example.

     

    add_exit_cmd is heavily bash dependant, but ubuntu uses dash for '/bin/sh', if you change it to /bin/bash then it will work.

    Not sure what you trying to do with 'eval "set -- $(pf trap) | ...."' and later with shift's.

     

    e&b/net7 config default seems to be "640x480 fullscreen". Fullscreen anything with linux is usually bad idea, especially when user is running 3 monitors and app is not built for xrandr 😉 (got one of monitors set to 640x480 when config ran hehe)

     

    Automation broke this time when launcher ran (worked yesterday), but manually patching worked.

     

  2. In general it worked, but had to make few modification for it to work in my test container

    - no wine-gecko (installed it when net7launcher poped up first and got the wine prompt to do so)

    - add_exit_cmd broken in "Net7 Unified Installer", "DER_CERT_REG", and "Net7 Launcher to perform updates" phases

    - disabled gsettings as that broke (possibly because I dont have gnome?)

     

    Was able to log into game, so good job putting this together.

  3. 1 hour ago, Mashimara said:

    BTW, I cannot log in to my old Net-7 accounts here.
    I make it into the game and It says username or password is wrong, just after entering it in the boxes.
    I'm looking for the process to reset my game account passwords.

     

    Go to net-7.org, Account / "Master account settings" page "Avatar Settings" tab.

    You can select ingame account and change or reset password there.

  4. Its either connection issue (firewall?) or certificate issue. If you use invasive internet security product that injects itself between https connections, then that might cause issues.

     

    If you enter wrong password, then Megan will tell you and you do not get INV-300 popup

  5. I take you using LaunchNet7 and its pointed to release/client.exe file in EnB install folder?

    Server Host field should read sunrise.net-7.org and version on bottom/right corner should say 544

     

    INV-300 is certificate error.  Make sure your application firewall (if any) does not intercepts https traffic, and you are not using proxy with https, and are not overriding sunrise.net-7.org IP in c:/window/system32/drivers/etc/hosts file (or in DNS)

    If you open http://sunrise.net-7.org/AuthLogin in IE11/any browser, you should not see any certificate errors.

  6. (network) firewall usually does not need any special conf unless its very restrictive what can be created from client to internet.

     

    (application) firewall needs to grant access to:

    game client.exe, net7proxy.exe need tcp/udp access to local interfaces and sunrise.net-7.org

    launchnet7.exe needs just web access to patch.net-7.org

     

    You do say its location specific tho, so your computer seems to be fine, its the ISP side that messes things up.

    • Like 1
  7. Thanks for report. Sorry for all the issues it caused.

     

    I believe GM's were able to restore access to your ingame characters already.

     

    It seems that there was an issue where, at a time of deletion, checking if avatars existed or not was not done.

     

    I have now added that check and this should not happen anymore.

    • Upvote 1
  8. As far as I remember, that particular error message only comes up if udp and https connections end up using different external IP's.

    It can be client side proxy settings (on windows its using proxy from internet options), client side vpn where https is tunneled but udp is not, or isp side shenanigans.

×
×
  • Create New...