Git Product home page Git Product logo

kickass-cruncher-plugins's People

Contributors

dependabot[bot] avatar luigidifraia avatar p-a avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

hextank hengle cinj

kickass-cruncher-plugins's Issues

Can't get this to run, any advice?

Windows 10
Kickasm V5.9
Java version "1.8.0_231"

C:\Users\furro\OneDrive\Documents\hired2>java -verbose:class -cp "kickass-cruncher-plugins-2.0.jar;KickAss.jar" kickass.KickAssembler src/build_disk.asm -define AUTO_WIN 1>derp.txt || goto :error Exception in thread "main" java.lang.NoSuchMethodError: java.util.List.of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List; at se.triad.kickass.exomizer.RawExomizer.getParams(RawExomizer.java:88) at se.triad.kickass.AbstractSegmentCruncher.<init>(AbstractSegmentCruncher.java:25)

Can't get LevelExomizer() to work with backward exo crunch

I tried to pass in false for first argument to reverse crunch my data but the file seems to come out backward. Perhaps I don't understand something but my impression was these should produce identical results with exception of offsets added to end of Level. But when I look at the hex of the files in my d64, the bytes are in opposite order.

`
.modify BackwardMemExomizer(*) {
* = VIC.COLOR_RAM
.import binary "assets/gallery/ekat.col"
}

.modify LevelExomizer(false, true, true) {
	* = VIC.COLOR_RAM
	.import binary "assets/gallery/ekat.col"
}

`

KickAss 5.0 support

Plugin does not work when used with new KickAss version 5.0.

Error while compiling code that has
.plugin "se.triad.kickass.CruncherPlugins"
included results with:

Exception in thread "main" java.lang.NoClassDefFoundError: cml/kickass/plugins/interf/IArchive at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at kickass.pass.asmnode.directives.PluginDirective.executeMetaRegistrations(Unknown Source) at kickass.pass.asmnode.metanodes.AsmNodeList.executeMetaRegistrations(Unknown Source) at kickass.pass.asmnode.metanodes.NamespaceNode.executeMetaRegistrations(Unknown Source) at kickass.KickAssembler.assemble(Unknown Source) at kickass.KickAssembler.execute(Unknown Source) at kickass.KickAssembler.main(Unknown Source) at cml.kickass.KickAssembler.main(Unknown Source)

Doing a 'mvn clean package', but fails maven compile ..

Trying to follow the install guide.. first getting maven going, but getting this issue below on a Mac OSX Catalina .. was wondering whether anyone's seen or experienced the same problem??

[22:59:03] [user@enterprise ../kickass-cruncher-plugins]$ mvn clean package
[INFO] Scanning for projects...
[INFO]
[INFO] -------------< se.triad.kickass:kickass-cruncher-plugins >--------------
[INFO] Building KickAss Cruncher Plugins 2.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kickass-cruncher-plugins ---
[INFO] Deleting /Users/jskogsta/OneDrive/C64/github_stuff/kickass-cruncher-plugins/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ kickass-cruncher-plugins ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ kickass-cruncher-plugins ---
[INFO] Compiling 27 source files to /Users/jskogsta/OneDrive/C64/github_stuff/kickass-cruncher-plugins/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:
javac: invalid target release: 11
Usage: javac <options> <source files>
use -help for a list of possible options

[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.950 s
[INFO] Finished at: 2020-02-28T23:02:49+11:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project kickass-cruncher-plugins: Compilation failure
[ERROR] Failure executing javac, but could not parse the error:
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR]
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[23:02:50] [user@enterprise ../kickass-cruncher-plugins]$

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.