You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally posted this on the ORSC bug reports page, and was told to post this here. Running a 2015 MacBook Pro Retina Disp. with 11.6 Big Sur installed. Whenever I boot up the ORSC launcher, select WinRune as my preferred way to play, and launch the server the window pops up and boots the client. However the client is not fixed in its position on the page, so when the size of the window is adjusted the game screen wants to remain to the middle/upper left while the 'Return to Main Page' button, along with the ads moved with the center of the resized window. Also nothing happens when clicking on the client. I see the New User and Existing User buttons but cannot click on them.
Hope some one is able to fix this issue!
EDIT: I do think it is also worth noting that I have tried downloading the client provided here and get the same issue. This is the error I get in console after using -java -jar rune.jar in terminal:
Found members
Found rsaExponent
Found rsaModulus
Found address
Found port
Found someBoolean
Started applet
Using default load
Paramater requested: member
Paramater requested: poff
Using default load
Using default load
Using default load
Using default load
Loaded: 990 frames of animation
Using default load
Using default load
Using default load
Using default load
java.lang.IllegalArgumentException: Can not set int field a.a.GameApplet.port to null value
at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)
at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)
at sun.reflect.UnsafeIntegerFieldAccessorImpl.set(UnsafeIntegerFieldAccessorImpl.java:80)
at java.lang.reflect.Field.set(Field.java:764)
at com.projectjava.winrune.WinRune$7.actionPerformed(Unknown Source)
at javax.swing.Timer.fireActionPerformed(Timer.java:313)
at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
The text was updated successfully, but these errors were encountered:
I originally posted this on the ORSC bug reports page, and was told to post this here. Running a 2015 MacBook Pro Retina Disp. with 11.6 Big Sur installed. Whenever I boot up the ORSC launcher, select WinRune as my preferred way to play, and launch the server the window pops up and boots the client. However the client is not fixed in its position on the page, so when the size of the window is adjusted the game screen wants to remain to the middle/upper left while the 'Return to Main Page' button, along with the ads moved with the center of the resized window. Also nothing happens when clicking on the client. I see the New User and Existing User buttons but cannot click on them.
Hope some one is able to fix this issue!
EDIT: I do think it is also worth noting that I have tried downloading the client provided here and get the same issue. This is the error I get in console after using -java -jar rune.jar in terminal:
The text was updated successfully, but these errors were encountered: