-
Posts
3,628 -
Joined
-
Last visited
-
Days Won
80 -
Donations
225.00 USD
Content Type
Profiles
Forums
Events
Documentation
Bug Tracker
Downloads
Everything posted by danpaul88
-
A server migration didn't transfer some data as smoothly as we anticipated which caused some problems, but everything should be up and running now. Do let us know if you have any issues from here on out.
-
As you may have noticed, our website, game servers and all other services have been offline over the last few days. This was caused by a ransomware attack on our primary host server which took all of our services offline. We are still working to recover our game servers and some other services, so please bear with us while we get things fixed Is my personal info safe? Based on network traffic statistics and other information we do not believe the attackers accessed or copied any information on our servers. As such, we do not have reason to believe any of your information stored in the forum database has been stolen. Additionally all passwords are stored as a salted hash, which means the original password is not known to us, and by extension anyone who was able to access the database However, out of an abundance of caution we would recommend changing your password here and also on any other site where your have reused the same password. Learnings for the future This incident has highlighted that we were underprepared for an attack on the primary host server, and as such we are going to be putting a lot of effort in the near future into making our disaster recovery process more robust going forward. We were already planning some updates to our internal hosting architecture to bring things in line with more modern standards and we'll be taking the learnings from this incident into account as we do that work Further information We'll update this post with any updates and information as it becomes available. In the meantime if you have any specific questions or concerns please let us know.
-
Trouble Installing Battle for Dune: War of Assassins
danpaul88 replied to METALLIX's topic in Help & Support
The errors.log file may contain more information -
Did we see an errors.log file yet? That'll usually tell you what the issue is. Also be sure to install the optional Windows 7 updates linked in the article about using the launcher with Windows 7. You may have to repeat the registry edit from that topic after installing all the updates.
-
Is that on Windows 11? I don't have any hardware capable of running Windows 11 so I can't test things there very easily
-
The push notifications use SignalR, and they provide all the information about a server each time that information changes. You can subscribe to detailed information about specific servers (i.e. the player list) or just the headline features like player count, map, etc. The launcher subscribes to the headline info for all servers and the detailed information for just the specific server you've got selected to keep the network usage down.
-
That log file is from the launcher itself, it's not related to the game not starting properly. I'd suggest trying to repair the game using the option in the launcher to verify the files are all correct. Could also look in event viewer to see if there's any more information there, since without the crash dump it'll be hard to debug for the APB team
-
Amusingly I was experimenting with building something similar in Flutter, mainly as an exercise in learning how Flutter works. Are you subscribing to the push notifications or just polling for changes? I have no objections to you releasing it - the GSH API was always intended to be public after all. Just be aware that I may change some of the APIs in future to handle some planned new features.
-
We'd have to update every single game to not use the registry, including ancient things like APB beta, before we could remove the need for the launcher to use the registry... Pretty big ask of all the devs!
-
Game.exe doesn't read your settings from a file, so we have to match what game.exe is doing
-
Just so you know, the launcher will be updated to net6.0 sometime in the 'near' future, but it'll be a self contained deployment so shouldn't need any other framework present on the target machine. As it's still using WPF it'll still be a Windows application of course, but down the line I am planning to investigate using avalonia as a UI framework, which would allow it to run on other platforms natively (although we'd still need to write registry stuff to handle game config, so not sure if it'll be possible to actually use it in a native fashion since obviously the registry isn't native to other platforms)
-
The turret scripts I developed (which were the basis that moonsense expanded into my new bots) have the ability to prioritize targets by health, type, distance, value (on the basis that more expensive = more dangerous) etc... Not sure if IA uses these though, and if it does, what settings it's using.
-
Okay then. In other news, I recently saw a stream of MMORPG Tycoon 2 and that looks pretty fun to play around with 😜
-
This was a one off fix for a specific user. If you're using Windows 7 and getting this error check this; https://w3dhub.com/forum/topic/423659-running-the-launcher-on-windows-7-enabling-tls12/
-
-
If you are using Windows 7 you may have problems connecting to our backend services using the Launcher. This is because, by default, Windows 7 does not support TLS 1.2, which is a stronger encryption protocol that many modern websites use, ours included. Updating to a modern operating system that is still supported by Microsoft is the best option, however if for some reason you are unable or unwilling to do so, you can forcibly enable TLS 1.2 support in Windows 7 via the registry by setting the following options; [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client] "DisabledByDefault"=dword:00000000 If you are unsure how to do this, I suggest following this guide. Note that you must have all recommended Windows Updates installed or this may not work. You can read more about this topic on Microsoft's website here and here
-
If you're running Windows 7 make sure to install all available Windows updates
-
Reborn I think The launcher is a sith lord.{Reborn install error}
danpaul88 replied to Felix's topic in Help & Support
Uploading the errors.log file from documents/w3d hub/launcher will show the reasons for the error -
Can you upload errors.txt from documents/w3d hub/launcher
-
Sounds like it's not connecting to the game server successfully, what server are you trying to join?
-
Help Can't join Renegade online -- TT outdated?
danpaul88 replied to Nozzy's topic in Help & Support
Which server are you trying to join? The launcher itself doesn't check the version of TT you have installed, so it must be something on the server you are joining -
That's not usual - if some of the binaries changed but some were unchanged it'll take the older ones from a previous patch and combine them with the subset of new ones in the newer patch. It mainly happens when installing from scratch or installing multiple updates at once