-
Posts
252 -
Joined
-
Last visited
Everything posted by janisozaur
-
When it freezes, can you look at the log and see if it gets spammed with warnings? What map size are you using?
-
openrct.exe stopped working after loading saved game
janisozaur replied to Maize04's topic in Problems, Bugs and Feedback
github is our main issue tracker, but someone has a look at fora (here & reddit) every now and then, we pull the issues we find over to github so we can track them easily. -
openrct.exe stopped working after loading saved game
janisozaur replied to Maize04's topic in Problems, Bugs and Feedback
ok, checked it – the game enters an endless loop. I've filed an issue for you: https://github.com/OpenRCT2/OpenRCT2/issues/2780 -
openrct.exe stopped working after loading saved game
janisozaur replied to Maize04's topic in Problems, Bugs and Feedback
send us the save and specify where it crashes. -
Unable to Save anything (Build 6412aa5)
janisozaur replied to CoasterCrazy234's topic in Problems, Bugs and Feedback
https://github.com/OpenRCT2/OpenRCT2/pull/2739 this got merged before a proper fix was in place. -
we know, it's being worked on.
-
Which version are you using?
-
We're tied to x86 for the time being. We can build for other little-endian 32-bit platforms with some functionality disabled, but amd64 is out of reach for now.
-
openrct.exe stopped working after loading saved game
janisozaur replied to Maize04's topic in Problems, Bugs and Feedback
@Broxzier care to post an issue on github or mention that at gitter? -
See https://github.com/OpenRCT2/OpenRCT2/pull/2744 A build with this hack/fix will be available soon on this job: https://ci.appveyor.com/project/IntelOrca/openrct2-ject9/build/0.0.4.666
-
Park Keep crashing at one point
janisozaur replied to daand12's topic in Problems, Bugs and Feedback
I loaded your park into the game and called the function that removes rides. -
Multiplayer - Allow Hostnames In Game List?
janisozaur replied to geekl33tgamer's topic in General Discussion
Isn't it? Do you modify the sources before they're built? As this change is still present in repository: https://github.com/OpenRCT2/OpenRCT2/blob/develop/src/windows/server_list.c#L405-L409 -
Park Keep crashing at one point
janisozaur replied to daand12's topic in Problems, Bugs and Feedback
there ya go: https://transfer.sh/18V0zk/autosave-no-ride.sv6 -
Multiplayer - Allow Hostnames In Game List?
janisozaur replied to geekl33tgamer's topic in General Discussion
is this what you want? -
Hey there. I honestly doubt raspi1 is powerful enough to be able to emulate the OS (why would you even bother to do such a thing with windows is beyond my comprehension) + openrct2 on top of it, as it struggles to even keep up with a native version.
-
I'm running test builds of openrct2, you can try them by adding https://code.launchpad.net/~janisozaur/+archive/ubuntu/rct2-deb and https://code.launchpad.net/~janisozaur/+archive/ubuntu/jansson2.7-trusty (this is one is only temporary, to overcome launchpad's limitations, it will be merged into the former in near future) PPAs to your system. Let me know if they work or not.
-
Not sure how you're looking, but this is quite Linux looking to me: https://github.com/OpenRCT2/OpenRCT2/releases We've had that for couple of months now. See https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linux We have a few packages already, not yet release-quality, but they may be available for your system. What distro you use?
-
windows builds require a certificate bundle, which we ship in windows artifacts. There is an error right there in the logs: ERROR[src\network\http.cpp:135 (http_request_json)]: HTTP request failed: Problem with the SSL CA cert (path? access rights?). When you restart, you probably have wrong CWD set. I have to ask though: why would you use wine and windows build to host this server? That's super weird to me.
-
In that case you may want to see: https://github.com/OpenRCT2/OpenRCT2/pull/2558 (original issue) https://github.com/OpenRCT2/OpenRCT2/pull/2559 (investigation + possible fix) Can you (windows users) please check if the build from https://ci.appveyor.com/project/IntelOrca/openrct2-ject9/build/0.0.4.73/artifacts solves the problem with displaying map of park? To see if you're affected first check if it crashes with vanilla build.
-
Are you using any corrupt elements in this park by any chance?
-
I'm quite sure at least one of the mentioned services would offer the RSS for podcast.
-
I don't usually lurk in these forums, but I just noticed this thread. Please help out with https://github.com/OpenRCT2/OpenRCT2/pull/2285 I'm not too much concerned with packaging myself, regardless, I still made strides in that field and eventually, I'll have PPA working. My main concern for now is getting things working as good as they can, which implies I expect you to build from source for the time being, which is trivial. It shouldn't contain any more bugs than the windows version, there are few differences with regard to how things are set up and expected to work. It will spit out some more to stderr (compared to windows version) and will not have any messageboxes or dir selectors or other such sillyness, until someone implements that.