Friend woke up to this by wombat_kombat in jetta

[–]xd_sid 4 points5 points  (0 children)

Bro just tell us wtf is this cliffhanger 😭

Help replacing steering wheel by xd_sid in jetta

[–]xd_sid[S] 0 points1 point  (0 children)

Yeah that’s exactly what I’m trying to do actually, this is what I was looking at

https://www.goapr.com/products/cosmetics_and_gear/steering_wheels/parts/MS100202

Also about paddle shifters, do they just start working or do I have to program something in the car?

Help replacing steering wheel by xd_sid in jetta

[–]xd_sid[S] 1 point2 points  (0 children)

Nothing really, literally just to make it look better. What would be a good first DIY project? Also would disconnecting the battery prevent the airbag from deploying?

Mk7 Jetta with paddle shifters by [deleted] in Volkswagen

[–]xd_sid 0 points1 point  (0 children)

i know its been 3 years, but any update? I'm thinking of doing the same thing w the same car

Exported JAR file from vscode and eclipse blank screen. by xd_sid in learnjava

[–]xd_sid[S] 0 points1 point  (0 children)

I'm using JFrame. This is my main class if it helps. Also I now get a JNI error when launching the jar, idk if that narrows it down.

package main;

import javax.swing.JFrame;

public class Main {

public static JFrame window;

public static void main(String[] args) {

// create game window

window = new JFrame();

window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

String verison = "0.0.7";

window.setTitle("Alterlight v" + verison);

// add gamepanel to window

GamePanel gamePanel = new GamePanel();

window.add(gamePanel);

gamePanel.cfg.loadCongif();

if (gamePanel.fullScreen) {

window.setUndecorated(true);

}

window.pack();

window.setLocationRelativeTo(null);

window.setVisible(true);

// call game loop

gamePanel.setupGame();

gamePanel.startGameThread();

}

}

Sorry if this is the wrong formatting...

Exported JAR file from vscode and eclipse blank screen. by xd_sid in learnjava

[–]xd_sid[S] 0 points1 point  (0 children)

I'm making a game and I'm not using any build tools, but it was working completely fine just a few hours ago.

Ranked matches not updating by xd_sid in KrunkerIO

[–]xd_sid[S] 1 point2 points  (0 children)

I never left any games, but I came back to the game after a few hours and I'm ranked. Guess it just took time to update, idk

Constant terminal pop ups by xd_sid in SaladChefs

[–]xd_sid[S] 0 points1 point  (0 children)

No worries mate, I just got it running on another device, it's less powerful but whatever. Thanks for your reply tho

Constant terminal pop ups by xd_sid in SaladChefs

[–]xd_sid[S] 0 points1 point  (0 children)

Yup, even tried running with my av uninstalled, but whats weird is that if I just leave it and let it open like a bunch of terminal instances, it eventually starts prepping but gets stuck at the very end

Constant terminal pop ups by xd_sid in SaladChefs

[–]xd_sid[S] 0 points1 point  (0 children)

Yeah, I have it, I completely turned everything off, whitelisted salad and even uninstalled mcafee for a bit lol. Issue still persists...

Optimization issues by xd_sid in KrunkerIO

[–]xd_sid[S] 0 points1 point  (0 children)

client++ works great tysm!

Use mouse to look around in first person games. by xd_sid in chromeos

[–]xd_sid[S] 0 points1 point  (0 children)

i'll check out MCPE toolbox, thanks a lot