Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't Load / Blank Window #103

Closed
P-Squiddy opened this issue May 18, 2020 · 13 comments
Closed

Doesn't Load / Blank Window #103

P-Squiddy opened this issue May 18, 2020 · 13 comments

Comments

@P-Squiddy
Copy link

2020-05-17 21_34_21-Stats Manager for Rocksmith
Upon loading, window is blank. For a few frames, it looks like you can see something on the left hand side, but it quickly disappears.

Effects current version at minimum, potentially effects others as well.

@P-Squiddy
Copy link
Author

Affects version 3.0.0 as well it seems...AMD GPU on Windows 10.

Until the window is activated, you're able to click on the navigation bar below the Title Bar.
2020-05-17 21_40_34-Stats Manager for Rocksmith

If I Toggle Developer Tools, it tells me Javascript needs to be enabled -- where might that be?
2020-05-17 21_41_57-Doesn't Load _ Blank Window · Issue #103 · sandiz_rs-manager

@sandiz
Copy link
Owner

sandiz commented May 19, 2020

hi @dgoad95, can you share the screenshot of the developer tools with the console tab selected

image

@sandiz
Copy link
Owner

sandiz commented May 19, 2020

also have you tried the latest build v3.0.11, released yesterday

@P-Squiddy
Copy link
Author

I did try it, as I said above. When I use the new version, I don't see the ribbon to select Developer Tools, as the first screenshot shows, unless you've got a hotkey for that.

Here is the screenshot you requested. I can't imagine it'll be much help since it's not of the latest version.

As I said, if you have a hotkey for opening the Developer Tools, I'll gladly check. Otherwise, I cannot access them.

2020-05-18 21_40_56-Stats Manager for Rocksmith

@P-Squiddy
Copy link
Author

Here is a video: https://drive.google.com/open?id=1b58uNIpYPRZ7_tvaifTdPckWWacaj7pr

If you can advance it frame by frame, you can see that it tries to do something before blinking out of existence forever:

2020-05-18 21_52_32-2020 05 18-21 43 mp4 ‎- Photos

@sandiz
Copy link
Owner

sandiz commented May 19, 2020

thanks for the info @dgoad95, i need one more favor, will you be able to click on the [2.aa558089.chunk.js:1] and share the screenshot of the console (it should show the code its crashing at). That should help me narrow down the issue

image

As I said, if you have a hotkey for opening the Developer Tools

i think its ctrl+shift+i on windows

thanks for helping me debug this :-)

@P-Squiddy
Copy link
Author

P-Squiddy commented May 19, 2020

when i double click on that, it takes me to a file that's 65k lines long, but when i hit the "pretty print" button at the bottom of the panel, i get this:

var ms = "function" === typeof WeakSet ? WeakSet : Set;
function gs(e, t) {
    var n = t.source
      , r = t.stack;
    null === r && null !== n && (r = J(n)),
    null !== n && $(n.type),
    t = t.value,
    null !== e && 1 === e.tag && $(e.type);
    try {
        console.error(t) // this line is highlighted yellow
    } catch (i) {
        setTimeout((function() {
            throw i
        }
        ))
    }
}

I was able to get the console to pop up without the ribbon being selectable -- apparently my PC has ctrl + shift + i bound to screenshot, so with that disabled it pops up. there are a few more errors with the latest build.

2020-05-19 09_04_44-Stats Manager for Rocksmith

@P-Squiddy
Copy link
Author

looks like the error that says EADDRINUSE is because I had two open at the same time and didn't realize. So i'm not certain if any of that is usable.

2020-05-19 09_42_31-Stats Manager for Rocksmith

2.3dc7401f.chunk.js:2 takes you to the same place as the snippet above.

@sandiz
Copy link
Owner

sandiz commented May 19, 2020

perfect thanks so much, working on a fix...

@sandiz
Copy link
Owner

sandiz commented May 19, 2020

looks like its failing to find the steam profile. you can workaround this issue by manually setting the prfldb and steamID (optional) fields in the config.json found in %APPDATA%/Roaming/rs-manager

you can find your prfldb in your steam/userdata/<random number>/221680/remote folder. the file ends with _prfldb,

image

here's my config.json for reference

{
    "prfldb": "d:\\program files (x87)\\steam\\userdata\\25347454\\221680\\remote/0976B41EC00D496F9F4214AA2C752700_PRFLDB",
    "steamLoginSecure": "",
    "showScoreAttack": true,
    "useCDLCinStats": true,
    "scoreAttackDashboard": [true, true, true, true],
    "sessionID": "",
    "masteryThreshold": 0.95,
    "showPSStats": false,
    "dateFormat": "hm",
    "dateSrc": "rs",
    "steamID": "",
    "state": {
        "sidebar": {
            "tab-songs": true,
            "tab-setlist": false,
            "folder_starred": true,
            "folder_custom_1542342073": true
        }
    },
    "steamAPIKey": "",
    "defaultSortOption": [{
        "label": "mastery-desc",
        "value": "mastery-desc"
    }],
    "pathToImportRSM": "C:\\Python\\Scripts\\importrsm.exe",
    "showSetlistOverlayAlways": false,
    "isSudoWhitelisted": false,
    "currentZoomFactor": 0.9
}

Let me know if that works! In the meantime i am prepping a build with the fix

@sandiz
Copy link
Owner

sandiz commented May 19, 2020

uploaded a build v3.0.12 that might fix the issue. give it a go when you can!

thanks again for all the help!

@P-Squiddy
Copy link
Author

Either the new version fixed it, or manually editing the config file did.

My \remote folder actually had two of those _prfldb files. The first one didn't work, but the second one did (on version 3.0.11) after downloading 3.0.12, it comes up no problem -- so either the config change is still active, or the new version took care of it.

Thanks for investigating. I'm curious to see how much I suck at Rocksmith ;)

@sandiz
Copy link
Owner

sandiz commented May 21, 2020

thanks for confirming, closing this issue as fixed

@sandiz sandiz closed this as completed May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants