Jump to content
Sign In to follow this  
Superbacon

Mapper Doesn't Work. Need Help.

17 posts in this topic Last Reply

Highlighted Posts

Posted:
Last Online:  
 

I downloaded SC4 Mapper earlier today so I could just download some regions and get more unique with my city building. Only problem is the program doesn't work. It installed normally and is in my Program Files folder. I'll open the application, and the logo pops up on the screen, then disappears. Nothing else happens. The Process is running according to my Task Manager. Running as Administrator does not work, either.

I did download the small 10Kb patch for it. But for some reason was stopped from being added to the Mapper file/folder. The .PYO file type.

I am using Windows 7 64-bit Home Premium. And play with SC4 Deluxe Edition.

Share this post


Link to post
Share on other sites
Posted:
Last Online:  
 

That program is written in Python, which is an interpretive language. You need the Python run time. Just Google for it. It is free.


Beware: Emancipated user.  No Windoze for me.
The teacher opens the door but the student must enter himself. - Ancient Chinese Saying

Every minute of hate in which one indulges oneself is sixty seconds of happiness lost.
Music expresses that which cannot be put into words and that which cannot remain silent. -- Victor Hugo
If you always do what you've always done, you'll mostly get what you've always got.
JohnNewSig.gif
"We have met the enemy, and he is us" - Walt Kelly

Come join us at the Moose Factory

Share this post


Link to post
Share on other sites
Posted:
Last Online:  
 

I don't have a direct link handy, but the fix to this is on the forum at SC4D. Basically:

1. Create a text file in your SC4Mapper installed directory

2. Create a line of text that does something with file path pointers, the exact text you'll have to go find on sc4devotion, i don't remember it off hand.

3. Create a second line goes something like -run SC4Mappe.exe, again you'll have to go over to sc4d.

4. Save that text file as a .bat file and run the .bat.

Again, sorry i don't remember the exact code handy. Mapper does that on vista and 7; it's something about the program not being able to handle spaces in the filepath. Once you find it though it's super quick and easy.


  Edited by blunder  

Share this post


Link to post
Share on other sites
Posted:
Last Online:  
 

did you try the debug version that's included ? i find that it's more stable


The truth is incontrovertible. Malice may attack it, ignorance may deride it, but in the end, there it is. -- Winston Churchill

A philosopher once said, ‘When faced with untenable alternatives you should consider your imperative. War is our imperative. And if right now victory seems like an impossibility, then we have something else to reach for: revenge, payback.' -- Helena Cain, Battlestar Galactica Razor

"We'll be in too close for nukes. Same thing goes for missiles. No, this is going to be strictly a gun battle. Like two old ships on the line, slugging it out at point-blank range. I want the gun captains to do their job and start firing immediately and to continue to fire until they run out of ammo. Then, I want them to start throwing rocks." -- William Adama, Battlestar Galactica

Share this post


Link to post
Share on other sites
Posted:
Last Online:  
 

i dont use sc4 mapper, but it is a known fact that sc4 mapper will not run with Windows 7 or vista.... well not with out tweaking with the files


I am not afraid to push that glowing red button

I survive April 2011 PlayStation Network downed services

I could tell you those nuclear codes, but i would have to kill ya as well

Share this post


Link to post
Share on other sites
Posted:
Last Online:  
 

If it won't run with only the Python run time library, set it to run as an XP program.


Beware: Emancipated user.  No Windoze for me.
The teacher opens the door but the student must enter himself. - Ancient Chinese Saying

Every minute of hate in which one indulges oneself is sixty seconds of happiness lost.
Music expresses that which cannot be put into words and that which cannot remain silent. -- Victor Hugo
If you always do what you've always done, you'll mostly get what you've always got.
JohnNewSig.gif
"We have met the enemy, and he is us" - Walt Kelly

Come join us at the Moose Factory

Share this post


Link to post
Share on other sites
  • Original Poster
  • Posted:
    Last Online:  
     

    Nothing that was suggested is working. I downloaded Python and the debug version to no avail. Tried XP mode, still doesn't work. If I could find the code lines to type into the text document I could still try that.

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    OK found it. copy/paste these two lines into a blank txt file in the sc4mapper directory, save it as a .bat, then double click the .bat.

    set USERPROFILE=%USERPROFILE:Users=Documents And Settings%

    SC4Mapper.exe

    edit: also, did you make sure you have the .dll file listed in the documentation?


      Edited by blunder  

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    I am beginning to think that, since maintenance is not longer done on these Python programs, they should be withdrawn. It is like trying to maintain a moving target. Does anyone have the source code for these?


    Beware: Emancipated user.  No Windoze for me.
    The teacher opens the door but the student must enter himself. - Ancient Chinese Saying

    Every minute of hate in which one indulges oneself is sixty seconds of happiness lost.
    Music expresses that which cannot be put into words and that which cannot remain silent. -- Victor Hugo
    If you always do what you've always done, you'll mostly get what you've always got.
    JohnNewSig.gif
    "We have met the enemy, and he is us" - Walt Kelly

    Come join us at the Moose Factory

    Share this post


    Link to post
    Share on other sites
  • Original Poster
  • Posted:
    Last Online:  
     

    I am beginning to think that, since maintenance is not longer done on these Python programs, they should be withdrawn. It is like trying to maintain a moving target. Does anyone have the source code for these?

    I'll see if that works, and I have several .dll files here.

    gdiplus.dll

    msvcp71.dll

    MSVCR71.dll

    python24.dll

    Okay so as I was typing that I tried what you suggested and had an issue. It won't let me save the file as a .bat in the Mapper's general folder, saying I must contact the Administrator for permission. And offers to save elsewhere.

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    If you are running as administrator, give yourself permission. Permissions on software are usually limited to read/execute, but not write. It applies to the folders as well as the files.

    Oh, and if you don't know how to do this, it is time to walk through the help system on windows explorer. it's called reading the manual.


      Edited by A Nonny Moose  

    Beware: Emancipated user.  No Windoze for me.
    The teacher opens the door but the student must enter himself. - Ancient Chinese Saying

    Every minute of hate in which one indulges oneself is sixty seconds of happiness lost.
    Music expresses that which cannot be put into words and that which cannot remain silent. -- Victor Hugo
    If you always do what you've always done, you'll mostly get what you've always got.
    JohnNewSig.gif
    "We have met the enemy, and he is us" - Walt Kelly

    Come join us at the Moose Factory

    Share this post


    Link to post
    Share on other sites
  • Original Poster
  • Posted:
    Last Online:  
     

    If you are running as administrator, give yourself permission. Permissions on software are usually limited to read/execute, but not write. It applies to the folders as well as the files.

    Oh, and if you don't know how to do this, it is time to walk through the help system on windows explorer. it's called reading the manual.

    Sadly that didn't work either. I fear all hope is lost.

    I am the PC's Administrator. And changed permissions to full control for my account. Ran as Admin. Nada.

    Thank you for trying. But I think I'm going to go wallow in sorrow now.

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    I am beginning to think that, since maintenance is not longer done on these Python programs, they should be withdrawn. It is like trying to maintain a moving target. Does anyone have the source code for these?

    No, we don't have the source code, the original writer, Wouanagaine at SC4D if I remember correctly, was very uptight about distributing it and then "lost" it and taking them down is plain dumb.

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    Sitting one day at the keyboard

    I was nervous and ill at ease.

    My restless fingers moved over the silent keys

    I know not what I was thinking,

    Nor what I was doing quite,

    But I coded one piece of Python

    Then cast it into the night.

    with apologies to Sir. Arthur Sullivan.

      Edited by A Nonny Moose  

    Beware: Emancipated user.  No Windoze for me.
    The teacher opens the door but the student must enter himself. - Ancient Chinese Saying

    Every minute of hate in which one indulges oneself is sixty seconds of happiness lost.
    Music expresses that which cannot be put into words and that which cannot remain silent. -- Victor Hugo
    If you always do what you've always done, you'll mostly get what you've always got.
    JohnNewSig.gif
    "We have met the enemy, and he is us" - Walt Kelly

    Come join us at the Moose Factory

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    G'Day Superbacon,

    You do not need the python library, you do need to run in XtraPatience mode, you do need to run as the admin, you do not need to change any permissions.

    What you do need to do is move My Documents from the Users directory or trick it into thinking you have moved it, this is what Epic was talking about. There is a batch file kicking around. Me I prefer to move the directory and move any data out of windows onto a separate drive.

    Anyhow, to move My Docs.

    Navigate to C:\Users\Yourusername\ and right click My Documents.

    Click Properties at the bottom of the menu.

    In the Dialogue select the Location Tab and then click the Move button.

    In the pane that opens navigate to C:\, create a new folder and name it My Documents.

    Select it and then click Apply.

    Doze will move all you stuff to the new folder, other proggies will find it ok etc, but best of all now mapper will run like a scalded cat and you can import maps to your heart's content.

    Nukeu mapper and terra were written on vista I think you'll find.

    Cheers

    drunk(always)

    Share this post


    Link to post
    Share on other sites

    Sign In or register to comment...

    To comment in reply, you must be a community member

    Sign In  

    Already have an account? Sign in here.

    Sign In Now

    Create an Account  

    Sign up to join our friendly community. It's easy!  

    Register a New Account

    Sign In to follow this  

    • Recently Browsing   0 members

      No registered users viewing this page.

    ×

    Thank You for the Continued Support!

    Simtropolis depends on donations to fund site maintenance costs.
    Without your support, we just would not be in our 24th year online!  You really help make this a great community. *:thumb:

    But we still need your support to stay online. If you're able to, please consider a donation to help us stay up and running. This helps sustain a platform where we can share our community creations for years to come.

    Make a Donation, Get a Gift!

    Expand your city with the best from the Simtropolis Exchange.
    Make a Donation and get one or all three discs today!

    STEX Collections

    By way of a "Thank You" gift, we'd like to send you our STEX Collector's DVD. It's some of the best buildings, lots, maps and mods collected for you over the years. Check out the STEX Collections for more info.

    Each donation helps keep Simtropolis online, open and free!

    Thank you for reading and enjoy the site!

    More About STEX Collections