Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game Crash when I test the roller coaster #5749

Closed
LordHISKI opened this issue Jul 1, 2017 · 7 comments
Closed

Game Crash when I test the roller coaster #5749

LordHISKI opened this issue Jul 1, 2017 · 7 comments
Labels
bug Something went wrong.

Comments

@LordHISKI
Copy link

LordHISKI commented Jul 1, 2017

Everytime i try to test my rc (mine train 2) my game crash. I dont know why and there is no explanation.

Save game:

Gamecrash.txt

@Gymnasiast
Copy link
Member

You removed several fields in the template and did not fill in the upper three. We cannot help you if you don't provide that information.

@Gymnasiast Gymnasiast added the invalid/incomplete Not applicable or missing information. label Jul 1, 2017
@IntelOrca
Copy link
Contributor

Loop stuck during creation of vehicles:
loc_6DDF9C:4885:

do {
    ...
} while (!(vehicle_update_track_motion(train, NULL) & 0x400));

Stack:

#0  0x00007f125bf101ef in loc_6DDF9C (ride=0x7f125c935dc0 <gRideList+28576>, mapElement=0x7f125ca1c880 <gMapElements+273888>) at ride.c:4885
#1  0x00007f125bf10064 in ride_create_vehicles (ride=0x7f125c935dc0 <gRideList+28576>, rideIndex=47, element=0x7ffe56150260, isApplying=1) at ride.c:4833
#2  0x00007f125bf10f6c in ride_is_valid_for_test (rideIndex=47, goingToBeOpen=0, isApplying=1) at ride.c:5283
#3  0x00007f125bf11787 in game_command_set_ride_status (eax=0x7ffe561503ac, ebx=0x7ffe561503a8, ecx=0x7ffe561503a4, edx=0x7ffe561503a0, esi=0x7ffe5615039c, edi=0x7ffe56150398, ebp=0x7ffe561503c0) at ride.c:5510

@IntelOrca IntelOrca added bug Something went wrong. and removed invalid/incomplete Not applicable or missing information. labels Jul 1, 2017
@LordHISKI
Copy link
Author

i didnt do anything. I builded the coaster without any cheat or something. Just normal. I didnt removed anything

@IntelOrca
Copy link
Contributor

@Gymnasiast could you check if this happens in vanilla?

@wolfreak99
Copy link
Contributor

wolfreak99 commented Jul 1, 2017

@IntelOrca I just tested it in Vanilla RCT2 (GOG version), and it shows an access violation.

I'm also on windows 10 and the game tends to minimize about 3 times while it opens into full screen, and i checked if it would run the Six Flags Belgium scenario okay and it stops responding about 5 seconds (with no access violation error) into the game, but for what it's worth, this save file does seem to throw an access violation error when i test the ride

@IntelOrca
Copy link
Contributor

Removing the diagonal chain lift that goes from up to straight will fix it. I am not sure why it causes a problem yet.

@jensj12
Copy link
Contributor

jensj12 commented Jul 2, 2017

Duplicate of #3846. If a train starts on a diagonal chain lift (in block brake mode), the game crashes.

zsilencer added a commit to zsilencer/OpenRCT2 that referenced this issue Jul 4, 2017
Gymnasiast added a commit that referenced this issue Jul 4, 2017
zsilencer added a commit to zsilencer/OpenRCT2 that referenced this issue Jul 4, 2017
zsilencer added a commit to zsilencer/OpenRCT2 that referenced this issue Jul 4, 2017
IntelOrca pushed a commit that referenced this issue Jul 4, 2017
janisozaur added a commit that referenced this issue Jul 12, 2017
- Feature: [#1399 (partial), #5177] Add window that displays any missing/corrupt objects when loading a park
- Feature: [#5056] Add cheat to own all land.
- Feature: [#5133] Add option to display guest expenditure (as seen in RCTC).
- Feature: [#5196] Add cheat to disable ride ageing.
- Feature: [#5504] Group vehicles into ride groups
- Feature: [#5576] Add a persistent 'display real names of guests' setting.
- Feature: [#5611] Add support for Android
- Feature: [#5706] Add support for OpenBSD
- Feature: OpenRCT2 now starts up on the display it was last shown on.
- Feature: Park entrance fee can now be set to amounts up to £200.
- Improved: Construction rights can now be placed on park entrances.
- Improved: Mouse can now be dragged to select scenery when saving track designs
- Fix: [#259] Money making glitch involving swamps (original bug)
- Fix: [#441] Construction rights over entrance path erased (original bug)
- Fix: [#578] Ride ghosts show up in ride list during construction (original bug)
- Fix: [#597] 'Finish 5 roller coasters' goal not properly checked (original bug)
- Fix: [#667] Incorrect banner limit calculation (original bug)
- Fix: [#739] Crocodile Ride (Log Flume) never allows more than five boats (original bug)
- Fix: [#837] Can't move windows on title screen to where the toolbar would be (original bug)
- Fix: [#1705] Time Twister's Medieval entrance has incorrect scrolling (original bug)
- Fix: [#3178, #5456] Paths with non-ASCII characters not handled properly on macOS.
- Fix: [#3346] Crash when extra long train breaks down at the back
- Fix: [#3479] Building in pause mode creates too many floating numbers, crashing the game
- Fix: [#3565] Multiplayer server crash
- Fix: [#3681] Steel Twister rollercoaster always shows all track designs
- Fix: [#3846, #5749] Crash when testing coaster with a diagonal lift in block brake mode
- Fix: [#4054] Sorting rides by track type: Misleading research messages
- Fix: [#4055] Sort rides by track type: Sorting rule is not really clear (inconsistent?)
- Fix: [#4512] Invisible map edge tiles corrupted
- Fix: [#5009] Ride rating calculations can overflow
- Fix: [#5253] RCT1 park value conversion factor too high
- Fix: [#5400] New Ride window does not focus properly on newly invented ride.
- Fix: [#5489] Sprite index crash for car view on car ride.
- Fix: [#5730] Unable to uncheck 'No money' in the Scenario Editor.
- Fix: [#5750] Game freezes when ride queue linked list is corrupted.
- Fix: [#5819] Vertical multi-dimension coaster tunnels drawn incorrectly
- Fix: Non-invented vehicles can be used via track designs in select-by-track-type mode.
- Fix: Track components added by OpenRCT2 are now usable in older scenarios.
- Technical: [#5047] Add ride ratings tests
- Technical: [#5458] Begin offering headless build with reduced compile- and run-time dependencies
- Technical: [#5755] Title sequence wait periods use milliseconds
- Technical: Fix many desync sources
ZehMatt pushed a commit to ZehMatt/OpenRCT2 that referenced this issue Jul 14, 2017
ZehMatt pushed a commit to ZehMatt/OpenRCT2 that referenced this issue Jul 14, 2017
…ck could not handle diagonal blocks (OpenRCT2#5778)

* Fix OpenRCT2#3846: Testing or opening (certain) rollercoaster causes game to hang
* Fix OpenRCT2#5749: Game Crash when I test the roller coaster
ZehMatt pushed a commit to ZehMatt/OpenRCT2 that referenced this issue Jul 14, 2017
ZehMatt pushed a commit to ZehMatt/OpenRCT2 that referenced this issue Jul 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something went wrong.
Projects
None yet
Development

No branches or pull requests

5 participants