• Vapor - Cross Platform Steam Client
    443 replies, posted
[QUOTE=WingedAssailant;31952817]does anyone know if this works on Android since i want to be able to chat to my friends on steam via my phone[/QUOTE] It uses a different code, and it's intended for Linux machines, not Android devices. There's another project being developed, you would have noticed it if you had read the thread. [QUOTE=AzzyMaster;31646753]I am making a android/web app using this: [url]http://www.facepunch.com/threads/1113839-pocketSteam[/url][/QUOTE]
[QUOTE=FFTAMarche;31952782]Tried that, now I get this message: Unable to login to Steam3: Unable to connect to CM server. Debug doesn't give me anything.[/QUOTE] It sounds like you're having networking issues outside of the scope of just Vapor. What OS/distro are you running this on?
I'm crashing as soon as my friends tab loads. I'm on Win7.
[QUOTE=zombojoe;31966680]I'm crashing as soon as my friends tab loads. I'm on Win7.[/QUOTE] Can you provide any more information than that? Such as the exception details or anything?
This is a brilliant program, well made. Could do with some theme settings for it. I don't really like having the top of it not blend in.
[QUOTE=VoiDeD;31958114]It sounds like you're having networking issues outside of the scope of just Vapor. What OS/distro are you running this on?[/QUOTE] Windows XP, running in boot camp
Everytime I attempt to login, I keep getting "Vapor has stopped working". Happens when it shows my online friend list. Using Win7, 32B. This didn't happen a few weeks ago with an older Vapor version. Only when I accepted too many friends within a few seconds. EDIT: Found the issue. Too many friends in friendlist = crash. I logged in on a different account with less friends and it wasn't crashing anymore. At least, I hope this is causing the issue.
[QUOTE=FF|Skyrider;32004636]Everytime I attempt to login, I keep getting "Vapor has stopped working". Happens when it shows my online friend list. Using Win7, 32B. This didn't happen a few weeks ago with an older Vapor version. Only when I accepted too many friends within a few seconds. EDIT: Found the issue. Too many friends in friendlist = crash. I logged in on a different account with less friends and it wasn't crashing anymore. At least, I hope this is causing the issue.[/QUOTE] Are you getting any crash dialog that you can pull a log from? I can't exactly reproduce this crash.
It seems I'm not the only one who has the crash issue when the friend tab loads as I just saw from a few posts above. But it doesn't seem to crash now. But no, no log. I can only close the error box and vapor closes down.
[code] Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'SteamKit2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: 'SteamKit2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'SteamKit2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: 'SteamKit2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' spaz@UBUNTOP:~$ '/home/spaz/Installs/Vapour/Vapor.exe' ** (/home/spaz/Installs/Vapour/Vapor.exe:24219): WARNING **: The following assembly referenced from /home/spaz/Installs/Vapour/Vapor.exe could not be loaded: Assembly: System.Windows.Forms (assemblyref_index=0) Version: 2.0.0.0 Public Key: b77a5c561934e089 The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/spaz/Installs/Vapour/). ** (/home/spaz/Installs/Vapour/Vapor.exe:24219): WARNING **: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. File name: 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' [/code] I get this on Ubuntu 11.04 64 bit, Mono is installed, Vapour 1.3.1 with tray. Im gonna try an older version in a sec.
[QUOTE=FlamingSpaz;32019725][code] Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'SteamKit2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: 'SteamKit2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'SteamKit2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: 'SteamKit2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' spaz@UBUNTOP:~$ '/home/spaz/Installs/Vapour/Vapor.exe' ** (/home/spaz/Installs/Vapour/Vapor.exe:24219): WARNING **: The following assembly referenced from /home/spaz/Installs/Vapour/Vapor.exe could not be loaded: Assembly: System.Windows.Forms (assemblyref_index=0) Version: 2.0.0.0 Public Key: b77a5c561934e089 The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/spaz/Installs/Vapour/). ** (/home/spaz/Installs/Vapour/Vapor.exe:24219): WARNING **: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. File name: 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' [/code] I get this on Ubuntu 11.04 64 bit, Mono is installed, Vapour 1.3.1 with tray. Im gonna try an older version in a sec.[/QUOTE] A quick google search led me here: [url]http://ubuntuforums.org/showthread.php?t=851578[/url] You should try installing the 2.0 package to see if it fixes things. Kinda odd that Ubuntu's mono doesn't come with that assembly right off the bat.
[QUOTE=VoiDeD;32021936]A quick google search led me here: [url]http://ubuntuforums.org/showthread.php?t=851578[/url] You should try installing the 2.0 package to see if it fixes things. Kinda odd that Ubuntu's mono doesn't come with that assembly right off the bat.[/QUOTE] Installed it, and now it's saying Mono for windows isn't installed, even though it is. It has nothing to do with Vapor I guess.
Getting this [code] Problemereignisname: CLR20r3 Problemsignatur 01: vapor.exe Problemsignatur 02: 1.3.1.39827 Problemsignatur 03: 4e571c07 Problemsignatur 04: mscorlib Problemsignatur 05: 2.0.0.0 Problemsignatur 06: 4d8cdd0e Problemsignatur 07: e3 Problemsignatur 08: 10 Problemsignatur 09: System.InvalidOperationException Betriebsystemversion: 6.1.7601.2.1.0.256.1 Gebietsschema-ID: 3079[/code] on my main account (~230 friends). Second acc with ~50 works fine.
So as I assumed. Too many friends is causing crashes.
"Logged off from Steam3: InvalidProtocolVer" Getting this whenever I log in, already put in Steam Guard code. Tray version, Win 7 32-bit. [editline]2nd September 2011[/editline] Just remembered I posted about this before and running as admin worked... Wtf Even after updating I still get this, but why? Oh well... [editline]2nd September 2011[/editline] Now it seems I have too many friends and it crashes on me. Great. Say goodbye to me ever using Steam again on THIS computer...
Alright, I've worked out the issue people with large friend lists are having, and I've fixed it in version 1.4. Download link remains the same: [url]https://bitbucket.org/VoiDeD/steamre/downloads[/url] Other fixes in this version includes some performance fixes when resizing the window, and fixes for the friends list displaying too many friends.
You are incredible A million hearts to you
Using this on Arch, great program, but I've found a bug, not sure if it's been posted before. When somebody not on your friends list chats with you, it doesn't notify you and ask what you want to do(accept, deny, block and deny), it just opens the chat up, and it says the user is "unknown".
It's always something. [img]http://sae.tweek.us/static/images/emoticons/emot-smith.gif[/img] I've fixed that (at least the [unknown] part. Not showing a confirmation dialog was a design choice.) in v1.4.1: [url]https://bitbucket.org/VoiDeD/steamre/downloads[/url] Additionally I've made it so that double clicking on the tray icon on the tray build will show/hide the friends list. Hopefully this will be the last of the fixes.
[QUOTE=Shounic;31952951]but is there an iOS version being developed, like the Android version?[/QUOTE] No idea if there's an Android version at all, but in my spare time I've been slowly trying to port it over to Mac/iOS. Unfortunately, I lost two critical source files when I stupidly forgot to back up one folder a few months ago when I reinstalled Windows on my desktop, and 90% of my work was Steam2-based which has now been discontinued. I'm almost back to square one :(
does this have to be installed or can i just unzip this to a flash drive and i'm good to go? [editline]19th September 2011[/editline] never mind found out on my own now i can bring my internet friends to college!
Vapor 1.4.1 Gentoo on KDE 4.7.1 The problem: I start the program and get this. [img]http://dl.dropbox.com/u/5733962/VaporError/VaporError.png[/img] You can find [url=http://dl.dropbox.com/u/5733962/VaporError/VaporError.txt]Mono's output with --debug and -v here[/url] (I didn't read the thread and this is the only time I ever bothered with Mono so I don't know if that's too much or not enough or what). Additionally, I supply the following: Versions of the tools used to build Mono: [code]System uname: Linux-3.0.4-gentoo-i686-AMD_Athlon-tm-_64_Processor_3500+-with-gentoo-2.0.3 Timestamp of tree: Mon, 19 Sep 2011 13:00:01 +0000 app-shells/bash: 4.2_p10 dev-lang/python: 2.7.2-r3, 3.1.4-r3, 3.2.2 dev-util/cmake: 2.8.5-r2 dev-util/pkgconfig: 0.26 sys-apps/baselayout: 2.0.3 sys-apps/openrc: 0.9.3-r1 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.68 sys-devel/automake: 1.9.6-r3, 1.11.1-r1 sys-devel/binutils: 2.21.1-r1 sys-devel/gcc: 4.4.5, 4.5.3-r1 sys-devel/gcc-config: 1.4.1-r1 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r3 sys-kernel/linux-headers: 2.6.39 (virtual/os-headers) sys-libs/glibc: 2.13-r4 [/code] Mono's build settings: [code]dev-lang/mono-2.10.5 was built with the following: USE="-minimal -pax_kernel -xen" CFLAGS="-O2 -march=i686 -pipe -fno-strict-aliasing" CXXFLAGS="-O2 -march=i686 -pipe -fno-strict-aliasing" [/code]
[QUOTE=lavacano;32398410]You can find [url=http://dl.dropbox.com/u/5733962/VaporError/VaporError.txt]Mono's output with --debug and -v here[/url] (I didn't read the thread and this is the only time I ever bothered with Mono so I don't know if that's too much or not enough or what).[/QUOTE] Not sure what to say about that. It looks like a terrible train wreck of stack overflows and memory exhaustion. I don't claim to be anywhere near an expert on Mono, so I have no idea what's causing that or what you can do to fix it.
[QUOTE=VoiDeD;32418024]Not sure what to say about that. It looks like a terrible train wreck of stack overflows and memory exhaustion. I don't claim to be anywhere near an expert on Mono, so I have no idea what's causing that or what you can do to fix it.[/QUOTE] Well without --debug and -v it doesn't print anything. I think -v might just be printing what exactly it's doing, even if it's not a fail. Next I'm in Linux I'll get a result without -v and see if you can solve it from there.
[QUOTE=lavacano;32437548]Well without --debug and -v it doesn't print anything. I think -v might just be printing what exactly it's doing, even if it's not a fail. Next I'm in Linux I'll get a result without -v and see if you can solve it from there.[/QUOTE] I tried with straight --debug and it didn't print anything. So Mono apparently thinks nothing is wrong.
[code]user@user-1005HA ~/Vapor $ mono Vapor.exe ** (Vapor.exe:29676): WARNING **: The following assembly referenced from /home/user/Vapor/Vapor.exe could not be loaded: Assembly: System.Windows.Forms (assemblyref_index=0) Version: 2.0.0.0 Public Key: b77a5c561934e089 The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/user/Vapor/). ** (Vapor.exe:29676): WARNING **: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. File name: 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' user@user-1005HA ~/Vapor $ [/code] [editline]2nd October 2011[/editline] fixed it, nevermind
I would love to see this running on android if its not already Edit: That's what i get for not reading properly, well count this as a request too!
Since the first page there where requests for a iOS and Android version
Got an error when trying to do "/me ". That's "/me" with just a space at the end, not the feature as a whole. I'm running Win7 Enterprise 32-bit. [code]************** Exception Text ************** ProtoBuf.ProtoException: Invalid serialization operation with wire-type String at position 13 at ProtoBuf.ProtoWriter.AppendExtensionData(IExtensible instance, ProtoWriter writer) at ProtoBuf.Serializers.TypeSerializer.Write(Object value, ProtoWriter dest) at ProtoBuf.Meta.RuntimeTypeModel.Serialize(Int32 key, Object value, ProtoWriter dest) at ProtoBuf.Meta.TypeModel.SerializeCore(ProtoWriter writer, Object value) at ProtoBuf.Meta.TypeModel.Serialize(Stream dest, Object value, SerializationContext context) at ProtoBuf.Meta.TypeModel.Serialize(Stream dest, Object value) at ProtoBuf.Serializer.Serialize[T](Stream destination, T instance) at SteamKit2.MsgClientFriendMsg.Serialize(Stream stream) at SteamKit2.ClientMsg`2.Serialize(Stream s) at SteamKit2.UdpConnection.Send(IClientMsg clientMsg) at SteamKit2.CMClient.Send[MsgType](ClientMsgProtobuf`1 clientMsg) at SteamKit2.SteamFriends.SendChatMessage(SteamID target, EChatEntryType type, String message) at Vapor.ChatDialog.txtChat_EnterPressed(Object sender, EventArgs e) at Vapor.ChatTextBox.OnEnterPressed(EventArgs e) at Vapor.ChatTextBox.OnKeyPress(KeyPressEventArgs e) at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m) at System.Windows.Forms.Control.ProcessKeyMessage(Message& m) at System.Windows.Forms.Control.WmKeyChar(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.TextBoxBase.WndProc(Message& m) at System.Windows.Forms.RichTextBox.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Vapor Assembly Version: 1.4.1.29675 Win32 Version: 1.4.1.29675 CodeBase: file:///F:/Raijin/Vapor/Vapor.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5447 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- SteamKit2 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///F:/Raijin/Vapor/SteamKit2.DLL ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Classless.Hasher Assembly Version: 0.7.2247.36474 Win32 Version: 0.7.2247.36474 CodeBase: file:///F:/Raijin/Vapor/Classless.Hasher.DLL ---------------------------------------- protobuf-net Assembly Version: 2.0.0.420 Win32 Version: 2.0.0.420 CodeBase: file:///F:/Raijin/Vapor/protobuf-net.DLL ---------------------------------------- System.Management Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll ---------------------------------------- System.Core Assembly Version: 3.5.0.0 Win32 Version: 3.5.30729.5420 built by: Win7SP1 CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.[/code] No crash, just this error message.
[QUOTE=Raijin;32610930]Got an error when trying to do "/me ". That's "/me" with just a space at the end, not the feature as a whole. I'm running Win7 Enterprise 32-bit. [code]************** Exception Text ************** ProtoBuf.ProtoException: Invalid serialization operation with wire-type String at position 13 at ProtoBuf.ProtoWriter.AppendExtensionData(IExtensible instance, ProtoWriter writer) at ProtoBuf.Serializers.TypeSerializer.Write(Object value, ProtoWriter dest) at ProtoBuf.Meta.RuntimeTypeModel.Serialize(Int32 key, Object value, ProtoWriter dest) at ProtoBuf.Meta.TypeModel.SerializeCore(ProtoWriter writer, Object value) at ProtoBuf.Meta.TypeModel.Serialize(Stream dest, Object value, SerializationContext context) at ProtoBuf.Meta.TypeModel.Serialize(Stream dest, Object value) at ProtoBuf.Serializer.Serialize[T](Stream destination, T instance) at SteamKit2.MsgClientFriendMsg.Serialize(Stream stream) at SteamKit2.ClientMsg`2.Serialize(Stream s) at SteamKit2.UdpConnection.Send(IClientMsg clientMsg) at SteamKit2.CMClient.Send[MsgType](ClientMsgProtobuf`1 clientMsg) at SteamKit2.SteamFriends.SendChatMessage(SteamID target, EChatEntryType type, String message) at Vapor.ChatDialog.txtChat_EnterPressed(Object sender, EventArgs e) at Vapor.ChatTextBox.OnEnterPressed(EventArgs e) at Vapor.ChatTextBox.OnKeyPress(KeyPressEventArgs e) at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m) at System.Windows.Forms.Control.ProcessKeyMessage(Message& m) at System.Windows.Forms.Control.WmKeyChar(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.TextBoxBase.WndProc(Message& m) at System.Windows.Forms.RichTextBox.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) [/code] No crash, just this error message.[/QUOTE] Does it happen consistently when you use "/me "?
Sorry, you need to Log In to post a reply to this thread.