Elvas Tower: OR NewYear MG - Elvas Tower

Jump to content

  • 205 Pages +
  • « First
  • 41
  • 42
  • 43
  • 44
  • 45
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

OR NewYear MG Rate Topic: ****- 4 Votes

#421 User is offline   Stijn D.C. 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 516
  • Joined: 20-August 16
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 19 January 2020 - 08:47 AM

I have made test again, after 30minutes sound stops, 2 seconds after this, ORTS closes :-(

#422 User is offline   BillC 

  • Conductor
  • Group: Private - Open Rails Developer
  • Posts: 322
  • Joined: 31-May 11
  • Gender:Male
  • Country:

Posted 19 January 2020 - 10:06 AM

View PostStijn D.C., on 19 January 2020 - 08:47 AM, said:

I have made test again, after 30minutes sound stops, 2 seconds after this, ORTS closes :-(


Stijn,
There is new release pending to fix an Iphone problem. After that with more details will attempt to isolate your problem.

Bill

#423 User is offline   Stijn D.C. 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 516
  • Joined: 20-August 16
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 19 January 2020 - 11:15 AM

Hello,

With run ORTS without checkbox of Webserver, the game not auto close. (I have test this 2hours)


I have not iPhone, but Samsung with Android.

Version i use is NewYearNoWD downloaded yesterday.


Greetz,

#424 User is offline   BillC 

  • Conductor
  • Group: Private - Open Rails Developer
  • Posts: 322
  • Joined: 31-May 11
  • Gender:Male
  • Country:

Posted 19 January 2020 - 02:38 PM

View PostStijn D.C., on 19 January 2020 - 11:15 AM, said:

Hello,

With run ORTS without checkbox of Webserver, the game not auto close. (I have test this 2hours)


I have not iPhone, but Samsung with Android.

Version i use is NewYearNoWD downloaded yesterday.


Greetz,


Stijn,
Thank you for your extensive testing. Looking at the code I see why the Webserver is running, even though the checkbox is unchecked. I would like to hold off on this fix. The game can be terminated manually.

I am more concerned about the game crashing in the middle of a run. Understand that your problem is with an Android phone. Suspect a timing issue here. Which was the problem with the Iphone, and Ipad tablet. To correct that, major surgery was done on the internal code. So when Carlo issue's the new code in a release, could you test that, and when the problem arises, also attach a log file ?

Thanks
Bill


#425 User is online   Csantucci 

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

Posted 21 January 2020 - 03:12 AM

Revision 50 of OR NewYear MG is available.
Instructions to use the web server have slightly changed.
What you can do now to test it: check the general options checkbox Enable WebServer, and start OR. If you type
http://127.0.0.1:2150/index.html
in your browser of the same PC where OR runs, you'll get a web page with the OR HUD.
You can display the same page also on other PCs, or devices like an Android Smartphone or TV box, or an IPad. In this case however, within the Command prompt you must type ipconfig; you will get some lines as reply, and one of them is
IPv4 Address. . . . . . . . . . . : 192.168.1.114
So, in such case, on the browser of your external device (being in the same internal network of your PC) you will have to type
http://192.168.1.114:2150/index.html

Revision 50 of OR NewYear MG is available as always here http://www.interazio..._NewYear_MG.zip .
It is aligned with unstable rel. U2020.01.19-1006 (which is the most recent as of now) of the official OR, which does include Monogame. To see what the official unstable release includes, check here https://james-ross.c...&utm_medium=app . It is also aligned with testing version X1.3.1-115.


The list of additional features to such unstable release present in OR NewYear MG is as follows:

- addition of track sounds in the sound debug window (by dennisat)
- F5 HUD scrolling by mbm_OR (with improvement requested by steamer_ctn)
- checkbox in General Options tab to enable or disable watchdog
- increase of remote horn sound volume level
- when car is selected through the F9 window, the car's brake line in the extended brake HUD is highlighted in yellow, see here http://www.elvastowe...post__p__248023 (by mbm_or)
- improved distance management in roadcar camera
- signal script parser (by perpetualKid): reduces CPU time needed for signal management
- true optional 64-bit management, allowing to use more than 4 GB of memory, if available, in Win64 systems (by perpetualKid, with some small tailoring by myself)
- general options checkbox for optional run at 32 bit on Win64
- added translatable Train Driving Info window (see http://www.elvastowe...post__p__251671 and following posts), by mbm_OR
- Train Driving Info window may be translated in other languages (done for Italian), by mbm_OR
- 32bit running set as default
- inserted extended Raildriver setup, as present in OR Ultimate (by perpetualKid)
- set Simple Control and Physics option as default
- bug fix for https://bugs.launchp...or/+bug/1858298 Sound problems when viewer not created in initial conditions
- bug fix for https://bugs.launchp...or/+bug/1858323 Unjustified player train initialization differences
- bug fix for https://bugs.launchp...or/+bug/1858655 Helpers not throttled to zero when de-MUed
- mouse wheel scroll and scrollbar dragging in OR windows, see https://blueprints.l...ollbars-in-game
and https://blueprints.l...rolling-in-game , by Reve
- analog clocks showing game time, see http://www.elvastowe...station-clocks/ , by jonas
- bug fix for crash when activating speed logging with autopiloted train
- bug fix for MSTS environments not looking like in testing version
- bug fix for bad mouse pointing in full screen mode and for issues with Fast full screen-Alt-Tab mode
- NEW: updated Open Rails web server, by BillC, cjakeman and mbm_OR
- NEW: bug fix for https://bugs.launchp...or/+bug/1860263 System.ArgumentException at System.Array.Copy.

Various bug fixes have been introduced in parallel to the unstable release.

When running on Win64, the player can select if he prefers running at 64 bit or 32 bit. In this second case RunActivity32.exe is run, and only a maximum of 4 GB of RAM can be accessed by OR.
Note for developers: Runactivity32.exe is not generated by building the pack, but manually doing a copy of Runactivity.exe, renaming it Runactivity32.exe, and using on the Developer Command Prompt command corflags with the modifier -32BITPREF+


NOTE: ReShade 4.3.0 or older or ReShade 4.5.2 must be used, or ReShade 4.5.2. ReShade 4.4.2 doesn't work here. See here http://www.elvastowe...mg-and-reshade/ for an installation guide of ReShade.

When running on Win64, if you are running OR at 64 bit (option not checked) you must point ReShade to OpenRails64.exe; if you are running OR at 32 bit (option checked) you must point ReShade to OpenRails.exe.

It is suggested to unpack the .zip using 7zip, if other unpackers lead to problems.

Revision 49.3 can still be downloaded from here http://interazioni-e...G_oldrecent.zip .

#426 User is offline   Haran Banjo 

  • Hostler
  • Group: Status: Active Member
  • Posts: 55
  • Joined: 12-November 19
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 21 January 2020 - 03:55 AM

Track Monitor F4 is in Imperial System (MPH), not in Metric System (KPH)

#427 User is online   Csantucci 

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

Posted 21 January 2020 - 05:51 AM

You mean the Track Monitor generated by the web server? Yes, you're right. There seems to be a bug. And the value shown of the speeds is anyhow wrong, because the value in meters per second is shown.

#428 User is offline   WCAM-1 

  • Apprentice
  • Group: Status: Switchman
  • Posts: 10
  • Joined: 14-May 19
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 22 January 2020 - 12:35 PM

Hello all,

Even after installing the latest version of MG, I'm having the issue of screen stuttering while driving from a 3D Cab. Is there any solution available for this issue?

Thank you!

This post has been edited by WCAM-1: 22 January 2020 - 01:03 PM


#429 User is offline   Diter258r 

  • Apprentice
  • Group: Status: Active Member
  • Posts: 38
  • Joined: 30-November 19
  • Gender:Male
  • Location:Brazil
  • Simulator:open rails
  • Country:

Posted 23 January 2020 - 12:32 PM

it worked just fine!

#430 User is offline   steved 

  • Superintendant
  • Group: Status: Elite Member
  • Posts: 1,852
  • Joined: 19-December 09
  • Gender:Male
  • Location:South of here
  • Simulator:ORMG
  • Country:

Posted 23 January 2020 - 02:33 PM

View PostWCAM-1, on 22 January 2020 - 12:35 PM, said:

Hello all,

Even after installing the latest version of MG, I'm having the issue of screen stuttering while driving from a 3D Cab. Is there any solution available for this issue?

Thank you!

For starters, go into the video tab in the options menu and uncheck all of the boxes except Vertical sync.
Change the viewing distance from 4000m to 2000m.
In the Data logger tab uncheck all of the boxes.
You'll want Logging enabled but you do that on the main OR menu right below the Options button.
It would be helpful if you could let us know what kind of computer you have. Older low power computers just won't give good performance.

Anyway, start here and let us know.
Steve

Welcome to Elvas Tower.


  • 205 Pages +
  • « First
  • 41
  • 42
  • 43
  • 44
  • 45
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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