User Tools

Site Tools


troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
troubleshooting [2021/03/27 15:32] – old revision restored (2020/10/09 07:19) 62.210.139.231troubleshooting [2022/09/18 06:56] – external edit 127.0.0.1
Line 1: Line 1:
 ====== Troubleshooting ====== ====== Troubleshooting ======
  
-==== How do I report a bug? ====+==== Which version do I download? ====
  
-Before reporting a bugplease read the rest of this page to see if anything fixes your problemIf that doesn't help, please fill out our new bug report form for Oh So Hero: https://f.ff-f.co/oshbug+If you use Windowsdownload the win64 buildOlder 32-bit systems use the win32 buildYou can use the setup.exe file for simple click-and-run, or if you prefer, the .zip file for full control.
  
-You can still use the #osh-bugs Discord channel for discussion and posting attachments, but the form will help us stay better organized and provide faster fixesThanks! Ribbit~+Mac and Linux users should use the mac and linux builds.
  
-==== When I try to run the game on Windows, I get this error: "Fatal error: Failed to initialize IL2CPP" ====+Android is not currently supported. We are looking into options that may allow us to build for Android in the future.
  
-If you are running the 64-bit version, try using the 32-bit version instead. If that still doesn't work, contact us.+iOS is not supported because Apple does not allow adult gamesSorry~
  
-==== When try to run the game on macOS, I get this error: "macOS cannot verify the developer"+==== How do install and launch the game? ====
  
-How do I run the game on macOS?+Instructions can be found on the [[https://ff-f.itch.io/oh-so-hero|Oh So Hero! itch.io page]], which also has download links for the latest public build. If you're a [[https://www.patreon.com/FullFrontalFrog|patron]], you can get access to even newer builds with more exclusive content.
  
-1. Double-click the .zip file to extract the app. +Further information can be found on the [[install|Installation and Uninstallation Guide]].
-2. Right-click on OhSoHero.app and click Open. +
-3. A window will pop up saying "macOS cannot verify the developer". Click Open.+
  
-Why is the developer not verified?+==== How do I report a bug====
  
-In order for macOS to verify the developer, the application needs to be registered with Apple's App StoreUnfortunatelyApple does not allow apps with adult content on the App Store, and thus we must result to this workaround.+Before reporting a bugplease read the rest of this page to see if anything fixes your problem. If that doesn't help, please send detailed information about your issue to us directlyIf you're a patronyou may post in the **#osh-bugs** channel on the Full Frontal Frog Discord server or direct message us on [[https://www.patreon.com/FullFrontalFrog|Patreon]]. You may also contact our [[https://ff-f.co/magoloric/|Community Manager]]. Make sure to include an [[error log]] as wellCheers! Ribbit~
  
-==== When I'm playing the game, my path is blocked by a wall of sand. ====+==== When I try to run the game on WindowsI get this error: "Fatal error: Failed to initialize IL2CPP" ====
  
-If you experience something like this: +If you are running the 64-bit version, try using the 32-bit version instead. If that still doesn't work, contact us.
-{{:beyonce_wall_of_sand.png?200|}}+
  
-It is because the game is reading incorrect terrain data that was left over from an old version of the game.+==== When I try to run the game on macOS, I get this error: "macOS cannot verify the developer" ====
  
-Go to the location where you installed the game, **delete the "Oh So Hero_Data" folder**, and then **re-install**.+How do I run the game on macOS?
  
-This will not reset your game progressYour save data is stored in a different location on your machine (see below) and will not be removed as a result of this.+  - Double-click the .zip file to extract the app. 
 +  - Right-click on OhSoHero.app and click Open. 
 +  - A window will pop up saying "macOS cannot verify the developer". Click Open.
  
-==== How do I find the Save Data and Error Logs====+Why is the developer not verified?
  
-=== Windows === +In order for macOS to verify the developerthe application needs to be registered with Apple's App StoreUnfortunatelyApple does not allow apps with adult content on the App Store, and thus we must result to this workaround.
- +
-At your Desktoppress Windows+R on your keyboard to open the Run window. +
- +
-Nextcopy and paste the following line into the Open textbox and click OK: +
- +
-''%USERPROFILE%\AppData\LocalLow\Full Frontal Frog\Oh So Hero'' +
- +
-An Explorer window will appear to show you the contentsThe files you will need are **Player.log** and (optionally) **Player-prev.log**. +
- +
-=== macOS ===+
  
-Navigate to the following location:+==== I accidentally goofed my options or key bindings. What do? ====
  
-''~/Library/Logs/Full Frontal Frog/Oh So Hero''+On Windows, you can reset all of your options by running a simple command on the command line:
  
-You'll find **Player.log** and **Player-prev.log** here.+''REG DELETE "HKEY_CURRENT_USER\SOFTWARE\Full Frontal Frog\Oh So Hero!" /f''
  
-=== Linux ===+This will not affect your save data or gallery data.
  
-Navigate to the following location:+Alternatively, you can download this batch file, then double-click it to run it: 
 +[[https://www.dropbox.com/s/k73lqbotqmms14e/OSH%20Reset%20Options.bat?dl=0]]
  
-''~/.config/unity3d/Full Frontal Frog/Oh So Hero''+==== Where are the Error Logs and Save Data? ====
  
-You'll find **Player.log** and **Player-prev.log** here.+[[error logs|🐸 Error Logs]] (The error logs for //Oh So Hero!// will be in a different location for each operating system.)
  
-=== Other Platforms ===+[[save data|🐸 Save Data]] (The save data for //Oh So Hero!// will be in a different location for each operating system.)
  
-See the **Player** section of the [[https://docs.unity3d.com/Manual/LogFiles.html|Unity Log Files Manual]]. +==== Why aren'the teleporters working? ====
-==== What are all of the Local Data locations? ====+
  
-  * Player Prefs +Teleporters work by telling the game "The player has been here"This is a small issue with using old save files, as that data hasn't be registered to the teleport update. Simply revisit the areas that don't appear on the list and that should allow you to teleport to and from them afterwards.
-      * //Registry:// Computer\HKEY_CURRENT_USER\Software\Full Frontal Frog\Oh So Hero +
-  * Save Data +
-      * %USERPROFILE%\AppData\LocalLow\Full Frontal Frog\Oh So Hero\**SaveData.es3** +
-  * Error Logs +
-      * %USERPROFILE%\AppData\LocalLow\Full Frontal Frog\Oh So Hero\**Player.log**+
  
troubleshooting.txt · Last modified: 2023/12/28 05:02 by francis