Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

ystuk

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

ystuk's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. ystuk

    Error Finding

    What's up EO Universe? Does anyone know why I can't get the music files to play on the game? I can't get the editing menu up either (INSERT key) either Is there any further info I can get from the VB6 client or server?
  2. ystuk

    Help! (please)

    Here are all the errors I can find in my VB6 client. Set Segment = Loader.LoadSegment(App.Path & MUSIC_PATH & fileName) ' repeat midi file Segment.SetLoopPoints 0, 0 Segment.SetRepeats 100 Segment.SetStandardMidiFile Performance.PlaySegment Segment, 0, 0 Music_Playing = fileName ' Error handler Exit Sub errorhandler: If InGame Then HandleError "PlayMidi - Ingame = True - Map#= " & Player(MyIndex).Map & " - Filename = " & fileName & " - Filepath Length= " & Len(App.Path & MUSIC_PATH & fileName), "modSound", Err.Number, Err.Description, Err.Source, Err.HelpContext Else HandleError "PlayMidi - Ingame = False - Filename = " & fileName & " - Filepath Length= " & Len(App.Path & MUSIC_PATH & fileName), "modSound", Err.Number, Err.Description, Err.Source, Err.HelpContext End If Err.Clear Exit Sub End Sub
  3. ystuk

    Help! (please)

    Okay, I have VB6 now. I have the yellow line error data that you were asking for. It look as though it's a fault in music files as the music doesn't even sound when I open the client up. Here is the error: Set Segment = Loader.LoadSegment(App.Path & MUSIC_PATH & fileName) The thing is, I am sure there are other underlying issues and not just this, because the issues I am trying to sort were happeneing even before this came about. Hopefully this can mke a bit more sense for you. Thanks YstuK
  4. ystuk

    Help! (please)

    People seem shocked that I'm using EO for my course lol. It's only to get us (the students) into working with all kinds of different engine types. I am really geting into it and I hope I can someday make you all a game to play using it (from all your help). As for redownloading EO, I have tried it before and the same thing has happened each time. I can only assume that this is due to a hardware error or incompatibility running it smoothly. We shall see. Thanks, YstuK
  5. ystuk

    Help! (please)

    Yes, those sounds are in the folder. I am looking to insatll VB6 now too. I just hope that this can be sorted out as this is the only thing holding me back from my TIGA Diploma (bummer). Thanks, YstuK
  6. ystuk

    Help! (please)

    I don't have VB6 I'm afraid. I just tried looking for it but all I can find are a bunch of rar. or zip. files (about 20) and they do nothing. I do have a file reader program and I accessed the vbp. with it and it presented this: Type=Exe Reference=*\G{E1211242-8E94-11D1-8808-00C04FC2C602}#1.0#0#..\..\..\Dropbox\JC Denton Denton Denton Programming\Timothy - DOC\Day of Chaos - Source\Client\data files\controls\dx7vb.dll#DirectX 7 for Visual Basic Type Library Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; MSWINSCK.OCX Object={3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0; RICHTX32.OCX Form=src\frmMain.frm Module=modText; Src\modText.bas Module=modTypes; Src\modTypes.bas Form=Src\frmMenu.frm Module=modGameLogic; Src\modGameLogic.bas Module=modClientTCP; Src\modClientTCP.bas Form=Src\frmSendGetData.frm Form=Src\frmMapProperties.frm Form=Src\frmEditor_Item.frm Module=modDatabase; Src\modDatabase.bas Form=Src\frmEditor_NPC.frm Form=Src\frmEditor_Shop.frm Module=modConstants; Src\modConstants.bas Module=modGlobals; Src\modGlobals.bas Module=modGeneral; Src\modGeneral.bas Module=modGameEditors; Src\modGameEditors.bas Module=modDirectDraw7; Src\modDirectDraw7.bas Module=modEnumerations; Src\modEnumerations.bas Module=modHandleData; Src\modHandleData.bas Module=modInput; Src\modInput.bas Class=clsBuffer; Src\clsBuffer.cls Form=Src\frmEditor_Map.frm Form=Src\frmEditor_Resource.frm Form=Src\frmEditor_Animation.frm Form=Src\frmEditor_Spell.frm Module=modSound; Src\modSound.bas Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; MSCOMCTL.OCX Form=src\frmEditor_Events.frm IconForm="frmMain" Startup="Sub Main" HelpFile="" NoControlUpgrade=1 Title="Eclipse Origins" ExeName32="Eclipse Origins.exe" Command32="" Name="EO" HelpContextID="0" CompatibleMode="0" MajorVer=1 MinorVer=3 RevisionVer=0 AutoIncrementVer=0 ServerSupportFiles=0 VersionCompanyName="Robin Perris Corp." CompilationType=0 OptimizationType=0 FavorPentiumProâ„¢=0 CodeViewDebugInfo=0 NoAliasing=-1 BoundsCheck=-1 OverflowCheck=-1 FlPointCheck=-1 FDIVCheck=-1 UnroundedFP=0 StartMode=0 Unattended=0 Retained=0 ThreadPerObject=0 MaxNumberOfThreads=1 DebugStartupOption=0 [MS Transaction Server] AutoRefresh=1 Does this help pinpoint it at all? I got this from the vbw. file also (if it means anything). frmMain = 69, 69, 1003, 418, , 138, 138, 1072, 487, C modText = 23, 23, 957, 372, modTypes = 161, 161, 1095, 510, frmMenu = 0, 0, 0, 0, C, 115, 115, 1049, 464, C modGameLogic = 69, 69, 1003, 418, modClientTCP = 92, 92, 1026, 441, frmLoad = 0, 0, 0, 0, C, 92, 92, 1026, 441, C frmEditor_MapProperties = 69, 69, 1028, 418, , 69, 69, 1003, 418, C frmEditor_Item = 92, 92, 1008, 524, , 46, 46, 980, 395, C modDatabase = 46, 46, 980, 395, frmEditor_NPC = 0, 0, 0, 0, C, 23, 23, 957, 372, C frmEditor_Shop = 0, 0, 0, 0, C, 0, 0, 934, 349, C modConstants = 92, 92, 1023, 441, modGlobals = 92, 92, 1026, 441, modGeneral = 161, 161, 1187, 510, modGameEditors = 92, 92, 1026, 441, modDirectDraw7 = 0, 0, 934, 349, modEnumerations = 0, 0, 934, 349, modHandleData = 23, 23, 957, 372, modInput = 23, 23, 1040, 372, clsBuffer = 161, 161, 1187, 510, frmEditor_Map = 138, 138, 1088, 487, , 69, 69, 1003, 418, C frmEditor_Resource = 69, 69, 1019, 418, , 161, 161, 1095, 510, C frmEditor_Animation = 92, 92, 1042, 441, , 138, 138, 1072, 487, C frmEditor_Spell = 115, 115, 1065, 464, , 115, 115, 1049, 464, C modSound = 115, 115, 1074, 464, frmEditor_Events = 46, 46, 980, 395, , 23, 23, 957, 372, C Changing the debug back to 0 has made the RTE5 come back now too so I can't even open the game now. Thanks YstuK
  7. ystuk

    Help! (please)

    Hi. Here is the list of errors I have been expriencing since I installed the software. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Survive.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Survive.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Survive.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Survive.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Survive.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Survive.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Survive.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 4 - Filename = Cave.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 3 - Filename = Explore.mid - Filepath Length= 140' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 2 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. The following error occured at 'PlayMidi - Ingame = True - Map#= 1 - Filename = Home.mid - Filepath Length= 137' in 'modSound'. Run-time error '5': Invalid procedure call or argument. Another thing that has gone on is the music seems to have stopped working on there too, which isn't really an issue. Is it possible to import my own sounds and music at all? Thanks for taking the time to help me again YstuK
  8. ystuk

    Help! (please)

    There was a runtime error '5' before but that was the debug. I set that from '0' to '1' and now that seems fine. No runtime errors appear now, it only closes down and the server says 'Connection from 127.0.0.1 has been terminated'. How exactly do I save the map? There doesn't seem to be an option apart from when it prompts me when I change maps. YstuK
  9. ystuk

    Help! (please)

    Okay, I've deleted all the maps and I am able to save the map size (100x100) but I can't find a way to save the completed maps. When I go to a new map, it asks if I want to save them and (obviously) I pick 'yes'. Then I go to edit my next map, then go back to my other map. The same message comes up if I want to save changes. Then when I go back to my old map, the map I created has disappeared again and is just a 100x100 black screen, then the program shuts down automatically. After I restart it (again) the map from the tutorial game appears on the far left squashed up into 5 or six columns. Is this a hardware issue? Or am I still missing something? Thanks, YstuK
  10. ystuk

    Help! (please)

    I can't get this to work. When one problem sorts out, another comes along, my server keeps telling me that the addess is in use and does not lt me open the engine now. The debug mode set to 1 helped a lot, but I cannot even edit anything. Is there any way to get straight on to a blank map without having to go through the tutorials? Thanks ystuk
  11. ystuk

    Help! (please)

    You legend! ou fixed it! Thank you so much!
  12. ystuk

    Help! (please)

    Now I'm getting a message on the game screen that says: Run-tme error '5': Invalid procedure call or argument Now the game won't even start up beyond this message. I have reinstalled the program again, and even began a new account. This has done nothing but show the same message. Any suggestions? Thanks YstuK
  13. ystuk

    Help! (please)

    Hey! Thank you both so much. I will let you know how this goes!!
  14. ystuk

    Help! (please)

    Hi all, I'm in a bit of a pickle. I'm doing a game design course and as part of it, I am required to design a city using this engine. The only problem is after I download it, I can get the edit menu up on my screen (Insert), but I cannot get it to clear the map of any blocked routes, or clear the pallet to start fresh. I have done all I think I can to clear the blocked paths by changing the grid arrows from red to green, but that still does not work. At first I thought I was missing some parts of the software, but I have downloaded it three times now and it doesn't seem to be that. Apparently there is another, larger edit menu by pressing the F1 key, but that doesn't appear to be there either. The tutorial is all well and good, and I am told by an NPC that I will be able to gain access to all kinds of features and map editing and the same NPC 'will set that up' for me. Of course, he lied and I am now just walking around doing nothing in the tutorial level. I cannot clear anything out apart from the ground and masking layers. Nothing else works. What am I doing wrong here?! Please can someone point me in the right direction? Thanks YstuK
×
×
  • Create New...