mirror of
https://github.com/grasmanek94/UniverseLAN.git
synced 2026-07-25 10:15:23 -04:00
Build 506 and 599 64-bit is broken #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vinceho on GitHub (Feb 14, 2026).
When trying to run 64-bit version of the server, the Build 506/599 just exits after trying to load the
config.inifile. Build 487 is fine.I've also tried loading my game with v1.133.6
Galaxy64.dllfrom Build 506, Sniper Elite V2 Remastered fails to launch. However, the same DLL from Build 487 works fine.@grasmanek94 commented on GitHub (Feb 16, 2026):
oh.. that's embarrassing on my part, sorry for that. If you change the
UniverseLANServerData\Config.inifile, from:to
You should at least be able to start the server. I'll investigate the game not launching. Do you have more details available, like logs or traces? (can be enable in
UniverseLan.inimain config,CallTracingFlags = TRACE_ALL_FLAGS)@vinceho commented on GitHub (Feb 16, 2026):
When using any builds other than 487, Sniper Elite V2 Remastered doesn't work. Unfortunately, it doesn't produce any logs either. For what it's worth, I attached the trace logs for Build 487, in case that's useful.
UniverseLANData-Build-487.zip
I still couldn't start the 64bit server. Here's what I see in build 599. Even after changing bind address to
localhost. 32bit is able to launch. No log files are produced when running 64bit with traces on.Thank you for all your hard work creating Universe LAN! I'm all for preserving games and happy to know there is an alternatives to third-party services that may be gone eventually.
@grasmanek94 commented on GitHub (Feb 18, 2026):
okay I have at least solved the IP parsing problems and type detection, so the network layer should at least behave like it used to now.
Next I'll tackle linux build issues and then I'll check why SEv2 won't work with later builds. I suspect it might be one of the issues I already fixed related to file paths (there still were two small bugs left).
@grasmanek94 commented on GitHub (Feb 19, 2026):
It seems that with the latest fixes SEv2 launches fine -- but keep in mind I didn't try reproducing your issue where the game doesn't launch.
@grasmanek94 commented on GitHub (Feb 19, 2026):
https://github.com/grasmanek94/UniverseLAN/releases/tag/613 has been released. I can create a lobby with this setup. Can you test please?
@vinceho commented on GitHub (Feb 21, 2026):
Thank you! It still doesn't work for me and no logs are produced. Sorry, I forgot to mention that I'm using the Steam version of Sniper Elite V2 Remastered + Goldberg. I'm able to create and join multiplayer games with Build 487 over local network. As soon as I replace
Galaxy64.dllwith a different version, the game doesn't load. The setup with the steam version is probably not standard. I'll try to setup Visual Studio when I have time and debug on my end.Thanks again!
@grasmanek94 commented on GitHub (Feb 21, 2026):
@vinceho if needed I can also compile a tracer, it requires a bit more setup and I need to know the exact version, but then we can trace the code a bit more in detail on what's happening.
What you can also do for now is enable tracing in
UniverseLAN.inito get some basic tracing information:Tracing info should be generated in
UniverseLANData/Tracingfolder.Please make sure that when uploading trace files there's no privacy related information in there such as username/e-mail/passwords/computer name/any info you don't want to be public from your end.