Jump to content




CCEmuRedux - ComputerCraft Emulator Redux

java utility computer

  • You cannot reply to this topic
528 replies to this topic

#261 SquidDev

    Frickin' laser beams | Resident Necromancer

  • Members
  • 1,427 posts
  • LocationDoes anyone put something serious here?

Posted 05 March 2015 - 07:29 PM

View PostLDDestroier, on 05 March 2015 - 01:46 PM, said:

How exactly do I get an actual computercraft file to work as the 'computercraft.jar' file? It keeps redownloading the older version for me...

This is probably not the correct way to do this but if you run java -jar ccemuredux-launcher.jar it will output a line like:

/usr/lib/jvm/java-8-oracle/jre/bin/java -Xmx512M -cp /home/user/.ccemuredux/bin/jackson-core.jar:/home/user/.ccemuredux/bin/jackson-annotations.jar:/home/user/.ccemuredux/bin/jackson-databind.jar:/home/user/.ccemuredux/bin/guava.jar:/home/user/.ccemuredux/bin/computercraft.jar:/home/user/.ccemuredux/bin/gdx.jar:/home/user/.ccemuredux/bin/gdx-backend-lwjgl.jar:/home/user/.ccemuredux/bin/gdx-platform.jar:/home/user/.ccemuredux/bin/lwjgl.jar:/home/user/.ccemuredux/bin/lwjgl-platform.jar:/home/user/.ccemuredux/bin/ccemuredux.jar com.xtansia.ccemu.desktop.DesktopLauncher

Obviously this will depend on operating systems. You can then create a bash/batch file to run it. This will prevent auto-updating occurring, and so you can replace the ComputerCraft jar. It should be noted that some parts of CCEmuRedux use custom implementations of ComputerCraft classes (one of the reasons it isn't open source I would guess), and so some errors might occur.

#262 LDDestroier

  • Members
  • 1,095 posts
  • LocationACDC Town

Posted 06 March 2015 - 02:22 AM

Do I just do that line as a huge command?

#263 CreeperWiz

  • Members
  • 116 posts
  • LocationOn earth!

Posted 06 March 2015 - 04:09 AM

help mine will not launch im on mac osx latest java version!

#264 ElvishJerricco

  • Members
  • 803 posts

Posted 06 March 2015 - 05:56 PM

View PostiCoder, on 06 March 2015 - 04:09 AM, said:

help mine will not launch im on mac osx latest java version!

View PostElvishJerricco, on 13 February 2015 - 04:39 AM, said:

View PostHbomb_79, on 30 January 2015 - 01:13 AM, said:

Does this not work on Mac OS X? It opens two windows, then closes both shortly afterwards

This is the exception in the log;

2015-01-30 14:14:42 [INFO] [CCEmuRedux Launcher] Emulator> Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /var/folders/2q/_blzn1056qb7_bt18gr9w69r0000gn/T/libgdxharryfelton/45614fc1/liblwjgl.dylib

I would love to use this, although if it doesn't work, does anyone have another emulator they know of? I can't find any 1.6 emulators

For some reason, the lwjgl lib that it's looking for is named liblwjgl.jnilib instead of liblwjgl.dylib. Just make a symbolic link for it.

cd /var/folders/2q/_blzn1056qb7_bt18gr9w69r0000gn/T/libgdxharryfelton/45614fc1/
ln -s liblwjgl.jnilib liblwjgl.dylib


#265 Anavrins

  • Members
  • 775 posts

Posted 10 March 2015 - 05:22 PM

The download link is dead.
ccemuredux-launcher.jar

#266 MindenCucc

  • Members
  • 179 posts
  • Location/home/marcus/

Posted 13 March 2015 - 07:03 AM

This works great on my computer, but i get a crash on Android (RuntimeException:
The working directory could not be created: ?/.ccemuredux).
Edit: i was blind :P
Edit2: i'll just stick with limbo

Edited by MindenCucc, 13 March 2015 - 07:26 AM.


#267 cdel

  • Banned
  • 496 posts
  • LocationMelbourne, Australia

Posted 16 March 2015 - 10:34 AM

Could the changing of the directory be via a config file rather than an argument? Its fine as it is, but for the sake of convenience.

#268 biggest yikes

  • Members
  • 573 posts

Posted 17 March 2015 - 10:05 PM

Woo, I updated CCEmuRedux's CC version!
Posted Image

#269 Lupus590

  • Members
  • 2,028 posts
  • LocationUK

Posted 23 March 2015 - 12:39 PM

View PostAtenefyr, on 17 March 2015 - 10:05 PM, said:

Woo, I updated CCEmuRedux's CC version!
Posted Image

Could you explain how you did this?

#270 LDDestroier

  • Members
  • 1,095 posts
  • LocationACDC Town

Posted 26 March 2015 - 02:00 PM

I beg of you, could you please allow peripheral "WiredModem" (a normal modem) in the config?? I want to be able to interact with other computers with peripheral.wrap()!

#271 KarloxLoKo

  • Members
  • 3 posts
  • Locationinto the rabbit hole

Posted 04 April 2015 - 06:15 PM

View PostLupus590, on 23 March 2015 - 12:39 PM, said:

View PostAtenefyr, on 17 March 2015 - 10:05 PM, said:

Woo, I updated CCEmuRedux's CC version!
Posted Image

Could you explain how you did this?

easy:

Spoiler


#272 SeaLife

  • Members
  • 23 posts

Posted 12 April 2015 - 02:41 PM

Is it possible to use resourcepacks (for testing) in this emulator?

// EDIT:

Works, simply drop the pack into "resources" folder ._.

Edited by SeaLife, 12 April 2015 - 02:43 PM.


#273 biggest yikes

  • Members
  • 573 posts

Posted 03 May 2015 - 09:20 PM

View PostKarloxLoKo, on 04 April 2015 - 06:15 PM, said:

View PostLupus590, on 23 March 2015 - 12:39 PM, said:

View PostAtenefyr, on 17 March 2015 - 10:05 PM, said:

Woo, I updated CCEmuRedux's CC version!
Posted Image

Could you explain how you did this?

easy:

Spoiler
nah, I just copied the cc 1.7 jar file, and ran a batch file to run CCEmuRedux off that jar file. I've been using this setup for a while now.
if you run ccemuredux-launcher.jar in the cmd line it'll puke a command that you can retype to bypass the auto-update, although it's a big pain :P
Le Command

EDIT: In case anyone is reading perhaps the only remotely helpful post I ever made on here three years later, here's a polished version (only works on Windows, but it shouldn't be too hard to modify it to fit your platform). Just pop it in a batch file and drag and drop a ComputerCraft jar file on it. Works like a charm.
Spoiler
Unfortunately, it doesn't seem to work with ComputerCraft 1.8 (but that's to be expected).

Edited by Atenefyr, 06 July 2018 - 04:15 AM.


#274 minizbot2012

  • Members
  • 122 posts
  • LocationPalm Bay, Florida

Posted 05 May 2015 - 12:43 PM

So i tried the latest beta version, here is what happened.

Attached Image: CCemu.png

#275 biggest yikes

  • Members
  • 573 posts

Posted 05 May 2015 - 10:13 PM

View Postminizbot2012, on 05 May 2015 - 12:43 PM, said:

So i tried the latest beta version, here is what happened.

Attachment CCemu.png
I think CCEmuRedux and CC 1.74pr20 hate each other.

#276 minizbot2012

  • Members
  • 122 posts
  • LocationPalm Bay, Florida

Posted 06 May 2015 - 09:52 PM

View PostAtenefyr, on 05 May 2015 - 10:13 PM, said:

I think CCEmuRedux and CC 1.74pr20 hate each other.
I can't agree more however... I being my hacky self decided to implement a lua color-fix (doesn't fix blit)

Attached Image: CCemu-Colorfix.png

#277 vorobey604

  • Members
  • 16 posts

Posted 22 May 2015 - 01:49 PM

Error: Could not find or load main class com.xtansia.ccemu.desktop.DesktopLauncher

#278 ItsRodrick

  • Members
  • 72 posts
  • Location= gps.locate() or "unknown"

Posted 22 May 2015 - 04:47 PM

The emulator updated and now it's broken... Could not find or load main class com.xtansia.ccemu.desktop.DesktopLauncher

#279 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 22 May 2015 - 05:21 PM

Oh jeez, sorry about that. my domain name registration lapsed, and I'm not quite in a position to renew it right now.
So for now I've uploaded a quick patch of the launcher, that uses the direct URL for the storage (AWS S3), as opposed to my personal domain name.

I'll put the launcher download link here as well, even though the one in the op is perfectly good: launcher dl

#280 Goof

  • Members
  • 751 posts

Posted 22 May 2015 - 05:26 PM

Btw, tomass. is there going to be any ports to the new CC version(pre release)?
or atleast the ability to choose the computercraft.jar file?

(i know it's been asked alot, but i guess many wants a "detailed" answer, or what its known as)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users