Elvas Tower: OR 1.2.3766 crashes while saving - Elvas Tower

Jump to content

  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

OR 1.2.3766 crashes while saving Rate Topic: -----

#11 User is offline   Jovet 

  • Open Rails Developer
  • Group: Posts: Elite Member
  • Posts: 2,320
  • Joined: 14-January 08
  • Gender:Male
  • Location:Omaha, Nebraska.
  • Simulator:MSTS/Open Rails
  • Country:

Posted 15 March 2017 - 03:19 AM

View PostCNfan, on 14 March 2017 - 07:30 AM, said:

Where the folder is concerned, I feel I'm going to learn something new through your suggestion. I've always sorted out my computer myself including the settings in the system, but I would admit I have never experimented this one before, having moved from Windows XP (with no SSD) directly to Windows 10, I never needed something this way.
Now with your suggestion and cjakeman's one, that gives me plenty to sort this out.

I've used the trick on XP computers before. Why have "C:\Documents and Settings\Jovet\My Documents" when you could just have C:\Docs? I know I use the Command Prompt a lot more than most people do, but burying everything 18 folders deep is inconvenient and takes longer to type/click. The C:\Docs folder is a junction, which is essentially a folder, which simply points at the actual folder. Looking at the contents of one is the same as looking at the contents of the other. Deleting files in the one deletes the files in both, since they're the same. It's very handy. Windows Vista and 7 and beyond make common use of junctions. For example, there's a "legacy" C:\Documents and Settings folder which is a junction that points at C:\Users to accommodate poorly designed software which is "hard-coded" to look at the older XP-style folder arrangement.

It's kind-of hard to explain without getting too technical and showing good examples, but I hope you get the idea. If you find you need any more specific advice or instructions on how to do it, just let me know.

#12 User is offline   CNfan 

  • Apprentice
  • Group: Posts: Dispatcher
  • Posts: 24
  • Joined: 27-November 16
  • Gender:Male
  • Location:Canada
  • Simulator:OR
  • Country:

Posted 13 April 2017 - 03:01 PM

Hello everybody, I'm sorry I have left this subject unfinished from my part, but I've been kept away from my train sim for a long while. Jovet, I used your idea in creating a junction and actually it is very easy. Windows (apparently Vista and above) offer this command: MKLINK [[/D] | [/H] | [/J]] Link Target. (for junction use the "/J" switch)

So to help anyone who, like me, wish to move the Saved files from the folder in the C:\Users, I proceeded like this:
1- In my case, I created my new folder on my disk "E": E:\Open Rails
2- I transfered all the files from the original open rails folder (from disk "C") into my new folder "E:\Open Rails"
3- I deleted the original Open Rails folder in the C:\Users\...
4- I then created the junction like this:
a- Starting "Command Prompt" Administrative level"
b- just use the command "MKLINK /J Link Target". Link is the name of the junction. For the Open Rails folder (at least in windows 8 to 10) it is: "Open Rails", we must keep the same as the old deleted folder. If we are not already in the path where to create, we have to include the path with the junction name as "Link".
So in my case "Link" is: "C:\Users\Daniel\AppData\Roaming\Open Rails"
and "Target" is: "E:\Open Rails"
So in my case it was: MKLINK /J "C:\Users\Daniel\AppData\Roaming\Open Rails" "E:\Open Rails"
that's it, done, just exit Command Prompt.

For those who prefer there is another way, which I didn't use. This is a little software to download, here is the link to the page where you can download and in the page they also explain how to do:

https://technet.micr...s/bb896768.aspx

I hope that helps anyone who are not technical.
And I thank you Jovet for leading me to that.

Daniel

#13 User is offline   CNfan 

  • Apprentice
  • Group: Posts: Dispatcher
  • Posts: 24
  • Joined: 27-November 16
  • Gender:Male
  • Location:Canada
  • Simulator:OR
  • Country:

Posted 13 April 2017 - 03:15 PM

cjakeman, I haven't tried your idea by creating an "ini" file in the Open Rails folder of the program as I don't know the coding of it by I'll also do some research about that as it can be very helpful.
Thank you.

Daniel

#14 User is offline   Jovet 

  • Open Rails Developer
  • Group: Posts: Elite Member
  • Posts: 2,320
  • Joined: 14-January 08
  • Gender:Male
  • Location:Omaha, Nebraska.
  • Simulator:MSTS/Open Rails
  • Country:

Posted 14 April 2017 - 06:39 AM

View PostCNfan, on 13 April 2017 - 03:01 PM, said:

So in my case "Link" is: "C:\Users\Daniel\AppData\Roaming\Open Rails"
and "Target" is: "E:\Open Rails"
So in my case it was: MKLINK /J C:\Users\Daniel\AppData\Roaming\Open Rails E:\Open Rails.

Glad I could help, Daniel. Looks like you got your problem solved. FYI, there are non-command-prompt utilities that can do this too, which can be web searched easily if one is interested.... but nothing wrong with working with what comes with Windows.

One point about your instructions: It's important that paths with special characters such as spaces have double-quotation marks around them when referring to them in a Command Prompt. So, your ultimate command line above should look like:
MKLINK /J "C:\Users\Daniel\AppData\Roaming\Open Rails" "E:\Open Rails"

And in case anyone is also wondering, the capitalization does not matter.

#15 User is offline   CNfan 

  • Apprentice
  • Group: Posts: Dispatcher
  • Posts: 24
  • Joined: 27-November 16
  • Gender:Male
  • Location:Canada
  • Simulator:OR
  • Country:

Posted 16 April 2017 - 11:14 AM

View PostJovet, on 14 April 2017 - 06:39 AM, said:

Glad I could help, Daniel. Looks like you got your problem solved. FYI, there are non-command-prompt utilities that can do this too, which can be web searched easily if one is interested.... but nothing wrong with working with what comes with Windows.

One point about your instructions: It's important that paths with special characters such as spaces have double-quotation marks around them when referring to them in a Command Prompt. So, your ultimate command line above should look like:
MKLINK /J "C:\Users\Daniel\AppData\Roaming\Open Rails" "E:\Open Rails"

And in case anyone is also wondering, the capitalization does not matter.


Thanks Jovet, I've missed that point and I corrected it on my post.

Daniel

#16 User is offline   CNfan 

  • Apprentice
  • Group: Posts: Dispatcher
  • Posts: 24
  • Joined: 27-November 16
  • Gender:Male
  • Location:Canada
  • Simulator:OR
  • Country:

Posted 18 September 2019 - 08:29 AM

Hello everybody, I've been a long time not being able to use the simulator but at last, I could have some time now. I've been learning to tweak a bit in my cars files.
I now have a little bit more precise details about the problem I mentioned here a couple of years ago.
It seems OR starts failing to save properly when the save file reaches around 1Gbytes, it jumps out of the activity back into the main OR menu and when I try to resume from that last save, which the png file is inexistent, trying to load it crashes showing the message (the short one) that I posted before.
Thanks, I hope it can help if it is a bug.

#17 User is offline   slipperman 

  • Foreman Of Engines
  • Group: Posts: Contributing Member
  • Posts: 855
  • Joined: 09-February 12
  • Gender:Male
  • Location:North Nottinghamshire
  • Simulator:MSTS & ORTS
  • Country:

Posted 18 September 2019 - 08:47 AM

Hi CNfan,
The first question is, if you're using v1.2.3766, why?? You should be using the stable version v1.3.1, at least!

The second question : Are you running out of RAM? Computer specs might be useful.

The .png file is only an image and 1GB is HUGE for a save file!! What route are you running?

Cheers,
Ged

#18 User is offline   CNfan 

  • Apprentice
  • Group: Posts: Dispatcher
  • Posts: 24
  • Joined: 27-November 16
  • Gender:Male
  • Location:Canada
  • Simulator:OR
  • Country:

Posted 18 September 2019 - 11:22 AM

View Postslipperman, on 18 September 2019 - 08:47 AM, said:

Hi CNfan,
The first question is, if you're using v1.2.3766, why?? You should be using the stable version v1.3.1, at least!

The second question : Are you running out of RAM? Computer specs might be useful.

The .png file is only an image and 1GB is HUGE for a save file!! What route are you running?

Cheers,
Ged


Hi Slipperman,
Sorry about that! I am, since the original post, with v1.3.1.4328.
No problem of memory amount.
Computer spec:
Intel Core i7-3770 3.40GHz
32 Gbyte of memory
Windows 10 64-bits
I mentioned the .png picture file only to say that when this happens, OR doesn't reach that step of creating it.
The problem isn't related with a specific route, I've had it with a Whitefish route in the past, Quebec-Charlevoix, and since, with the Arizona route.
I use a lot of static cars, over 20 locomotives in my player which I then split for different tasks, in different trains. I do a lot of local road switching, full distance with different long trains and so play as an open activity which ends only when I encounter this problem.
Thank you for your help and I hope this will help others.
I guess I am the fanatic type who would need a save without the whole video recording if that is the problem.
Thank you Ged
Daniel

#19 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Posts: Elite Member
  • Posts: 7,445
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 18 September 2019 - 12:22 PM

There is no video recording in the save file.

#20 User is offline   vince 

  • Superintendant
  • Group: Posts: Elite Member
  • Posts: 1,316
  • Joined: 18-June 14
  • Gender:Male
  • Location:West of the Contental Divide
  • Simulator:ORTS_Running MSTS_Editing
  • Country:

Posted 18 September 2019 - 12:49 PM

Is this a case of running Open Rails with Options > Data Logging turned on and not reading the warning there?

The "Logging" checkbox on the opening screen is not what I mention above and should be checked to provide a log to help diagnose problems.

regards,
vince


#21 User is offline   CNfan 

  • Apprentice
  • Group: Posts: Dispatcher
  • Posts: 24
  • Joined: 27-November 16
  • Gender:Male
  • Location:Canada
  • Simulator:OR
  • Country:

Posted 18 September 2019 - 03:51 PM

View PostCsantucci, on 18 September 2019 - 12:22 PM, said:

There is no video recording in the save file.


Right,
I'm not using the right word, but while I know it is not a video file, you could have guessed what I meant, that all the data recorded from the start that allows you to replay the whole thing. I used the term video for not knowing the right word and because I've known the word video was used in the past in simulators to do exactly the same job. One example is Microsoft Flight Simulator, you could save your flight (the snapshot of everything) but you could also record your flight and while it was not a real video file, you could replay your flight whenever you wanted but within the simulator only, and in the menu it was called "Flight Video".

So while I appreciate you correcting me about it, and knowing the save file grows bigger as we play, telling me "There is no video recording in the save file." is OK, but it is also a bit like saying you're wrong but I'm not telling you why or what it is and at the end it brings no help to the problem.

Cheers
Daniel

#22 User is offline   CNfan 

  • Apprentice
  • Group: Posts: Dispatcher
  • Posts: 24
  • Joined: 27-November 16
  • Gender:Male
  • Location:Canada
  • Simulator:OR
  • Country:

Posted 18 September 2019 - 04:08 PM

View Postvince, on 18 September 2019 - 12:49 PM, said:

Is this a case of running Open Rails with Options > Data Logging turned on and not reading the warning there?

The "Logging" checkbox on the opening screen is not what I mention above and should be checked to provide a log to help diagnose problems.

regards,
vince


OK, yes the "Logging" checkbox has always been checked but I realized the "Start logging with the simulation start" was not checked and as I have not finished studying the book, I just realized, in that case, I would have had to press <F12>.
So I'll try it again tomorrow with that option.
Thank you Vince

Daniel

#23 User is offline   vince 

  • Superintendant
  • Group: Posts: Elite Member
  • Posts: 1,316
  • Joined: 18-June 14
  • Gender:Male
  • Location:West of the Contental Divide
  • Simulator:ORTS_Running MSTS_Editing
  • Country:

Posted 18 September 2019 - 05:31 PM

View PostCNfan, on 18 September 2019 - 04:08 PM, said:

OK, yes the "Logging" checkbox has always been checked but I realized the "Start logging with the simulation start" was not checked and as I have not finished studying the book, I just realized, in that case, I would have had to press <F12>.So I'll try it again tomorrow with that option.Thank you Vince. Daniel


Hi Daniel,
Yes you DO want the 'Logging' check box but NO!! you do not want the 'Data Logger' on the Options > Datalogger Tab enabled at all!

Please read the warning on the Options > 'Data Logger Tab.

If you have this enabled the log will grow hugely in size as you run the Sim! You do not want that on at all.
Only the 'Logging' checkbox on the OR opening screen should be checked . . . Nothing Else.

This was confusing to me also when I first began using Open Rails.The Logging checkbox and the Data Logger in options art two completely different log processes in Open Rails.
regards.
vince






#24 User is offline   CNfan 

  • Apprentice
  • Group: Posts: Dispatcher
  • Posts: 24
  • Joined: 27-November 16
  • Gender:Male
  • Location:Canada
  • Simulator:OR
  • Country:

Posted 19 September 2019 - 06:15 AM

View Postvince, on 18 September 2019 - 05:31 PM, said:

Hi Daniel,
Yes you DO want the 'Logging' check box but NO!! you do not want the 'Data Logger' on the Options > Datalogger Tab enabled at all!

Please read the warning on the Options > 'Data Logger Tab.

If you have this enabled the log will grow hugely in size as you run the Sim! You do not want that on at all.
Only the 'Logging' checkbox on the OR opening screen should be checked . . . Nothing Else.

This was confusing to me also when I first began using Open Rails.The Logging checkbox and the Data Logger in options art two completely different log processes in Open Rails.
regards.
vince

Vince, thank you very much for making it more clear for me. I just realized I misinterpreted what you said in the previous post, about the Logging checkbox. English is not my mother tongue and sometimes I can understand the wrong way.
So I'll test this today.

Daniel

#25 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Posts: Elite Member
  • Posts: 7,445
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 19 September 2019 - 08:09 AM

View PostCNfan, on 18 September 2019 - 03:51 PM, said:

Right,
I'm not using the right word, but while I know it is not a video file, you could have guessed what I meant, that all the data recorded from the start that allows you to replay the whole thing. I used the term video for not knowing the right word and because I've known the word video was used in the past in simulators to do exactly the same job. One example is Microsoft Flight Simulator, you could save your flight (the snapshot of everything) but you could also record your flight and while it was not a real video file, you could replay your flight whenever you wanted but within the simulator only, and in the menu it was called "Flight Video".

So while I appreciate you correcting me about it, and knowing the save file grows bigger as we play, telling me "There is no video recording in the save file." is OK, but it is also a bit like saying you're wrong but I'm not telling you why or what it is and at the end it brings no help to the problem.

Cheers
Daniel


Daniel, if you write "video" I can't know you mean something other, sorry. No intention to act as a teacher correcting the pupil, but instead trying to provide useful info.
By the way it's the first time I read that the dimension of the save file causes a problem (although there always is a first time...) As Vince says, if you attach the OpenRailsLog.txt file you get at the moment you are thrown back to the menu windonw, that can help to understand what is occurring.

  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users