jaywinyeah

jaywinyeah

Joined Member # 6230414
0 Posts 35 Replies 49 Reputation

This looks like the same issue. We'll debug it and post the results in Macgyver's thread: https://forums.offworldgame.com/497205/page/1/#3762000 Jason Winokur

1 Replies 17,186 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 54,934 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,326 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 30,882 Views

Hopefully Unity will release a fix soon. My apologies in the meantime. Please guide others with the same issue to this thread. Jason Winokur

4 Replies 10,817 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,817 Views

Sorry to hear that. Would you mind PM'ing me your output_log.txt as well as your Documents/My Games/Offworld/Logs/output.txt? Thanks. Jas

4 Replies 10,817 Views

We have pushed a new "next" build with a potential fix. Please try the new build and report if the game speed works correctly or not. Thanks! Jason Winokur

20 Replies 73,176 Views

I think I have narrowed in on the bug. It seems to be directly connected to the framerate of the host. I should have a fix ready for testing shortly. Thank you all for helping narrow the bug down! &

20 Replies 73,176 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,176 Views

Hello InSyncOTC. Would you mind playing the "next" build (Beta Code: MohicanSun2015) and if the half-speed issue persists, could you attach your Documents/My Games/Offworld/ folder? Thanks! &

20 Replies 73,176 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,118 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,707 Views

We still have a lot of optimizing left to do. In the meantime, I'll try to bandaid it with some additional user options. I'll add a Frame Limiter dropdown with the choices (100FPS (default), 60FPS, 30FPS, V-Sync 1 Interval, V-Sync 2 Interval). Hopefully, one of those will help limit your resource consumption. &nbsp

6 Replies 25,049 Views