+ Reply to Thread
Page 1 of 6
1 2 3 ... LastLast
Results 1 to 10 of 51

Thread: CPU/GPU bug thread

  1. #1
    *

    Azrael is a jewel in the rough Azrael is a jewel in the rough Azrael is a jewel in the rough Azrael's Avatar
    Join Date
    Aug 2007
    Posts
    1,351

    Default CPU/GPU bug thread

    The bug tracker is a pile of crap. So, I propose we just post our bugs with the CPU/GPU here.
    Code:
    -> Error at line 3: Internal error #SAHZ8, report to black phoenix. Data: 16
    -> ZyeliosASM: Compile aborted: fatal error has occured
    
    <Anticept> i always thought that piss comes out of a womans ass....

  2. #2
    That furred thing
    Black Phoenix will become famous soon enough Black Phoenix will become famous soon enough Black Phoenix's Avatar
    Join Date
    Feb 2007
    Location
    Kyiv, Ukraine
    Posts
    2,742

    Default Re: CPU/GPU bug thread

    Paste program source with these kind of errors
    I'm a wire-crazy person with a tail.

    Take a daily journey into my brain

    D2K5


  3. #3
    Foxy Wirererer

    -=Fox=- will become famous soon enough -=Fox=-'s Avatar
    Join Date
    Feb 2007
    Location
    Somewhere in my Mind...
    Posts
    1,421

    Default Re: CPU/GPU bug thread

    I had a similar error, re-installing Wire solved it, it might be worth trying
    http://tiny.cc/OMFGWTFBBQ

    Best People On Wiremod!

    Black Phoenix, Azrael, Jat Goodwin, Magos Mechanicus, ITSBTH, Fizyk, g33v3s,tuusita, InfectiousFight, ief015

    Pointless things that are pointless, are pointlessly pointless, therefore pointlessness is pointless.
    So pointlessly pointing out the pointlessness of this pointless signature is utterly pointless.
    My IQ is 123

  4. #4
    That furred thing
    Black Phoenix will become famous soon enough Black Phoenix will become famous soon enough Black Phoenix's Avatar
    Join Date
    Feb 2007
    Location
    Kyiv, Ukraine
    Posts
    2,742

    Default Re: CPU/GPU bug thread

    That internal error is actually critical syntax error
    I'm a wire-crazy person with a tail.

    Take a daily journey into my brain

    D2K5


  5. #5
    Wire Sofaking
    Hitman271 will become famous soon enough Hitman271's Avatar
    Join Date
    Feb 2008
    Location
    Why? You looking for somebody?
    Posts
    537

    Default Re: CPU/GPU bug thread

    Quote Originally Posted by Black Phoenix View Post
    That internal error is actually critical syntax error
    Lawl I think I informed you of that
    Quote Originally Posted by Anticept View Post
    This is not some place where you can toss your dick around and expect people to suck it.
    Give me rep if I helped you

    CAPS LOCK IS CRUISE CONTROL FOR AWESOME

    How The Clocks at Valve Work

    Gpu Problem? Refer to This!

    CLICK HERE TO MAKE A HELP THREAD

    GENERATION 7: The first time you see this, copy it into your sig on any forum and add 1 to the generation.
    Social experiment.

  6. #6
    Inactive Borsty is on a distinguished road Borsty's Avatar
    Join Date
    Apr 2007
    Posts
    103

    Default Re: CPU/GPU bug thread

    Found a small mistake :]

    gpu_opcodes.lua:208
    Code:
    if (self.VertexBuffer[i][3]) then self.VertexBuffer[i][4] = self:VertexTransform(self.VertexBuffer[i][4]) end
    
    shouldn't it be:
    Code:
    if (self.VertexBuffer[i][4]) then self.VertexBuffer[i][4] = self:VertexTransform(self.VertexBuffer[i][4]) end
    
    And I can't find anything that's using the local "color" value you're using in "dvxflush"
    Last edited by Borsty; 10-07-2008 at 09:26 AM.
    [SIZE=5][COLOR=Silver][I]«You're thinking with wires»[/I][/COLOR][/SIZE]

  7. #7
    Wire Noob ryugon is on a distinguished road ryugon's Avatar
    Join Date
    Dec 2007
    Posts
    15

    Default Re: CPU/GPU bug thread

    I got the GPU to (do basic) work.
    But now i get:
    Code:
    ----> ZyeliosASM compiler - Version 2.0 (SVN REV 0) <----
    -> ZyeliosASM: Compiling...
    -> ZyeliosASM: Pass 1
    -> Error at line 10: Internal error #SAHZ8, report to black phoenix. Data: ,0,70;
    -> ZyeliosASM: Pass 2
    -> ZyeliosASM: Compile aborted: fatal error has occured
    
    Source code:
    Code:
    //This is an empty line in the original file...
    dcolor bg;
    drect tl,br;
    dcolor shd;
    drect stl,sbr;
    dcolor win;
    drect wsl,wbr;
    dexit;
    
    color bg 0,0,70;
    color shd,20,20,90;
    color win,120,120,190;
    vec2f tl,0,0;
    vec2f br,512,512;
    vec2f stl,16,16;
    vec2f sbr,464,464;
    vec2f wsl,32,32;
    vec2f wbr,480,480;
    
    Any idea whats wrong?

    edit:
    See my next post here, no real problem by my own stupidy (sp?)...
    Last edited by ryugon; 10-07-2008 at 11:30 AM. Reason: Figured it out...
    My IQ is 156 - Free-IQTest.net - Quick Free IQ Test

  8. #8
    Wire Sofaking Fizyk will become famous soon enough Fizyk will become famous soon enough Fizyk's Avatar
    Join Date
    Jun 2008
    Location
    Łomianki, Poland
    Posts
    586

    Default Re: CPU/GPU bug thread

    color bg 0,0,70 should be color bg,0,0,70 (you forgot a comma).

  9. #9
    Wire Noob ryugon is on a distinguished road ryugon's Avatar
    Join Date
    Dec 2007
    Posts
    15

    Default Re: CPU/GPU bug thread

    Yeah I found the error on my own, I was about to edit my original post but then I saw that you already had answered my post...
    My IQ is 156 - Free-IQTest.net - Quick Free IQ Test

  10. #10
    Inactive Takinu is an unknown quantity at this point Takinu's Avatar
    Join Date
    Aug 2008
    Posts
    39

    Default Re: CPU/GPU bug thread

    I also used to get the 5.2 error and redownloading the files fixed it.

+ Reply to Thread
Page 1 of 6
1 2 3 ... LastLast

Similar Threads

  1. Second Longest Thread Ever (junk thread)
    By Jat Goodwin in forum Off-Topic
    Replies: 3373
    Last Post: 2 Hours Ago, 10:28 AM
  2. GPU thread + other big updates
    By Black Phoenix in forum CPU Tutorials & Programs
    Replies: 100
    Last Post: 12-06-2008, 01:24 AM
  3. Another vector help thread
    By dpidcoe in forum Help & Support
    Replies: 2
    Last Post: 11-28-2008, 09:38 AM
  4. Aircraft thread
    By Black Phoenix in forum Contraptions & Saves
    Replies: 42
    Last Post: 07-13-2008, 06:35 PM
  5. The One-Upping thread
    By LuaPineapple in forum Off-Topic
    Replies: 24
    Last Post: 03-31-2008, 02:38 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts