Git Product home page Git Product logo

snext's People

Contributors

bluefalconhd avatar jerry-todd avatar lgm-productions avatar shipmasterjame avatar shipmasterkyle avatar skyewontmiss avatar telekiwi avatar thoringdoesstuff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

snext's Issues

Non-fatal error thrown when booting SNext

Describe the problem

An uncaught type error is thrown upon booting SNext. This is not fatal however, as you can simply ignore it and the console will boot successfully.
My exact error & stack trace is below;

  App threw an error during load
  TypeError: Cannot read properties of undefined (reading 'webContents')
      at Object.<anonymous> (/Users/telekiwi/Desktop/Code/SNext/src/main.js:56:24)
      at Module._compile (node:internal/modules/cjs/loader:1116:14)
      at Object.Module._extensions..js (node:internal/modules/cjs/loader:1169:10)
      at Module.load (node:internal/modules/cjs/loader:988:32)
      at Module._load (node:internal/modules/cjs/loader:829:12)
      at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
      at loadApplicationPackage (/Users/telekiwi/Desktop/Code/SNext/src/node_modules/electron/dist/Electron.app/Contents/Resources/default_app.asar/main.js:110:16)
      at Object.<anonymous> (/Users/telekiwi/Desktop/Code/SNext/src/node_modules/electron/dist/Electron.app/Contents/Resources/default_app.asar/main.js:222:9)
      at Module._compile (node:internal/modules/cjs/loader:1116:14)
      at Object.Module._extensions..js (node:internal/modules/cjs/loader:1169:10)

To Reproduce

  1. Boot SNext from the command line (npm start).

Expected behavior

SNext boots with no errors.

Screenshots

Error in the console
Screenshot 2022-08-22 at 19 40 04

Error window from Electron
Screenshot 2022-08-22 at 19 42 24

Specs:

  • OS: macOS Monterey 12.5.1
  • Console Build Version: source as of Monday, August 22nd @ 19:44pm BST

Additional context
This error happens on every boot, without fail.

[Feature request] Installing games

Games are really too complicated to install manually, as you have to change code in 2+ places in ways that don't make sense. I am requesting a sort of automation to this process please. I have to play games in the browser because installing them is too hard, even with the help of the head dev shipmasterkyle.

Javascript error when i try to run

Type of Bug

  • UI (Problems with the console itself)
  • Install (Problems with installing the console)
  • Boot (Problems with loading or opening games)
  • Shop (Problems with the eShop)
  • Online (Problems with other Online Features)
  • Other

Describe the problem

i get a Javascript error when i try to launch

To Reproduce

i just run npm start in the src folder

Expected behavior

I expected it to run

Screenshots

Screenshot 2022-09-13 173901

Specs:

  • OS: [Windows 11, x64]
  • Console Build Version: [Latest]

Additional context

Linux Ubuntu Support

As we continue to work on SNext we've been working on supporting more devices. This issue covers issues we have with Ubuntu, specifically Focal Fossa.

Known Issues

  • Sandbox seems to not work and refuses to work without one.

Happens when running as both regular user and with sudo.

[12509:1229/173801.752941:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is 
not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that 
SNext/src/node_modules/electron/dist/chrome-sandbox is owned by root and has mode 4755

(Solved. Updated the install.sh to represent changes correctly)

  • Buttons don't work.

Something with the renderer.
(Solved. Updated Processes in the Renderer)

No back button on the Game Select menu

Type of Bug

  • UI (Problems with the console itself)

You can't return to the home menu from the game library menu. This forces you to restart the console.

To Reproduce

  1. Load the console
  2. Click the Game Library panel.

Expected behaviour

There should be a back button somewhere on the Game Library menu.

Screenshot
The Game Library menu. There is no back button.

Specs:

  • OS: macOS Monterey 12.5.1
  • Console Build Version: main branch as of Saturday, August 20th, 2022 @ 18:56pm BST

Additional context
This happens on the latest build (pulled straight from source).

Making requests and internet connection setting

Is your feature request related to a problem? Please describe.
Probably running normal projects equally as "games".

Describe the solution you'd like
We can also use games offline as well as online (but not cloud gaming!)

*Describe alternatives you've considered
Loading from online, save for offline, but i don't think there's data managment.

Additional context
Some projects don't have to be on request as they could be loaded from their ID.

GREAT IDEA!

I was doing the same thing with my virtual gaming console! :D

MacOS

Apparently apple thinks they're special or something.

Known Issues

  • Installer refused to run.
    image
    Seems like it won't change the current directory to src. MacOS use shell like everyone else, right? Might be a perms issue or something.

  • We have no developer key to build for MacOS
    Building for MacOS requires a key and we have no intention to get one at this moment.

  • MacOS Performance Issues
    Seems like we get reduced performance on MacOS for no apparent reason.

[Idea] (HighClass) Exact variations of list functions

Example

list
[apple]
[APPLE]

(item # of (APPLE) in list (list)) returns 1, not 2

this could be used for encoding cloud variables

Alternative solution
Use a custom block that loops through every possible character and every index (super inefficient)

oooorrrrrr remove all of the non-exact functions entirely, replacing them with exact counterparts

Its not installing

Type of Bug

  • UI (Problems with the console itself)
  • Install (Problems with installing the console)
  • Boot (Problems with loading or opening games)
  • Shop (Problems with the eShop)
  • Online (Problems with other Online Features)
  • Other

Describe the problem

whenever i try to build the latest version it doesnt seem to install and when i run the installer bat file it just closes

To Reproduce

i just run the installer

Expected behavior

I expected it to install

Screenshots

Specs:

  • OS: [Windows 11, x64]
  • Console Build Version: [Whatever the latest one is]

Additional context

[Idea]

Make an included game! (like Wii Sports for the Wii) That would really help me test my build.

[Bug] Shop Down, keeps showing Connection Error

Type of Bug

  • UI (Problems with the console itself)
  • Install (Problems with installing the console)
  • Boot (Problems with loading or opening games)
  • [✅ ] Shop (Problems with the eShop)
  • Online (Problems with other Online Features)
  • Other

Issue:
The shop won't work. Even though I'm connected to the internet

Expected behavior:
Once you are connected, it would show the shop UI.

Screenshots:
image

Specs:

  • OS: Windows 11
  • Browser: Google Chrome 103.0.5060.114 (Official Build) (64-bit)
  • Console Build Version: Release 1.1.0

Additional context:
None

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.