Jump to content




[CC1.5]ComputerCraft Emulator V0.57 (February 19th)


399 replies to this topic

#21 Fokka

  • New Members
  • 16 posts

Posted 18 July 2012 - 09:15 PM

It would be nice if we could just Choose the CC Folder in a manual way.

#22 Ponder

  • New Members
  • 49 posts

Posted 19 July 2012 - 07:45 PM

Is there a way to change the font size? I'm running it on Linux and I find it a bit hard to read.
As a suggestion, it would be handy if one could circle through the computer via Strg+PgUp/Down or the like.

Anyway, thanks mate. This is really nice.

EDIT: I just noticed that there seems to be a problem first the first computer in your emulator, it has the id 0, but rednet refuses to send messages to ids < 1.

#23 Sxw

  • Members
  • 306 posts
  • LocationWhenever, Wherever!

Posted 19 July 2012 - 10:51 PM

The MC classic doesent work on osx either, ill start from terminal later and look at the log.

#24 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 20 July 2012 - 03:17 AM

Sorry for no updates recently been busy with school work.
But I am working on it.

View PostPonder, on 19 July 2012 - 07:45 PM, said:

Is there a way to change the font size? I'm running it on Linux and I find it a bit hard to read.
As a suggestion, it would be handy if one could circle through the computer via Strg+PgUp/Down or the like.

Anyway, thanks mate. This is really nice.

EDIT: I just noticed that there seems to be a problem first the first computer in your emulator, it has the id 0, but rednet refuses to send messages to ids < 1.
I'm planning on adding font scaling to the next version, I will also look into PgUp/PgDn cycling.
Rednet works perfectly fine for me, are you opening rednet on both? Setting id 0 to receive? Could you post a screenshot or even a video of it not working?

View PostSxw1212, on 19 July 2012 - 10:51 PM, said:

The MC classic doesent work on osx either, ill start from terminal later and look at the log.
Thank you, I really want to get this compatibility issue sorted, It could be a clash with the LWJGL version I'm using.

#25 Ponder

  • New Members
  • 49 posts

Posted 20 July 2012 - 05:30 AM

View Posttomass1996, on 20 July 2012 - 03:17 AM, said:

I'm planning on adding font scaling to the next version, I will also look into PgUp/PgDn cycling.
Rednet works perfectly fine for me, are you opening rednet on both? Setting id 0 to receive? Could you post a screenshot or even a video of it not working?

Ok, scratch that. Apparently that was a bug in my program. Not in yours. Sorry. :S

#26 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 20 July 2012 - 06:04 AM

View PostPonder, on 20 July 2012 - 05:30 AM, said:

View Posttomass1996, on 20 July 2012 - 03:17 AM, said:

I'm planning on adding font scaling to the next version, I will also look into PgUp/PgDn cycling.
Rednet works perfectly fine for me, are you opening rednet on both? Setting id 0 to receive? Could you post a screenshot or even a video of it not working?

Ok, scratch that. Apparently that was a bug in my program. Not in yours. Sorry. :S

That's ok, Everybody derps up sometimes :P/>.

#27 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 20 July 2012 - 12:42 PM

20/7/2012: Version 0.4
-Fixed Heater Issue
-Added ability to change static directory
-Made CC installation checking more robust
-Added Font scaling in config
-Added ability to cycle focus with CTRL + (PgUp || PgDn)
-Added ability to paste text

#28 Ponder

  • New Members
  • 49 posts

Posted 20 July 2012 - 03:19 PM

Font resizing works fine now, way better to read now, thanks. :)/>

Focus Cycling not as good. It has some issues if you cycle through all computers. If you then press PgDn another time, focus is not on any of the computers (fine till now, just click on any to regain focus), but if you then press PgUp/Dn again, it freezes and java throws the following exception:
Spoiler

Also, when quiting a window with more than one computer inside, it throws this (it does not do anything else, so you just notice it, when running it on cli)
Spoiler

On something minor at last: At the moment it seems the emulator just dumps its config/save/error files into the working dir, so basically when running ccemu from a different location it does not load the old configuration, which is unfortunate.

However, I don't want to make you bad, this emulator is still awesome, keep it up!

#29 schrolock

  • Members
  • 62 posts

Posted 20 July 2012 - 03:54 PM

can you add an bigger GUI??

#30 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 21 July 2012 - 03:13 AM

View PostPonder, on 20 July 2012 - 03:19 PM, said:

Font resizing works fine now, way better to read now, thanks. :)/>

Focus Cycling not as good. It has some issues if you cycle through all computers. If you then press PgDn another time, focus is not on any of the computers (fine till now, just click on any to regain focus), but if you then press PgUp/Dn again, it freezes and java throws the following exception:
Spoiler

Also, when quiting a window with more than one computer inside, it throws this (it does not do anything else, so you just notice it, when running it on cli)
Spoiler

On something minor at last: At the moment it seems the emulator just dumps its config/save/error files into the working dir, so basically when running ccemu from a different location it does not load the old configuration, which is unfortunate.

However, I don't want to make you bad, this emulator is still awesome, keep it up!
I will check out this issues and hopefully resolve them.
Sorry.


View Postschrolock, on 20 July 2012 - 03:54 PM, said:

can you add an bigger GUI??
Could you please explain what GUI you want bigger?

#31 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 21 July 2012 - 03:22 AM

Something I have been thinking about is changing the setup so that it is similar to that of Minecraft.
Where you have a launcher that handles updating/downloading etc
And then a ccemu folder in %appdata% for Windows etc like Minecraft does,
In this folder would be where the saves etc are stored

And I want to know what your guys opinions on this are.

#32 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 21 July 2012 - 06:28 AM

View PostPonder, on 20 July 2012 - 03:19 PM, said:

Font resizing works fine now, way better to read now, thanks. :)/>

Focus Cycling not as good. It has some issues if you cycle through all computers. If you then press PgDn another time, focus is not on any of the computers (fine till now, just click on any to regain focus), but if you then press PgUp/Dn again, it freezes and java throws the following exception:
Spoiler

Also, when quiting a window with more than one computer inside, it throws this (it does not do anything else, so you just notice it, when running it on cli)
Spoiler

On something minor at last: At the moment it seems the emulator just dumps its config/save/error files into the working dir, so basically when running ccemu from a different location it does not load the old configuration, which is unfortunate.

However, I don't want to make you bad, this emulator is still awesome, keep it up!

1. The focus cycling bug is squashed in the next version, some of my math was out by one :C
2. I can't reproduce that error on close on Windows, It appears to be Linux X11 window system not liking something.
3. I've been wanting to make a better solution, What do you think about my thoughts above.

#33 Ponder

  • New Members
  • 49 posts

Posted 21 July 2012 - 09:17 AM

1. Alright, thanks.
2. Mhkay, since it does not affect anything while working with it, it is not tragic I guess.
3. Havin a launcher is a solution, and probably the best one if you want to have a automatic updater and stuff like that, if not a config dir in %AppData% where it dumps all its stuff would also do the trick.

#34 Tiin57

    Java Lunatic

  • Members
  • 1,412 posts
  • LocationIndiana, United States

Posted 21 July 2012 - 02:03 PM

View Posttomass1996, on 21 July 2012 - 03:22 AM, said:

Something I have been thinking about is changing the setup so that it is similar to that of Minecraft.
Where you have a launcher that handles updating/downloading etc
And then a ccemu folder in %appdata% for Windows etc like Minecraft does,
In this folder would be where the saves etc are stored

And I want to know what your guys opinions on this are.
Please do this! Would that allow you to put files into the global LUA directory?

#35 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 21 July 2012 - 02:36 PM

View Posttiin57, on 21 July 2012 - 02:03 PM, said:

Please do this! Would that allow you to put files into the global LUA directory?
If your meaning the mods/ComputerCraft/lua/rom/* directories you can do that already.
Also Lua is not an acronym.

#36 Darky_Alan

  • Members
  • 89 posts
  • LocationPuerto Rico

Posted 21 July 2012 - 07:19 PM

This is really REALLY neat, especially for a beginner like me, thanks for the tool man!

#37 Gamer36

  • New Members
  • 1 posts

Posted 22 July 2012 - 11:53 AM

View Posttiin57, on 17 July 2012 - 01:59 PM, said:

Ok, excellent job and all, still quite impressed, but on OS X, it starts and goes to the terminal screen fine, but with a 2x2 setup, I cannot change screens or input to the default selected screen. (I am running Mountain Lion, or OS X 10.8).
Also, a copy/paste function would be nice.
Finally, how would I make a program available to all the emulator computers? They don't seem to read anything except the default programs in mods/computercraft/lua/rom/programs.

View PostSxw1212, on 17 July 2012 - 02:07 PM, said:

Ohhhhhhh, I have Lion (NOT the dev version that tiin57 has, the one that normal people have and im testing in in just a sec...
EDIT:Same result as tiin. D:

View Posttomass1996, on 18 July 2012 - 04:30 AM, said:

View Posttiin57, on 17 July 2012 - 01:59 PM, said:

Ok, excellent job and all, still quite impressed, but on OS X, it starts and goes to the terminal screen fine, but with a 2x2 setup, I cannot change screens or input to the default selected screen. (I am running Mountain Lion, or OS X 10.8).
Also, a copy/paste function would be nice.
Finally, how would I make a program available to all the emulator computers? They don't seem to read anything except the default programs in mods/computercraft/lua/rom/programs.

View PostSxw1212, on 17 July 2012 - 02:07 PM, said:

Ohhhhhhh, I have Lion (NOT the dev version that tiin57 has, the one that normal people have and im testing in in just a sec...
EDIT:Same result as tiin. D:

Hmm that is strange it *should* work though that obviously not guaranteed due to each os being different.
Did you get any errors output in your terminal/console window?
It sounds like an issue with LWJGL + OSX

Like tiin57 and Sxw1212 said, it works fine when running the jar, but it you can't select a window or input anything. When run in terminal it does't open any windows (not sure why, never run anything from terminal before) and gives these errors:

ccemu.jar: line 1: PK: command not found
ccemu.jar: line 2:???@: command not found
ccemu.jar: line 3???@D?: command not found
ccemu.jar: line 4: syntax error near unexpected token `('
ccemu.jar: line 4: `?|?META-INF/MANIFEST.MFM??? Ew??Q^(1j???M7W?ħ???<p??K7??s?1??o?9?ة?}?#???C??z^?Jᘰ?S?ݿ????~X???I??kb,??J1b??͘s??????m??=-_?)??PK'


#38 Tiin57

    Java Lunatic

  • Members
  • 1,412 posts
  • LocationIndiana, United States

Posted 22 July 2012 - 05:59 PM

View Posttomass1996, on 21 July 2012 - 02:36 PM, said:

Also Lua is not an acronym.
Woops. Thank you.

#39 schrolock

  • Members
  • 62 posts

Posted 23 July 2012 - 01:29 PM

i´d like a bigger cc screen.
i tried to change the width and height in the .cfg but it returns automatically to the default options

#40 Noodle

  • Members
  • 989 posts
  • LocationSometime.

Posted 24 July 2012 - 12:04 PM

Need bigger screen! Its like 50x50.. grr.
Atleast add the option.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users