Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

GUI setup problems

Featured Replies

Good day everyone!

Trying to make a setup window for my script, but I just keep getting this error. Any one knows what seems to be wrong?

package com.probots.skill;

 

import javax.swing.JFrame;

 

public class ProgressiveWoodcutterSetup {

 

public static void main(String[] args) {

// let's run this setup window without a script

new ProgressiveWoodcutterSetup(null);

}

 

public ProgressiveWoodcutterMain mainScript;

 

public ProgressiveWoodcutterSetup(ProgressiveWoodcutterMain m) {

// this lets us talk to the main script

this.mainScript = m;

 

// now show the setup window

showSetup();

}

public void showSetup() {

System.out.print("Setup initialised");

 

JFrame mainFrame = new JFrame("Progressive woodcutter setup");

 

mainFrame.setSize(320, 320);

 

mainFrame.setVisible(true);

 

}

 

}

ERROR

Error occurred during initialization of boot layer

java.lang.module.FindException: Unable to derive module descriptor for C:\Users\juuha\Desktop\osbot.jar

Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer not in module

You are missing a dependency, did you follow the video guide correctly? At the start of the video explains how to set it up ^^ :D I know because I made the tutorial :doge: 

EDIT: Also make sure it's not compiling with any java version above 8 (1.8)

Edited by Czar

  • Author

Hey man! I just rewatched the episode now, and it's working finaly! :) Thx!

Will there be any more episodes? Been loving these that are availible!

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.