home *** CD-ROM | disk | FTP | other *** search
/ BigMax 12 / MEGARACE.iso / dos5-6.txt < prev    next >
Text File  |  1996-08-02  |  24KB  |  537 lines

  1. DOS versions 5 and 6 troubleshooting Guide
  2. Mindscape Technical Support
  3. revised 5/30/96
  4. Document Length: 9 printed pages
  5.  
  6.  
  7.         ******************** CAUTION - DISCLAIMER ********************
  8.     NOTICE: Mindscape, Inc. will not be responsible for any damage or other
  9.     consequences resulting from changes made to system configuration files.
  10.     You make any changes at your own risk.
  11.  
  12.     Even is you are familiar with modifying your system and/or files,
  13.     Mindscape still suggests you first print out a hard copy of the file
  14.     & make backup copies of any files you intend to modify.
  15.         ******************** CAUTION - DISCLAIMER ********************
  16.  
  17.        
  18. We suggest taking notes as you go through these steps.  Should you need to
  19. contact Technical Support, this information will be necessary.
  20. NOTE: < > means to press the associated key on the keyboard.
  21. Example:  <Enter> means press the Enter Key.
  22.  
  23.  
  24. ARE YOU USING WINDOWS 95?
  25. The material contained below is for troubleshooting Mindscape DOS programs
  26. under MS DOS version 5 or 6.  If you are using Windows 95, please refer to
  27. the text file DOS95.TXT.
  28.  
  29.  
  30. CHECKING THE BASICS
  31. With any Windows problem, there are a few basics that should be checked in
  32. the course of troubleshooting.
  33.  
  34. 1.  RUNNING MINDSCAPE DOS APPLICATIONS FROM DOS:
  35.         Mindscape does not support its DOS programs running in Windows 3.X or
  36.         any DOS shell.  Quit out of these applications so you have a DOS
  37.         prompt on the screen.  The DOS prompt looks like this:
  38.  
  39.                         C:\>
  40.  
  41. 2.  CHECKING THE HARD DRIVE FOR PROBLEMS:
  42.         Perform a SCANDISK or CHKDSK on the C: drive (and the hard drive this
  43.         program is installed to if it is not drive C:).  Type the following:
  44.  
  45.            DOS 6 USERS:
  46.  
  47.                         SCANDISK <Enter>
  48.  
  49.                         Fix any problems detected.
  50.  
  51.            DOS 5 USERS:
  52.  
  53.                         CHKDSK /F <Enter>
  54.  
  55.                         "Convert lost allocations to chains Y/N"  answer YES
  56.  
  57.  NOTE:  Refer to your DOS manual for more information on these DOS commands.
  58.  
  59. 3.  CHECKING THE CONFIG.SYS:
  60.         Check your CONFIG.SYS for the FILES= & BUFFERS= lines.  From the C:\>
  61.         prompt, type the following:
  62.  
  63.                         TYPE CONFIG.SYS /P <Enter>
  64.  
  65.         With the information now listed on your screen, look for the FILES=
  66.         and BUFFERS= lines.  They should both be set to 30 or higher.  If
  67.         they are set lower than 30, you will need to EDIT the CONFIG.SYS
  68.         and change their values.  To edit the CONFIG.SYS, type the following:
  69.  
  70.                         EDIT CONFIG.SYS <Enter>
  71.  
  72.         Use the arrow keys on your keyboard to maneuver through the lines.
  73.         (For complete instructions on using the MS-DOS Editor, please refer
  74.         to your DOS Manual.)  Once the changes have been made, Save and Exit
  75.         by pressing <Alt> <F>, then <S> to save.  <Alt> <F> again, then <X>
  76.         to exit.
  77.  
  78. 4.  RESTART MACHINE:
  79.         Restart your machine using <CTRL> <ALT> <DEL> or the reset switch on
  80.         your machine and return to DOS.
  81.  
  82.  
  83. 5.  VERIFYING MOUSE DRIVER IS LOADED:
  84.         Most Mindscape DOS programs require a DOS mouse driver loaded into
  85.         memory prior to running the program.  Windows has built in mouse
  86.         drivers that do not function outside of the Windows environment.
  87.         Loading a DOS mouse driver may be as simple as typing MOUSE <Enter>
  88.         before starting the program.  Since the command differs from mouse to
  89.         mouse, you may need to consult your mouse user's guide for the
  90.         location and name of your particular driver software.  To verify you
  91.         have a DOS mouse driver loaded, do the following:
  92.  
  93.           1.  At the DOS prompt type    CD \DOS <Enter>
  94.           2.  From the C:\DOS> directory, type    EDIT <Enter>
  95.           3.  At the DOS Editor screen, press <ESC> to get to a blank screen.
  96.           4.  Move your mouse.  If your driver is loaded, the mouse cursor
  97.               should move on the screen.  Click on the File pulldown menu
  98.               with your mouse and select EXIT.
  99.  
  100.         If your mouse is not moving on the screen, activate the File pulldown
  101.         menu by the <ALT> <F> keys, and press <X> to Exit.  To load your DOS
  102.         mouse driver everytime you turn on your machine, add the mouse
  103.         executable line in your AUTOEXEC.BAT.  For more information on this,
  104.         consult your mouse documentation or contact the retailer where you
  105.         purchased the mouse.
  106.  
  107.  NOTE:  The above instructions use the Microsoft DOS Editor.  If the above
  108.         instructions do not work, then verify that:
  109.  
  110.           1.  You are using Microsoft DOS version 5 or higher.  Type:
  111.  
  112.                         VER  <Enter>
  113.  
  114.               to find out what version of DOS you are using.
  115.           2.  DOS is in your AUTOEXEC.BAT PATH= statement or you are in the
  116.               C:\DOS subdirectory when you try the above steps.
  117.      
  118. 6.  VERIFYING MICROSOFT MOUSE DRIVER:
  119.         Mindscape programs that use a mouse are compatible with Microsoft
  120.         Mouse Drivers 8.2 or higher or drivers that are 100% Microsoft
  121.         compatible.  No matter who makes the mouse hardware you are using,
  122.         it is strongly recommended to use a Microsoft mouse driver.  Problems
  123.         generated by using a "Microsoft compatible" driver range from erratic
  124.         mouse behaviour and distorted graphics within the program to the
  125.         progam locking up when you run it.  To verify who makes the mouse
  126.         driver you are using, do the following:
  127.  
  128.           1. Go into the directory where the driver is located.  Most
  129.              machines have the mouse driver in the MOUSE directory.
  130.  
  131.                         CD (directory name)   <Enter>
  132.  
  133.           2. Load the mouse driver into memory.  Most mouse drivers are
  134.              called MOUSE.EXE, MOUSE.COM, or MOUSE.DRV.
  135.  
  136.                         (driver name)   <Enter>
  137.  
  138.           3. As the driver loads into memory, it will display who makes the
  139.              driver and its version number.  Verify the following:
  140.  
  141.                 A.  Look for Copyright Microsoft Corporation.  Anything that
  142.                     says "Microsoft Compatible" or "Microsoft Mode" is not a
  143.                     true Microsoft mouse driver.
  144.  
  145.                 B.  Verify you are using version 8.2 or higher.
  146.  
  147. 7.  CHECKING SOUND CARD CONFIGURATION:
  148.         Mindscape programs are compatible with Creative Labs sound cards and
  149.         100% Sound Blaster compatible cards.  These cards are supported under
  150.         Creative Labs industry standard settings of I/O Port 220, IRQ 5 or 7,
  151.         and Low DMA 1.  Some of our newer DOS programs offer native support
  152.         for Gravis and Ensoniq.  Problems generated by incompatible sound
  153.         cards range from no sound or scratchy sound within the program to a
  154.         lockup while runing the program.
  155.  
  156.         To assure compatibility, make sure the SET BLASTER= line is in your
  157.         AUTOEXEC.BAT.  To verify, type:
  158.  
  159.                         SET  <Enter>
  160.  
  161.         A sample Set Blaster= line would read:
  162.  
  163.                         SET BLASTER=A220 I5 D1 T3
  164.  
  165.           A= I/O Port       I= IRQ        D= DMA        T= Type of Card
  166.  
  167.         Try configuring this program for NO SOUND.  If the program runs
  168.         normally (but without sound, of course), then you may need to
  169.         reconfigure your sound.
  170.  
  171.         If you are experiencing problems with your sound card, try running
  172.         the diagnostic software that comes with your card.  Eighty percent
  173.         of all sound card problems are due to mistaken configurations.
  174.  
  175.         Listed below is a listing of sound cards and the DOS drivers needed
  176.         to provide the necessary Sound Blaster Emulation.
  177.  
  178.         If you have one of the cards listed below.  Make sure you have the
  179.         necessary driver loaded.  If not, then consult your sound card
  180.         documentation or call the manufacturer for assistance.
  181.  
  182.                               SOUND CARD DRIVERS
  183.  
  184.     DIAMOND sound cards                   ENSONIQ SOUNDSCAPE
  185.         AUTOEXEC.BAT                          AUTOEXEC.BAT
  186.           C:\DIAMOND\SNDINIT /B                 SET BLASTER=A220 Ixx Dx
  187.           SET BLASTER= <see above>              C:\SNDSCAPE\SSINIT /I
  188.                                                 C:\SNDSCAPE\VSB_EMM.COM
  189.  
  190.  
  191.     FORTE 16- Common on Packard Bells     GRAVIS ULTRASOUND
  192.         AUTOEXEC.BAT                          AUTOEXEC.BAT
  193.           C:\FORTE16\UTILITY\EMUTSR             C:\ULTRASND\ULTRNINIT
  194.           SET BLASTER= <see above>              SBOS.BAT
  195.                                                 SET BLASTER= <see above>
  196.  
  197.  
  198.     MAD 16                                MAGIC S20
  199.         AUTOEXEC.BAT                          AUTOEXEC.BAT
  200.           C:\MAD16\M16INIT /B                   C:\MAGICS20\SNDINIT /B
  201.           SET BLASTER= <see above>              SET BLASTER= <see above>
  202.  
  203.  
  204.     MONTE CARLO By Turtle Beach         
  205.         CONFIG.SYS                      
  206.           DEVICE=C:\MCARLO\MCMODE -S
  207.         AUTOEXEC.BAT
  208.           SET BLASTER= <see above>
  209.  
  210.  
  211.     PRO AUDIO SPECTRUM 16
  212.         CONFIG.SYS
  213.           DEVICE=SPECTRUM\MVSOUND.SYS D:* Q:* S:**
  214.              *D: DMA Channel     *Q: IRQ Settings
  215.             **S: Sound Blaster Emulation ON / OFF And Settings
  216.           AUTOEXEC.BAT
  217.             SET BLASTER= <see above>
  218.  
  219.  
  220.     SC400                                 SOUND 16A - Common on Packard Bells
  221.         AUTOEXEC.BAT                         AUTOEXEC.BAT
  222.           C:\SC400\UTILITY\SNDINIT /B          C:\SOUND16A\UTILITY\SETMODE /SB
  223.           SET BLASTER= <see above>          or C:\AUDIO\SNDINIT.EXE /B
  224.                                                SET BLASTER= <see above>
  225.  
  226.  
  227.     SOUND144 - Common on Packard Bells
  228.         AUTOEXEC.BAT
  229.           C:\SOUND144\UTILITY\SETMODE /SBP
  230.        or C:\SOUND144\UTILITY\AZCAL.EXE
  231.           SET BLASTER= <see above>
  232.  
  233. 8.  CHECKING MEMORY REQUIREMENTS:
  234.         Verify that you meet the memory requirements for this program.  At the
  235.         DOS prompt, type:
  236.  
  237.                         MEM  <Enter>
  238.  
  239.         The examples below will show you how to read the DOS 5 and DOS 6 MEM
  240.         printouts.  Check the memory in your machine with the requirements
  241.         listed on the retail box spine or quickstart card for this program.
  242.  
  243.  
  244.  
  245.           DOS 5 USERS:
  246.  
  247.                 655360  bytes total conventional memory
  248.                 655360  bytes available to MS-DOS
  249.                 578386  largest executable program size
  250.  
  251.                2490368  bytes toatl EMS memory
  252.                2097152  bytes free EMS
  253.  
  254.               15728640  bytes total contiguous extended memory
  255.                      0  bytes available contiguous extended memory
  256.               13467648  bytes available XMS memory
  257.                         MS-DOS resident in High Memory Area
  258.  
  259.           WHERE DO I FIND:
  260.  
  261.                FREE CONVENTIONAL MEMORY?
  262.                   3rd line from the top, Largest Executable Program Size
  263.                    (in the above example, there is 578386 bytes or about
  264.                     565K of free Conventional memory)
  265.                FREE XMS MEMORY?
  266.                   Bytes Available XMS Memory
  267.                    (in the above example, there is 13467648 bytes or about
  268.                     13 Megs of free XMS)
  269.                FREE EMS MEMORY?
  270.                   Bytes Free EMS
  271.                    (in the above example, there is 2097152 bytes or about
  272.                     2 Megs of free EMS)
  273.                TOTAL RAM IN MACHINE?
  274.                   Total Memory under the Total column
  275.                    (in the above example, there is 16,384K or 16 Megs of RAM)
  276.  
  277.           WHAT IF I DO NOT MEET THE MEMORY REQUIREMENTS FOR THE PROGRAM?
  278.              There are two main ways to free up additional memory.
  279.  
  280.              1. Memory Manager.
  281.                    Microsoft's Memmaker which comes with DOS 6 or Professional
  282.                    Memory Managers like Quarterdeck's QEMM & Qualitas's
  283.                    386MAX.  If you enjoy running DOS software, you may want
  284.                    to consider a professional memory manager.  These programs
  285.                    free up the most memory in your machine which will help to
  286.                    prevent future memory problems.
  287.  
  288.              2. Boot Disk.
  289.                    A modified Config.sys and Autoexec.bat on a floppy disk
  290.                    that loads a minimum set of drivers for the Memory Manager,
  291.                    CD-Player, Sound Card, and Mouse.  For more information on
  292.                    creating a boot disk, please see the document BOOTDISK.TXT.
  293.  
  294.  
  295.           DOS 6 USERS:
  296.  
  297.               Memory Type        Total       Used       Free
  298.               ----------------  --------   --------   --------
  299.               Conventional          640K        24K       616K
  300.               Upper                 132K       132K         0K
  301.               Reserved              384K       384K         0K
  302.               Extended (XMS)     15,228K     2,468K    12,760K
  303.               ----------------  --------   --------   --------
  304.               Total memory       16,384K     3,008K    13,376K
  305.  
  306.               Total under 1 MB      772K       156K       616K
  307.  
  308.               Total Expanded (EMS)                   15M (15,613,952 bytes)
  309.               Free Expanded (EMS)                    15M (15,613,952 bytes)
  310.  
  311.               Largest executable program size       616K (630,976 bytes)
  312.               Largest free upper memroy block         0K       (0 bytes)
  313.               MS-DOS is resident in the high memory area.
  314.  
  315.           WHERE DO I FIND:
  316.  
  317.                FREE CONVENTIONAL MEMORY?
  318.                   3rd line from the bottom, Largest Executable Program Size
  319.                    (in the above example, there is 616K of free Conventional
  320.                     memory)
  321.                FREE XMS MEMORY?
  322.                   Extended (XMS) under the Free column
  323.                    (in the above example, there is 12,760K or 12 Megs of
  324.                     free XMS)
  325.                FREE EMS MEMORY?
  326.                   Free Expanded (EMS)
  327.                    (in the above example, there is 15M (Megs) of free EMS)
  328.                TOTAL RAM IN MACHINE?
  329.                   Total Memory under the Total column
  330.                    (in the above example, there is 16,384K or 16 Megs of RAM)
  331.                
  332.           WHAT IF I DO NOT MEET THE MEMORY REQUIREMENTS FOR THE PROGRAM?
  333.              There are two main ways to free up additional memory.
  334.  
  335.              1. Memory Manager.
  336.                    Microsoft's Memmaker which comes with DOS 6 or Professional
  337.                    Memory Managers like Quarterdeck's QEMM & Qualitas's
  338.                    386MAX.  For information on using DOS 6's Memmaker, consult
  339.                    your DOS 6 manual.  If you enjoy running DOS software, you
  340.                    may want to consider a professional memory manager.  These
  341.                    programs free up the most memory in your machine which
  342.                    will help to prevent future memory problems.
  343.  
  344.              2. Boot Disk.
  345.                    A modified Config.sys and Autoexec.bat on a floppy disk
  346.                    that loads a minimum set of drivers for the Memory Manager,
  347.                    CD-Player, Sound Card, and Mouse.  For more information on
  348.                    creating a boot disk, please see the document BOOTDISK.TXT.
  349.  
  350. 9.  CHECKING VESA CONFLICTS:
  351.         What is VESA?  VESA (Video Electronics Standards Association) is a
  352.         set of standards that hardware and software companies follow when
  353.         addressing Super VGA graphics in the DOS environment.  These standards
  354.         allow software companies to create "WINDOWS quality graphics" in a DOS
  355.         program.
  356.  
  357.  NOTE:  This should not be confused with VESA Local Bus Slots.  It is not
  358.         necessary to own a VESA VLB video card to be VESA compatible.  
  359.  
  360.         VESA compatibility can be provided by either a VESA software driver
  361.         or a video BIOS of your video card.  Hardware manufacturers provide
  362.         BIOS updates on a regular basis.  Mindscape recommends checking with
  363.         the video card manufacturer to verify you have the most recent BIOS
  364.         available for your card.
  365.  
  366.         Several Mindscape programs use VESA.  Check the System Requirements
  367.         on the retail box or the quickstart card to verify if your program
  368.         requires a VESA compatible video card.
  369.  
  370.         SIGNS YOU MAY HAVE A VESA PROBLEM:
  371.             1. Program responds "can't find VESA driver" or "VESA driver not
  372.                loaded."
  373.             2. Once in the program, the screen is compressed at the top of the
  374.                screen.
  375.             3. Black screen or broken screen appears when you try to run the
  376.                program.
  377.  
  378.         TROUBLESHOOTING A VESA PROBLEM:
  379.             1. In most cases the video card's VESA driver may not be fully
  380.                compatible with the program.  Scitech, a 3rd party software
  381.                vendor, makes a 100% compatible VESA driver called UNIVBE
  382.                (Universal VESA BIOS Extension).  This driver is updated
  383.                regularly and is compatible with over 160 differnet Supper VGA
  384.                grpahics chips.
  385.  
  386.                This driver may be available on your Mindscape title in a
  387.                directory called HELP4U.  A shareware version of this driver
  388.                can be downloaded from AOL (Keyword: SCITECH), Scitech's
  389.                webpage (http://www.scitech.com) or from Mindscape's BBS
  390.                (415-897-2867).  Try loading this driver prior to running your
  391.                Mindscape program.
  392.  
  393.             2. Call your video card manufacturer and check to see if there is
  394.                a newer version of the video BIOS and / or VESA driver. 
  395.  
  396.  
  397. 10. DELETE AND REINSTALL:
  398.         After everything has been checked, verified, and changed if necessary,
  399.         its time to delete and reinstall the program.  If the program
  400.         installed incorrectly or became unstable after it was installed,
  401.         reinstalling on top of the program will keep that instability.  It's
  402.         important to delete the program from the hard drive before
  403.         reinstalling.
  404.  
  405.         DOS 5 USERS:
  406.           If you are not already familiar with how to remove files and
  407.           directories, it is recommended to delete this program through
  408.           Windows 3.x File Manager.
  409.  
  410.           1.  Enter Windows:    WIN  <Enter>
  411.           2.  Enter FILE MANAGER through the Main group.
  412.           3.  Find the Mindscape program and click it one time to highlight it.
  413.           4.  From the File pulldown menu, select DELETE.
  414.  
  415.           If you are unsure of the directory name the program was installed
  416.           to, check the Mindscape manual, Online help or QuickStart card.
  417.  
  418.  
  419.         DOS 6 USERS:
  420.           From the root directory (C:\>) of the hard drive this program is
  421.           installed to, run the DELTREE command to remove the entire program
  422.           from the hard drive.  The command is:
  423.  
  424.                         DELTREE (directory name)   <Enter>
  425.  
  426.           (directory name) is the name of the directory this program is
  427.           installed to:  If unsure of the directory name, check your Mindscape
  428.           manual, Online help or QuickStart card.
  429.  
  430. 11. CONTACTING TECHNICAL SUPPORT
  431.         If these suggestions / steps did not resolve the problem you are
  432.         experiencing, please contact Technical Support and be able to provide
  433.         the following information:
  434.  
  435.  1. Answers / verification to everything tried above.  Include all values
  436.     asked to check.
  437.  2. Copies of your Config.sys, Autoexec.bat, and Mem /c/p in printed form
  438.     or a text only file.
  439.  3. Name of program
  440.  4. Version of program
  441.  5. Media Type:  (CD-ROM or Diskette)
  442.  6. Platform of program:  (DOS)
  443.  7. Exact problem and steps necessary to reproduce.
  444.     Include any error messages and be as precise as possible in describing
  445.     the problem and where it happens.
  446.  8. Computer make and model (e.g. IBM Aptiva, Packard Bell Legend, etc...)
  447.  9. CPU chip and speed (e.g. 486 DX4 100, P90, etc...)
  448. 10. RAM [memory] (e.g. 8 MB, 16 MB, etc...)
  449. 11. Video Card Manufacturer and model number
  450.        (e.g. Diamond Stealth 64 PCI, Cirrus Logic 542X, etc...)
  451. 12. Sound Card Manufacturer and model number
  452.        (e.g. Creative Labs Sound Blaster 16 PnP, Ensoniq UltraSound, etc...)
  453. 13. Mouse driver and version
  454.        (e.g. Microsoft Mouse Driver 8.2, Logitech version 5.0, etc...) 
  455. 14. CD ROM Drive Manufacturer and model number.
  456.        (e.g. Texel DM 5924 external , NEC 6X, etc...)
  457.     For joystick problems: Joystick Manufacturer and model number
  458.        (e.g. ThrustMaster F-16 FLCS, Gravis Thunderbird, etc...)
  459. 15. For print problems: Printer Manufacturer and model number.
  460.        (e.g. HP Laserjet 4 Plus, NEC Silentwriter model 95, etc...)
  461. 16. For modem problems: Modem Manufacturer and model number.
  462.        (e.g. US Robotics Sportster 14,400, Hayes Accura 14,400, etc...) 
  463.  
  464.  
  465. If you have any further questions, please contact Mindscape directly at the
  466. office nearest you:
  467.  
  468.         - - - - - Mindscape USA - - - - -
  469.  
  470.   800 Automated Support:  800-409-1497  24hrs
  471.   Phone: 415-898-5157   8:30 am - 5:00 pm Pacific Time
  472.   Fax:   415-897-5186  24hrs                     BBS:  415-897-2867  24hrs
  473.   Mail:  88 Rowland Way,  Novato, CA   94945:  attn: Tech Support
  474.  
  475.                               Online Services
  476.   Internet: Webpage:  http://www.mindscape.com
  477.            TS-Email:  Support@mindscape.com
  478.   America OnLine: keyword=MINDSCAPE              CompuServe: "GO MINDSCAPE" 
  479.  
  480.  
  481.         - - - - - Mindscape UK - - - - - 
  482.  
  483.   Phone:   44-1-444-239-600                      Facsimile:  44-1-444-248-996
  484.    Mail:   Mindscape International, UK
  485.            Priority House, Charles Ave.
  486.            Maltings Park, Burgess Hill
  487.            West Sussex             RH15 9TQ
  488.            ENGLAND
  489.  
  490. UK Website: http://www.mindscapeuk.com
  491.  
  492.                              Online Services
  493. Currently, Mindscape UK does not have any Online services.  Please correspond
  494. with their Technical Support via Mail, Facsimile or Telephone.
  495.  
  496.                              
  497.         - - - - - Mindscape Australia - - - - - 
  498.  
  499.   Phone:   61-2-899-2277                         Facsimile:  61-2-899-2348
  500.    Mail:   Mindscape International, Australia
  501.            5-6 Gladstone Road
  502.            Castle Hill
  503.            New South Wales 2154
  504.            AUSTRALIA
  505.  
  506.                              Online Services
  507. Currently, Mindscape Australia does not have any Online services.  Please
  508. correspond with their Technical Support via Mail, Facsimile or Telephone.
  509.  
  510.         - - - - - Mindscape Germany- - - - -
  511.  
  512. TECHNISCHE UNTERSTUTZUNG
  513.      
  514. Falls bei dieser Software technische Probleme, wie z. B. Funktionsstorungen 
  515. auftreten, setzen Sie sich bitte mit unserem Kundendienst in Verbindung:
  516.      
  517. Adresse:                Technische Unterstutzung, Mindscape Gmbh,
  518.                     Zeppelin Strasse 321,
  519.                     45470 Muelheim a.d. Ruhr, Deutschland.
  520.      
  521. Telefon:        0208 9924114
  522.      
  523. Fax:            0208 9924129
  524.      
  525. UK Website: http://www.mindscapeuk.com
  526.      
  527. Geschaftsstunden: Mo, Mi, Fr, von 15.00 bis 18.00 Uhr.
  528.      
  529. Der Kundendienst ist nur fur technische Probleme eingerichtet. Bitte haben Sie 
  530. Verstandnis, dab wir Ihnen keine Hinweise und Spieltips geben konnen.
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.