Dear Friends at Epic,
I was instructed by Josh and Dimitry to wait until Beta5 before taking my Steam efforts further.
Well, The log messages have changed a little but, I still get the same steam errors
- when using -log with vehicle game
- when loading the main editor
- when loading my game
- When loading my game using the Packaged version (currently on drop box for your testing purposes)
and I am using these settings in DefaultEngine.ini
[Core.Log]
LogNet=Log
LogOnline=verbose ;online logging
LogAnalytics=log
[/Script/Engine.GameEngine]
!NetDriverDefinitions=ClearArray
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="OnlineSubsystem.IpNetDriver")
+NetDriverDefinitions=(DefName="NoSteamNetDriver",DriverClassName="OnlineSubsystem.IpNetDriver",DriverClassNameFallback="OnlineSubsystem.IpNetDriver")
[OnlineSubsystem]
;DefaultPlatformService=Null
DefaultPlatformService=Steam
PollingIntervalInMs=20
;Josh also mentioned as steam app id
;212960
;204700
[OnlineSubsystemSteamworks]
bEnableSteam=true
SteamDevAppId=212960
GameServerQueryPort=27015
bRelaunchInSteam=false
GameVersion=1.0.0.0
bVACEnabled=1
bAllowP2PPacketRelay=true
P2PConnectionTimeout=90
[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
AllowDownloads=false
I’ve tried commenting out various parts of these settings to no avail
#What is Better and Different
In Beta 5, the OnlineSubsystem actually does get found!
Yay!
I’ve not tried fiddling with the steam version of the online sub yet
Josh mentioned that just cause log shows error doesnt mean steam didn load so if I find anything else out I will let you know
but
do YOU all get Steam errors?
#Yes Steam Is Open and Running
#The Log Errors at Top of Log
Log file open, 11/12/13 23:48:15
LogInit:Display: Running engine for game: VictoryGame
LogLoad: Loading PreInit Modules: 0.01 seconds
LogLoad: Loading Game Modules: 0.00 seconds
LogGenericPlatformMisc: Culture is EN-US
LogInit: Version: 1904627
LogInit: Compiled (64-bit): Nov 6 2013 12:04:34
LogInit: Build Configuration: Development
LogInit: Branch Name: UE4-Rocket/Beta5
LogInit: Command line: -ResX=1280 -ResY=960 -WinX=0 -WinY=0 -log -game
LogInit: Base directory: C:/Program Files/Rocket/Engine/Binaries/Win64/
[0000.51][ 1]LogInit: Computer: VICTORY
[0000.51][ 1]LogInit: User: Rama
[0000.51][ 1]LogInit: CPU Page size=4096, Cores=4
[0000.51][ 1]LogInit: High frequency timer resolution =3.515683 MHz
[0000.51][ 1]LogInit: Memory total: Physical=7.9GB (8GB approx) Pagefile=15.8GB Virtual=8192.0GB
[0000.51][ 1]LogLoad: Platform Initialization: 0.00 seconds
[0000.52][ 1]LogOnline:Warning: STEAM: Steam API disabled!
[0000.52][ 1]LogOnline:Display: STEAM: OnlineSubsystemSteam::Shutdown()
[0000.52][ 1]LogFileManager:Warning: Error deleting file: C:/Program Files/Rocket/Engine/Binaries/Win64/steam_appid.txt
[0000.52][ 1]LogOnline:Warning: Unable to load default OnlineSubsystem module Steam, using NULL interface
[0000.53][ 1]LogOnline:Verbose: NULL: Created thread (ID:6656).
[0000.53][ 1]LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467
[0000.53][ 1]LogTaskGraph: Started task graph with 3 named threads and 4 total threads.
[0000.55][ 1]LogInit: Presizing for 0 objects not considered by GC, pre-allocating 0 bytes.
[0000.56][ 1]LogInit: Object subsystem initialized
[0000.59][ 1]LogD3D11RHI: Found D3D11 adapter 0: NVIDIA GeForce GTX 680 (Feature Level 11_0)
[0000.59][ 1]LogD3D11RHI: Adapter has 1994MB of dedicated video memory, 0MB of dedicated system memory, and 2047MB of shared system memory
[0000.59][ 1]LogRHI: Texture pool is 972 MB (50% of 1945 MB)
#Pictures for You
I did reinstall Steam
Loading Main Editor, note the exact file location of the steam_appid that is not being created/destroyed as an error in log
I did a complete wipe of my Steam install and re-installed it form scratch
and still the behavior is the same
I did put steam_appid in my binaries
I have steam_appid in binaries/win64 for my game as well as the one that come with rocket install
curiously the log error only refers to the main rocket install steam_appid.txt
#Ideas Please
I have no idea how to get steam integration working!
Please help!
Open IP is great but steam sockets are more robust
#Every Indication that Open IP Still Works
I have not tested with another person yet but I have every indication that Open IP is still working the same for me as in Beta4 which = fabulously well
#Packaged Game of 388Mb On Drop Box
For your testing to see if the steam issue is local to my computer / rocket install or something else
NathanLyer/VictoryPackaged.rar
#Thanks!
Thanks!
Rama