RatPoison-dev / RatPoison

Latest Ver: 1.7; Default Menu Key is F1; Charlatano's Successor; dn
GNU Affero General Public License v3.0
327 stars 95 forks source link

When running Start RatPoison 1.3.4.bat, it's stuck on launching... #84

Closed ghost closed 5 years ago

TheRatCode commented 5 years ago

Only thing I can think of is it's still looking for CSGO, while the menu_app can be anything, it won't launch unless it finds CSGO, provide more information if this isn't the case

ghost commented 5 years ago

Only thing I can think of is it's still looking for CSGO, while the menu_app can be anything, it won't launch unless it finds CSGO, provide more information if this isn't the case

I'm running it after I'm in game holding a weapon in hand. I just want to use glow esp and this is my menu settings:

MENU = false MENU_APP = "Counter-Strike: Global Offensive" OVERLAY_WIDTH = 800 OVERLAY_HEIGHT = 600

I play 4:3 fullscreen 800x600. Do you know a fix? I'm going to try your 13.2.2 from unknowncheats this time.

TheRatCode commented 5 years ago

I'm not the poster on UC, so using the versions there doesn't help me at all. Since menu is false, the only other output in the CMD should be 'App Title: Counter-Strike: Global Offensive' which isn't relevant and doesn't actually do anything since the Menu is off, and then 'Type help for options'. I would assume it gets stuck when initializing and trying to find csgo, is the window name in a different language, as in other than "Counter-Strike: Global Offensive" as it seems to be working fine for me. Providing all of your settings would help

ghost commented 5 years ago

The 13.2.2 didn't work either. I saw u change to JDK 12, so I downloaded that and rebuilt it. It's in english so the file name is csgo.exe and Name: Counter Strike: Global Offensive . These are the settings I used:

General.kts

MENU = true MENU_APP = "Counter-Strike: Global Offensive" OVERLAY_WIDTH = 800 OVERLAY_HEIGHT = 600 WARNING = true SPECTATOR_LIST = true FAST_STOP = false ENABLE_AIM = false

GlowESP.kts

GLOW_ESP = true INV_GLOW_ESP = false MODEL_ESP = true MODEL_AND_GLOW = false GLOW_SHOW_TEAM = false GLOW_SHOW_ENEMIES = true GLOW_SHOW_BOMB = true GLOW_SHOW_WEAPONS = false GLOW_SHOW_GRENADES = false GLOW_SHOW_TARGET = true

Scripts.kts

ENABLE_BUNNY_HOP = false ENABLE_RCS = false ENABLE_RECOIL_CROSSHAIR = false ENABLE_ESP = true ENABLE_BONE_TRIGGER = false AUTOMATIC_WEAPONS = false ENABLE_REDUCED_FLASH = false ENABLE_BOMB_TIMER = false

ALL_WEAPONS - ENABLE_PATH AIM and ENABLE_FLAT_AIM set to false Everything else left as it is.

It's still stuck in launching...

TheRatCode commented 5 years ago

@RaiyanAir Sorry for the delay, I pushed a hotfix that adds DEBUG to general.kts, enable it and launch ratpoison and comment what pops up in the cmd

shoxie commented 5 years ago

i think i have the same problem. the console prints this out :

Exception in thread "main" kotlin.KotlinNullPointerException at rat.poison.scripts.BoneTriggerKt.boneTrigger(BoneTrigger.kt:65) at rat.poison.RatPoison.main(RatPoison.kt:95) at rat.poison.RatPoison.main(RatPoison.kt)

TheRatCode commented 5 years ago

@shoxie Make sure you're on the most recent version, and that BONE_TRIGGER_SHOT_DELAY is a valid int (0 through X)

ghost commented 5 years ago

Hey I enabled debug and it says this: Finished loading settings Launching... [Debug] Looking for and initializing CSGO

ghost commented 5 years ago

I FIXED IT. THREAD CLOSED. My CSGO runs in administrator however the cheat wasn't running as admin so it was initailizing the game. If anyone has his problem run the cheat as admin or don't run csgo as admin.