scripts icon indicating copy to clipboard operation
scripts copied to clipboard

Phoenicis scripts

Results 100 scripts issues
Sort by recently updated
recently updated
newest added

Credit: https://github.com/Haoose/UPLAY_GAME_ID/blob/master/README.md ~~Blocked by: https://github.com/PhoenicisOrg/scripts/pull/978~~ Blocked by #982 and Ready to merge after.

### Expected behavior It should install I realize MS Office 2010 is considered "testing" so consider this test feedback... ;-) ### Actual behavior It seems to hang indefinitely (at least...

bug

On Manjaro, every installation crashes with `Application tried to create a window, but no driver could be loaded.`. Trying to set the `DISPLAY` environment variable explicitly results in `load_builtin_dll failed...

bug

Currently we provide a single method `fileExists` which checks whether a given file path exists. This method can be used to check both if a file and if a directory...

Currently we pass the two parameters `wine` (of type `Wine`) and `wizard` (of type `SetupWizard`) to the `preInstall` and `postInstall` hooks of the installer scripts. The `wizard` parameter is redundant...

When the script executes the mfc42 verb I get this error: ``` [ERROR] org.phoenicis.multithreading.ControlledThreadPoolExecutorService (l.64) - Path "/home/jonasz/.Phoenicis/containers//wineprefix//The Sims 3//drive_c/windows/system32/mfc42.dll" does not exist at org.phoenicis.tools.files.FileUtilities.remove(FileUtilities.java:165) at remove(Unnamed:101:2289-2318) at Wine.mfc42(Unnamed:21:722-768) at...

The progress bar in `CabExtract` seems to never be updated. Therefore I propose to remove it. See the discussion in https://github.com/PhoenicisOrg/scripts/pull/1047#discussion_r298826660 for details.

In the following lines of the `sandbox` script we remove two subfolders of the `dosdevices` folder: https://github.com/PhoenicisOrg/scripts/blob/773a6dd909fe9869a7412d9765676b32613d18fd/Engines/Wine/Verbs/sandbox/script.js#L13-L14 After executing the `sandbox` verb modified in #1112, I received an error because...

After our latest changes to the `include(...)` operation the syntax of `Bean(...)` and `include(...)` are very similar to each other. Both operations take an id string and return an object...