jaywinyeah

jaywinyeah

Joined Member # 6230414
0 Posts 0 Replies 49 Reputation

I can help you with that. It looks like the application is erroring trying to select a monitor. Can you try these two things: 1. Navigate to "Documents/My Games/Offworld/" and delete "GraphicsOptionsSave.xml". 2. Hold down SHIFT while you launch the game from the launcher to bring up a resolution dialog. Try to find a setting that works. If those two things don't work, I'll put you on a debug build to collect more information. Jason Winokur

6 Replies 47,269 Views

I found the cause of your two cases. As suspected, they are both integer overflow bugs. Normal integers can hold values in the range of −2,147,483,648 to 2,147,483,647, so it makes sense that your money went negative when it went past $2 billion. The stock price overflows around $800 million because there's an intermediate multiplication by 3 during the stock price calculation. I've changed both places to use 64-bit integers, which have a much larger range of val

7 Replies 55,080 Views

Thank you for the log! You have a powerful enough computer to play the game at 3440x1440 and high graphics settings. Could you try validating your Offworld files through Steam? From the logs, it looks like you don't have any problems in the main menu. Can you run the regular version (D3D11), then go into the Options screen and decrease your resolution to 1920x1080 and choose the "Low" Graphics Preset? If that still fails, would you attach the new output_log.txt f

8 Replies 44,503 Views

My apologies. I believe this is the same issue as here: https://forums.offworldgame.com/472770/page/1/#3598029. Running in D3D9 mode is a valid workaround until we can get a fix out. For convenience, there is a batch file in the install folder that will run the game in D3D9 mode, or you can edit the launch options as described above. &nbs

6 Replies 31,070 Views

It looks like this is a known bug that was recently introduced in Unity's D3D11 renderer on video cards that don't support D3D11. http://issuetracker.unity3d.com/issues/crash-slash-image-effects-using-noise-and-grain-image-effect-crashes-windows-standalone-builds-on-gpus-that-do-not-support-dx11

4 Replies 10,943 Views

Thanks InSyncOTC! Those logs are helping me zero in on a fix. My current hunch is that the slow-down is caused by a bug in our update calculation which is amplified by certain framerates. I'll PM you to get you on our internal testing build. &

20 Replies 73,360 Views

It looks like the gamma is broken. I wonder if the game is defaulting you to D3D9. Can you attach your output_log.txt file? Thanks! How to find output log on PC: Open your Steam Library Right-click Offworld Trading Company Click Properties->Local Files->Browse Local Files&hel

5 Replies 48,312 Views

Yes, we recently discovered a bug in the Mod dropdown. If you expand the dropdown and select None, the game thinks that you are now playing the mod called "None". Deleting your OptionsSave.xml from My Documents/My Games/Offworld/ resets that value back to the default. It should be fixed in the next update. Sorry about that.

6 Replies 29,875 Views