Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Always this screen when play DosBox

    Emulator Arcade/PC/Console
    always play dosbox
    4
    30
    10878
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • charlesmarried
      charlesmarried @voljega last edited by

      @voljega

      The game works perfectly in Windows via Dos Box. This is the image that appears after doing all that you said:

      alt text

      Thank you, @voljega

      voljega 1 Reply Last reply Reply Quote 0
      • voljega
        voljega Banned @charlesmarried last edited by voljega

        @charlesmarried yeah i retake some of what is aid because you are missing a few line which should appear event with en empty dosbox.bat :

        Z:\>MOUNT C ".recalbox/share/roms/dos/alone.pc"
        Drive C is mounted as local directory recalbox/share/roms/dos/alone.pc
        
        Z:\>C:
        C:\>CALL DOSBOX.BAT
        

        this should appear automatically so i'm a bit at a loss here, maybe check the permissions of your dosbox.bat file or that it is well named ?

        calling a few other people who might have an idea : @Dragu ? @rockaddicted ?

        1 Reply Last reply Reply Quote 0
        • Dragu
          Dragu Banned last edited by Dragu

          @charlesmarried
          @voljega

          Yes, there is a problem, you must not mount the local disk, it is done by dosbox. I suspect something else if he jump out from dosbox.bat.
          Is your crack.exe perhaps a windows program and not a dos program ?
          Very easy to see, just start him manually from the commandline.

          1 Reply Last reply Reply Quote 0
          • charlesmarried
            charlesmarried last edited by charlesmarried

            I still having problems, even with a Alone in the dark with INDARK.EXE

            I do as you said, and dosbox dont recognized the C partition, even withouit with it in the dosbox.bat

            alt text
            alt text

            Could you give me a .rar with the game configured even via PM? That i could see what am i doing wrong.

            Thank you @Dragu @voljega

            voljega 1 Reply Last reply Reply Quote 0
            • Dragu
              Dragu Banned last edited by

              @charlesmarried
              Stay on Z: and make one time "DIR"
              He should show you your game files and also (cheese)crack(er).exe.
              Now if it is the case, just start crack.exe and tell us what he says. 🙂

              voljega 1 Reply Last reply Reply Quote 0
              • voljega
                voljega Banned @Dragu last edited by

                @dragu no I think there is a problem,the lines i've quoted must appear even if dosbox.bat is empty, it is the internal mounting by dosbox, and then the explicit call to dosbox.bat.

                So in case something seems wrong even before dosbox.bat is called

                1 Reply Last reply Reply Quote 0
                • voljega
                  voljega Banned @charlesmarried last edited by

                  @charlesmarried it is forbidden to post link or ask for copyrighted content on the forum, so please respect that

                  1 Reply Last reply Reply Quote 0
                  • charlesmarried
                    charlesmarried last edited by

                    @Dragu @voljega

                    When I do the DIR it appears:

                    alt text

                    I dont knnow what is happening.

                    Sorry for infringe upon the rules.

                    voljega 1 Reply Last reply Reply Quote 0
                    • voljega
                      voljega Banned @charlesmarried last edited by

                      @charlesmarried try with
                      MOUNT C "./recalbox/share/roms/dos/alone.pc"
                      😄
                      DIR

                      1 Reply Last reply Reply Quote 0
                      • charlesmarried
                        charlesmarried last edited by charlesmarried

                        I can mount 😄 as you said and appears in DIR all the archives of the game, but when I type INDARK.EXE this appears:

                        alt text

                        u_u

                        Thank you again @voljega

                        voljega 1 Reply Last reply Reply Quote 0
                        • voljega
                          voljega Banned @charlesmarried last edited by voljega

                          @charlesmarried ok so the full content of your DOSBOXBAT should be :

                          MOUNT C "./recalbox/share/roms/dos/alone.pc"
                          C:
                          imgmount d .\cd\alone1.cue -t cdrom
                          pause
                          c:
                          INDARK
                          

                          you may have to rename the cue file in the cd subdir to alone1.cue, the bin file to alone1.bin and edit the content of the cue file : first line should refer to the right bin name alone1.bin :

                          FILE "alone1.bin" BINARY
                          

                          all bin and cue names should use lowercase and nothing else

                          The pause command should indicate you if the mount of the cd went well

                          charlesmarried 1 Reply Last reply Reply Quote 0
                          • charlesmarried
                            charlesmarried @voljega last edited by

                            @voljega

                            Thank you! Tomorrow I will try, now is late. Thank You.

                            1 Reply Last reply Reply Quote 0
                            • Dragu
                              Dragu Banned last edited by Dragu

                              @voljega

                              In the dosbox.bat it is not necessary to mount 😄 Just if you make some manipulation outside from the dosbox.bat file.
                              The drive 😄 is automatically mounted before dosbox.bat started.
                              You can control this very easy if you make a small dosbox.bat with just the lines

                              CLS
                              DIR/P
                              EXIT
                              

                              or just this to see what he does, this 1 line dosbox.bat

                              CHOICE
                              

                              Even when you are starting dosbox.bat on Z: he will display you the directory in 😄
                              🙂

                              voljega 1 Reply Last reply Reply Quote 0
                              • voljega
                                voljega Banned @Dragu last edited by voljega

                                @dragu yeah i know but re-read the whole thread : this is exactlty the problem for him apparently : his dosbox doesn't mount c or something

                                You cansee that in his first screenshot

                                1 Reply Last reply Reply Quote 0
                                • Dragu
                                  Dragu Banned last edited by Dragu

                                  @voljega
                                  I think that his crack program was not running under dosbox (perhaps windows program?) and when the dosbox.bat has a bad program inside, he returns to z:
                                  With the 1 line bat "CHOICE" you see best the mount 😄 before dosbox.bat is started.

                                  When you start dosbox with the directory behind as the recalbox launcher make, dosbox from himself automatically mount 😄 It is in the binary from dosbox.

                                  voljega 1 Reply Last reply Reply Quote 0
                                  • voljega
                                    voljega Banned @Dragu last edited by

                                    @dragu said in Always this screen when play DosBox:

                                    I think that his crack program was not running under dosbox (perhaps windows program?) and when the dosbox.bat has a bad program inside, he returns to z:

                                    But then we should at least see in the dos screen the mounting of 😄 and the explicit call to dosbox.bat and there is nothing... even with an empty dosbox.bat or with just dir where it show only the content of Z:

                                    So it's not working even when not calling the crack exe

                                    1 Reply Last reply Reply Quote 0
                                    • Dragu
                                      Dragu Banned last edited by

                                      @voljega
                                      The disc 😄 is just mounted during the execution of dosbox.bat, so with empty or fault inside, you will not see it on the screen. Tryout by yourself with 1 line bat and "choice or "pause" in this line. Till the program is activ, dosbox.bat is activ and 😄 mounted. After exit from dosbox.bat, 😄 dont exist anymore. He returns to Z:

                                      voljega 1 Reply Last reply Reply Quote 0
                                      • voljega
                                        voljega Banned @Dragu last edited by

                                        @dragu ok but I was under the impression that he tested with just pause.

                                        at least it didn't work with just DIR in dosbow.bat, C was not mounted because 😄 wouldn't work ?

                                        1 Reply Last reply Reply Quote 0
                                        • Dragu
                                          Dragu Banned last edited by

                                          @voljega
                                          It works, but you dont see the result anymore 🙂
                                          Try onetime with DIR/P (what makes him stopping and not ending dosbox.bat), you will see the directory 😄

                                          voljega 2 Replies Last reply Reply Quote 0
                                          • voljega
                                            voljega Banned @Dragu last edited by

                                            @dragu ok we'll see when @charlesmarried comes back and try to remove the first two lines

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Want to support us ?

                                            91
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com