Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. Sun Nov 19 11:46:23 GMT+0700 <error> misc.js:37 - A unexpected JavaScript error occured. Here's what happened:<br /><br />[{"type":"TypeError","value":"Cannot read property 'startsWith' of null","stacktrace":{"frames":[{"filename":"file:///C:/Users/thereisnofuture/AppData/Local/Programs/RacingPlus/resources/app.asar/src/js/lib/jquery.min.js","lineno":4,"colno":5252,"function":"HTMLAnchorElement.r.handle","in_app":false,"module":"jquery.min"},{"filename":"file:///C:/Users/thereisnofuture/AppData/Local/Programs/RacingPlus/resources/app.asar/src/js/lib/jquery.min.js","lineno":4,"colno":8549,"function":"HTMLAnchorElement.dispatch","in_app":false,"module":"jquery.min"},{"filename":"file:///C:/Users/thereisnofuture/AppData/Local/Programs/RacingPlus/resources/app.asar/src/js/lib/tooltipster.bundle.min.js","lineno":1,"colno":11140,"function":"HTMLAnchorElement.<anonymous>","in_app":false,"module":"tooltipster.bundle.min"},{"filename":"file:///C:/Users/thereisnofuture/AppData/Local/Programs/RacingPlus/resources/app.asar/src/js/lib/tooltipster.bundle.min.js","lineno":1,"colno":20760,"function":"a.Tooltipster._open","in_app":false,"module":"tooltipster.bundle.min"},{"filename":"C:\\Users\\thereisnofuture\\AppData\\Local\\Programs\\RacingPlus\\resources\\app.asar\\src\\js\\ui\\new-race-tooltip.js","lineno":422,"colno":5,"function":"a.Tooltipster.exports.tooltipFunctionReady","in_app":true,"module":"new-race-tooltip","pre_context":[" $('#new-race-format').val(settings.get('newRaceFormat'));"," newRaceFormatChange(null, true);"," $('#new-race-character').val(settings.get('newRaceCharacter'));"," newRaceCharacterChange(null, true);"," $('#new-race-goal').val(settings.get('newRaceGoal'));"," newRaceGoalChange(null, true);"," $('#new-race-starting-build').val(settings.get('newRaceBuild'));"],"context_line":" newRaceStartingBuildChange(null, true);","post_context":[" // (the change functions have to be interspersed here, otherwise the format change would overwrite the character change)",""," // Focus the race title box"," // (we have to wait 1 millisecond because the above code that changes rows will wrest focus away)"," setTimeout(() => {"," $('#new-race-title').focus();"," }, 1);"]},{"filename":"C:\\Users\\thereisnofuture\\AppData\\Local\\Programs\\RacingPlus\\resources\\app.asar\\src\\js\\ui\\new-race-tooltip.js","lineno":380,"colno":17,"function":"newRaceStartingBuildChange","in_app":true,"module":"new-race-tooltip","pre_context":[" const newGoal = $('#new-race-goal').val();"," $('#new-race-goal-icon').css('background-image', `url(\"img/goals/${newGoal}.png\")`);","}","","function newRaceStartingBuildChange(event, fast = false) {"," // Change the displayed icon"," const newBuild = $('#new-race-starting-build').val();"],"context_line":" if (newBuild.startsWith('random')) {","post_context":[" $('#new-race-starting-build-icon').css('background-image', 'url(\"img/builds/random.png\")');"," } else {"," $('#new-race-starting-build-icon').css('background-image', `url(\"img/builds/${newBuild}.png\")`);"," }","}","","// The \"functionBefore\" function for Tooltipster"]}]}}]
  2. Sun Nov 19 11:46:23 GMT+0700 <info> websocket.js:79 - WebSocket connection closed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement