Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.

DaveFromCampbelltown

macrumors 68000
Jun 24, 2020
1,779
2,877
...

And as far as these forums, they ARE the views of amateurs. 99.9% of the "bugs" people complain about here are not bugs at all, just poor user habits and/or lack of common sense.

Examples?

A number of the problems posted here are things that worked well under Catalina. If they don't work under Big Sur, then either the program can't work under some change in Big Sur (e.g. Carbon Copy Cloner), or there is a problem in Big Sur (e.g. can't open a .iso file or mount a SMB share).

Also, not all of us are amateurs. Some of us are registered Apple Developers, and have been for years, and some of us have been in IT for decades. We can identify a bug.

____________________________
99.9% of the time when somebody says 99.9% of 'anything', they are 99.9% wrong...
 
  • Like
Reactions: rhpsx

Six Mac Abs

macrumors member
Sep 21, 2019
90
104
AdGuard 2.5.0.900 (maybe also earlier releases) works after changing to auto proxy in options.

Checked on beta 9.

It was working anyway wasn't it? The only issue I've been having is that when I reboot the computer, I get an error message saying that an AdGuard service couldn't be started. After waiting 3 min or so, I am able to turn AdGuard on without issue and it works as expected. For me, this has been the case with the last 3 or 4 releases.

I've reported the above issue to the AdGuard team.
 

ErikGrim

macrumors 604
Jun 20, 2003
6,522
5,145
Brisbane, Australia
It was working anyway wasn't it? The only issue I've been having is that when I reboot the computer, I get an error message saying that an AdGuard service couldn't be started. After waiting 3 min or so, I am able to turn AdGuard on without issue and it works as expected. For me, this has been the case with the last 3 or 4 releases.

I've reported the above issue to the AdGuard team.
And YouTube works fine with AG enabled? You don't get any connection errors? And it blocks the ads?
 

Rus_Knights

macrumors newbie
Oct 7, 2020
10
2
And YouTube works fine with AG enabled? You don't get any connection errors? And it blocks the ads?

Yes. In my case it works great, no any issues or errors, also no ads as expected.

Before that the main issue was the crash of adguard after trying to switch on.
 

Six Mac Abs

macrumors member
Sep 21, 2019
90
104
And YouTube works fine with AG enabled? You don't get any connection errors? And it blocks the ads?

Yes, the same as @Rus_Knights reports above. When one of the early public betas came out, I was unable to turn AdGuard on at all when the computer booted up, but this was resolved with an AdGuard update some time ago. However, still get the same error after booting now, though it's a non-issue after a few min.

As a side note, I have had some issue with some websites not loading images and the odd embedded video and I've automatically thought this was an AdGuard issue, so had disabled AdGuard (on the page and globally) and also unchecked 'enable content blockers' in Safari site settings to no avail. The same sites have worked in Chrome, so I've assumed these are Safari bugs.
 

t0xicgrief

macrumors newbie
Aug 5, 2020
12
5
And YouTube works fine with AG enabled? You don't get any connection errors? And it blocks the ads?
it should be working since we've added a commit recently (to fix yt white screen), if it is not working refresh the filters.

looks like VP9 decoder is not working as it should be on safari, so i disabled that until apple fixes that, and i'm not seeing errors anymore
 
  • Love
Reactions: ErikGrim

ghost82

macrumors member
Apr 22, 2019
85
54
Anyone having problems with java applications?
I have the application AssoInvoice perfectly running in Catalina 10.15.7 but throwing errors in Big Sur beta 9

Code:
Exception in Application start method
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
    at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:873)
Caused by: java.lang.RuntimeException: Exception in Application start method
    at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
    at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException: Input stream must not be null
    at javafx.scene.image.Image.validateInputStream(Image.java:1128)
    at javafx.scene.image.Image.<init>(Image.java:706)
    at de.codecentric.centerdevice.MenuToolkit.createDefaultAboutStage(MenuToolkit.java:85)
    at de.codecentric.centerdevice.MenuToolkit.createDefaultApplicationMenu(MenuToolkit.java:66)
    at ViewSplash.start(ViewSplash.java:138)
    at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$8(LauncherImpl.java:863)
    at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$7(PlatformImpl.java:326)
    at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
Exception running application ViewSplash
 

ghost82

macrumors member
Apr 22, 2019
85
54
I have the application AssoInvoice perfectly running in Catalina 10.15.7 but throwing errors in Big Sur beta 9
I found out the culprit!
It's the file /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/GenericApplicationIcon.icns
In big sur we have only 4 icons inside, in catalina we have 10.
Mounting the system in r/w and copying the file from Catalina resolved the issue and the application starts.
Opening a ticket for the app developer now.

Update: the snippet of code that searches for the wrong icon is in NSMenuFX: they patched the issue on September 8th; otherwise hex patch directly your java app, the MenuToolkit.class (in my app is in jar-->de/codecentric/centerdevice/MenuToolkit.class); search for ic08 and patch with ic09.
Several java apps could be affected.
 
Last edited:
  • Like
Reactions: adrianlondon

Ladin007

macrumors 6502
May 17, 2016
290
79
Beta 9:

Working:

Paralles 16 (15 not)
Dropbox
Office 365
Teamviewer
NTFS Paragon
1password
Opera
 

gilby101

macrumors 68030
Mar 17, 2010
2,921
1,616
Tasmania
Added iStat Menus 6.5 to 'working' apps. As well as adding sensors for newer Macs (and other minor fixes), the presentation of iStat Menus text against different coloured menu bar backgrounds seems to fixed. The beta is available from https://twitter.com/bjango
 

MRSessions

macrumors newbie
Oct 14, 2020
1
0
Has anyone tried running Unity, GitKraken, Rider or Visual Studio?

I have been able to run GitKraken just fine. Haven't tried Visual Studio yet.

VSCode, IntelliJ, PyCharm work. My assumption is other jetbrains products work too but I don't currently have them. That may be entirely unhelpful, now that I remember xmarain has become Visual Studio for mac and you probably don't mean VScode. Regardless, most things that don't have kernel extensions should work without any issue.

As far as Rider, I have mostly been working without issues on it. I am having one issue with refactoring. This includes right-clicking and refactoring both in code and in the solution explorer. Every time I do it, the app becomes unresponsive, and sometimes bugs out in a weird way. Every time, I have to force close it. For the time being, I am manually refactoring. Everything else so far has been working fine as far as working in existing solutions.
 

Martyimac

macrumors 68020
Aug 19, 2009
2,460
1,695
S. AZ.
Working for me. Make sure you have latest version of both PIA and BS (beta9).
I posted too quickly. V2.5 will install BUT I cannot enable split tunnel, that's what doesn't work and I need split tunnel to be able to send email, that's an issue with Cox email servers but E.G. v2.4 split tunnel works. And I am on the most current public beta, not the developer beta.
 
Last edited:

gilby101

macrumors 68030
Mar 17, 2010
2,921
1,616
Tasmania
I posted too quickly. V2.5 will install BUT I cannot enable split tunnel, that's what doesn't work and I need split tunnel to be able to send email, that's an issue with Cox email servers but E.G. v2.4 split tunnel works.

Very true. Split tunnel can't be enabled. Put in a support request.

Edit:
It is in the release notes that is doesn't work https://www.privateinternetaccess.com/pages/changelog. I can imagine that this will be difficult for PIA to fix
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.