You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theres a potential bug in gwlauncher that means that the modlist.txt thats created could be overwritten before gmod can access it (I've not committed the gwlauncher code yet because of this). The solution is to read the modlist file(s) from disk when gmod is launched rather than when the dx9 device is created.
Once the dll has read the info, we can be free to do whatever we want with the modlist file on disk (i.e. rewrite the contents for the next queued gw account in gwlauncher)
Not so much a bug but not a new feature either
The text was updated successfully, but these errors were encountered:
Theres a potential bug in gwlauncher that means that the modlist.txt thats created could be overwritten before gmod can access it (I've not committed the gwlauncher code yet because of this). The solution is to read the modlist file(s) from disk when gmod is launched rather than when the dx9 device is created.
Once the dll has read the info, we can be free to do whatever we want with the modlist file on disk (i.e. rewrite the contents for the next queued gw account in gwlauncher)
Not so much a bug but not a new feature either
The text was updated successfully, but these errors were encountered: