![]() |
Comments |
![]() |
#122 |
|
hey, im new to srb2kart and also to the forums, sorry if this is the wrong place to post this but yesterday i told a friend to download the game and play on public servers, and when he loads up the server list, only a few servers appear for him.
Instead of the usual 3 - 4 pages of servers that i get, he only gets 1 page of servers that only show like 5 or 6 servers. We tried turning off firewall, and even his antivirus and still a few servers come up. He also tried redownloading the game to have it be vanilla srb2kart but not even that worked. The weirdest thing about it is that when he refreshes the list, different servers appear each time, but its still a very short amount on the list. |
![]() |
![]() |
![]() |
#123 |
|
on my OSX Catalina late 2019 macbook air, the SRB2Kart OSX build has some problems. it fails to build, and sometimes it gets killed with "SIGILL: Illegal Instruction".
The following patch fixes both issues: Code:
commit 89dee6ee4b0815752d7947fcf906d3ac516cee48 Author: Kimberly Wilber <kimmy@kjwilber.org> Date: Sun Aug 9 12:15:29 2020 -0400 fix building on OSX diff --git a/src/sdl/CMakeLists.txt b/src/sdl/CMakeLists.txt index 33c83b8b..5077daaf 100644 --- a/src/sdl/CMakeLists.txt +++ b/src/sdl/CMakeLists.txt @@ -146,8 +146,8 @@ if(${SDL2_FOUND}) find_library(CORE_LIB CoreFoundation) target_link_libraries(SRB2SDL2 PRIVATE ${CORE_LIB} - SDL2 - SDL2_mixer + ${SDL2_LIBRARIES} + ${SDL2_MIXER_LIBRARIES} ${GME_LIBRARIES} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} diff --git a/src/w_wad.c b/src/w_wad.c index 841d8fd3..4bafda51 100644 --- a/src/w_wad.c +++ b/src/w_wad.c @@ -150,7 +150,10 @@ FILE *W_OpenWadFile(const char **filename, boolean useerrors) { FILE *handle; - strncpy(filenamebuf, *filename, MAX_WADPATH); + if (filenamebuf != *filename) { + // avoid overlap + strncpy(filenamebuf, *filename, MAX_WADPATH); + } filenamebuf[MAX_WADPATH - 1] = '\0'; *filename = filenamebuf; Code:
$ git apply the-patch.txt |
![]() |
![]() |
![]() |
#124 |
I port Xmas Sonic to 2.2
|
I have a error of not couldt save the kartconfig.cfg this makes what not make screenshots & gifs ”help plz”
__________________
REALLY Xmas Sonic is posted in Youtube In SRB2 (& Kart) & Discord im:Ricardo 09123 |
![]() |
![]() |
![]() |
#125 |
Local Idiot
|
The online mode doesn't work anymore. When I use the internet server browser, it just searches for a bit and redirects the glove cursor to the top of the screen, labeled as "LP.L'A.Y.ERS".
|
![]() |
![]() |
![]() |
#126 |
|
that's just the master server not working, that happens more times than there are medals in srb2k.
|
![]() |
![]() |
![]() |
#127 | |
Gimme more coffee!
|
SIGSEGV on boot, happens on both the standard and OpenGL versions.
Quote:
srb2kart.zip Not sure if this little bit of information can help, but I updated my video card drivers today. |
|
![]() |
![]() |
![]() |
#128 |
Insert funny hahas here
|
![]() So I managed to get stuck inside a pipe somehow. (Kart 1.2) I basically hit the pipe after going off the ramp, and managed to get 100% stuck inside it. A friend tried hitting me with a jet-jaws to try to get me out, and all that did was give me permanent invulnerability. ![]()
__________________
"B-but I'm already taken, Gale-chan" -Shine |
![]() |
![]() |
![]() |
#129 |
I wish I knew programming
|
|
![]() |
![]() |
![]() |
#130 |
|
So i opened kart 1.3 and i just get an error that says:
SIGSEGV - segment violation This happens continually, so I get the 1.3 install file and extract it. i open it in a newly "unpacked" game, and it still crashed. Now this is when I'm trying to open the game in OpenGL, and opening via the EXE yielded the same results. eventually I find that when I close the command prompt the opens when launching in OGL, before the game fully opens, the game works as normal. But if I leave it, then I get the error. EDIT: Oh, and if I'm playing in fullscreen and move the focus to a different window or the desktop I get the same error. EDIT 2: And if I minimize it when its not in fullscreen I get the same error. Last edited by LuminousNeon; 09-24-2020 at 08:57 PM. Reason: I Found Something else (Twice) |
![]() |
![]() |
![]() |
#131 |
|
I keep repeatedly getting crashed by Z_Free: wrong id. Happened 4 times in one night, and has happened repeatedly before.
macOS, latest version of Catalina. It feels like this is happening whenever I'm playing online and someone else joins that server. Usually this happens at higher player counts, something like 12-15. I restart the game and go to the same server and notice it has 1 or 2 more people. Last edited by DipsyDoodle; 12-07-2020 at 07:14 AM. |
![]() |
![]() |
![]() |
#132 |
Mystyc Cheez
|
I dont know why, but ever since I upgraded to 1.3, loading maps takes way way longer than before. Before, it was instant, now it takes about 1 or more seconds to load a map. This makes time trials excruciating. :(
Last edited by Mystery Cheese; 12-10-2020 at 12:16 AM. |
![]() |
![]() |
![]() |
#133 |
|
Still getting hit by wrong id. I now strongly believe it's happening whenever the Master Server updates. I've noticed when I play offline multiplayer, I'll often see a console notice (and a minor hang) indicating the MS updated. But whenever I'm online, I never see such a notice. Instead, the game crashes frequently because of wrong id.
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|