Serz.exe issues

Post your problems and installation issues here!

Serz.exe issues

Unread postby CSXAC60CW » Mon Jan 13, 2020 7:10 pm

I’m trying to use serz to mod a certain locomotives headlight flares, in order to edit bin files I’m pretty sure you need serz?
Everytime I drag the bin file over serz.exe I keep getting a system error (stlport_vc10.5.2.dll was not found) and saying reinstalling the program may fix the issue. But ever since 2013, the first day I got train simulator serz has never worked for me?? Is there something I’m missing or what? Any help is appreciated !*don-know!*
And right after that error message I get another one saying “ The code execution cannot proceed because zlibwapi.dll was not found.”
CSXAC60CW
 
Posts: 171
Joined: Sat Sep 17, 2016 2:35 pm
Location: Dellrose TN

Re: Serz.exe issues

Unread postby buzz456 » Mon Jan 13, 2020 7:40 pm

CSXAC60CW wrote:I’m trying to use serz to mod a certain locomotives headlight flares, in order to edit bin files I’m pretty sure you need serz?
Everytime I drag the bin file over serz.exe I keep getting a system error (stlport_vc10.5.2.dll was not found) and saying reinstalling the program may fix the issue. But ever since 2013, the first day I got train simulator serz has never worked for me?? Is there something I’m missing or what? Any help is appreciated !*don-know!*
And right after that error message I get another one saying “ The code execution cannot proceed because zlibwapi.dll was not found.”

Why don't you use the greatest utility program ever invented for TS? It's called RWTools and converts files for you and puts a backup in the folder in case you screw up so you can go back to the previous file with little effort. Forget about the totally obsolete serz mess.
Buzz
39 and holding.
"Some people find fault like there's a reward for it."- Zig Ziglar
"If you can dream it you can do it."- Walt Disney
Image
User avatar
buzz456
Site Admin
 
Posts: 20904
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: Serz.exe issues

Unread postby CSXAC60CW » Mon Jan 13, 2020 7:54 pm

buzz456 wrote:
CSXAC60CW wrote:I’m trying to use serz to mod a certain locomotives headlight flares, in order to edit bin files I’m pretty sure you need serz?
Everytime I drag the bin file over serz.exe I keep getting a system error (stlport_vc10.5.2.dll was not found) and saying reinstalling the program may fix the issue. But ever since 2013, the first day I got train simulator serz has never worked for me?? Is there something I’m missing or what? Any help is appreciated !*don-know!*
And right after that error message I get another one saying “ The code execution cannot proceed because zlibwapi.dll was not found.”

Why don't you use the greatest utility program ever invented for TS? It's called RWTools and converts files for you and puts a backup in the folder in case you screw up so you can go back to the previous file with little effort. Forget about the totally obsolete serz mess.

I downloaded RWTools and but of course.. another error! !*YAAA*!
Run-time error '339'
Component 'TABCTL32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid
CSXAC60CW
 
Posts: 171
Joined: Sat Sep 17, 2016 2:35 pm
Location: Dellrose TN

Re: Serz.exe issues

Unread postby buzz456 » Tue Jan 14, 2020 10:00 am

Post your problem in Mike's section. He checks it almost every day.
Buzz
39 and holding.
"Some people find fault like there's a reward for it."- Zig Ziglar
"If you can dream it you can do it."- Walt Disney
Image
User avatar
buzz456
Site Admin
 
Posts: 20904
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: Serz.exe issues

Unread postby buzz456 » Tue Jan 14, 2020 10:02 am

Or:

Step 1: Open a command prompt with Administrator privileges:

Click Start, type in cmd in the Start Menu search box, right click on the cmd option displayed in the search results, and click on Run as Administrator.
Click on Allow or Continue at the User Account Control prompt that should be displayed next.


Now you should have a command prompt with Administrator privileges open.Step 2: Execute a re-registering process of the tabctl32.ocx file by running the following commands one after the other. I am providing one command in one line, type them in one by one and hit Enter after each command:

cd\
cd %systemroot%\syswow64
regsvr32 /u tabctl32.ocx
regsvr32 tabctl32.ocx
exit
Buzz
39 and holding.
"Some people find fault like there's a reward for it."- Zig Ziglar
"If you can dream it you can do it."- Walt Disney
Image
User avatar
buzz456
Site Admin
 
Posts: 20904
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: Serz.exe issues

Unread postby Chacal » Tue Jan 14, 2020 10:12 am

Or copy/paste them in the command window.
Over the hill and gathering speed
Chacal
Site Admin
 
Posts: 6464
Joined: Tue Jul 05, 2011 1:11 pm
Location: Quebec, Canada

Re: Serz.exe issues

Unread postby alanch » Tue Jan 14, 2020 2:41 pm

CSXAC60CW wrote:I’m trying to use serz to mod a certain locomotives headlight flares, in order to edit bin files I’m pretty sure you need serz?
Everytime I drag the bin file over serz.exe I keep getting a system error (stlport_vc10.5.2.dll was not found) and saying reinstalling the program may fix the issue. But ever since 2013, the first day I got train simulator serz has never worked for me?? Is there something I’m missing or what? Any help is appreciated !*don-know!*
And right after that error message I get another one saying “ The code execution cannot proceed because zlibwapi.dll was not found.”


Copy serz.exe and the two .dll files into an empty folder anywhere you like. Then drag the bin file onto that copy of serz.exe, and it will work. The decompressed .xml will be in the same folder.
Alan


My railway photos are back - you can access them from this thread viewtopic.php?f=24&t=21667a . Lots of UK steam and early diesels from the late 1950s and early 1960s.
User avatar
alanch
 
Posts: 110
Joined: Fri Jul 10, 2009 7:14 am

Re: Serz.exe issues

Unread postby CSXAC60CW » Tue Jan 14, 2020 7:25 pm

buzz456 wrote:Or:

Step 1: Open a command prompt with Administrator privileges:

Click Start, type in cmd in the Start Menu search box, right click on the cmd option displayed in the search results, and click on Run as Administrator.
Click on Allow or Continue at the User Account Control prompt that should be displayed next.


Now you should have a command prompt with Administrator privileges open.Step 2: Execute a re-registering process of the tabctl32.ocx file by running the following commands one after the other. I am providing one command in one line, type them in one by one and hit Enter after each command:

cd\
cd %systemroot%\syswow64
regsvr32 /u tabctl32.ocx
regsvr32 tabctl32.ocx
exit


Okay so now this is turning into a bigger issue for what it's worth.. I tried the following steps and am now getting a "The module tabctl32.ocx" failed to load, Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.
Fixing to call it quits here and forget about it or move this topic elsewhere **!!bang!!**
CSXAC60CW
 
Posts: 171
Joined: Sat Sep 17, 2016 2:35 pm
Location: Dellrose TN

Re: Serz.exe issues

Unread postby alanch » Wed Jan 15, 2020 8:41 am

CSXAC60CW wrote:Okay so now this is turning into a bigger issue for what it's worth.. I tried the following steps and am now getting a "The module tabctl32.ocx" failed to load, Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.
Fixing to call it quits here and forget about it or move this topic elsewhere **!!bang!!**


Did you try my simple suggestion above?
Alan


My railway photos are back - you can access them from this thread viewtopic.php?f=24&t=21667a . Lots of UK steam and early diesels from the late 1950s and early 1960s.
User avatar
alanch
 
Posts: 110
Joined: Fri Jul 10, 2009 7:14 am

Re: Serz.exe issues

Unread postby CSXAC60CW » Wed Jan 15, 2020 2:30 pm

alanch wrote:
CSXAC60CW wrote:Okay so now this is turning into a bigger issue for what it's worth.. I tried the following steps and am now getting a "The module tabctl32.ocx" failed to load, Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.
Fixing to call it quits here and forget about it or move this topic elsewhere **!!bang!!**


Did you try my simple suggestion above?


I did not because I wasn’t sure of what .DLL files you are talking about.
CSXAC60CW
 
Posts: 171
Joined: Sat Sep 17, 2016 2:35 pm
Location: Dellrose TN

Re: Serz.exe issues

Unread postby buzz456 » Thu Jan 16, 2020 9:22 am

Step 1: Open a command prompt with Administrator privileges:

Click Start, type in cmd in the Start Menu search box, right click on the cmd option displayed in the search results, and click on Run as Administrator.
Click on Allow or Continue at the User Account Control prompt that should be displayed next.


Now you should have a command prompt with Administrator privileges open.

Step 2: Execute a re-registering process of the tabctl32.ocx file by running the following commands one after the other. I am providing one command in one line, type them in one by one and hit Enter after each command:

cd\
cd %systemroot%\syswow64
regsvr32 /u tabctl32.ocx
regsvr32 tabctl32.ocx
exit
Buzz
39 and holding.
"Some people find fault like there's a reward for it."- Zig Ziglar
"If you can dream it you can do it."- Walt Disney
Image
User avatar
buzz456
Site Admin
 
Posts: 20904
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: Serz.exe issues

Unread postby buzz456 » Thu Jan 16, 2020 9:25 am

Once again I would suggest posting these problems over in RTTools thread and have Mike fix your problems for you. After all he wrote the program why not ask him?
Buzz
39 and holding.
"Some people find fault like there's a reward for it."- Zig Ziglar
"If you can dream it you can do it."- Walt Disney
Image
User avatar
buzz456
Site Admin
 
Posts: 20904
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: Serz.exe issues

Unread postby alanch » Thu Jan 16, 2020 2:06 pm

CSXAC60CW wrote:
alanch wrote:
CSXAC60CW wrote:Okay so now this is turning into a bigger issue for what it's worth.. I tried the following steps and am now getting a "The module tabctl32.ocx" failed to load, Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.
Fixing to call it quits here and forget about it or move this topic elsewhere **!!bang!!**


Did you try my simple suggestion above?


I did not because I wasn’t sure of what .DLL files you are talking about.


The two .dll files you referred to in your original post - stlport_vc10.5.2.dll and zlibwapi.dll. You can find them with Serz.exe in your Steam/Steamapps/Common/Railworks folder.
Alan


My railway photos are back - you can access them from this thread viewtopic.php?f=24&t=21667a . Lots of UK steam and early diesels from the late 1950s and early 1960s.
User avatar
alanch
 
Posts: 110
Joined: Fri Jul 10, 2009 7:14 am

Re: Serz.exe issues

Unread postby CSXAC60CW » Fri Jan 17, 2020 4:15 pm

alanch wrote:
CSXAC60CW wrote:
alanch wrote:
CSXAC60CW wrote:Okay so now this is turning into a bigger issue for what it's worth.. I tried the following steps and am now getting a "The module tabctl32.ocx" failed to load, Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.
Fixing to call it quits here and forget about it or move this topic elsewhere **!!bang!!**


Did you try my simple suggestion above?


I did not because I wasn’t sure of what .DLL files you are talking about.


The two .dll files you referred to in your original post - stlport_vc10.5.2.dll and zlibwapi.dll. You can find them with Serz.exe in your Steam/Steamapps/Common/Railworks folder.


Awesome, it worked! I didn't know the .dll files were there! Thank you sir !*YAAA*!
I'll use this method until I decide to start using RWtools.
CSXAC60CW
 
Posts: 171
Joined: Sat Sep 17, 2016 2:35 pm
Location: Dellrose TN

Re: Serz.exe issues

Unread postby alanch » Tue Jan 21, 2020 11:00 am

CSXAC60CW wrote:Awesome, it worked! I didn't know the .dll files were there! Thank you sir !*YAAA*!
I'll use this method until I decide to start using RWtools.


Glad you got there in the end - I know when you get advice on the forums it can be difficult to sort the wheat from the chaff, and avoid all the digressions!

Personally, I always use RW Tools to decompress any file I want to work on, so do try and get it working for you. Mike Simpson has a new 'Lite' version on his download website, which will do all you need. You can download from http://www.agenetools.com/downloads.html .

I select all the text and then copy it into a decent xml file editor, rather than working on it in RW Tools. I use Context because I'm used to it, but Notepad++ works fine. Once I've done all my editing, I copy the text back into RW Tools and save it back from there to the .bin file.

I know that adds extra steps into my workflow, but working in a real editor makes life so much easier. Knowing a few standard Windows shortcuts like Ctrl-A (select all), Ctrl-C (Copy) and Ctrl-V (Paste) also makes life easier!
Alan


My railway photos are back - you can access them from this thread viewtopic.php?f=24&t=21667a . Lots of UK steam and early diesels from the late 1950s and early 1960s.
User avatar
alanch
 
Posts: 110
Joined: Fri Jul 10, 2009 7:14 am


Return to Problems and Peculiarities

Who is online

Users browsing this forum: No registered users and 1 guest

cron