Robowar – VPX

Viewing 17 posts - 41 through 57 (of 57 total)
  • Author
    Posts
  • #47275
    MelissaRay
    Participant
      @melissaray

      **Update**  This table ony launches when I disable the B2S….will the B2S only work if you have DOF?…..I do not have DOF…..is there any way to launch the table with the B2S Server if I do not have DOF?….I am trying to launch table with the B2S backglass without having DOF (wish I had DOF)….is there some way in VPX you can choose the controller type??….I do not see this option in the script so must be all integrated in the controller.vbs file?…I am wondering if I am supposed to run under pinmame instead of B2S if I do not have DOF and maybe just use static pic of backglass with the DMD instead of using B2S Server??….any assistance greatly appreciated!..  :)

      Here is the complete error message:

      See the end of this message for details on invoking
      just-in-time (JIT) debugging instead of this dialog box.
      ************** Exception Text **************
      System.ArgumentOutOfRangeException: startIndex cannot be larger than length of string.
      Parameter name: startIndex
      at System.String.Substring(Int32 startIndex, Int32 length)
      at B2S.formBackglass.GetB2SSetsTopVisible(String b2sSetsData, Boolean currentTopVisible)
      at B2S.formBackglass.PollingData()
      at B2S.formBackglass._Lambda$__3(Object a0, EventArgs a1)
      at System.Windows.Forms.Timer.OnTick(EventArgs e)
      at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
      at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
      ************** Loaded Assemblies **************
      mscorlib
      Assembly Version: 4.0.0.0
      Win32 Version: 4.6.1586.0 built by: NETFXREL2
      CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
      —————————————-
      B2SBackglassServerEXE
      Assembly Version: 1.0.0.0
      Win32 Version: 1.0.0.0
      CodeBase: file:///C:/Program%20Files%20(x86)/Visual%20Pinball/Tables/B2SBackglassServerEXE.exe
      —————————————-
      System.Core
      Assembly Version: 4.0.0.0
      Win32 Version: 4.6.1586.0 built by: NETFXREL2
      CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
      —————————————-
      System
      Assembly Version: 4.0.0.0
      Win32 Version: 4.6.1586.0 built by: NETFXREL2
      CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
      —————————————-
      System.Windows.Forms
      Assembly Version: 4.0.0.0
      Win32 Version: 4.6.1586.0 built by: NETFXREL2
      CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
      —————————————-
      System.Drawing
      Assembly Version: 4.0.0.0
      Win32 Version: 4.6.1586.0 built by: NETFXREL2
      CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
      —————————————-
      Microsoft.VisualBasic
      Assembly Version: 10.0.0.0
      Win32 Version: 14.6.1586.0 built by: NETFXREL2
      CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
      —————————————-
      System.Xml
      Assembly Version: 4.0.0.0
      Win32 Version: 4.6.1586.0 built by: NETFXREL2
      CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
      —————————————-
      Accessibility
      Assembly Version: 4.0.0.0
      Win32 Version: 4.6.1586.0 built by: NETFXREL2
      CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.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.

       

      #47278
      -=Dozer=-
      Participant
        @dozer

        Hey there, Arngrim may be able to answer this for you (maybe send a PM) – I believe you should be able to run this with a directb2s backglass without DOF  however it’s been a few years since I’ve run any table without DOF and this table uses his controller.vbs arrangement which may require some kind of special config to work with your setup.

        1 user thanked author for this post.
        #47283
        MelissaRay
        Participant
          @melissaray

          Ok, thank you so much Dozer!….. :)

          ps…. tried the table without the B2S and just LOVE it!!!!!  :D….. :yahoo:   :yahoo: :yahoo: AWESOME TABLE!!!

           

          #47285
          Thalamus
          Moderator
            @thalamus
            ContributorMemberModerator

            from DOF installation page :

            You can also edit the B2STableSettings.xml file in the table directory. You will need to add the ArePluginsOn option to the file. In your case – a zero, to turn it off.

            <B2STableSettings>
            ….
            <ArePluginsOn>0</ArePluginsOn>
            </B2STableSettings>
            The table script optionally starts the b2s.server – that again starts dof. Disable it in b2s.server should in theory solve your problem.
            #47759
            MelissaRay
            Participant
              @melissaray

              Hi Thalamus, I did go into the .xml file and change from 1 to a zero like you suggested but am still getting this error when trying to launch the table with the B2S backglass….I added a screen shot of the error….any ideas on what may be causing this error?…

              Attachments:
              #47806
              sifusun
              Participant
                @sifusun

                This is SOOOOOOO GREAT!!!  Thx dozer (and all involved) !!!!!!!

                 

                :yahoo: :yahoo:   :yahoo:   :yahoo:   :yahoo:

                #48451
                Drybonz
                Participant
                  @drybonz
                  Member

                  Hey there, TX Sector is very rough, it was my first VPX table so it would be nice to update it at some stage.

                  There is a new backglass for TX Sector that was just posted at VPU.

                  #48471
                  Thalamus
                  Moderator
                    @thalamus
                    ContributorMemberModerator

                    Ups, I didn’t see you question earlier – sorry.

                    I’m not sure why you have this problem – maybe a update of the b2s will resolve it for you ?

                    If this table doesn’t require 10.2 – then that might be related http://vpuniverse.com/forums/forums/topic/2687-code-change-to-enable-sam-le-driver-board-support/?page=1

                    Hmm .. no – just re-checked – he specifically said it requires 10.2. This is the only table you don’t get to work with B2S ?

                     

                     

                    #49370
                    TNT2
                    Participant
                      @tnt2
                      Member

                      This really is a great table. Bravo.

                      #62825
                      Roosta
                      Participant
                        @roosta

                        Wow, this is seriously good! Thank you so much for sharing your work.

                        #71508
                        Bob Albright
                        Participant
                          @bobalbright
                          Member

                          Does anyone have any idea why the DMD isn’t displaying for me on this table? Thanks

                          "And in the end, the love you take is equal to the love you make"

                          #71539
                          Thalamus
                          Moderator
                            @thalamus
                            ContributorMemberModerator

                            There are a few tables where it doesn’t. Might be wrong but from memory .. Surf n’ Safari doesn’t as well – does it ?

                            #73648
                            Lighthouse
                            Participant
                              @lighthouse

                              One of the best table that I like to play.
                              it’s super fun :good:  

                              With minimal graphics settings in apron, playfield and Backglass, this pinball looks amazing and its gameplay is superior

                              Robo-War

                              THANKS !!!

                               

                               

                               

                              Attachments:
                              #83392
                              Micronaut
                              Participant
                                @micronaut
                                Member

                                I need help please :
                                I can not see the DMD of the scores, how can I make it appear ,(in wiew  desktop mode)

                                very good table, thanks

                                #90741
                                stumblor
                                Participant
                                  @stumblor

                                  What a fantastic table. Heard some reports about the quality of this old beauty so thought I’d take it for a spin – amazingly addictive for something that looks so simple! Great table Dozer cheers.

                                  Aside – Anyone reminded of the Star Wars Tantooine theme while listening to this table ?!

                                  #135970
                                  maxash
                                  Participant
                                    @maxash

                                    I keep getting a rom missing error… which is weird since I thought I was all set. Which file should I be using? Table looks great, I just haven’t been able to try it!

                                    #135971
                                    randr
                                    Keymaster
                                      @randr
                                      ModeratorMember

                                      pm sent

                                      ********************************************************
                                      Messing with the VPinball app and push notifications.
                                      So if you haven't downloaded app yet what are you waiting for!?
                                      for IOS and Android

                                      ********************************************************

                                    Viewing 17 posts - 41 through 57 (of 57 total)

                                    Forums are currently locked.

                                    ©2024 VPinBall.com

                                    Log in with your credentials

                                    Forgot your details?