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
jaywinyeah
Enjoy! Jason Winokur
I'll PM you the Beta password. If you find more bugs, post them in this thread. Thanks for helping improve Offworld! P.S. I don't get e-mail notifications, either :( Jason Winok
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
That sounds like an overflow bug. If I can reproduce it, I should be able to fix it (or at least clamp the arithmetic). Thanks for reporting it! Jason Winok
Happy to help. Enjoy the game! Jason Winokur
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
I'm sorry the game is not working for you. Could you browse to your Offworld installation folder and post your Offworld_Data/output_log.txt file? Jason Winokur
Also, is this isolated to single player, multiplayer, or both? Jason Winokur
We just posted 3 tutorial videos to help anyone interested in modding Offworld. https://forums.offworldgame.com/475101/page/1/ Jason Winokur
Thank you for finding a solution. We'll be sure to pass this information on to nVidia. Jason Winokur
Sorry to hear that. Would you mind posting your output.txt from Documents/My Games/Offworld/Logs? Thank you! Jaso
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
Hopefully Unity will release a fix soon. My apologies in the meantime. Please guide others with the same issue to this thread. Jason Winokur
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
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
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
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! &
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. &
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! &
Thanks! It looks like you are running D3D11, and I don't see any error messages. Can you experiment with the Graphics Settings and see if any combinations fix the colors? &
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
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.
Can you try deleting your OptionsSave.xml in My Documents/My Games/Offworld/? Jason Winokur
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.