Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running offline does not work on Win10 #796

Open
Marty-Stu opened this issue Nov 10, 2024 · 0 comments
Open

Running offline does not work on Win10 #796

Marty-Stu opened this issue Nov 10, 2024 · 0 comments

Comments

@Marty-Stu
Copy link

Marty-Stu commented Nov 10, 2024

[OS]

Windows 10 Pro
22H2
19045.5011

[STEPS]
Running offline

1. git clone --recursive https://github.com/dlang-tour/core && cd core
2. git submodule foreach git pull origin master
3. dub
  1. ok
  2. ok
  3. error
contentprovider.ContentProviderException@source\contentprovider.d(367): Source code line length exceeds 48 limit in 'Elementare Datentypen':     // Zugriff auf die Eigenschaften eines Types
----------------
0x0000000140283B77 in d_throwc
0x000000014017FDEE in contentprovider.ContentProvider.checkSourceCodeLineWidth at B:\D\R\proj\Dlang\= D Playground\= dlang-tour/core\core\source\contentprovider.d(367)
0x000000014017F199 in contentprovider.ContentProvider.addSection at B:\D\R\proj\Dlang\= D Playground\= dlang-tour/core\core\source\contentprovider.d(269)
0x000000014017EA9B in contentprovider.ContentProvider.addChapter.__foreachbody9 at B:\D\R\proj\Dlang\= D Playground\= dlang-tour/core\core\source\contentprovider.d(236)
0x000000014018E401 in dyaml.node.Node.opApply!(int delegate(ref string)).opApply at C:\Users\user\AppData\Local\dub\packages\dyaml\0.9.2\dyaml\source\dyaml\node.d(1492)
0x000000014017E940 in contentprovider.ContentProvider.addChapter at B:\D\R\proj\Dlang\= D Playground\= dlang-tour/core\core\source\contentprovider.d(233)
0x000000014017E63E in contentprovider.ContentProvider.addLanguage.__foreachbody19 at B:\D\R\proj\Dlang\= D Playground\= dlang-tour/core\core\source\contentprovider.d(220)
0x000000014018E401 in dyaml.node.Node.opApply!(int delegate(ref string)).opApply at C:\Users\user\AppData\Local\dub\packages\dyaml\0.9.2\dyaml\source\dyaml\node.d(1492)
0x000000014017E2F5 in contentprovider.ContentProvider.addLanguage at B:\D\R\proj\Dlang\= D Playground\= dlang-tour/core\core\source\contentprovider.d(216)
0x000000014017D996 in contentprovider.ContentProvider.addLanguages at B:\D\R\proj\Dlang\= D Playground\= dlang-tour/core\core\source\contentprovider.d(167)
0x0000000140001DA5 in app._sharedStaticCtor_L122_C1 at B:\D\R\proj\Dlang\= D Playground\= dlang-tour/core\core\source\app.d(153)
0x000000014017B41D in void app.__modsharedctor()
0x000000014059B9CF in void rt.minfo.runModuleFuncs!(rt.minfo.ModuleGroup.runCtors().__lambda2).runModuleFuncs(const(immutable(object.ModuleInfo)*)[])
0x0000000140510D46 in void rt.minfo.ModuleGroup.runCtors()
0x00000001405125AE in int rt.minfo.rt_moduleCtor().__foreachbody1(ref rt.sections_win64.SectionGroup)
0x0000000140452E9C in int rt.sections_win64.SectionGroup.opApply(scope int delegate(ref rt.sections_win64.SectionGroup))
0x0000000140512574 in rt_moduleCtor
0x0000000140452709 in rt_init
0x000000014038AB44 in void rt.dmain2._d_run_main2(char[][], ulong, extern (C) int function(char[][])*).runAll()
0x000000014038AACF in void rt.dmain2._d_run_main2(char[][], ulong, extern (C) int function(char[][])*).tryExec(scope void delegate())
0x000000014038A9DA in d_run_main2
0x0000000140283AB9 in d_run_main
0x00000001401CE012 in vibe.appmain._d_cmain!().main at B:\D\A\Dlang\D\dmd2\windows\bin64\..\..\src\druntime\import\core\internal\entrypoint.d(29)
0x000000014072660E in mainCRTStartup
0x00007FFCFAC77374 in BaseThreadInitThunk
0x00007FFCFB11CC91 in RtlUserThreadStart
Error Program exited with code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant