This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
louitzie's profile picture

printer peripheral [CC 1.48/1.481][MC 1.4.6/1.4.7] ccPrinter is back (need bukkit porter)

Started by louitzie, 28 May 2012 - 08:43 AM
louitzie #1
Posted 28 May 2012 - 10:43 AM
this mod adds a printer wich can print on paper

here are some screenshots






here are the methods
printer.open(side)
printer.drawPixel(x,y[,color(0-55)])
printer.drawChar(x,y,char[,color(0-55)]) see color table
printer.drawText(x,y,text[,color(0-55)]) see characters inclued in api (yellow)
printer.clear(x,y)
printer.getInklevels() returns red,green,blue
printer.getCapacity() returns an ink level when full
printer.eject()
printer.scanPixel(x,y) (if not disabled in config)
printer.scanChar(x,y) (if not disabled in config)
printer.scanText(x,y[,length]) (if not disabled in config)
printer.getContent() (map,paper,printed paper or no content) (if not disabled in config)
printer.close()

scanner.open(side)
scanner.scanPixel(x,y)
scanner.scanChar(x,y)
scanner.scanText(x,y[,length])
scanner.getContent() (map,paper,printed paper or no content)
scanner.close()

scanner recipe

SSS
WLW
SSS

S=stone
W=redstone dust
L=redstone lamp

download

universal

ccPrinter 1.4.6_r1
put in mods folder and extract the ccPrinterApis folder to mods

SSP

CCPrinter_Client 1.6
CCPrinter_Client 1.5
CCPrinter_Client 1.4

SMP

CCPrinter_Server 1.6
CCPrinter_Server 1.5
CCPrinter_Server 1.4

Bukkit

bukkit port 1.4
bukkit port 1.5 thanks to xackerz (make sure you use java 7)


updated version press sneak while clicking on printer with useable item to put
press sneak without held item to get item.
right click while paper use to switch side

i added master39's improved edit in the download it is loaden in /edit
Pinkishu #2
Posted 28 May 2012 - 10:52 AM
oh wow i wanted that forever <3

now just to wait for the SMP version
maxikg #3
Posted 28 May 2012 - 12:48 PM
Great idea! I hope for an SMP-Version. :)/>/>
Xfel #4
Posted 28 May 2012 - 12:56 PM
Great work! Only thing I noticed that the background of the green slot looks more like it needs lime dye than the dark cactus green dye, while the other colors match very well.
louitzie #5
Posted 28 May 2012 - 02:12 PM
maybe i'll fix that when SMP is ready
Mendax #6
Posted 28 May 2012 - 09:13 PM
:)/>/> OMFG All you need now, is a book version when 1.3 comes out, capitals in the title and to upload to mediafire or something like it. Dropbox's links get frozen after a while.
EDIT: This is gonna be supported in my tex pack :)/>/>
Mendax #7
Posted 28 May 2012 - 09:56 PM
I made a little screenshot:
Noodle #8
Posted 29 May 2012 - 12:02 AM
WOW! Very nice, I like paper, what other point does this bring besides words and stuff?
louitzie #9
Posted 29 May 2012 - 04:49 PM
nice to see that people use this mod

i'll see for mediafire

unfortunately multiplayer support seems to take longer than i tought
PixelToast #10
Posted 30 May 2012 - 12:46 AM
oh lol, just made two duplicate sheets with the same damage value and made a program to print scrolling ascii art
chuiby #11
Posted 30 May 2012 - 03:18 AM
Hopefully the SMP version will come soon :)/>/>
This mod have a lot of potential.
Good job, awesome idea!
Noodle #12
Posted 30 May 2012 - 05:06 AM
I'm actually excited to see it come out for smp, I can now Yell at people, IN SILENCE.
Kane Hart #13
Posted 31 May 2012 - 05:33 AM
Very cool, I hope someday this is ported to SMP then ported to bukkit because Godcraft would love a mod like this.
DerrikeG #14
Posted 31 May 2012 - 04:07 PM
It'd be nice to have an accompanying scanner block to read sheet contents so that documents could be duplicated at their appropriate expense. If this functionality does come about, it would be insanely useful to have it extend to the vanilla maps.
louitzie #15
Posted 31 May 2012 - 05:35 PM
finaly after 3 days of work I made an SMP Version.
Enjoy it
Mendax #16
Posted 31 May 2012 - 11:10 PM
:)/>/> SMP And Ideas for a scanner! Downloading…
kazagistar #17
Posted 01 June 2012 - 05:23 AM
This is by far my favorite periphrial so far. Fits the vision for this mod very nicely, and fits a niche that no other tech mod fills

Just wait for 1.3, then port it, when server and client are the same thing. And see if you can't get it to print books instead of papers at that point.

Then you just need to send it off to the tekkit dudes.
Matthewaj #18
Posted 01 June 2012 - 05:41 AM
Everytime I use printer.drawchar(x,y,char)
it just gives me a sort of squarish "0"


printer.drawchar(5,5,"hi")
coolblockj #19
Posted 01 June 2012 - 06:01 AM
Lol, this may be a stupid question, but what is the point for peripheral.call(side,draw,x,y,color) or where does it go in your program to change text color?

Also, are you limited to printing letter by letter?
louitzie #20
Posted 01 June 2012 - 06:41 AM
1 the drawchar function parameters are x,y,(only one character),color(didn't mention that)

2 currently you are but you can write your own algoritm the size is 21x13 chars or 128x119 pixels

3 yoy can add your own characters in the lua.api

for example
char["A"]="(row 1)01110(row 2)10001(row 3)11111(row 4)10001(row 5)10001(row 6)10001(row 7)10001(row 8)00000"

1=pixel
0=transparent
Mendax #21
Posted 01 June 2012 - 07:34 AM
Oh yeah, any Ideas for a printer.eject() function? Also, I'm gonna (TRY) to port this to bukkit now.
louitzie #22
Posted 01 June 2012 - 03:01 PM
Oh yeah, any Ideas for a printer.eject() function? Also, I'm gonna (TRY) to port this to bukkit now.

Go on, you have my permission.

don't you need source code for that?
Sxw #23
Posted 01 June 2012 - 03:52 PM
I'm actually excited to see it come out for smp, I can now Yell at people, IN SILENCE.
Oh no.
xackerz #24
Posted 01 June 2012 - 07:01 PM
Hi! I port this mod to Bukkit and want to test it, but I need example. Who can write little example for me? Thank you!

P.S. louitzie, can i get your permission to publish port here if he works?
louitzie #25
Posted 01 June 2012 - 08:04 PM
Hi! I port this mod to Bukkit and want to test it, but I need example. Who can write little example for me? Thank you!

P.S. louitzie, can i get your permission to publish port here if he works?
did you already port it?
xackerz #26
Posted 01 June 2012 - 08:10 PM
did you already port it?
yes! and I tested it (half part). but i need little example program to test it fully!

P.S. sorry for my English :)/>/>
louitzie #27
Posted 01 June 2012 - 08:11 PM
did you already port it?
yes! and I tested it (half part). but i need little example program to test it fully!
1.2 already?

and what part needs testing

if you pm me the download link i will set it on the first post with your name
xackerz #28
Posted 01 June 2012 - 08:24 PM
1.2 already?

and what part needs testing

if you pm me the download link i will set it on the first post with your name

yes, version 1.2! for full test I need program, that can print on sheet of paper word hello. can you write it for me? i can' write it by myself, because i dont have much expirience in lua :)/>/>
louitzie #29
Posted 01 June 2012 - 08:25 PM
1.2 already?

and what part needs testing

if you pm me the download link i will set it on the first post with your name

yes, version 1.2! for full test I need program, that can print on sheet of paper word hello. can you write it for me? i can' write it by myself, because i dont have much expirience in lua :)/>/>
ok
PixelToast #30
Posted 02 June 2012 - 01:48 AM
i think you sould be able to craft the printer and scanner together, my printer has both a scanner and a printer
D3matt #31
Posted 02 June 2012 - 07:46 PM
Just to let you know, the bukkit server file download link isn't working.
louitzie #32
Posted 02 June 2012 - 11:51 PM
server or downloadlink?
Kane Hart #33
Posted 03 June 2012 - 03:47 AM
Just to let you know, the bukkit server file download link isn't working.
I don't think their is a version yet for bukkit :)/>/>
D3matt #34
Posted 03 June 2012 - 06:29 PM
Can you keep the links to old versions as well, please?

Just to let you know, the bukkit server file download link isn't working.
I don't think their is a version yet for bukkit :)/>/>
Forgot to read the entire post, did we?
Pinkishu #35
Posted 03 June 2012 - 08:51 PM
Should add eject for scanner too :)/>/>
DarkNinja2462 #36
Posted 03 June 2012 - 11:14 PM
What about a little explanation of how to use the scanner.
do you use

text = scanner.scan....
arbot #37
Posted 04 June 2012 - 02:19 AM
Bukkit port doesn't seem to be working for Tekkit, console gets spammed on startup about invalid containers..
chuiby #38
Posted 04 June 2012 - 03:18 AM
There some weird issue occuring when we tried this mod… my friend gets extreme lag (Long delays before opening GUI and for the game in general) and often gets disconnected with with the reason (from the server's log): disconnect.overflow

Please fix this, thanks.

Version used: 1.4 on vanilla server
D3matt #39
Posted 04 June 2012 - 09:58 AM
Oh, and one last note… It's absolutely imperative that the mod version show up in modloader so when the server tells you it doesn't like your mods you know which version its expecting. The minecraft version is far less relevant than the mod version itself.
xackerz #40
Posted 04 June 2012 - 11:11 AM
Bukkit port doesn't seem to be working for Tekkit, console gets spammed on startup about invalid containers..
sorry, I don't test Bukkit port to work with Tekkit
louitzie #41
Posted 04 June 2012 - 03:11 PM
What about a little explanation of how to use the scanner.
do you use

text = scanner.scan....
text=scanner.scanText(2,3,10)

returns a 10 long string starting from col 2 and row 3

lenght is optional
svennp #42
Posted 04 June 2012 - 04:07 PM
this seems to crash my minecraft when i shift click dyes into the printer!
happens on multiuplayer and singleplayer.
i have inv tweaks installed, is it incompatible or a general bug?
louitzie #43
Posted 04 June 2012 - 04:10 PM
this seems to crash my minecraft when i shift click dyes into the printer!
happens on multiuplayer and singleplayer.
i have inv tweaks installed, is it incompatible or a general bug?

i cant see a problem yet i installed the latest version inventory tweaks

have you got any other mods installed?
svennp #44
Posted 04 June 2012 - 04:44 PM
this seems to crash my minecraft when i shift click dyes into the printer!
happens on multiuplayer and singleplayer.
i have inv tweaks installed, is it incompatible or a general bug?

i cant see a problem yet i installed the latest version inventory tweaks

have you got any other mods installed?
mods installed: modloader, worldedit CUI, Audio Mod, forge, nei, game over fix, inv tweaks, cc, macro mod, all redpower zip files, rei minimap.
i think thats all
arbot #45
Posted 04 June 2012 - 08:10 PM
Bukkit port doesn't seem to be working for Tekkit, console gets spammed on startup about invalid containers..
sorry, I don't test Bukkit port to work with Tekkit

So no chance of Tekkit support? :<
xackerz #46
Posted 05 June 2012 - 06:56 AM
So no chance of Tekkit support? :<
sorry, I don't work with Tekkit
coolblockj #47
Posted 05 June 2012 - 08:32 AM
:)/>/> Awesome, i made a map coppier with this.
louitzie #48
Posted 05 June 2012 - 05:31 PM
this seems to crash my minecraft when i shift click dyes into the printer!
happens on multiuplayer and singleplayer.
i have inv tweaks installed, is it incompatible or a general bug?

i cant see a problem yet i installed the latest version inventory tweaks

have you got any other mods installed?
mods installed: modloader, worldedit CUI, Audio Mod, forge, nei, game over fix, inv tweaks, cc, macro mod, all redpower zip files, rei minimap.
i think thats all
NEI uses hes own forge build i think that that's the conflict
DarkNinja2462 #49
Posted 06 June 2012 - 12:04 AM
Ok
Here is a suggestion
You have 2 slots [a book you already made/a sheet] [a sheet]
one under therm [string]
a slot after that is the finished BOOK
You can then read the book by right clicking in mid air like in the TOME mod
coolblockj #50
Posted 06 June 2012 - 10:34 PM
Ok
Here is a suggestion
You have 2 slots [a book you already made/a sheet] [a sheet]
one under therm [string]
a slot after that is the finished BOOK
You can then read the book by right clicking in mid air like in the TOME mod
That would be awesome for like the next update!
Maybe you can make a printing press :)/>/>
PrinzJuliano #51
Posted 10 June 2012 - 12:44 PM
please make tutorial video
Mendax #52
Posted 11 June 2012 - 04:19 AM
please make tutorial video
I'll make one in a while, it'll be a few days till I can upload tho.
DarkNinja2462 #53
Posted 11 June 2012 - 09:37 PM
Ok
Here is a suggestion
You have 2 slots [a book you already made/a sheet] [a sheet]
one under therm [string]
a slot after that is the finished BOOK
You can then read the book by right clicking in mid air like in the TOME mod
That would be awesome for like the next update!
Maybe you can make a printing press :(/>/>
Oh and, I made the gui, except between the string and output slot, there should be a progress bar(like a furnace) and it would look like string
Just go here to see it.
fmra #54
Posted 12 June 2012 - 08:32 PM
You know… with this you could make key cards. print individualized "Qcodes" and use the scanner to verify. If disk bootup is disabled and pullevents are rigged right, this could be very useful. could even copy someone's map and reprint it with the key glyph inserted (so they don't have a useless paper taking up inventory). =)
master39 #55
Posted 14 June 2012 - 12:03 AM
I found a bug, when someone try to use maiusc+click to fill printer or scanner it crash
master39 #56
Posted 14 June 2012 - 12:21 AM
very small modification of normal edit program with a print function on the menù
to use just install (istructions below) and write pedit instead of edit
if a text is more than 12 lines long it will print it splitted in pages

the printer must be on the bottom side

instal:
go to %appdata%.minecraftmodscomputercraftluaromprograms and copy this text in a file called pedit
Spoiler

local tArgs = { ... }
if #tArgs == 0 then
print( "Usage: pedit <path>" )
return
end
local sPath = shell.resolve( tArgs[1] )
local bReadOnly = fs.isReadOnly( sPath )
if fs.exists( sPath ) and fs.isDir( sPath ) then
print( "Cannot edit a directory" )
return
end
local w,h = term.getSize()
local x,y = 1,1
local scrollX, scrollY = 0,0
local bMenu = false
local nMenuItem = 1
local sStatus = ""
local tLines = {}
local function load()
tLines = {}
if fs.exists( sPath ) then
  local file = io.open( sPath, "r" )
  local sLine = file:read()
  while sLine do
   table.insert( tLines, sLine )
   sLine = file:read()
  end
  file:close()
else
  table.insert( tLines, "" )
end
end
local function save()
local file = io.open( sPath, "w" )
if file then
  for n, sLine in ipairs( tLines ) do
   file:write( sLine .. "n" )
  end
  file:close()
  return true
end
return false
end
local function print()
	local side="bottom"
	printer.open(side)
	local l=1
	for n, sLine in ipairs( tLines ) do
	 if l<13 then
	  printer.drawText(1,l,sLine.."n",12)
	  l=l+1
	 else
	  printer.eject()
	  sleep(0.1)
	  printer.drawText(1,1,sLine.."n",12)
	  l=2
	 end
	end
   printer.eject()
end
local function redrawText()
for y=1,h-1 do
  term.setCursorPos( 1 - scrollX, y )
  term.clearLine()
  local sLine = tLines[ y + scrollY ]
  if sLine ~= nil then
   term.write( sLine )
  end
end
term.setCursorPos( x - scrollX, y - scrollY )
end
local function redrawLine()
local sLine = tLines[y]
term.setCursorPos( 1 - scrollX, y - scrollY )
term.clearLine()
term.write( sLine )
term.setCursorPos( x - scrollX, y - scrollY )
end
local tMenuItems = { "Save", "Exit", "Print" }
local function redrawMenu()
	term.setCursorPos( 1, h )
term.clearLine()
if not bMenu then
  term.write( sStatus )
else
  for n,sItem in ipairs( tMenuItems ) do
   if n == nMenuItem then
	term.write( "["..sItem.."]" )
   else
	term.write( " "..sItem.." " )
   end
  end
end

	term.setCursorPos( x - scrollX, y - scrollY )
end
local function setStatus( _sText )
sStatus = _sText
redrawMenu()
end
local function setCursor( x, y )
local screenX = x - scrollX
local screenY = y - scrollY

local bRedraw = false
if screenX < 1 then
  scrollX = x - 1
  screenX = 1
  bRedraw = true
elseif screenX > w then
  scrollX = x - w
  screenX = w
  bRedraw = true
end

if screenY < 1 then
  scrollY = y - 1
  screenY = 1
  bRedraw = true
elseif screenY > h-1 then
  scrollY = y - (h-1)
  screenY = h-1
  bRedraw = true
end

if bRedraw then
  redrawText()
end
term.setCursorPos( screenX, screenY )
end
load()
term.clear()
term.setCursorPos(x,y)
term.setCursorBlink( true )
redrawText()
setStatus( "Press Ctrl to access menu" )
local bRunning = true
local tMenuFunctions = {
["Exit"] = function()
  bRunning = false
end,
["Save"] = function()
  if save() then
   setStatus( "Saved to "..sPath )
  else
   setStatus( "Access denied" )
  end
end,
   ["Print"] = function()
  print()
end,
}
local function doMenuItem( _n )
local fnMenu = tMenuFunctions[ tMenuItems[_n] ]
if fnMenu then
  fnMenu()
end
bMenu = false
term.setCursorBlink( true )
redrawMenu()
end
while bRunning do
  local sEvent, param = os.pullEvent()
  if sEvent == "key" then
	if param == 200 then
  -- Up
  if not bMenu then
   -- Move cursor up
   if y > 1 then
	y = y - 1
	x = math.min( x, string.len( tLines[y] ) + 1 )
	setCursor( x, y )
   end
  end

elseif param == 208 then
  -- Down
  if not bMenu then
   -- Move cursor down
   if y < #tLines then
	y = y + 1
	x = math.min( x, string.len( tLines[y] ) + 1 )
	setCursor( x, y )
   end
  end

elseif param == 203 then
  -- Left
  if not bMenu then
   -- Move cursor left
   if x > 1 then
	x = x - 1
	setCursor( x, y )
   end
  else
   -- Move menu left
   nMenuItem = nMenuItem - 1
   if nMenuItem < 1 then
	nMenuItem = #tMenuItems
   end
   redrawMenu()
  end
  

elseif param == 205 then
  -- Right
  if not bMenu then
   -- Move cursor right
	   if x < string.len( tLines[y] ) + 1 then
	x = x + 1
	setCursor( x, y )
	 end
  else
   -- Move menu right
   nMenuItem = nMenuItem + 1
	 if nMenuItem > #tMenuItems then
	nMenuItem = 1
	 end
	 redrawMenu()
  end

elseif param == 14 then
  -- Backspace
  if not bMenu then
	   if x > 1 then
	-- Remove character
	local sLine = tLines[y]
	tLines[y] = string.sub(sLine,1,x-2) .. string.sub(sLine,x)
	redrawLine()

	x = x - 1
	setCursor( x, y )
  
   elseif y > 1 then
	-- Remove newline
	local sPrevLen = string.len( tLines[y-1] )
	tLines[y-1] = tLines[y-1] .. tLines[y]
	table.remove( tLines, y )
	redrawText()
  
	x = sPrevLen + 1
	y = y - 1
	setCursor( x, y )
	 end
  end

elseif param == 28 then
  -- Enter
  if not bMenu then
   -- Newline
   local sLine = tLines[y]
   tLines[y] = string.sub(sLine,1,x-1)
   table.insert( tLines, y+1, string.sub(sLine,x) )
   redrawText()

   x = 1
   y = y + 1
   setCursor( x, y )
  
  else
   -- Menu selection
   doMenuItem( nMenuItem )
  end

elseif param == 29 then
  -- Menu toggle
  bMenu = not bMenu
  if bMenu then
   term.setCursorBlink( false )
   nMenuItem = 1
  else
   term.setCursorBlink( true )
  end
  redrawMenu()

end

  elseif sEvent == "char" then
if not bMenu then
	 -- Input text
  local sLine = tLines[y]
  tLines[y] = string.sub(sLine,1,x-1) .. param .. string.sub(sLine,x)
  redrawLine()

  x = x + string.len( param )
  setCursor( x, y )

else
  -- Select menu items
  for n,sMenuItem in ipairs( tMenuItems ) do
   if string.lower(string.sub(sMenuItem,1,1)) == string.lower(param) then
	doMenuItem( n )
	break
   end
  end
end
  end
end
term.clear()
term.setCursorBlink( false )
term.setCursorPos( 1, 1 )


some screens
Spoiler
Shot at 2012-06-13


Shot at 2012-06-13


Shot at 2012-06-13


Shot at 2012-06-13
fmra #57
Posted 14 June 2012 - 05:35 PM
I'm not sure this mod is to blame, but I found a bug where printed paper is held like normal paper. I don't get the map gui to see whats written on it. There is no error message.

I have these mods installed:
Spoilerbuildcraft-C-additionalbuildcraftobjects-latest.zip
buildcraft-client-A-core-3.1.5.zip
buildcraft-client-B-builders-3.1.5.zip
buildcraft-client-B-energy-3.1.5.zip
buildcraft-client-B-factory-3.1.5.zip
buildcraft-client-B-transport-3.1.5.zip
buildcraft-client-C-silicon-3.1.5.zip
buildcraft-client-DA-additionalpipes-3.0.10.zip
EnderStorage-Client 1.1.1.zip
forestry-client-A-1.4.4.2.jar
industrialcraft-2-client.jar
InvTweaks-1.41b-1.2.4.zip
Laser Mod 1.5.zip
LogisticsPipes-BC3-0.2.3A.zip
NEI_RedPowerPlugin 1.2.2.zip
Rei's Minimap
Single Player Commands
Railcraft_Client_5.0.3.zip
RedPowerControl-2.0pr5.zip
RedPowerCore-2.0pr5.zip
RedPowerLighting-2.0pr5.zip
RedPowerLogic-2.0pr5.zip
RedPowerMachine-2.0pr5.zip
RedPowerWiring-2.0pr5.zip
RedPowerWorld-2.0pr5.zip
SneakyPipes-0.1.1.zip
Steves Carts 1.1.4.zip
ThaumCraft2.1.3b.zip
WR-CBE Addons-Client 1.2.0.zip
WR-CBE Core-Client 1.2.0.zip
WR-CBE RedPower-Client 1.2.0.zip
BCIC2crossover.IB.v0.08
Tomes 1.2.5
lectern 1.2.5
xp book 1.2.5
Mystcraft
ComputerCraft 1.33
IC2NuclearControl 1.1.8
ccSensors 125
CCPrinter 1.4
cant_delete_account #58
Posted 14 June 2012 - 07:34 PM
I'm not sure this mod is to blame, but I found a bug where printed paper is held like normal paper. I don't get the map gui to see whats written on it. There is no error message.

I have these mods installed:
Spoilerbuildcraft-C-additionalbuildcraftobjects-latest.zip
buildcraft-client-A-core-3.1.5.zip
buildcraft-client-B-builders-3.1.5.zip
buildcraft-client-B-energy-3.1.5.zip
buildcraft-client-B-factory-3.1.5.zip
buildcraft-client-B-transport-3.1.5.zip
buildcraft-client-C-silicon-3.1.5.zip
buildcraft-client-DA-additionalpipes-3.0.10.zip
EnderStorage-Client 1.1.1.zip
forestry-client-A-1.4.4.2.jar
industrialcraft-2-client.jar
InvTweaks-1.41b-1.2.4.zip
Laser Mod 1.5.zip
LogisticsPipes-BC3-0.2.3A.zip
NEI_RedPowerPlugin 1.2.2.zip
Rei's Minimap
Single Player Commands
Railcraft_Client_5.0.3.zip
RedPowerControl-2.0pr5.zip
RedPowerCore-2.0pr5.zip
RedPowerLighting-2.0pr5.zip
RedPowerLogic-2.0pr5.zip
RedPowerMachine-2.0pr5.zip
RedPowerWiring-2.0pr5.zip
RedPowerWorld-2.0pr5.zip
SneakyPipes-0.1.1.zip
Steves Carts 1.1.4.zip
ThaumCraft2.1.3b.zip
WR-CBE Addons-Client 1.2.0.zip
WR-CBE Core-Client 1.2.0.zip
WR-CBE RedPower-Client 1.2.0.zip
BCIC2crossover.IB.v0.08
Tomes 1.2.5
lectern 1.2.5
xp book 1.2.5
Mystcraft
ComputerCraft 1.33
IC2NuclearControl 1.1.8
ccSensors 125
CCPrinter 1.4
NEI may be the problem.
fmra #59
Posted 15 June 2012 - 02:19 AM
Ran a test, and the printed sheet does contain all the info printed on it. I just can't look at it in my hands.

Tried disabling NEI, but that just leads to a 'saving chunks' error whenever i open an inventory (that is caused by something else unrelated to this mod). but it still doesn't bring back the map gui.
rex41043 #60
Posted 17 June 2012 - 07:30 AM
OMG MY LIFE IS COMPLTE!
PCKid11 #61
Posted 17 June 2012 - 05:53 PM
Hello, I am using 1.2.5, and I have this installed. When I click on a computer, my Minecraft crashes. I will uninstall for now.

-PCKid

[EDIT] Now it happens to all my computers, what is wrong? I think its my CC.
[EDIT] HAHA, LOL. It was just my oversized screens! What's the default screen settings?
rex41043 #62
Posted 17 June 2012 - 08:29 PM
Hello, I am using 1.2.5, and I have this installed. When I click on a computer, my Minecraft crashes. I will uninstall for now.

-PCKid

[EDIT] Now it happens to all my computers, what is wrong? I think its my CC.
[EDIT] HAHA, LOL. It was just my oversized screens! What's the default screen settings?
try updateing forge that is the same thing that happened to me!
rex41043 #63
Posted 17 June 2012 - 08:32 PM
BUG: when I shift click the red, green and blue dye or the ink sack my minecraft crashs
DarkNinja2462 #64
Posted 18 June 2012 - 09:44 PM
Everyone listen, do not report a bug that says something like "when i shift click items into a printer, it crashes". I saw this like 3 times already, and I have the problem too. Just deal with it!
rex41043 #65
Posted 19 June 2012 - 07:46 AM
Everyone listen, do not report a bug that says something like "when i shift click items into a printer, it crashes". I saw this like 3 times already, and I have the problem too. Just deal with it!
ya I have been having the same problam!
gngz #66
Posted 19 June 2012 - 07:21 PM
Hi,

Make a function to read the pixel color if possible.

Regards,
L5132 #67
Posted 19 June 2012 - 07:30 PM
Hey, so I installed this on my server, and now whenever I go to shut off a computer, reboot it, or terminate a program, it causes the computer to lock with whatever screen was active and have to be destroyed to restart it, which is somewhat inconvenient, lol, does anyone know what might cause this? I re-installed as well.
louitzie #68
Posted 19 June 2012 - 09:10 PM
Hi,

Make a function to read the pixel color if possible.

Regards,
it already does peripheral.call("side","scan",x,y)
srb #69
Posted 01 July 2012 - 08:14 PM
nice mod
Edited on 09 July 2012 - 08:05 AM
pianoman112233 #70
Posted 14 July 2012 - 11:31 AM
bug: shift clicking crashes minecraft fix plz
aftokinito #71
Posted 15 July 2012 - 12:12 AM
The bukkit version doesn't work. The bukkit version version name differs from the clinet, therefore making forge kick you everytime you enter the server. I think it's just a typo but I'd apreciate a fix for that.
FlamingCacti #72
Posted 20 July 2012 - 10:49 PM
For the past few hours I have tried to edit block ID's to make it Tekkit compatable. The block ID's for the printer and scanner are the same as the detector block and elevator rail in the modification Railcraft. I would assume it would be an easy fix for you, since you have the knowledge of this peripheral. I advise you add a second download link for the "Tekkit/Railcraft compatable version"

Spoiler

Mods loaded: 40
ModLoader 1.2.5
mod_CodeChickenCore 0.5.2
mod_MinecraftForge 3.1.3.107
mod_NotEnoughItems 1.2.2
mod_ReiMinimap v3.0_04 [1.2.5]
mod_BuildCraftCore 2.2.14
mod_BuildCraftBuilders 2.2.14
mod_BuildCraftEnergy 2.2.14
mod_BuildCraftFactory 2.2.14
mod_BuildCraftTransport 2.2.14
mod_AdditionalPipes 2.1.3 (Minecraft 1.2.5, Buildcraft 2.2.14, Forge 3.0.1.75)
mod_CCPrinter CC Printer 1.2.5 1.5
mod_ComputerCraft 1.33
mod_CCTurtle 1.33
mod_CraftingTableIII (Beta1.8, MC1.2.5)
mod_EE 1.4.5.1
mod_EnderStorage 1.1.1
mod_IC2NuclearControl v1.1.6
mod_ImmibisCore 48.2.1
mod_IC2 v1.95
mod_PowerConverters 1.2.5R1.3.4
mod_IC2AdvancedMachines v4.0
mod_InvTweaks 1.41b (1.2.4)
mod_MAtmos_forModLoader r12 for 1.1.x
mod_IC2_ChargingBench 1.95b
mod_CompactSolars 2.2
mod_IronChest 3.3
mod_Railcraft 5.2.4
mod_RedPowerControl 2.0pr5b2
mod_RedPowerCore 2.0pr5b2
mod_NetherOres 1.2.5R1.2.2
mod_RedPowerLighting 2.0pr5b2
mod_RedPowerLogic 2.0pr5b2
mod_RedPowerMachine 2.0pr5b2
mod_RedPowerWiring 2.0pr5b2
mod_RedPowerWorld 2.0pr5b2
mod_TubeStuff 48.2.1
mod_WirelessRedstoneCore 1.2.1
mod_WirelessRedstoneRedPower 1.2.1.1
mod_WirelessRedstoneAddons 1.2.1
	  Minecraft has crashed!	
	  ----------------------	
Minecraft has stopped running because it encountered a problem.


--- BEGIN ERROR REPORT a5e695d0 --------
Generated 7/20/12 5:47 PM
Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_04, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: AMD 760G version 3.2.9606 Compatibility Profile Context, ATI Technologies Inc.
java.lang.IllegalArgumentException: Slot 212 is already occupied by BlockScanner@64978ceb when adding railcraft.common.rails.BlockRailElevator@19a4cbe5
at pb.<init>(Block.java:249)
at pb.<init>(Block.java:281)
at railcraft.common.rails.BlockRailElevator.<init>(BlockRailElevator.java:74)
at railcraft.common.RailcraftBlocks.registerBlockRailElevator(RailcraftBlocks.java:77)
at railcraft.common.modules.ModuleExtras.initializeModule(ModuleExtras.java:29)
at railcraft.common.modules.RailcraftModuleManager.initializeModule(RailcraftModuleManager.java:145)
at railcraft.common.modules.RailcraftModuleManager.loadModules(RailcraftModuleManager.java:72)
at mod_Railcraft.load(mod_Railcraft.java:50)
at ModLoader.init(ModLoader.java:891)
at ModLoader.addAllRenderers(ModLoader.java:189)
at ahu.<init>(RenderManager.java:86)
at ahu.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.a(Minecraft.java:394)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 86a4d5b8 ----------
Cloudy #73
Posted 21 July 2012 - 10:34 AM
No - that's not how block ID conflicts are resolved. they're resolved by you trying different ID's until you get it right. I believe NEI can give you a list of all the tekkit ID's in use.
FlamingCacti #74
Posted 21 July 2012 - 05:37 PM
I was doing that for a few hours, like I said. I may have been editing the wrong file. What file has the block ID numbers I can edit?
programmer22 #75
Posted 22 July 2012 - 02:37 PM
look in the help topic

http://www.computercraft.info/forums2/index.php?/topic/2783-cant-use-the-printer/
aftokinito #76
Posted 23 July 2012 - 06:12 PM
The bukkit version doesn't work. The bukkit version version name differs from the clinet, therefore making forge kick you everytime you enter the server. I think it's just a typo but I'd apreciate a fix for that.

Any update on this?
Noodle #77
Posted 24 July 2012 - 12:58 PM
Don't post bugs here.. Especially the "Shift Click = Crash" only seen that about a billion times. -.-
kaj #78
Posted 24 July 2012 - 01:05 PM
hello. The mod is brilliant.

but I'm getting this in SSP as well.

whenever I go to shut off a computer, reboot it, or terminate a program, it causes the computer to lock with whatever screen was active and have to be destroyed to restart it
onlyhtml #79
Posted 05 August 2012 - 06:13 PM
Just wrote a couple of help files for the api, stick them into your mods/ComputerCraft/lua/rom/help folder.
Printer: https://dl.dropbox.com/u/52556901/printer
Scanner: https://dl.dropbox.com/u/52556901/scanner

Don't add any file extention to them.
J15t98J #80
Posted 08 August 2012 - 01:30 PM
I'm modding a new server, with countless mods, and want to add this. However, when I boot up the server, I get the following:
http://gyazo.com/d6ecbf55d11048d73d68c3b2ab61f63a
Any ideas?
FuzzyPurp #81
Posted 09 August 2012 - 09:56 PM
Awesome addon!
DerrikeG #82
Posted 12 August 2012 - 10:35 AM
When I wrap the peripheral, it doesn't seem to expose all of the methods that the peripheral has available. I set up a printer next to a computer and wrapping it only exposed: getCapacity, getContent, draw, eject, getInkLevels, and scan. It's possible that my config is messed up but those are terribly strange default behaviors if that's the case.
Lionblaze #83
Posted 15 August 2012 - 05:54 AM
when I try to print like charactersand text, it says either or Bad argument string expected, got nil and I typed it in right. Can you post an example of each function so that we know how to use them correctly? The ones you have provided are not working correctly for me. I did what you said, and thats the error I got. Pleas respond ASAP.
Lionblaze #84
Posted 16 August 2012 - 08:18 PM
Nvm I fixed it I was just doin it wrong.
FuzzyPurp #85
Posted 16 August 2012 - 10:20 PM
I made sphax textures for this, not final yet.
FuzzyPurp #86
Posted 18 August 2012 - 01:14 AM
I made Sphax support for this addon
http://www.mediafire.com/?9o51v9d889ib46t

image above
johnbanq #87
Posted 20 August 2012 - 01:21 PM
may i ask for a update? :D/>/>
[computercraft1.4 is out,and i think it didnt update)
Xfel #88
Posted 20 August 2012 - 03:52 PM
cc 1.4 will work if cc 1.3 did work
johnbanq #89
Posted 20 August 2012 - 05:02 PM
cc 1.4 will work if cc 1.3 did work
uh,what did u mean?
Xfel #90
Posted 20 August 2012 - 05:45 PM
You say that this should be updated to cc 1.4. I say that it's not necessairy, as the api is backward-compatible.
ETHANATOR360 #91
Posted 25 August 2012 - 12:41 AM
I made Sphax support for this addon
http://www.mediafire...9o51v9d889ib46t

image above
nice work i love your texture i wish i was artistic like you
and great addon i use it to print receipts in my store
ETHANATOR360 #92
Posted 28 August 2012 - 11:13 PM
found a strange bug this happend while shift clicking to get the printed paper out of the printer
Spoiler44 mods loaded
Optifine OptiFine_1.2.5_HD_C6
Minecraft Forge 3.4.9.171
FML v2.2.106.176
Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5
mod_CodeChickenCore : Available (CodeChickenCore-Client 0.5.5.zip)
mod_PCcore : Available (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_MinecraftForge : Available (minecraft.jar)
mod_NotEnoughItems : Available (minecraft.jar)
mod_JammyFurniture : Available (1.2.5_Jammy_Furniture_Mod_Client_V3.6.zip)
mod_ReiMinimap : Available ([1_2_5]ReiMinimap_v3_2_05_zip)
mod_BuildCraftCore : Available (buildcraft-client-A-core-3.1.5.zip)
mod_BuildCraftBuilders : Available (buildcraft-client-B-builders-3.1.5.zip)
mod_BuildCraftEnergy : Available (buildcraft-client-B-energy-3.1.5.zip)
mod_BuildCraftFactory : Available (buildcraft-client-B-factory-3.1.5.zip)
mod_BuildCraftTransport : Available (buildcraft-client-B-transport-3.1.5.zip)
mod_BuildCraftSilicon : Available (buildcraft-client-C-silicon-3.1.5.zip)
mod_AdditionalPipes : Available (buildcraft-client-DA-additionalpipes-3.1.0.zip)
mod_CCPortable : Available (lib)
mod_CCPrinter : Available (CCPrinter)
mod_ComputerCraft : Available (ComputerCraft1.41.zip)
mod_IC2 : Available (industrialcraft-2-client_1.95b.jar)
mod_RedPowerMachine : Available (RedPowerMachine-2.0pr5b2.zip)
mod_ccSensors : Available (ccSensors-client-MC125-B016.zip)
mod_ClayMan : Available (ClaySoldiersMod_v70.zip)
mod_CCTurtle : Available (ComputerCraft1.41.zip)
mod_IC2NuclearControl : Available (IC2NuclearControl_client_v1.1.10b.zip)
mod_ImmibisCore : Available (immibis-core_49.2.0_for_1.2.5-client.jar)
mod_ModularForceFieldSystem : Available (mffs_rev7_for_1.2.5-client.zip)
mod_CompactSolars : Available (mod_compactsolars-client-2.3.2.10.zip)
mod_ModernTech : Available (ModernTech)
mod_PortalGun : Available (portalgun)
mod_PCdeco : Available (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PClogic : Available (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmachines : Available (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmobile : Available (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCtransport : Available (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_Railcraft : Available (Railcraft_Client_5.4.7b.zip)
mod_RedPowerControl : Available (RedPowerControl-2.0pr5b2.zip)
mod_RedPowerCore : Available (RedPowerCore-2.0pr5b2.zip)
mod_RedPowerLighting : Available (RedPowerLighting-2.0pr5b2.zip)
mod_RedPowerLogic : Available (RedPowerLogic-2.0pr5b2.zip)
mod_RedPowerWiring : Available (RedPowerWiring-2.0pr5b2.zip)
mod_RedPowerWorld : Available (RedPowerWorld-2.0pr5b2.zip)
Thermal Expansion : Available (ThermalExpansion-client-1.0.4.3.zip)
TE: Factory Module : Available (ThermalExpansion-client-1.0.4.3.zip)
mod_WirelessRedstoneCore : Available (WR-CBE Core-Client 1.2.2.3.zip)
mod_WirelessRedstoneAddons : Available (WR-CBE Addons-Client 1.2.2.3.zip)
mod_WirelessRedstoneRedPower : Available (WR-CBE RedPower-Client 1.2.2.1.zip)

Minecraft has crashed!
———————-
Minecraft has stopped running because it encountered a problem.


— BEGIN ERROR REPORT dcf42156 ——–
Generated 8/28/12 5:08 PM
Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_05, Oracle Corporation
VM: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
[failed to get system properties (java.lang.NullPointerException)]
java.lang.NullPointerException: component argument pData
at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method)
at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source)
at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source)
at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source)
at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source)
at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source)
at java.awt.Component.getGraphics(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
— END ERROR REPORT 83a82a73 ———-
immibis #93
Posted 01 September 2012 - 03:59 AM
Shift-clicking on dyes in SSP crashed the client with a stack overflow. You need to override Container.transferStackInSlot.

Edit: Also, printers stop attached computers from shutting down or rebooting:

ComputerCraft: Error running task.
java.lang.RuntimeException: You didn't mount this location
        at dan200.computer.core.Computer$PeripheralWrapper.unmount(Computer.java:259)
        at TileEntityPrinter.detach(TileEntityPrinter.java:504)
        at dan200.computer.core.Computer$PeripheralWrapper.detach(Computer.java:119)
        at dan200.computer.core.Computer$63.execute(Computer.java:2080)
        at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:68)
        at java.lang.Thread.run(Unknown Source)
FuzzyPurp #94
Posted 01 September 2012 - 06:38 AM
Edit: Also, printers stop attached computers from shutting down or rebooting:

ComputerCraft: Error running task.
java.lang.RuntimeException: You didn't mount this location
		at dan200.computer.core.Computer$PeripheralWrapper.unmount(Computer.java:259)
		at TileEntityPrinter.detach(TileEntityPrinter.java:504)
		at dan200.computer.core.Computer$PeripheralWrapper.detach(Computer.java:119)
		at dan200.computer.core.Computer$63.execute(Computer.java:2080)
		at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:68)
		at java.lang.Thread.run(Unknown Source)

Same bug with ccPortable. IS this a CC bug or the makers of both peripherals doing something wrong? I'm guessing the latter.
Xfel #95
Posted 01 September 2012 - 12:32 PM
Did you attach multiple peripherals of the same type? If you did, than that's the problem. Likely your api mount code looks like

public void attach(...){
  computer.mountStaticFile("/rom/apis/myapi","path/to/myapi");
}
public void detach(...){
  computer.unmount("/rom/apis/myapi");
}

Problem is, when a second peripheral tries to mount the same api, the file is mounted again to "/rom/apis/myapi2". This is returned by the mount method, and this is the location you had to unmount. (That's how you get a disk and a disk2 folder)
immibis #96
Posted 01 September 2012 - 03:40 PM
The first time I tried it I had one printer and one scanner attached. The second time I had just one printer.
PoLoMoTo #97
Posted 03 September 2012 - 02:15 AM
I get a nullPointException error when I start MC with this mod, suggestions?
immibis #98
Posted 03 September 2012 - 09:08 AM
I get a nullPointException error when I start MC with this mod, suggestions?
What's the exact error you get?
PoLoMoTo #99
Posted 03 September 2012 - 02:39 PM
I get a nullPointException error when I start MC with this mod, suggestions?
What's the exact error you get?

Sorry probably should've included that,


java.lang.NullPointerException
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)
at cpw.mods.fml.common.Loader.modInit(Loader.java:273)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)
at net.minecraft.client.Minecraft.a(Minecraft.java:429)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
Cloudy #100
Posted 03 September 2012 - 05:56 PM
ForgeModLoader log please.
PoLoMoTo #101
Posted 03 September 2012 - 06:22 PM
ForgeModLoader log please.

Here ya go, quite long

http://pastebin.com/v4akmbdA
Cloudy #102
Posted 03 September 2012 - 07:55 PM
You need to extract the printer folder from inside the zip into the mods folder.
PoLoMoTo #103
Posted 03 September 2012 - 08:53 PM
You need to extract the printer folder from inside the zip into the mods folder.

Thanks, did I miss that somewhere? Well now my server wont let me join saying that it requires mod_CCPrinter CC Printer 1.2.5 even though my server and single player are both running 1.5
PoLoMoTo #104
Posted 03 September 2012 - 09:14 PM
This mod needs a new porter, the current one has been on in over a month, and the current port doesn't seem to work..
Mendax #105
Posted 03 September 2012 - 11:40 PM
Don't worry, cloudy confirmed in another topic that there will be a printer in the main CC package.
PoLoMoTo #106
Posted 04 September 2012 - 12:16 AM
Don't worry, cloudy confirmed in another topic that there will be a printer in the main CC package.

EPICNESS
djblocksaway #107
Posted 08 September 2012 - 12:25 PM
shift and clicking whiile in the printer gui crashed minecraft just thought i would let you know :D/>/>
Rangicus #108
Posted 08 September 2012 - 03:20 PM
How do you install it?
immibis #109
Posted 13 September 2012 - 08:46 PM
Don't worry, cloudy confirmed in another topic that there will be a printer in the main CC package.
But that printer is completely different to this printer.
Deadlystrike #110
Posted 18 September 2012 - 02:23 PM
i installed the 1.5 version in both the client and bukkit server according to the logs and forge they both loaded right. however upon trying to connect i keep getting "you need CCPrinters 1.5" like it thinks i don't have it. i looked at the server log and it shows that i have CCPrinters 1.5 when i connect. ive already reinstalled twice thinking i might have grabbed a wrong version. im 99% positive i installed it right as it loaded the mod. Any ideas?

btw im using
1.2.5 minecraft / bukkit
cc 1.4.1
DarkNinja2462 #111
Posted 22 September 2012 - 03:58 AM
I saw this problem, but it isnt fixed plz help
ERROR LOG:
Spoiler

[INFO] Starting minecraft server version 1.2.5
[INFO] Forge Mod Loader version 2.2.106.176 for Minecraft c:1.2.5, s:1.2.5 loading
[FINE] Attempting to load mods contained in the minecraft jar file and associated classes
[FINE] Minecraft is a file at C:UsersJoeDownloadsServers1.2.5 MODDEDminecraft_server.jar, loading
[FINE] Found a mod class codechicken.core.mod_CodeChickenCore in file minecraft_server.jar, attempting to load it
[FINE] ModLoader BaseMod class codechicken.core.mod_CodeChickenCore found, loading
[FINE] ModLoader BaseMod class codechicken.core.mod_CodeChickenCore loaded
[FINE] Mod class codechicken.core.mod_CodeChickenCore loaded successfully
[FINE] Found a mod class mod_MinecraftForge in file minecraft_server.jar, attempting to load it
[FINE] ModLoader BaseMod class mod_MinecraftForge found, loading
[FINE] ModLoader BaseMod class mod_MinecraftForge loaded
[FINE] Mod class mod_MinecraftForge loaded successfully
[FINE] Minecraft jar mods loaded successfully
[INFO] Loading mods from C:UsersJoeDownloadsServers1.2.5 MODDEDmods
[FINE] Found a zip or jar file AdvancedMachines_4.1_server.zip, attempting to load it
[FINE] Found a mod class mod_IC2AdvancedMachines in file AdvancedMachines_4.1_server.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_IC2AdvancedMachines found, loading
[FINE] ModLoader BaseMod class mod_IC2AdvancedMachines loaded
[FINE] Failed to find mcmod.info file in AdvancedMachines_4.1_server.zip for mod_IC2AdvancedMachines
[FINE] Mod class mod_IC2AdvancedMachines loaded successfully
[FINE] File AdvancedMachines_4.1_server.zip loaded successfully
[FINE] Found a zip or jar file buildcraft-server-A-core-2.2.14.zip, attempting to load it
[FINE] Found a mod class mod_BuildCraftCore in file buildcraft-server-A-core-2.2.14.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_BuildCraftCore found, loading
[FINE] ModLoader BaseMod class mod_BuildCraftCore loaded
[FINE] Failed to find mcmod.info file in buildcraft-server-A-core-2.2.14.zip for mod_BuildCraftCore
[FINE] Mod class mod_BuildCraftCore loaded successfully
[FINE] File buildcraft-server-A-core-2.2.14.zip loaded successfully
[FINE] Found a zip or jar file buildcraft-server-B-builders-2.2.14.zip, attempting to load it
[FINE] Found a mod class mod_BuildCraftBuilders in file buildcraft-server-B-builders-2.2.14.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_BuildCraftBuilders found, loading
[FINE] ModLoader BaseMod class mod_BuildCraftBuilders loaded
[FINE] Failed to find mcmod.info file in buildcraft-server-B-builders-2.2.14.zip for mod_BuildCraftBuilders
[FINE] Mod class mod_BuildCraftBuilders loaded successfully
[FINE] File buildcraft-server-B-builders-2.2.14.zip loaded successfully
[FINE] Found a zip or jar file buildcraft-server-B-energy-2.2.14.zip, attempting to load it
[FINE] Found a mod class mod_BuildCraftEnergy in file buildcraft-server-B-energy-2.2.14.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_BuildCraftEnergy found, loading
[FINE] ModLoader BaseMod class mod_BuildCraftEnergy loaded
[FINE] Failed to find mcmod.info file in buildcraft-server-B-energy-2.2.14.zip for mod_BuildCraftEnergy
[FINE] Mod class mod_BuildCraftEnergy loaded successfully
[FINE] File buildcraft-server-B-energy-2.2.14.zip loaded successfully
[FINE] Found a zip or jar file buildcraft-server-B-factory-2.2.14.zip, attempting to load it
[FINE] Found a mod class mod_BuildCraftFactory in file buildcraft-server-B-factory-2.2.14.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_BuildCraftFactory found, loading
[FINE] ModLoader BaseMod class mod_BuildCraftFactory loaded
[FINE] Failed to find mcmod.info file in buildcraft-server-B-factory-2.2.14.zip for mod_BuildCraftFactory
[FINE] Mod class mod_BuildCraftFactory loaded successfully
[FINE] File buildcraft-server-B-factory-2.2.14.zip loaded successfully
[FINE] Found a zip or jar file buildcraft-server-B-transport-2.2.14.zip, attempting to load it
[FINE] Found a mod class mod_BuildCraftTransport in file buildcraft-server-B-transport-2.2.14.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_BuildCraftTransport found, loading
[FINE] ModLoader BaseMod class mod_BuildCraftTransport loaded
[FINE] Failed to find mcmod.info file in buildcraft-server-B-transport-2.2.14.zip for mod_BuildCraftTransport
[FINE] Mod class mod_BuildCraftTransport loaded successfully
[FINE] File buildcraft-server-B-transport-2.2.14.zip loaded successfully
[FINE] Found a zip or jar file [email="buildcraft-server-C-additionalbuildcraftobjects-f312@94bc2214-100.zip"]buildcraft-server-C-additionalbuildcraftobjects-f312@94bc2214-100.zip[/email], attempting to load it
[FINE] Found a mod class mod_AdditionalBuildcraftObjects in file [email="buildcraft-server-C-additionalbuildcraftobjects-f312@94bc2214-100.zip"]buildcraft-server-C-additionalbuildcraftobjects-f312@94bc2214-100.zip[/email], attempting to load it
[FINE] ModLoader BaseMod class mod_AdditionalBuildcraftObjects found, loading
[FINE] ModLoader BaseMod class mod_AdditionalBuildcraftObjects loaded
[FINE] Failed to find mcmod.info file in [email="buildcraft-server-C-additionalbuildcraftobjects-f312@94bc2214-100.zip"]buildcraft-server-C-additionalbuildcraftobjects-f312@94bc2214-100.zip[/email] for mod_AdditionalBuildcraftObjects
[FINE] Mod class mod_AdditionalBuildcraftObjects loaded successfully
[FINE] File [email="buildcraft-server-C-additionalbuildcraftobjects-f312@94bc2214-100.zip"]buildcraft-server-C-additionalbuildcraftobjects-f312@94bc2214-100.zip[/email] loaded successfully
[FINE] Found a zip or jar file CCPrinter_Server 1.6.zip, attempting to load it
[FINE] Found a mod class CCPrinter.mod_CCPrinter in file CCPrinter_Server 1.6.zip, attempting to load it
[WARNING] Failed to load mod class CCPrinter/mod_CCPrinter.class in C:UsersJoeDownloadsServers1.2.5 MODDEDmodsCCPrinter_Server 1.6.zip
[FINER] THROW
java.lang.NoClassDefFoundError: CCPrinter/mod_CCPrinter (wrong name: mod_CCPrinter)
 at java.lang.ClassLoader.defineClass1(Native Method)
 at java.lang.ClassLoader.defineClassCond(Unknown Source)
 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$000(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.loadClass(Unknown Source)
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Unknown Source)
 at cpw.mods.fml.common.Loader.loadModClass(Loader.java:504)
 at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:572)
 at cpw.mods.fml.common.Loader.load(Loader.java:429)
 at cpw.mods.fml.common.Loader.loadMods(Loader.java:616)
 at cpw.mods.fml.server.FMLServerHandler.onPreLoad(FMLServerHandler.java:139)
 at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:158)
 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
 at dn.run(SourceFile:492)
[SEVERE] Zip file CCPrinter_Server 1.6.zip failed to read properly
[FINER] THROW
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: CCPrinter/mod_CCPrinter (wrong name: mod_CCPrinter)
 at cpw.mods.fml.common.Loader.loadModClass(Loader.java:537)
 at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:572)
 at cpw.mods.fml.common.Loader.load(Loader.java:429)
 at cpw.mods.fml.common.Loader.loadMods(Loader.java:616)
 at cpw.mods.fml.server.FMLServerHandler.onPreLoad(FMLServerHandler.java:139)
 at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:158)
 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
 at dn.run(SourceFile:492)
Caused by: java.lang.NoClassDefFoundError: CCPrinter/mod_CCPrinter (wrong name: mod_CCPrinter)
 at java.lang.ClassLoader.defineClass1(Native Method)
 at java.lang.ClassLoader.defineClassCond(Unknown Source)
 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$000(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.loadClass(Unknown Source)
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Unknown Source)
 at cpw.mods.fml.common.Loader.loadModClass(Loader.java:504)
 ... 7 more
[INFO] File CCPrinter_Server 1.6.zip contained no mods
[FINE] Found a directory ccSensors, attempting to load it
[FINEST] Recursing into package api
[FINEST] Recursing into package help
[FINEST] Recursing into package lua
[INFO] Directory ccSensors contained no mods
[FINE] Found a zip or jar file ccSensors-server-MC125-B017pr2.zip, attempting to load it
[FINE] Found a mod class mod_ccSensors in file ccSensors-server-MC125-B017pr2.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_ccSensors found, loading
[FINE] ModLoader BaseMod class mod_ccSensors loaded
[FINE] Failed to find mcmod.info file in ccSensors-server-MC125-B017pr2.zip for mod_ccSensors
[FINE] Mod class mod_ccSensors loaded successfully
[FINE] File ccSensors-server-MC125-B017pr2.zip loaded successfully
[FINE] Found a directory Computercraft, attempting to load it
[FINEST] Recursing into package dan200
[FINEST] Recursing into package dan200.computer
[FINEST] Recursing into package dan200.computer.api
[FINEST] Recursing into package dan200.computer.core
[FINEST] Recursing into package dan200.computer.shared
[FINEST] Recursing into package dan200.turtle
[FINEST] Recursing into package dan200.turtle.api
[FINEST] Recursing into package dan200.turtle.shared
[FINEST] Recursing into package licenses
[FINEST] Recursing into package lua
[FINEST] Recursing into package lua.rom
[FINEST] Recursing into package lua.rom.apis
[FINEST] Recursing into package lua.rom.apis.turtle
[FINEST] Recursing into package lua.rom.help
[FINEST] Recursing into package lua.rom.programs
[FINEST] Recursing into package lua.rom.programs.computer
[FINEST] Recursing into package lua.rom.programs.http
[FINEST] Recursing into package lua.rom.programs.secret
[FINEST] Recursing into package lua.rom.programs.turtle
[FINE] Found a mod class mod_CCTurtle in directory Computercraft, attempting to load it
[FINE] ModLoader BaseMod class mod_CCTurtle found, loading
[FINE] ModLoader BaseMod class mod_CCTurtle loaded
[FINE] Successfully loaded mod class mod_CCTurtle.class
[FINE] Found a mod class mod_ComputerCraft in directory Computercraft, attempting to load it
[FINE] ModLoader BaseMod class mod_ComputerCraft found, loading
[FINE] ModLoader BaseMod class mod_ComputerCraft loaded
[FINE] Successfully loaded mod class mod_ComputerCraft.class
[FINEST] Recursing into package org
[FINEST] Recursing into package org.luaj
[FINEST] Recursing into package org.luaj.vm2
[FINEST] Recursing into package org.luaj.vm2.ast
[FINEST] Recursing into package org.luaj.vm2.compiler
[FINEST] Recursing into package org.luaj.vm2.lib
[FINEST] Recursing into package org.luaj.vm2.lib.jse
[FINEST] Recursing into package org.luaj.vm2.lua2java
[FINEST] Recursing into package org.luaj.vm2.luajc
[FINEST] Recursing into package org.luaj.vm2.parser
[FINEST] Recursing into package org.luaj.vm2.script
[FINE] Directory Computercraft loaded successfully
[FINE] Found a zip or jar file EE2ServerV1.4.6.7.jar, attempting to load it
[FINE] Found a mod class mod_EE in file EE2ServerV1.4.6.7.jar, attempting to load it
[FINE] ModLoader BaseMod class mod_EE found, loading
[FINE] ModLoader BaseMod class mod_EE loaded
[FINE] Failed to find mcmod.info file in EE2ServerV1.4.6.7.jar for mod_EE
[FINE] Mod class mod_EE loaded successfully
[FINE] File EE2ServerV1.4.6.7.jar loaded successfully
[FINE] Found a zip or jar file EnderStorage-Server 1.1.5.zip, attempting to load it
[FINE] Found a mod class mod_EnderStorage in file EnderStorage-Server 1.1.5.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_EnderStorage found, loading
[FINE] ModLoader BaseMod class mod_EnderStorage loaded
[FINE] Failed to find mcmod.info file in EnderStorage-Server 1.1.5.zip for mod_EnderStorage
[FINE] Mod class mod_EnderStorage loaded successfully
[FINE] File EnderStorage-Server 1.1.5.zip loaded successfully
[FINE] Found a zip or jar file extrabees-1.2.1-server.jar, attempting to load it
[FINE] Found a mod class mod_ExtraBees in file extrabees-1.2.1-server.jar, attempting to load it
[FINE] ModLoader BaseMod class mod_ExtraBees found, loading
[FINE] ModLoader BaseMod class mod_ExtraBees loaded
[FINE] Failed to find mcmod.info file in extrabees-1.2.1-server.jar for mod_ExtraBees
[FINE] Mod class mod_ExtraBees loaded successfully
[FINE] File extrabees-1.2.1-server.jar loaded successfully
[FINE] Found a zip or jar file forestry-server-A-1.4.8.6_bc2.2.jar, attempting to load it
[FINE] Found a mod class forestry.mod_Forestry in file forestry-server-A-1.4.8.6_bc2.2.jar, attempting to load it
[FINE] ModLoader BaseMod class forestry.mod_Forestry found, loading
[FINE] ModLoader BaseMod class forestry.mod_Forestry loaded
[FINE] Mod class forestry.mod_Forestry loaded successfully
[FINE] File forestry-server-A-1.4.8.6_bc2.2.jar loaded successfully
[FINE] Found a zip or jar file IC2NuclearControl_server_v1.1.11.zip, attempting to load it
[FINE] Found a mod class mod_IC2NuclearControl in file IC2NuclearControl_server_v1.1.11.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_IC2NuclearControl found, loading
[FINE] ModLoader BaseMod class mod_IC2NuclearControl loaded
[FINE] Mod class mod_IC2NuclearControl loaded successfully
[FINE] File IC2NuclearControl_server_v1.1.11.zip loaded successfully
[FINE] Found a zip or jar file immibis-core_49.2.1_for_1.2.5-server.jar, attempting to load it
[FINE] Found a mod class mod_ImmibisCore in file immibis-core_49.2.1_for_1.2.5-server.jar, attempting to load it
[FINE] ModLoader BaseMod class mod_ImmibisCore found, loading
[FINE] ModLoader BaseMod class mod_ImmibisCore loaded
[FINE] Mod class mod_ImmibisCore loaded successfully
[FINE] File immibis-core_49.2.1_for_1.2.5-server.jar loaded successfully
[FINE] Found a zip or jar file industrialcraft-2-server_1.103.jar, attempting to load it
[FINE] Found a mod class mod_IC2 in file industrialcraft-2-server_1.103.jar, attempting to load it
[FINE] ModLoader BaseMod class mod_IC2 found, loading
[FINE] ModLoader BaseMod class mod_IC2 loaded
[FINE] Mod class mod_IC2 loaded successfully
[FINE] File industrialcraft-2-server_1.103.jar loaded successfully
[FINE] Found a zip or jar file mod_compactsolars-server-2.3.2.10.zip, attempting to load it
[FINE] Found a mod class mod_CompactSolars in file mod_compactsolars-server-2.3.2.10.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_CompactSolars found, loading
[FINE] ModLoader BaseMod class mod_CompactSolars loaded
[FINE] Mod class mod_CompactSolars loaded successfully
[FINE] File mod_compactsolars-server-2.3.2.10.zip loaded successfully
[FINE] Found a zip or jar file mod_ironchests-server-3.8.0.40.zip, attempting to load it
[FINE] Found a mod class cpw.mods.ironchest.mod_IronChest in file mod_ironchests-server-3.8.0.40.zip, attempting to load it
[FINE] ModLoader BaseMod class cpw.mods.ironchest.mod_IronChest found, loading
[FINE] ModLoader BaseMod class cpw.mods.ironchest.mod_IronChest loaded
[FINE] Mod class cpw.mods.ironchest.mod_IronChest loaded successfully
[FINE] File mod_ironchests-server-3.8.0.40.zip loaded successfully
[FINE] Found a zip or jar file mod_zGraviSuite_1_2_server.zip, attempting to load it
[FINE] Found a mod class mod_GraviSuite in file mod_zGraviSuite_1_2_server.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_GraviSuite found, loading
[FINE] ModLoader BaseMod class mod_GraviSuite loaded
[FINE] Failed to find mcmod.info file in mod_zGraviSuite_1_2_server.zip for mod_GraviSuite
[FINE] Mod class mod_GraviSuite loaded successfully
[FINE] File mod_zGraviSuite_1_2_server.zip loaded successfully
[FINE] Found a zip or jar file NotEnoughItems-Server 1.3.zip, attempting to load it
[FINE] Found a mod class mod_NotEnoughItems in file NotEnoughItems-Server 1.3.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_NotEnoughItems found, loading
[FINE] ModLoader BaseMod class mod_NotEnoughItems loaded
[FINE] Failed to find mcmod.info file in NotEnoughItems-Server 1.3.zip for mod_NotEnoughItems
[FINE] Mod class mod_NotEnoughItems loaded successfully
[FINE] File NotEnoughItems-Server 1.3.zip loaded successfully
[FINE] Found a zip or jar file Railcraft_Server_5.4.7.zip, attempting to load it
[FINE] Found a mod class mod_Railcraft in file Railcraft_Server_5.4.7.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_Railcraft found, loading
[FINE] ModLoader BaseMod class mod_Railcraft loaded
[FINE] Failed to find mcmod.info file in Railcraft_Server_5.4.7.zip for mod_Railcraft
[FINE] Mod class mod_Railcraft loaded successfully
[FINE] File Railcraft_Server_5.4.7.zip loaded successfully
[FINE] Found a zip or jar file RedPowerControl-Server-2.0pr5b2.zip, attempting to load it
[FINE] Found a mod class mod_RedPowerControl in file RedPowerControl-Server-2.0pr5b2.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_RedPowerControl found, loading
[FINE] ModLoader BaseMod class mod_RedPowerControl loaded
[FINE] Failed to find mcmod.info file in RedPowerControl-Server-2.0pr5b2.zip for mod_RedPowerControl
[FINE] Mod class mod_RedPowerControl loaded successfully
[FINE] File RedPowerControl-Server-2.0pr5b2.zip loaded successfully
[FINE] Found a zip or jar file RedPowerCore-Server-2.0pr5b2.zip, attempting to load it
[FINE] Found a mod class mod_RedPowerCore in file RedPowerCore-Server-2.0pr5b2.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_RedPowerCore found, loading
[FINE] ModLoader BaseMod class mod_RedPowerCore loaded
[FINE] Failed to find mcmod.info file in RedPowerCore-Server-2.0pr5b2.zip for mod_RedPowerCore
[FINE] Mod class mod_RedPowerCore loaded successfully
[FINE] File RedPowerCore-Server-2.0pr5b2.zip loaded successfully
[FINE] Found a zip or jar file RedPowerLighting-Server-2.0pr5b2.zip, attempting to load it
[FINE] Found a mod class mod_RedPowerLighting in file RedPowerLighting-Server-2.0pr5b2.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_RedPowerLighting found, loading
[FINE] ModLoader BaseMod class mod_RedPowerLighting loaded
[FINE] Failed to find mcmod.info file in RedPowerLighting-Server-2.0pr5b2.zip for mod_RedPowerLighting
[FINE] Mod class mod_RedPowerLighting loaded successfully
[FINE] File RedPowerLighting-Server-2.0pr5b2.zip loaded successfully
[FINE] Found a zip or jar file RedPowerLogic-Server-2.0pr5b2.zip, attempting to load it
[FINE] Found a mod class mod_RedPowerLogic in file RedPowerLogic-Server-2.0pr5b2.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_RedPowerLogic found, loading
[FINE] ModLoader BaseMod class mod_RedPowerLogic loaded
[FINE] Failed to find mcmod.info file in RedPowerLogic-Server-2.0pr5b2.zip for mod_RedPowerLogic
[FINE] Mod class mod_RedPowerLogic loaded successfully
[FINE] File RedPowerLogic-Server-2.0pr5b2.zip loaded successfully
[FINE] Found a zip or jar file RedPowerMachine-Server-2.0pr5b2.zip, attempting to load it
[FINE] Found a mod class mod_RedPowerMachine in file RedPowerMachine-Server-2.0pr5b2.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_RedPowerMachine found, loading
[FINE] ModLoader BaseMod class mod_RedPowerMachine loaded
[FINE] Failed to find mcmod.info file in RedPowerMachine-Server-2.0pr5b2.zip for mod_RedPowerMachine
[FINE] Mod class mod_RedPowerMachine loaded successfully
[FINE] File RedPowerMachine-Server-2.0pr5b2.zip loaded successfully
[FINE] Found a zip or jar file RedPowerWiring-Server-2.0pr5b2.zip, attempting to load it
[FINE] Found a mod class mod_RedPowerWiring in file RedPowerWiring-Server-2.0pr5b2.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_RedPowerWiring found, loading
[FINE] ModLoader BaseMod class mod_RedPowerWiring loaded
[FINE] Failed to find mcmod.info file in RedPowerWiring-Server-2.0pr5b2.zip for mod_RedPowerWiring
[FINE] Mod class mod_RedPowerWiring loaded successfully
[FINE] File RedPowerWiring-Server-2.0pr5b2.zip loaded successfully
[FINE] Found a zip or jar file RedPowerWorld-Server-2.0pr5b2.zip, attempting to load it
[FINE] Found a mod class mod_RedPowerWorld in file RedPowerWorld-Server-2.0pr5b2.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_RedPowerWorld found, loading
[FINE] ModLoader BaseMod class mod_RedPowerWorld loaded
[FINE] Failed to find mcmod.info file in RedPowerWorld-Server-2.0pr5b2.zip for mod_RedPowerWorld
[FINE] Mod class mod_RedPowerWorld loaded successfully
[FINE] File RedPowerWorld-Server-2.0pr5b2.zip loaded successfully
[FINE] Found a zip or jar file tubestuff_49.2.0_for_1.2.5-server.jar, attempting to load it
[FINE] Found a mod class immibis.tubestuff.mod_TubeStuff in file tubestuff_49.2.0_for_1.2.5-server.jar, attempting to load it
[FINE] ModLoader BaseMod class immibis.tubestuff.mod_TubeStuff found, loading
[FINE] ModLoader BaseMod class immibis.tubestuff.mod_TubeStuff loaded
[FINE] Mod class immibis.tubestuff.mod_TubeStuff loaded successfully
[FINE] File tubestuff_49.2.0_for_1.2.5-server.jar loaded successfully
[FINE] Found a zip or jar file WR-CBE Addons-Server 1.2.2.3.zip, attempting to load it
[FINE] Found a mod class mod_WirelessRedstoneAddons in file WR-CBE Addons-Server 1.2.2.3.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_WirelessRedstoneAddons found, loading
[FINE] ModLoader BaseMod class mod_WirelessRedstoneAddons loaded
[FINE] Failed to find mcmod.info file in WR-CBE Addons-Server 1.2.2.3.zip for mod_WirelessRedstoneAddons
[FINE] Mod class mod_WirelessRedstoneAddons loaded successfully
[FINE] File WR-CBE Addons-Server 1.2.2.3.zip loaded successfully
[FINE] Found a zip or jar file WR-CBE Core-Server 1.2.2.6.zip, attempting to load it
[FINE] Found a mod class mod_WirelessRedstoneCore in file WR-CBE Core-Server 1.2.2.6.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_WirelessRedstoneCore found, loading
[FINE] ModLoader BaseMod class mod_WirelessRedstoneCore loaded
[FINE] Failed to find mcmod.info file in WR-CBE Core-Server 1.2.2.6.zip for mod_WirelessRedstoneCore
[FINE] Mod class mod_WirelessRedstoneCore loaded successfully
[FINE] File WR-CBE Core-Server 1.2.2.6.zip loaded successfully
[FINE] Found a zip or jar file WR-CBE RedPower-Server 1.2.2.3.zip, attempting to load it
[FINE] Found a mod class mod_WirelessRedstoneRedPower in file WR-CBE RedPower-Server 1.2.2.3.zip, attempting to load it
[FINE] ModLoader BaseMod class mod_WirelessRedstoneRedPower found, loading
[FINE] ModLoader BaseMod class mod_WirelessRedstoneRedPower loaded
[FINE] Failed to find mcmod.info file in WR-CBE RedPower-Server 1.2.2.3.zip for mod_WirelessRedstoneRedPower
[FINE] Mod class mod_WirelessRedstoneRedPower loaded successfully
[FINE] File WR-CBE RedPower-Server 1.2.2.3.zip loaded successfully
[SEVERE] A problem has occured during mod loading. Likely a corrupt jar is located in your mods directory
[SEVERE] Unexpected exception
cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: CCPrinter/mod_CCPrinter (wrong name: mod_CCPrinter)
 at cpw.mods.fml.common.Loader.load(Loader.java:446)
 at cpw.mods.fml.common.Loader.loadMods(Loader.java:616)
 at cpw.mods.fml.server.FMLServerHandler.onPreLoad(FMLServerHandler.java:139)
 at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:158)
 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
 at dn.run(SourceFile:492)
Caused by: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: CCPrinter/mod_CCPrinter (wrong name: mod_CCPrinter)
 at cpw.mods.fml.common.Loader.loadModClass(Loader.java:537)
 at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:572)
 at cpw.mods.fml.common.Loader.load(Loader.java:429)
 ... 5 more
Caused by: java.lang.NoClassDefFoundError: CCPrinter/mod_CCPrinter (wrong name: mod_CCPrinter)
 at java.lang.ClassLoader.defineClass1(Native Method)
 at java.lang.ClassLoader.defineClassCond(Unknown Source)
 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$000(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.loadClass(Unknown Source)
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Unknown Source)
 at cpw.mods.fml.common.Loader.loadModClass(Loader.java:504)
 ... 7 more

Xfel #112
Posted 22 September 2012 - 07:30 AM
extract the zip file.
rickydaan #113
Posted 23 September 2012 - 03:48 PM
TBH this peripheral is like 500x better then the new printers!
A - This one has pixel support
B - This one has different colour support
C - This one has a good tutorial on how to use the functions
D - This one can have much more profit
Cloudy #114
Posted 23 September 2012 - 06:24 PM
This prints graphics, ours prints text. We couldn't have just stolen his implementation as it wouldn't have been fair.
Ferdari #115
Posted 23 September 2012 - 09:21 PM
Any update for 1.3.2?
Holofire #116
Posted 24 September 2012 - 11:32 AM
Any update for 1.3.2?

There are printers in CC1.42
immibis #117
Posted 24 September 2012 - 12:53 PM
But those printers are not these printers.
D3matt #118
Posted 24 September 2012 - 04:13 PM
This prints graphics, ours prints text. We couldn't have just stolen his implementation as it wouldn't have been fair.
Rednet…
Cloudy #119
Posted 25 September 2012 - 12:19 AM
This prints graphics, ours prints text. We couldn't have just stolen his implementation as it wouldn't have been fair.
Rednet…

I don't get your point? Rednet isn't even based on anything from any other mod, or like anything from another mod.
absorr #120
Posted 01 October 2012 - 04:09 PM
I have to say, the printers in ComputerCraft 1.4.2 suck compared to yours. You actually have scanners, you can print colored pixles, all of those things are the parts that I love about the CC Printers that was ruined in 1.4.2, which is why this needs to be updated. if you are having problems porting to this, I would be happy to help. I have done it already for my mods.
Cloudy #121
Posted 02 October 2012 - 12:07 AM
Ruined? How did we ruin printers? This printer will work when ported will it not? So how have we ruined the existing work?

Ours was a seperate implementation more in line with ComputerCraft as a whole. Would it have made sense for a mod which is only text based to suddenly have support for printing graphics? No.
bobyiy #122
Posted 13 December 2012 - 04:18 PM
Minecraft: Minecraft 1.2.5
OS: Windows 7 (x86) version 6.1
Java: 1.7.0_09, Oracle Corporation
VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: ATI Radeon HD 5450 version 4.2.11931 Compatibility Profile Context, ATI Technologies Inc.

java.lang.IndexOutOfBoundsException: bitIndex < 0: -1
at java.util.BitSet.clear(Unknown Source)
at cpw.mods.fml.client.SpriteHelper.getFreeSlot(SpriteHelper.java:130)
at cpw.mods.fml.client.SpriteHelper.getUniqueSpriteIndex(SpriteHelper.java:106)
at ModLoader.addOverride(ModLoader.java:154)
at mod_WirelessRedstone.loadBlockTextures(mod_WirelessRedstone.java:183)
at mod_WirelessRedstone.load(mod_WirelessRedstone.java:130)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:604)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:203)
at net.minecraft.client.Minecraft.a(Minecraft.java:426)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)
— END ERROR REPORT c37b5bc0 ———-

HOW TO FIX?
PixelToast #123
Posted 13 December 2012 - 04:37 PM
Minecraft: Minecraft 1.2.5
OS: Windows 7 (x86) version 6.1
Java: 1.7.0_09, Oracle Corporation
VM: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: ATI Radeon HD 5450 version 4.2.11931 Compatibility Profile Context, ATI Technologies Inc.

java.lang.IndexOutOfBoundsException: bitIndex < 0: -1
at java.util.BitSet.clear(Unknown Source)
at cpw.mods.fml.client.SpriteHelper.getFreeSlot(SpriteHelper.java:130)
at cpw.mods.fml.client.SpriteHelper.getUniqueSpriteIndex(SpriteHelper.java:106)
at ModLoader.addOverride(ModLoader.java:154)
at mod_WirelessRedstone.loadBlockTextures(mod_WirelessRedstone.java:183)
at mod_WirelessRedstone.load(mod_WirelessRedstone.java:130)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:604)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:203)
at net.minecraft.client.Minecraft.a(Minecraft.java:426)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)
— END ERROR REPORT c37b5bc0 ———-

HOW TO FIX?
-snippy derp-
immibis #124
Posted 14 December 2012 - 01:21 AM
Minecraft: Minecraft 1.2.5
OS: Windows 7 (x86) version 6.1
Java: 1.7.0_09, Oracle Corporation
VM: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: ATI Radeon HD 5450 version 4.2.11931 Compatibility Profile Context, ATI Technologies Inc.

java.lang.IndexOutOfBoundsException: bitIndex < 0: -1
at java.util.BitSet.clear(Unknown Source)
at cpw.mods.fml.client.SpriteHelper.getFreeSlot(SpriteHelper.java:130)
at cpw.mods.fml.client.SpriteHelper.getUniqueSpriteIndex(SpriteHelper.java:106)
at ModLoader.addOverride(ModLoader.java:154)
at mod_WirelessRedstone.loadBlockTextures(mod_WirelessRedstone.java:183)
at mod_WirelessRedstone.load(mod_WirelessRedstone.java:130)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:604)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:203)
at net.minecraft.client.Minecraft.a(Minecraft.java:426)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)
— END ERROR REPORT c37b5bc0 ———-

HOW TO FIX?
this is for 1.2.5 minecraft
printers were implemented in vanilla cc sense then

also, you seem to have not installed forge, im not quite sure how you managed to do that
He has 1.2.5 minecraft. Learn to read. Also, you're out of sprite indices - google it.
sirdabalot #125
Posted 26 January 2013 - 12:02 PM
Man I've been waiting for an update for this, time to make some punchcard type thingies.
PixelToast #126
Posted 26 January 2013 - 01:05 PM
Man I've been waiting for an update for this, time to make some punchcard type thingies.
uhh, there are printers in vanilla cc >_<
immibis #127
Posted 27 January 2013 - 12:15 AM
Man I've been waiting for an update for this, time to make some punchcard type thingies.
uhh, there are printers in vanilla cc >_<
And they are completely different to these ones.
Cloudy #128
Posted 27 January 2013 - 01:41 AM
Intentionally so!
absorr #129
Posted 15 February 2013 - 02:56 AM
I saw you need a bukkit porter, so I came as quickly as I saw it!
Cloudy #130
Posted 15 February 2013 - 03:20 AM
…except bukkit porting is no longer required, due to MCPC+.
absorr #131
Posted 16 February 2013 - 10:30 AM
Hi, I would like to add your mod into a Tekkit addon I am making called the Hackers' Modkit. The modkit is all about adding more things for programming lovers to be able to do more with their code within Tekkit Lite. It will be an addon through the new custom zip feature in the Technic Launcher. You will, of course, be given the proper credit for your mod. I hope to hear from you soon with your reply!