[HELP] rsbuild error ! in windows server

Results 1 to 10 of 10
  1. #1
    Apprentice mysunbite is offline
    MemberRank
    May 2016 Join Date
    11Posts

    [HELP] rsbuild error ! in windows server

    problem solving Thank Sir Bombillo

    i run rsbuild.exe in mycomputer windows 7 it run not have any problem.

    i up load scr in vps i try to run rsbuild.exe





    Code:
    --- Log started at Thu Jun 02 09:02:24 2016
    
    000000.006| cmd: 1
    000000.007| Loading config file build\RSBuild.xml
    000000.060| Scanning for .DDS files
    000340.451| Scanning for .SCO files
    000363.676|  * Data\ObjectsDepot\Env_Collision\collision_cylinder_r1_h12.sco
    000363.707|  r3dMesh::Load(): Can't load 'data/objectsdepot/env_collision/collision_cylinder_r1_h12.sco'
     (Loading mesh data/objectsdepot/env_collision/collision_cylinder_r1_h12.sco)
    000363.708|  !!! r3d_assert 'm_Loaded' at .\Source\r3dObj.cpp line 1499
    Last edited by mysunbite; 03-06-16 at 12:13 PM.


  2. #2
    ☆Dying Dawn☆ Bombillo is offline
    MemberRank
    Jan 2012 Join Date
    ValhallaLocation
    977Posts

    Re: [HELP] rsbuild error ! in windows server

    maybe if you can read the logs .-. you can solve the problem
    r3dMesh::Load(): Can't load 'data/objectsdepot/env_collision/collision_cylinder_r1_h12.sco'
    (Loading mesh data/objectsdepot/env_collision/collision_cylinder_r1_h12.sco
    )

  3. #3
    Apprentice mysunbite is offline
    MemberRank
    May 2016 Join Date
    11Posts

    Re: [HELP] rsbuild error ! in windows server

    Quote Originally Posted by Bombillo View Post
    maybe if you can read the logs .-. you can solve the problem
    i try to go and delete but same

    Code:
    --- Log started at Thu Jun 02 09:02:24 2016
    
    000000.006| cmd: 1
    000000.007| Loading config file build\RSBuild.xml
    000000.060| Scanning for .DDS files
    000340.451| Scanning for .SCO files
    000363.676|  * Data\ObjectsDepot\Env_Collision\collision_cylinder_r1_h12.sco
    000363.707|  r3dMesh::Load(): Can't load 'data/objectsdepot/env_collision/collision_cylinder_r1_h12.sco'
     (Loading mesh data/objectsdepot/env_collision/collision_cylinder_r1_h12.sco)
    000363.708|  !!! r3d_assert 'm_Loaded' at .\Source\r3dObj.cpp line 1499

  4. #4
    Valued Member asd4129 is offline
    MemberRank
    Dec 2012 Join Date
    Loose, Germany,Location
    146Posts

    Re: [HELP] rsbuild error ! in windows server

    cant find : collision_cylinder_r1_h12.sco

  5. #5
    Apprentice mysunbite is offline
    MemberRank
    May 2016 Join Date
    11Posts

    Re: [HELP] rsbuild error ! in windows server

    Quote Originally Posted by asd4129 View Post
    cant find : collision_cylinder_r1_h12.sco

  6. #6
    Enthusiast editorzone is online now
    MemberRank
    Dec 2012 Join Date
    45Posts

    Re: [HELP] rsbuild error ! in windows server

    collision_cylinder_r1_h12.sco right click on edit with notepad ++

  7. #7
    Apprentice mysunbite is offline
    MemberRank
    May 2016 Join Date
    11Posts

    Re: [HELP] rsbuild error ! in windows server

    Quote Originally Posted by editorzone View Post
    collision_cylinder_r1_h12.sco right click on edit with notepad ++

  8. #8
    Enthusiast banger666 is offline
    MemberRank
    Dec 2015 Join Date
    L.ALocation
    47Posts

    Re: [HELP] rsbuild error ! in windows server

    Code:
    !!! r3d_assert 'm_Loaded' at .\Source\r3dObj.cpp line 1499
    if you would read carefully, you would go to that file, find the line, and delete that line or comment it (adding // before it)

  9. #9
    Custom Title Enabled GigaToni is offline
    MemberRank
    Aug 2009 Join Date
    GER / FRLocation
    2,329Posts

    Re: [HELP] rsbuild error ! in windows server

    Quote Originally Posted by banger666 View Post
    Code:
    !!! r3d_assert 'm_Loaded' at .\Source\r3dObj.cpp line 1499
    if you would read carefully, you would go to that file, find the line, and delete that line or comment it (adding // before it)
    Don't EVER do that. Never ever ever ever delete asserts.


    The OPs problem is he has a file that has the extension SCO but isn't an sco file.

  10. #10
    Enthusiast banger666 is offline
    MemberRank
    Dec 2015 Join Date
    L.ALocation
    47Posts

    Re: [HELP] rsbuild error ! in windows server

    Quote Originally Posted by GigaToni View Post
    Don't EVER do that. Never ever ever ever delete asserts.


    The OPs problem is he has a file that has the extension SCO but isn't an sco file.
    Yeah just realised, I apologize.



Advertisement