Author Topic: Skyscraper 2.0.1 Released  (Read 1167 times)

Offline

  • Administrator
  • Contributor Level II
  • *****
  • Posts: 877
  • Location: Chicago, IL
    • View Profile
    • Ryan Thoryk's Website
Skyscraper 2.0.1 Released
« on: August 13, 2025, 08:27:06 am »
This is a bugfix release for Skyscraper 2.0.  The main fix in this, which was backported from 2.1, is to blacklist the old "none.wav" files, which had static in them.  When looped in some Beno buildings, they were starting to cause problems.  This fix prevents the sound system from loading those files, and I've also provided a none.wav that you can use, especially on older Skyscraper releases.  This also introduces the "pause" and "resume" console commands, and has a number of potential crash fixes.



Full changelog:
https://github.com/eventhorizon5/skyscraper/blob/v2.0/changelog.txt

Release Notes:
https://github.com/eventhorizon5/skyscraper/blob/v2.0/README.md

User's Guide and Script Guide:
guide.skyscrapersim.net




Windows 10/11 x64 Patch:
https://download.skyscrapersim.net/releases/2.0/patch-2.0.1-x64.zip

Windows 7 x64 Patch:
https://download.skyscrapersim.net/releases/2.0/patch-2.0.1-win7.zip



Downloads:
Skyscraper: A first-person 3D virtual skyscraper simulator
skyscrapersim.net


GitHub repository:
https://github.com/eventhorizon5/skyscraper

Script guide:
skyscrapersim.net




Changelog since 2.0.0:
-SBS: allow all movement on engine object, restrict based on bounds for others
-GUI: added object safety checks to MoveObject
-VMConsole: fixed a potential divide-by-zero in ps command
-VM: added pause and resume console commands
-Added new blank sound, none.wav, to replace the bad/static one used in add-ons
-SBS: fixed none.wav sound loop issue, and console spamming while in verbose mode
-VM: segfault fixes (make sure engines are verified to exist before use)

« Last Edit: September 08, 2025, 04:50:28 pm by eventhorizon »

Share on Bluesky Share on Facebook


Offline

  • Contributor Level I
  • *
  • Posts: 192
  • Location: Michigan, United States
    • View Profile
Re: Skyscraper 2.0.1 Released
« Reply #1 on: August 13, 2025, 09:53:25 am »
Was none.wav even needed? Maybe back then it wasn't, but nowadays, you can have the line end with the = in place of a sound file

Offline

  • Contributor Level I
  • *
  • Posts: 139
    • View Profile
Re: Skyscraper 2.0.1 Released
« Reply #2 on: August 13, 2025, 10:53:14 am »
Skyscraper.exe – Entry point not found
The procedure entry point
“?LoadConfiguration@HAL@Skyskraper@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z”
could not be found in the DLL
“D:\Programs\Skyscraper2.1alpha\Skyscraper.exe” .

Offline

  • Administrator
  • Contributor Level II
  • *****
  • Posts: 877
  • Location: Chicago, IL
    • View Profile
    • Ryan Thoryk's Website
Re: Skyscraper 2.0.1 Released
« Reply #3 on: August 13, 2025, 02:30:12 pm »
Skyscraper.exe – Entry point not found
The procedure entry point
“?LoadConfiguration@HAL@Skyskraper@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z”
could not be found in the DLL
“D:\Programs\Skyscraper2.1alpha\Skyscraper.exe” .

Make sure you patched the right version - don't use this patch on the 2.1 builds (those have the fixes too, and are of a different codebase).

Offline

  • Administrator
  • Contributor Level II
  • *****
  • Posts: 877
  • Location: Chicago, IL
    • View Profile
    • Ryan Thoryk's Website
Re: Skyscraper 2.0.1 Released
« Reply #4 on: August 13, 2025, 02:36:08 pm »
Was none.wav even needed? Maybe back then it wasn't, but nowadays, you can have the line end with the = in place of a sound file

It's not used anymore with the simulator, and just left it included maybe so it could be copied if needed to older releases.

« Last Edit: August 13, 2025, 02:43:49 pm by eventhorizon »

Offline

  • Administrator
  • Contributor Level II
  • *****
  • Posts: 877
  • Location: Chicago, IL
    • View Profile
    • Ryan Thoryk's Website
Re: Skyscraper 2.0.1 Released
« Reply #5 on: August 18, 2025, 12:32:49 pm »
I've made the Raspberry Pi build of Skyscraper 2.0.1, it can be downloaded here:
https://download.skyscrapersim.net/releases/2.0/skyscraper-2.0.1-raspberrypi.tar.bz2