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
It might be useful to add labels to GitHub Issues to help keep track of issues. Some initial ideas I had were:
x86_64, apple, arm, loongarch, powerpc, and risc-v = Mention the CPU architecture.
Lots of existing reports for Apple Silicon hardware are instantly solved by using muvm to virtualize a 4K pagesize Linux kernel. We can better track these and work on documentation for them.
missing_library_native = (I don't love this long name, by the way). The user needs to install a native library.
missing_library_nonnative = The user needs to install a non-native library.
This will especially be useful soon as I want to track down and help bundle all of these libraries. Especially for Box32 where getting x86_32 libraries is tricky.
opcode and wrapper = A missing opcode or wrapper is needed.
epic, gog, and steam = For games, label what store is being used.
box64 and box32 = Depending on what architecture of the program a user is trying to use, it either relates to Box64 and/or Box32.
The text was updated successfully, but these errors were encountered:
Epic Game Store might not make sense, yeah, since there's no native support. If someone was using that, I guess the label would be wine.
Steam vs GOG could be good since they both provide native Linux builds for some games. I own duplicates across both. There is drift between many games. For example, Star Wars: Empire at War on GOG.com is 32-bit and has never been updated. The Steam version gets yearly updates (since 2006!) and recently had a major overhaul to a new 64-bit engine.
It might be useful to add labels to GitHub Issues to help keep track of issues. Some initial ideas I had were:
x86_64
,apple
,arm
,loongarch
,powerpc
, andrisc-v
= Mention the CPU architecture.muvm
to virtualize a 4K pagesize Linux kernel. We can better track these and work on documentation for them.missing_library_native
= (I don't love this long name, by the way). The user needs to install a native library.missing_library_nonnative
= The user needs to install a non-native library.opcode
andwrapper
= A missing opcode or wrapper is needed.epic
,gog
, andsteam
= For games, label what store is being used.box64
andbox32
= Depending on what architecture of the program a user is trying to use, it either relates to Box64 and/or Box32.The text was updated successfully, but these errors were encountered: