Jump to content




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


  • This topic is locked This topic is locked
399 replies to this topic

#201 bjornir90

  • Members
  • 378 posts
  • LocationFrance

Posted 06 December 2012 - 09:26 AM

View PostCranium, on 06 December 2012 - 09:22 AM, said:

View Postbjornir90, on 06 December 2012 - 09:18 AM, said:

Lol you look to work hard :P/>
boring job + ADHD = time to kill
ADHD ? Sorry i'm french ... Btw you work on what if it is not indiscreet ?

#202 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 06 December 2012 - 09:39 AM

View Postbjornir90, on 06 December 2012 - 09:26 AM, said:

ADHD ? Sorry i'm french ... Btw you work on what if it is not indiscreet ?
Attention Deficit Hyperactivity Disorder. And I work at a call center for life insurance. I wait at a computer for incoming calls from agents, so I have plenty of downtime.

#203 bjornir90

  • Members
  • 378 posts
  • LocationFrance

Posted 06 December 2012 - 09:42 AM

View PostCranium, on 06 December 2012 - 09:39 AM, said:

View Postbjornir90, on 06 December 2012 - 09:26 AM, said:

ADHD ? Sorry i'm french ... Btw you work on what if it is not indiscreet ?
Attention Deficit Hyperactivity Disorder. And I work at a call center for life insurance. I wait at a computer for incoming calls from agents, so I have plenty of downtime.
Oh ok sorry for my stupid remark....

#204 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 06 December 2012 - 10:06 AM

Not stupid, it just basically means that I lose interest really quickly, and get distracted easily.

#205 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 06 December 2012 - 02:36 PM

View Postbjornir90, on 06 December 2012 - 08:50 AM, said:

View PostLeo Verto, on 06 December 2012 - 08:45 AM, said:

View Posttiin57, on 06 December 2012 - 05:34 AM, said:

Tomass, if you were to provide the source, I'd be happy to port it to Android. Although in IRC, you said something about a web version. :P/>
AfterLifeLochie set it up as a java web applet on his site:
Link
Why my device doesn't support java applet, why ? :'(

The web version won't work on Android, or iOS, neither of them support Java Applets.

#206 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 06 December 2012 - 09:21 PM

View Posttiin57, on 06 December 2012 - 05:34 AM, said:

Tomass, if you were to provide the source, I'd be happy to port it to Android. Although in IRC, you said something about a web version. :P



#207 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 14 December 2012 - 05:38 AM

Bug report :(

OS X Mountain Lion

Resizing the window above the default does this:

Image:
Spoiler

It does this to the point that its disappeared off the top of the screen.

#208 AfterLifeLochie

    Wiki Oracle

  • Moderators
  • 480 posts
  • LocationAfterLifeLochie's "Dungeon", Australia

Posted 14 December 2012 - 08:21 PM

View PostTheOriginalBIT, on 14 December 2012 - 05:38 AM, said:

OS X Mountain Lion
Resizing the window above the default does this:
It does this to the point that its disappeared off the top of the screen.

TheOriginalBIT, there is currently a long list of un-fixable bugs with ComputerCraft Emulator and the Web port at the moment, due to changed made in OSX JRE7 from OSX JRE6, and LWJGL's code. We can't fix a large number of these issues, you can can try the following:
  • Launch CC-Emulator using OSX JRE6 or OSX JDK6, rather than OSX JRE7 or OSX JDK7. This fixes some drawing issues with Swing and AWT, and may help fix the issue you're having.
  • If you click, drag and do not release, AWT doesn't fire a resize event for the Emulator to resize the frame. Try doing a minimize/restore, and if that doesn't work, manually resize the outside frame.
  • Launch CC-Emulator from a Terminal prompt (eg: java -jar cc-emulator.jar). Any crash stacks or inline-warning errors/debug should appear in that console - and piping them to a file may be useful for catching them.
  • Try the online version of the Emulator (http://cc-emu.afterlifelochie.net). If you still have resize issues, it may be a problem with OSX JRE7, if not, it may be an issue with the way we render the application. To get a resize event to occur, resize your browser and the width of the applet should change. If not, try refreshing the page with a small window, then grow the size vertically.
  • Something else - such as the math used to get/set frame sizes might be wrong or not working completely, or something we've not seen in OSX JRE7 as of yet. Once again, there's some funky stuff going on in OSX JRE7, so bear with us.

Edited by AfterLifeLochie, 14 December 2012 - 09:23 PM.
Correction; it's not "JREx", it's "OSX JREx" (Apple flavour Java)...


#209 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 14 December 2012 - 09:29 PM

View PostTheOriginalBIT, on 14 December 2012 - 05:38 AM, said:

Bug report :(

OS X Mountain Lion

Resizing the window above the default does this:

Image:

It does this to the point that its disappeared off the top of the screen.

From a previous report about resizing bugs on Mountain Lion that may be relevant:

GilDev said:

EDIT: Weird things appear when I try to resize the window, like focus shifting (I don't know if this sentence is good). And the monitors are changing their format (can be bypassed by pressing the "shift" key while resizing).
So maybe try pressing/holding the SHIFT key while resizing the window and see if that helps?

#210 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 15 December 2012 - 01:13 AM

View Posttomass1996, on 14 December 2012 - 09:29 PM, said:


From a previous report about resizing bugs on Mountain Lion that may be relevant:

GilDev said:

EDIT: Weird things appear when I try to resize the window, like focus shifting (I don't know if this sentence is good). And the monitors are changing their format (can be bypassed by pressing the "shift" key while resizing).
So maybe try pressing/holding the SHIFT key while resizing the window and see if that helps?

Sorry about the video quality and flashing, using QuickTime as I don't have a screen recorder installed on my Mac yet.

Read the annotations for details.



#211 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 16 December 2012 - 01:25 AM

[Suggestion] i know that this may be hard depending on how the emu and cc are implemented but would it be possible to make a new computer and instead of entering an id, entering a label that was set on a computer?

#212 Tiin57

    Java Lunatic

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

Posted 16 December 2012 - 01:33 AM

View PostTheOriginalBIT, on 16 December 2012 - 01:25 AM, said:

[Suggestion] i know that this may be hard depending on how the emu and cc are implemented but would it be possible to make a new computer and instead of entering an id, entering a label that was set on a computer?
Shouldn't be tough, but you would always need an id to be declared or auto-set.

#213 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 16 December 2012 - 01:47 AM

View Posttiin57, on 16 December 2012 - 01:33 AM, said:

View PostTheOriginalBIT, on 16 December 2012 - 01:25 AM, said:

[Suggestion] i know that this may be hard depending on how the emu and cc are implemented but would it be possible to make a new computer and instead of entering an id, entering a label that was set on a computer?
Shouldn't be tough, but you would always need an id to be declared or auto-set.

well my idea was that it check the labels.txt file and if its there then open that id, if its not there then auto-set an id

#214 KaoS

    Diabolical Coder

  • Members
  • 1,510 posts
  • LocationThat dark shadow under your bed...

Posted 16 December 2012 - 02:26 AM

View PostTheOriginalBIT, on 16 December 2012 - 01:47 AM, said:

well my idea was that it check the labels.txt file and if its there then open that id, if its not there then auto-set an id

that is actually quite a good idea, I like that one

#215 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 16 December 2012 - 02:29 AM

View PostKaoS, on 16 December 2012 - 02:26 AM, said:

View PostTheOriginalBIT, on 16 December 2012 - 01:47 AM, said:

well my idea was that it check the labels.txt file and if its there then open that id, if its not there then auto-set an id

that is actually quite a good idea, I like that one

why thank you. do you know if the devs have a suggestions page like the bug reporting page? :P

#216 KaoS

    Diabolical Coder

  • Members
  • 1,510 posts
  • LocationThat dark shadow under your bed...

Posted 16 December 2012 - 05:22 AM

no clue, I would just contact them on the IRC. I would be willing to bet they have their own channel

#217 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 16 December 2012 - 12:50 PM

View PostTheOriginalBIT, on 16 December 2012 - 02:29 AM, said:

View PostKaoS, on 16 December 2012 - 02:26 AM, said:

View PostTheOriginalBIT, on 16 December 2012 - 01:47 AM, said:

well my idea was that it check the labels.txt file and if its there then open that id, if its not there then auto-set an id

that is actually quite a good idea, I like that one

why thank you. do you know if the devs have a suggestions page like the bug reporting page? :P

Suggestions go to the same place as issues, just change 'type' to 'enhancement' or 'proposal'
But suggestion duly noted.

CC-Emu Thread said:

Bug/Issue/Suggestion Reporting:
If you have a bug or issue to report or even a suggestion, please post them here: CC-Emu Issues
This makes it a lot easier to keep track of them.
You can also contact me quite often on the EsperNet IRC in the #computercraft channel and also the #cc-emu channel although nobody else ever goes in there :C
Or alternatively you can post here on this thread with your reports/suggestions.


#218 AfterLifeLochie

    Wiki Oracle

  • Moderators
  • 480 posts
  • LocationAfterLifeLochie's "Dungeon", Australia

Posted 29 December 2012 - 09:40 PM

Attention, the person who submitted a bug about "Custom BIOS prevents computers booting".

You didn't actually attach a file for us to analyse - but if you've made a custom BIOS and it doesn't boot, it usually means something is wrong in the BIOS file.

#219 The Blue daNoob

  • New Members
  • 16 posts

Posted 30 December 2012 - 08:06 AM

Is it possible to zoom in on the screen? I don't want it to be bigger, I just want to be able to see more clearly.
I'm used to a really zoomed in pixelated look.

#220 Cozzimoto

  • Members
  • 221 posts
  • LocationDallas, Tx

Posted 30 December 2012 - 08:48 AM

you can change the scale of it up so the screen is generally bigger, i set the scale for mine to 2 and its nice and large enough for me to work with. if i have one single computer i set the scale to 3 so it takes a full screen effect





4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users